Platonides wrote:
Simon Lehmann 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
No, but you could use .editsection {display: none } to hide it.
Ok, I have already thought that it might not be possible. But thanks anyway, for now I will do it as you have suggested.