Template:FeatureInfobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"name": { | "name": { "label": "Name", "type": "string" }, | ||
"type": { "label": "Type", "type": "string" }, | |||
"location": { "label": "Location", "type": "string" }, | |||
"requirements": { "label": "Requirements", "type": "string" }, | |||
"type": { | "rewards": { "label": "Rewards", "type": "string" } | ||
"location": { | |||
"requirements": { | |||
"rewards": { | |||
}, | }, | ||
"format": "block" | "format": "block" | ||
| Line 33: | Line 18: | ||
<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> | ||
<tr><th>Type</th><td>{{{type|—}}}</td></tr> | |||
<tr><th>Location</th><td>{{{location|—}}}</td></tr> | |||
<tr><th>Requirements</th><td>{{{requirements|—}}}</td></tr> | |||
<tr><th>Rewards</th><td>{{{rewards|—}}}</td></tr> | |||
</table> | </table> | ||
</includeonly> | </includeonly> | ||
Revision as of 10:45, 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 |