https://bugzilla.wikimedia.org/show_bug.cgi?id=52582
Richard Morris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Richard Morris <[email protected]> --- In the module code they use # to represent a number placeholder. numbered_arguments = { ['author#'] = true, ['Author#'] = true, ['author-first#'] = true, ['author#-first'] = true, ['author-last#'] = true, ['author#-last'] = true, ... } As you can see the number can be in various places. http://en.wikipedia.org/wiki/Module:Citation/CS1/Whitelist -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
