https://bugzilla.wikimedia.org/show_bug.cgi?id=62716
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Summary|Add support to date and |Broken template expansion |time magic words in Parsoid |with nested template | |parameters --- Comment #1 from Gabriel Wicke <[email protected]> --- We are using the PHP preprocessor's implementation of these magic words. I looked at your example, and it seems that we don't properly expand the following wikitext: {{Wîkîpediya:Di dîrokê de îro/{{CURRENTDAY}}'ê {{#ifeq:{{CURRENTMONTHNAME}}|reşemî|reşemiyê|{{CURRENTMONTHNAME}}ê}}}} In data-mw HTML the nested ifeq is listed as a separate part, which looks wrong. So this seems to be a general template expansion issue rather than specific to these magic words. Adjusting the title to reflect this. -- 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
