Template:Newbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- This is the actual template parameters --> | <!-- This is the actual template parameters --> | ||
<includeonly> | <includeonly>{{Infobox | ||
{{Infobox | | bodyclass = hrecipe adr | ||
| title = {{{title|}}} | | title = {{{title|}}} | ||
| above = {{{above|}}} | |||
| subheader = {{{subheader|}}} | | subheader = {{{subheader|}}} | ||
| image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image_size|}}} |sizedefault=frameless |alt={{{image_alt|{{{alt|}}}}}} }} | | image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image_size|}}} |sizedefault=frameless |alt={{{image_alt|{{{alt|}}}}}} }} | ||
| header1 = {{{header|}}} | | header1 = {{{header|}}} | ||
}} | }}</includeonly> | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
Line 44: | Line 45: | ||
"default": "Header", | "default": "Header", | ||
"suggested": true | "suggested": true | ||
} | }, | ||
"above": { | |||
"label": "Box title", | |||
"description": "Big letters in the Box", | |||
"example": "Box title", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"image": {}, | |||
"image_size": {}, | |||
"image_alt": {}, | |||
"alt": {} | |||
}, | }, | ||
"description": "Test Template to do tests", | "description": "Test Template to do tests", | ||
Line 53: | Line 65: | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | "title", | ||
"above", | |||
"subheader", | "subheader", | ||
"header" | "header", | ||
"image", | |||
"image_size", | |||
"image_alt", | |||
"alt" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 03:36, 28 March 2022
Test Template to do tests
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title heading | Displayed at the top of your Infobox
| String | required |
Box title | above | Big letters in the Box
| String | suggested |
Subheader | subheader subtitle | Displayed as the first element in the box
| String | suggested |
Header | header | Header of the content section
| String | suggested |
image | image | no description | Unknown | optional |
image_size | image_size | no description | Unknown | optional |
image_alt | image_alt | no description | Unknown | optional |
alt | alt | no description | Unknown | optional |