Template:OreList: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- Template:OreList --> | <!-- Template:OreList --> | ||
{{#if | {{#if:{{{1|}}}|* {{OreName|{{{1}}}}} }} | ||
{{#if:{{ | {{#if:{{{2|}}}|* {{OreName|{{{2}}}}} }} | ||
{{#if:{{ | {{#if:{{{3|}}}|* {{OreName|{{{3}}}}} }} | ||
{{#if:{{ | {{#if:{{{4|}}}|* {{OreName|{{{4}}}}} }} | ||
{{#if:{{ | {{#if:{{{5|}}}|* {{OreName|{{{5}}}}} }} | ||
<noinclude> | <noinclude> | ||
Line 10: | Line 10: | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { "type": "string" }, | ||
"2": { "type": "string" }, | |||
"3": { "type": "string" }, | |||
} | "4": { "type": "string" }, | ||
"5": { "type": "string" } | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |