Difference between revisions of "Template:CT"
Jump to navigation
Jump to search
>Mornsta-gpuser (Created page with "<includeonly><div class="panel" style="display:inline-block;width:100%;max-width:1000px;"> <div class="panel-heading">{{#var:Title}}</div> <div class="panel-body" style="dis...") |
>Caledor92 |
||
| (22 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly><div class="panel" style="display:inline-block;width:100%;max-width:1000px;"> | + | <noinclude>(Custom Transclusion) - Parses specified cargo field into a transclusion, used on [[Summon Showcase]] pages. [[Category:Templates]]</noinclude> |
| − | <div class="panel-heading">{{ | + | <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 class="panel-body" style="display:flex;flex-wrap:wrap;align-items:center;justify-content:center;"> | ||
<div style="margin:15px"> | <div style="margin:15px"> | ||
| − | {{#ifexist: File:Banner Summon Showcase {{{Title|}}}.png | [[File: Banner Summon Showcase {{{Title|}}}.png|400px|link=]] | [[File:Unknown.png| | + | {{#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> | ||
<div style="display:flex;flex-direction:column;flex-basis:350px;flex-grow:1"> | <div style="display:flex;flex-direction:column;flex-basis:350px;flex-grow:1"> | ||
<div style="text-align:center"> | <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> | </div> | ||
| Line 78: | Line 20: | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
| − | |||
<div> | <div> | ||
| − | '''Start Date''': {{{StartDate|}}} | + | '''Start Date''': {{#time:F d, Y h:i:s A e|{{{StartDate|}}}}} |
</div> | </div> | ||
<div> | <div> | ||
| − | '''End Date''': {{{EndDate|}}} | + | '''End Date''': {{#time:F d, Y h:i:s A e|{{{EndDate|}}}}} |
</div> | </div> | ||
| − | |||
</div> | </div> | ||
| − | |||
</div> | </div> | ||
| − | |||
</div> | </div> | ||
| − | </div> | + | </div></includeonly> |
| − | |||
| − | </includeonly> | ||
Latest revision as of 09:45, 11 January 2020
(Custom Transclusion) - Parses specified cargo field into a transclusion, used on Summon Showcase pages.