Template:FeatureInfobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "type": { | ||
"label": " | "label": "Type", | ||
" | "type": "string" | ||
"type": " | }, | ||
"location": { | |||
"label": "Location", | |||
"type": "string" | |||
}, | |||
"requirements": { | |||
"label": "Requirements", | |||
"type": "string" | |||
}, | |||
"rewards": { | |||
"label": "Rewards", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 23: | Line 33: | ||
<th colspan="2" style="background-color:#3d6f4a; color:white; text-align:center">{{{name|{{PAGENAME}}}}}</th> | <th colspan="2" style="background-color:#3d6f4a; color:white; text-align:center">{{{name|{{PAGENAME}}}}}</th> | ||
</tr> | </tr> | ||
{{{ | {{#if:{{{type|}}}|<tr><th>Type</th><td>{{{type}}}</td></tr>}} | ||
{{#if:{{{location|}}}|<tr><th>Location</th><td>{{{location}}}</td></tr>}} | |||
{{#if:{{{requirements|}}}|<tr><th>Requirements</th><td>{{{requirements}}}</td></tr>}} | |||
{{#if:{{{rewards|}}}|<tr><th>Rewards</th><td>{{{rewards}}}</td></tr>}} | |||
</table> | </table> | ||
</includeonly> | </includeonly> | ||
Revision as of 10:44, 3 June 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | optional |
| Type | type | no description | String | optional |
| Location | location | no description | String | optional |
| Requirements | requirements | no description | String | optional |
| Rewards | rewards | no description | String | optional |