On Wed, Jul 30, 2008 at 20:46 +0200 Bryan Tong Minh wrote:
On Wed, Jul 30, 2008 at 3:30 PM, Simon Lehmann simon.lehmann@gmx.de wrote:
Hello list,
I am currently developing a graphical browser for exploring and searching Wikipedia (or any MediaWiki based wiki for that matter). Now I am wondering if it is somehow possible to get the parsed content of an article without edit links at section headings (or whereever they might show up).
I have searched the API documentation and found nothing so far.
Regards,
Simon Lehmann
Try adding __NOEDITSECTION__ and transclusion:
It may now work properly with stuff that uses <noinclude>/<includeonly>.
Bryan
Thanks, that looks quite promising. I guess you meant that it may _not_ work properly with <noinclude> or <includeonly>. I will play a bit around with it and see how good it works.
Simon