Difference between revisions of "Template:Banner"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div class="banner-image nomobile js-proportonal-resize"> | + | <div class="banner-image nomobile js-proportonal-resize" {{#if:{{{div-width|}}}|style="width:{{{div-width|}}};{{#if:{{{div-height|}}}|height:{{{div-height|}}}}}"}}> |
− | <div class="mainpage-shadowbox banner-box-2 banner-box-{{{direction}}}" {{#if:{{{width|}}}|style="width:{{{width}}}"}}> | + | <div class="mainpage-shadowbox banner-box-2 banner-box-{{{direction}}}" {{#if:{{{width|}}}|style="width:{{{width|}}};{{#if:{{{height|}}}|height:{{{height|}}}}}"}}> |
− | {{#if: {{{title|}}} | <h2>[[{{{title}}}|{{{alt-title|{{{title}}}}}}]]</h2>}} | + | {{#if: {{{title|}}} | <h2>[[{{{title|}}}|{{{alt-title|{{{title|}}}}}}]]</h2>}} |
{{#if: {{{title-nonlink|}}} | <h2>{{{title-nonlink|}}}</h2>}} | {{#if: {{{title-nonlink|}}} | <h2>{{{title-nonlink|}}}</h2>}} | ||
{{#if: {{{section|}}} | <h3>[[{{{section-link}}}|{{{section}}}]]</h3>}} | {{#if: {{{section|}}} | <h3>[[{{{section-link}}}|{{{section}}}]]</h3>}} | ||
{{#if:{{{quote|}}} | <div class="quote">{{{quote}}}</div>}} | {{#if:{{{quote|}}} | <div class="quote">{{{quote}}}</div>}} | ||
{{#if:{{{quote-link|}}} | <div class="quote">[[{{{title|}}}|{{{quote}}}]]</div>}} | {{#if:{{{quote-link|}}} | <div class="quote">[[{{{title|}}}|{{{quote}}}]]</div>}} | ||
− | </div>[[File:{{{image|}}}|frameless|1700px{{#if: {{{title|}}} | {{!}}link={{{title|}}}|{{{title|}}} }}]]</div> | + | </div>[[File:{{{image|}}}|frameless|1700px{{#if: {{{title|}}} | {{!}}link={{{title|}}}|{{{title|}}} }}{{#if: {{{link-art|}}} | {{!}}link={{{img-link|}}}|{{{img-link-alt|}}} }}]]</div> |
<div id="mf-section-{{{section-id|}}}" class="mf-mobile-only"> | <div id="mf-section-{{{section-id|}}}" class="mf-mobile-only"> | ||
=={{{section|}}}== | =={{{section|}}}== | ||
Line 20: | Line 20: | ||
|title= | |title= | ||
|image= | |image= | ||
+ | |img-link= | ||
+ | |img-link-alt= | ||
|quote= | |quote= | ||
+ | |quote-link= | ||
}}</pre> | }}</pre> | ||
+ | ;Advanced Syntax | ||
+ | <pre> | ||
+ | {{banner | ||
+ | |direction=left | ||
+ | |width=60% | ||
+ | |title= | ||
+ | |title-nonlink= | ||
+ | |image= | ||
+ | |quote= | ||
+ | }}</pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 23:53, 7 August 2018
{{banner |direction=left |width=60% |title= |image= |img-link= |img-link-alt= |quote= |quote-link= }}
- Advanced Syntax
{{banner |direction=left |width=60% |title= |title-nonlink= |image= |quote= }}