No edit summary |
No edit summary  |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Banner/styles.css"/><div class="banner-image nomobile"> | |||
<div class="banner-box banner-box-{{{direction}}}"> | |||
<div class="name">{{{title}}}</div> | |||
<div class="type">{{{section}}}</div> | |||
</div>[[File:{{{image}}}|frameless|1700px|link=]]</div><noinclude> | |||
{{Uses TemplateStyles|Template:Banner/styles.css}} | |||
Template for [[MediaWiki/Homepage redesign]]. | |||
See also [[Template:Full-width image]]. | |||
< | <templatedata> | ||
{ | |||
"params": { | |||
"direction": {}, | |||
"title": { | |||
 | "type": "string", | ||
"required": true | |||
</ | }, | ||
</ | "section": {}, | ||
"image": { | |||
"description": "Image name, without the File: prefix", | |||
"example": "Example.png", | |||
"required": true, | |||
"type": "wiki-file-name" | |||
}, | |||
"section-id": {} | |||
}, | |||
"description": "Template for full-width images with inset text.", | |||
"paramOrder": [ | |||
"image", | |||
"title", | |||
"section", | |||
"direction", | |||
"section-id" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 21:09, 10 February 2025
Template:Uses TemplateStyles Template for MediaWiki/Homepage redesign. See also Template:Full-width image.
Template for full-width images with inset text.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | Image name, without the File: prefix
| File | required |
title | title | no description | String | required |
section | section | no description | Unknown | optional |
direction | direction | no description | Unknown | optional |
section-id | section-id | no description | Unknown | optional |