API:Expanding templates and rendering
Jump to navigation
Jump to search
These API modules allows to call parser for preprocessing and rendering
expandtemplates (done)
- Returns preprocessed wikitext
- Parameters: text=wikitext to parse, title=title used for parser ("API" by default)
parse(done)
- Returns parser wikitext
- Parameters: text=wikitext to parse, title=title used for parser ("API" by default)
TODO: allow raw rendering