Template:PartlistSMW: Difference between revisions

Template page
(link)
(named args und so)
Line 2: Line 2:
''not to be called manually''
''not to be called manually''
</noinclude><includeonly><!--
</noinclude><includeonly><!--
-->| [[Part:{{{1|}}}]]]
-->| [[Part:{{{?Part type|}}}|{{{?Part type|}}}]]
| {{{2|}}}
| {{{?Part location|}}}
| {{{3|}}}
| {{{?Part amount|}}}
{{#autoedit:form=Part
{{#autoedit:form=Part
  | target=Part:{{{1|}}}
  | target=Part:{{{?Part type|}}}
  | link type=button
  | link type=button
  | link text=+1
  | link text=+1
  | Part[amount]={{#expr:{{{3|0}}} + 1}}
  | Part[amount]={{#expr:{{{?Part amount|0}}} + 1}}
  | namespace=Part
  | namespace=Part
  | reload
  | reload
}}
}}
{{#autoedit:form=Part
{{#autoedit:form=Part
  | target=Part:{{{1|}}}
  | target=Part:{{{?Part type|}}}
  | link type=button
  | link type=button
  | link text=-1
  | link text=-1
  | Part[amount]={{#expr:{{{3|1}}} - 1}}
  | Part[amount]={{#expr:{{{?Part amount|1}}} - 1}}
  | namespace=Part
  | namespace=Part
  | reload
  | reload
}}
}}
| {{{4|}}}
| {{{?Has description|}}}
| {{{5|}}}
| {{{?Has image|}}}
|-<!--
|-<!--
--></includeonly>
--></includeonly>

Revision as of 20:12, 13 September 2012

not to be called manually