Template:PartlistSMW: Difference between revisions

Template page
(named args und so)
m (muha)
Line 5: Line 5:
| {{{?Part location|}}}
| {{{?Part location|}}}
| {{{?Part amount|}}}
| {{{?Part amount|}}}
|
{{#formlink:form=Part
| link text = edit
| link type = button
| target = Part:{{{?Part type|}}}
| popup
}}
{{#autoedit:form=Part
{{#autoedit:form=Part
  | target=Part:{{{?Part type|}}}
  | target = Part:{{{?Part type|}}}
  | link type=button
  | link type = button
  | link text=+1
  | link text = +1
  | Part[amount]={{#expr:{{{?Part amount|0}}} + 1}}
  | Part[amount] = {{#expr:{{{?Part amount|0}}} + 1}}
  | namespace=Part
  | namespace = Part
  | reload
  | reload
}}
}}
{{#autoedit:form=Part
{{#autoedit:form=Part
  | target=Part:{{{?Part type|}}}
  | target = Part:{{{?Part type|}}}
  | link type=button
  | link type = button
  | link text=-1
  | link text = -1
  | Part[amount]={{#expr:{{{?Part amount|1}}} - 1}}
  | Part[amount] = {{#expr:{{{?Part amount|1}}} - 1}}
  | namespace=Part
  | namespace = Part
  | reload
  | reload
}}
}}

Revision as of 20:50, 13 September 2012

not to be called manually