Difference between revisions of "Template:CT"
Jump to navigation
Jump to search
>Mornsta-gpuser m (Mornsta moved page Template:SummonShowcaseCard to Template:CT without leaving a redirect) |
>Caledor92 |
||
| (17 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{:{{{1}}}}} | + | <noinclude>(Custom Transclusion) - Parses specified cargo field into a transclusion, used on [[Summon Showcase]] pages. [[Category:Templates]]</noinclude> |
| + | <includeonly><!-- | ||
| + | Declaring what kind of unit is each one of them | ||
| + | --><div class="panel" style="display:inline-block;width:100%;max-width:1000px;"> | ||
| + | <div class="panel-heading">[[{{{Title|}}}]]</div> | ||
| + | <div class="panel-body" style="display:flex;flex-wrap:wrap;align-items:center;justify-content:center;"> | ||
| + | |||
| + | <div style="margin:15px"> | ||
| + | {{#ifexist: File:Banner Summon Showcase {{{Title|}}}.png | [[File: Banner Summon Showcase {{{Title|}}}.png|400px|link={{{Title|}}}]] | [[File:Unknown.png|400px|link=File:Banner Summon Showcase {{{Title|}}}.png]] }} | ||
| + | {{#if: {{{Video|}}}| {{#ev:youtube|{{{Video|}}}}}}} | ||
| + | </div> | ||
| + | |||
| + | <div style="display:flex;flex-direction:column;flex-basis:350px;flex-grow:1"> | ||
| + | <div style="text-align:center"> | ||
| + | {{#ifeq:{{{Type|}}}|Platinum|'''Guaranteed one of:'''|'''Rate Up Units:'''}} | ||
| + | <!--[[Module:SummonShowcase]]-->{{#invoke:SummonShowcase|Adventurers|{{{Adventurer|}}}}}{{{CustomAdventurer|}}}{{#invoke:SummonShowcase|Dragons|{{{Dragons|}}}}}{{{CustomDragon|}}}{{#invoke:SummonShowcase|Wyrmprints|{{{Wyrmprints|}}}}}{{{CustomWyrmprint|}}} | ||
| + | </div> | ||
| + | |||
| + | <hr style="margin:1em;"> | ||
| + | |||
| + | <div style="text-align:center"> | ||
| + | <div> | ||
| + | '''Start Date''': {{#time:F d, Y h:i:s A e|{{{StartDate|}}}}} | ||
| + | </div> | ||
| + | <div> | ||
| + | '''End Date''': {{#time:F d, Y h:i:s A e|{{{EndDate|}}}}} | ||
| + | </div> | ||
| + | </div> | ||
| + | </div> | ||
| + | </div> | ||
| + | </div></includeonly> | ||
Latest revision as of 09:45, 11 January 2020
(Custom Transclusion) - Parses specified cargo field into a transclusion, used on Summon Showcase pages.