https://bugzilla.wikimedia.org/show_bug.cgi?id=71490
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Parsoid should call API |Parsoid should set the prop |action=expandtemplates |parameter when calling API | |action=expandtemplates --- Comment #1 from Gabriel Wicke <[email protected]> --- prop - Which pieces of information to get wikitext - The expanded wikitext categories - Any categories present in the input that are not represented in the wikitext output volatile - Whether the output is volatile and should not be reused elsewhere within the page ttl - The maximum time after which caches of the result should be invalidated parsetree - The XML parse tree of the input Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format. Values (separate with '|'): wikitext, categories, volatile, ttl, parsetree -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
