https://bugzilla.wikimedia.org/show_bug.cgi?id=52582

Richard Morris <r...@singsurf.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r...@singsurf.org

--- Comment #2 from Richard Morris <r...@singsurf.org> ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to