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

       Web browser: ---
            Bug ID: 52582
           Summary: Handle numbered arguments in templates
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: TemplateData
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Some templates use numbered arguments (see for example
http://en.wikipedia.org/wiki/Module:Citation/CS1/Whitelist in the
numbered_arguments list). For example, you can use author1, author2, ... (no
limit).

Currently, there's no way to define such parameters in TemplateData, and the VE
interface is not also optimal for them.

Would it be possible to handle numbered arguments in TemplateData: a parameter
named author# would define a numbered parameter named author with a numerical
suffix. It should be possible to define lower bound (1 by default) and upper
bound (no limit by default).

Then VE should handle them accordingly: only propose the first parameter
available in the list of parameters than can be added.

-- 
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

Reply via email to