Template:Newbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#invoke: | <!-- This is the actual template parameters --> | ||
<includeonly> | |||
{{Infobox | |||
| bodyclass = hrecipe adr | |||
| above = {{{name|}}} | |||
| abovestyle = background:#ccf; | |||
| image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image_size|}}} |sizedefault=frameless |alt={{{image_alt|{{{alt|}}}}}} }} | |||
| captionstyle = {{#if:{{{caption|}}} |padding-bottom:0.25em;border-bottom:1px solid #aaa;}} | |||
| caption = {{{caption|}}} | |||
| labelstyle = padding-top:0.245em;line-height:1.15em;<!--(modified longitem)--> | |||
padding-right:0.65em;<!--(to ensure some gap between (non-wrapped) labels and subsequent data)--> | |||
| rowclass2 = note | |||
| headerstyle = background:#ccf; | |||
}} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "name": {}, | ||
"image": {}, | |||
"image_size": {}, | |||
"image_alt": {}, | |||
"alt": {}, | |||
"caption": {} | |||
}, | }, | ||
"description": "Test Template to do tests", | "description": "Test Template to do tests", |
Revision as of 02:45, 28 March 2022
Test Template to do tests
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | optional |
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 |
caption | caption | no description | Unknown | optional |