https://bugzilla.wikimedia.org/show_bug.cgi?id=67657
Marc Ordinas i Llopis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #6 from Marc Ordinas i Llopis <[email protected]> --- In the patch I've uploaded, the normalized parameter name is used as the entry for the parameter info and the original parameter wikitext only appears if different, in the 'paramWt' attribute. So James' example would output as > { > 'parts': [ { > 'template': { > 'target': { > 'wt': 'ec<!--Ho-->ho<!--Ha!-->', > 'href': '../Template:Echo' > }, > 'params': > { > '12': { > 'paramWt': '1<!--Foo!-->2', > 'wt': 'Foo' > } > }, > 'i': 0 > } > } ] > } Will that be enough, or should the paramWt be included for each parameter? Most of them will be the same anyway and that would increase page size a lot… -- 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
