Open main menu

Changes

951 bytes added ,  04:11, 19 February 2016
m
1 revision imported: All the templates from MediaWiki.com
<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>
<div id="mf-section-{{{section-id}}}" class="mf-mobile-only">
=={{{title}}}==
'''{{{section}}}'''
</div><noinclude>

Template for [[MediaWiki/Homepage redesign]]. The CSS is in [[MediaWiki:Gadget-site.css]].
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>