Template:Wide image: Difference between revisions
From CoMakingSpace Wiki
NitramLegov (talk | contribs) m (Template Data) |
NitramLegov (talk | contribs) m (Template Data) |
||
Line 22: | Line 22: | ||
"required": true | "required": true | ||
}, | }, | ||
"2": { | "2": { | ||
"label": "Image Width", | |||
"description": "The width the image should get assigned on the page", | |||
"default": "1000px" | |||
" | }, | ||
"3": { | |||
"label": "Caption", | "label": "Caption", | ||
"description": " | "description": "A caption to be shown under the image", | ||
"suggested": true | "suggested": true | ||
}, | |||
"4": { | |||
"label": "Box Width", | |||
"description": "If given a value in pixels followed by \"px\", or a value in percent followed by \"%\", will set the width of the box to that amount." | |||
}, | |||
"5": { | |||
"label": "Alignment", | |||
"description": "If given a value of right or left, it will align the entire wide image frame respectively." | |||
}, | |||
"alt": { | |||
"label": "Alt text", | |||
"description": "Alt text to be assigned to the image" | |||
} | } | ||
}, | }, |
Revision as of 22:17, 13 March 2022
copied from MediaWiki
Adds a scroll-able panorama image to a page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | 1 | The file name of the image to use | Unknown | required |
Image Width | 2 | The width the image should get assigned on the page
| Unknown | optional |
Caption | 3 | A caption to be shown under the image | Unknown | suggested |
Box Width | 4 | If given a value in pixels followed by "px", or a value in percent followed by "%", will set the width of the box to that amount. | Unknown | optional |
Alignment | 5 | If given a value of right or left, it will align the entire wide image frame respectively. | Unknown | optional |
Alt text | alt | Alt text to be assigned to the image | Unknown | optional |