Difference between revisions of "Template:DragonMisc"
Jump to navigation
Jump to search
>Mornsta-gpuser |
imported>Elaeagnifolia |
||
| Line 1: | Line 1: | ||
| − | <noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>{{ | + | <noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>[[Category:Dragon Misc]]<!-- |
| + | -->{{{{{1}}}PageHeader}} | ||
| + | |||
| + | <div class="panel" style="max-width:850px;margin:auto"> | ||
| + | <div class="panel-body" style="display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;overflow:hidden"> | ||
| + | </div> | ||
| + | <div style="flex-grow:1; padding:1em;">{{#if:{{{trivia|}}}| | ||
| + | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Trivia</p> | ||
| + | {{{trivia}}}<!-- | ||
| + | |||
| + | -->}}<!-- | ||
| + | |||
| + | -->{{#vardefine:Wyrmprints|{{#cargo_query:tables=Wyrmprints|fields=CONCAT('[[File:',BaseId,' 01.png|24px|link=',_pageName,']] [[',_pageName,']]')|where=FeaturedCharacters HOLDS LIKE "%{{{ov|{{BASEPAGENAME}}}}}%"|format=ul|group by=_pageName|default=}}}}<!-- | ||
| + | -->{{#vardefine:CastleStories|{{#cargo_query:tables=CastleStories|fields=_pageName|where=FeaturedCharacters HOLDS LIKE "%{{{ov|{{BASEPAGENAME}}}}}%"|format=ul|group by=_pageName|default=}}}}<!-- | ||
| + | -->{{#vardefine:DragaliaLife|{{#cargo_query:tables=Comics|fields=CONCAT('[',DirectLink,' ',Title,']')|where=FeaturedCharacter HOLDS LIKE "%{{{ov|{{BASEPAGENAME}}}}}%" AND _pageName="Dragalia Life"|format=ul|group by=Title|order by=Id ASC|default=}}}}<!-- | ||
| + | -->{{#vardefine:AdventurersGuide|{{#cargo_query:tables=Comics|fields=CONCAT('[',DirectLink,' ',Title,']')|where=FeaturedCharacter HOLDS LIKE "%{{{ov|{{BASEPAGENAME}}}}}%" AND _pageName="Adventurer's Guide"|format=ul|group by=Title|order by=Id ASC|default=}}}}<!-- | ||
| + | -->{{#vardefine:Summon|{{#cargo_query:tables=SummonShowcase|fields=_pageName|where=Dragon HOLDS LIKE "%{{{ov|{{BASEPAGENAME}}}}}%"|format=ul|group by=_pageName|default=}}}}<!-- | ||
| + | |||
| + | --> | ||
| + | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Featured In</p> | ||
| + | {{#if:{{#var:Wyrmprints}}{{#var:CastleStories}}{{#var:DragaliaLife}}{{#var:AdventurersGuide}}||:This {{{1}}} isn't featured in anything.}}<!-- | ||
| + | -->{{#if:{{#var:Wyrmprints}}|<p style="margin:15px auto;margin-bottom:8px;font-size:1em;font-variant-caps: small-caps;font-weight:bold">Wyrmprints</p> | ||
| + | {{#var:Wyrmprints}} | ||
| + | |||
| + | }}<!-- | ||
| + | -->{{#if:{{#var:CastleStories}}|<p style="margin:15px auto;margin-bottom:8px;font-size:1em;font-variant-caps: small-caps;font-weight:bold">Castle Stories</p> | ||
| + | {{#var:CastleStories}} | ||
| + | |||
| + | }}<!-- | ||
| + | -->{{#if:{{#var:DragaliaLife}}|<p style="margin:15px auto;margin-bottom:8px;font-size:1em;font-variant-caps: small-caps;font-weight:bold">Dragalia Life</p> | ||
| + | {{#var:DragaliaLife}} | ||
| + | |||
| + | }}<!-- | ||
| + | -->{{#if:{{#var:AdventurersGuide}}|<p style="margin:15px auto;margin-bottom:8px;font-size:1em;font-variant-caps: small-caps;font-weight:bold">Adventurer's Guide</p> | ||
| + | {{#var:AdventurersGuide}} | ||
| + | |||
| + | }}<!-- | ||
| + | -->{{#if:{{#var:Summon}}|<p style="margin:15px auto;margin-bottom:8px;font-size:1em;font-variant-caps: small-caps;font-weight:bold">Summon Showcases</p> | ||
| + | {{#var:Summon}} | ||
| + | |||
| + | }} | ||
| + | </div> | ||
Revision as of 15:37, 27 January 2019
This template is for use on the Misc pages of Dragons, e.g. Midgardsormr/Misc.
It uses the {{BASEPAGENAME}} so no name is need to be provided. For this Usage example, Midgardsormr and its results are used.
It currently support a trivia variable which should be formatted as a bulleted list as shown below.
Usage
{{DragonMisc|trivia=
*Some trivia about this dragon.
*Even more trivia.}}{{{{{1}}}PageHeader}}
Trivia
- Some trivia about this dragon.
- Even more trivia.
Featured In
Wyrmprints
Error: Table Wyrmprints not found.
Castle Stories
Error: Table CastleStories not found.
Dragalia Life
Error: Table Comics not found.
Adventurer's Guide
Error: Table Comics not found.
Summon Showcases
Error: Table SummonShowcase not found.