Template:OreList: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- Template:OreList --> | <!-- Template:OreList --> | ||
{{#if:{{{1|}}}|* {{OreName|{{{1}}}}}|}} | |||
{{#if:{{{2|}}}|* {{OreName|{{{2}}}}}|}} | |||
{{#if:{{{3|}}}|* {{OreName|{{{3}}}}}|}} | |||
{{#if:{{{4|}}}|* {{OreName|{{{4}}}}}|}} | |||
{{#if:{{{5|}}}|* {{OreName|{{{5}}}}}|}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": {}, | "1": { "type": "string" }, | ||
"2": {}, | "2": { "type": "string" }, | ||
"3": {}, | "3": { "type": "string" }, | ||
"4": {}, | "4": { "type": "string" }, | ||
"5": {} | "5": { "type": "string" } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 15:09, 14 April 2025
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | no description | String | optional |
2 | 2 | no description | String | optional |
3 | 3 | no description | String | optional |
4 | 4 | no description | String | optional |
5 | 5 | no description | String | optional |