(link) |
(named args und so) |
||
Line 2: | Line 2: | ||
''not to be called manually'' | ''not to be called manually'' | ||
</noinclude><includeonly><!-- | </noinclude><includeonly><!-- | ||
-->| [[Part:{{{ | -->| [[Part:{{{?Part type|}}}|{{{?Part type|}}}]] | ||
| {{{ | | {{{?Part location|}}} | ||
| {{{ | | {{{?Part amount|}}} | ||
{{#autoedit:form=Part | {{#autoedit:form=Part | ||
| target=Part:{{{ | | target=Part:{{{?Part type|}}} | ||
| link type=button | | link type=button | ||
| link text=+1 | | link text=+1 | ||
| Part[amount]={{#expr:{{{ | | Part[amount]={{#expr:{{{?Part amount|0}}} + 1}} | ||
| namespace=Part | | namespace=Part | ||
| reload | | reload | ||
}} | }} | ||
{{#autoedit:form=Part | {{#autoedit:form=Part | ||
| target=Part:{{{ | | target=Part:{{{?Part type|}}} | ||
| link type=button | | link type=button | ||
| link text=-1 | | link text=-1 | ||
| Part[amount]={{#expr:{{{ | | Part[amount]={{#expr:{{{?Part amount|1}}} - 1}} | ||
| namespace=Part | | namespace=Part | ||
| reload | | reload | ||
}} | }} | ||
| {{{ | | {{{?Has description|}}} | ||
| {{{ | | {{{?Has image|}}} | ||
|-<!-- | |-<!-- | ||
--></includeonly> | --></includeonly> |
Revision as of 19:12, 13 September 2012
not to be called manually