Template:InfoBox: Difference between revisions
Jump to navigation
Jump to search
Ban Betrayed (talk | contribs) init, trying out templates |
Ban Betrayed (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"Image": { | "Title": { | ||
"type": " | "aliases": [ | ||
" | "title" | ||
], | |||
"example": "Aerogel Spear", | |||
"type": "string", | |||
"default": "MISSING TITLE" | |||
}, | |||
"Image": {}, | |||
"Info1": { | |||
"type": "string" | |||
}, | |||
"Info2": { | |||
"type": "string" | |||
}, | |||
"Info3": { | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"maps": { | "maps": { | ||
"Title": {} | "Title": {} | ||
} | }, | ||
"description": "General infobox for infomation about unique things that doesn't match any other qualities", | |||
"paramOrder": [ | |||
"Title", | |||
"Image", | |||
"Info1", | |||
"Info2", | |||
"Info3" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 20:36, 19 April 2025
General infobox for infomation about unique things that doesn't match any other qualities
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | Title title | no description
| String | optional |
| Image | Image | no description | Unknown | optional |
| Info1 | Info1 | no description | String | optional |
| Info2 | Info2 | no description | String | optional |
| Info3 | Info3 | no description | String | optional |