Jim Safley wrote:
There's a hack:
http://en.wikipedia.org/w/api.php?action=parse&text=__NOEDITSECTION__%7B...
Thank you. That works perfectly, but how does it work? It's undocumented.
action=parse is documented. It parses any wikitext you ask for. __NOEDITSECTION__ is a magic word that disables edit sections on the current page. {{:Foo}} is a template call to make the contents of page Foo appear on current page.