Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly><table class="infobox"> <tbody> <tr> <td colspan="2" class="infobox-header">{{{title}}}</td> </tr> <tr> <td co...") |
No edit summary |
||
Line 21: | Line 21: | ||
"description": "Title that appears at the top of the infobox.", |
"description": "Title that appears at the top of the infobox.", |
||
"type": "string", |
"type": "string", |
||
− | "required": true |
+ | "required": true, |
+ | "default": "Infobox" |
||
}, |
}, |
||
"illustration": { |
"illustration": { |
||
Line 29: | Line 30: | ||
}, |
}, |
||
"caption": { |
"caption": { |
||
− | "label": " |
+ | "label": "Caption", |
"description": "A short descriptive text for the illustration.", |
"description": "A short descriptive text for the illustration.", |
||
"type": "string" |
"type": "string" |
Revision as of 21:40, 6 March 2021
Generic floating infobox.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title that appears at the top of the infobox.
| String | required |
Illustration | illustration | A picture describing the subject. | File | optional |
Caption | caption | A short descriptive text for the illustration. | String | optional |