Template:Crafting Table: Difference between revisions
m 1 revision imported |
No edit summary |
||
| Line 2: | Line 2: | ||
{{documentation}} | {{documentation}} | ||
<!-- Put categories/interwiki on the documentation page --> | <!-- Put categories/interwiki on the documentation page --> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"A1": { | |||
"label": "Top left" | |||
}, | |||
"A2": { | |||
"label": "Middle left" | |||
}, | |||
"A3": { | |||
"label": "Bottom left" | |||
}, | |||
"B1": { | |||
"label": "Top center" | |||
}, | |||
"B2": { | |||
"label": "Middle center" | |||
}, | |||
"B3": { | |||
"label": "Bottom center" | |||
}, | |||
"C1": { | |||
"label": "Top right" | |||
}, | |||
"C2": { | |||
"label": "Middle right" | |||
}, | |||
"C3": { | |||
"label": "Bottom right" | |||
}, | |||
"Output": {} | |||
}, | |||
"paramOrder": [ | |||
"A1", | |||
"B1", | |||
"C1", | |||
"A2", | |||
"B2", | |||
"C2", | |||
"A3", | |||
"B3", | |||
"C3", | |||
"Output" | |||
] | |||
} | |||
</templatedata></noinclude> | |||