Template:Infobox: Difference between revisions
Appearance
AzazelMango (talk | contribs) Created page with " <noinclude> <templatedata> { "params": { "name": {}, "position": {}, "birth_date": {}, "birth_place": {}, "founding_place": {}, "founder": {}, "founding_date": {}, "headquarters": {} }, "maps": { "Infobox": {} }, "format": "block" } </templatedata> </noinclude>" |
AzazelMango (talk | contribs) mNo edit summary |
||
| Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"position": {}, | "label": "Name", | ||
"birth_date": { | "type": "string" | ||
}, | |||
"founding_place": {}, | "position": { | ||
"founder": {}, | "label": "Position", | ||
"founding_date": {}, | "type": "string" | ||
"headquarters": {} | }, | ||
"birth_date": { | |||
"label": "Birth Date", | |||
"type": "date" | |||
}, | |||
"founding_place": { | |||
"label": "Place of Founding", | |||
"type": "string" | |||
}, | |||
"founder": { | |||
"label": "Founder", | |||
"type": "wiki-page-name" | |||
}, | |||
"founding_date": { | |||
"label": "Founding Date", | |||
"type": "date" | |||
}, | |||
"headquarters": { | |||
"label": "Headquarters", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"type": "string" | |||
} | |||
}, | }, | ||
"maps": { | "maps": { | ||
Revision as of 18:13, 18 January 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | optional |
| Position | position | no description | String | optional |
| Birth Date | birth_date | no description | Date | optional |
| Place of Founding | founding_place | no description | String | optional |
| Founder | founder | no description | Page name | optional |
| Founding Date | founding_date | no description | Date | optional |
| Headquarters | headquarters | no description | String | optional |
| Image | image | no description | File | optional |
| Caption | caption | no description | String | optional |