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

       Web browser: ---
            Bug ID: 56099
           Summary: Preload of multiple-template parameter fails
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: SemanticForms
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

When a multiple-template parameter is passed in a {{#formlink ...}} the
templates are parsed along the way. This doesn't seem correct, the parameters
should be passed as they are.

When the formlink looks like this:
{{#formlink:...|link type=post button|Form[Items]={{{Items|}}} ... }}

and {{{Items|}}} looks like this:
{{Item |prop1=Value1 ||prop2=Value3}}{{Item |prop1=Value1
||prop2=Value3}}{{Item |prop1=Value1 ||prop2=Value3}}

then on the new page the value of Items is not the same as the above but is
what it looks like after parsing the templates, making this value useless on
the new page.

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

Reply via email to