Difference between revisions of "Template:Facility"
Jump to navigation
Jump to search
imported>Elaeagnifolia (Created page with "<noinclude>{{doc}}Category:Templates<!-- // Cargo Declare -->{{#cargo_declare: _table=Facilities |Id=String |Name=String |Description=Wikitext (size=1500) |Type=String |S...") |
>Boblers |
||
| (175 intermediate revisions by 5 users not shown) | |||
| Line 9: | Line 9: | ||
|Type=String | |Type=String | ||
|Size=String | |Size=String | ||
| + | |Available=Integer | ||
| + | |ReleaseDate=DateTime | ||
| + | |Summary=Wikitext (size=2000) | ||
| + | |Obtain=Wikitext | ||
}}</noinclude><includeonly><!-- | }}</noinclude><includeonly><!-- | ||
| Line 19: | Line 23: | ||
|Type={{{Type|}}} | |Type={{{Type|}}} | ||
|Size={{{Size|}}} | |Size={{{Size|}}} | ||
| − | + | |Available={{{Available|}}} | |
| − | | }}<!-- | + | |ReleaseDate={{#time:F d, Y h:i:s A e|{{#time:F d, Y|{{{ReleaseDate|}}}}} 6:00:00}} |
| + | |Summary={{{ShortSummary|}}} | ||
| + | |Obtain={{{Obtain|}}} | ||
| + | }} }}<!-- | ||
// Template Display Content | // Template Display Content | ||
| − | --><div class="panel" style="margin:auto;max-width: | + | --><div class="panel" style="margin:auto;max-width:900px"> |
<div class="panel-heading">{{{Name|{{PAGENAME}}}}}</div> | <div class="panel-heading">{{{Name|{{PAGENAME}}}}}</div> | ||
| − | <div class="panel-body" style="display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center"> | + | <div class="panel-body" style="display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;overflow:hidden"> |
| − | <div style="width: | + | <div style="width:500px;text-align:center;display:flex;flex-direction:column;justify-content:center">{{{Images|}}}</div> |
| − | <div | + | <div style="flex-grow:1;text-align:center"> |
| − | <p style="width:300px;margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Description</p> | + | <p style="max-width:300px;margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Description</p> |
| − | {{{Description | + | <div style="flex-grow:1;text-align:center"> |
| + | <div style="max-width:300px;margin:5px auto 10px;font-style:italic;font-size:.9em;">{{{Description}}}</div> | ||
| + | </div> | ||
{{TermDescription|Facility Type|{{{Type|}}}}} | {{TermDescription|Facility Type|{{{Type|}}}}} | ||
{{TermDescription|Size|{{{Size|}}}}} | {{TermDescription|Size|{{{Size|}}}}} | ||
| + | {{TermDescription|Available|{{{Available|}}}}} | ||
| + | {{TermDescription|Obtained From|{{{Obtain|}}}}} | ||
| + | {{TermDescription|Release Date|{{#time:F d, Y|{{{ReleaseDate|}}}}}}} | ||
</div> | </div> | ||
| − | < | + | <div style="padding:2em;"> |
| − | < | + | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Short Summary</p> |
| + | {{{ShortSummary|}}} | ||
| + | |||
| + | {{#if:{{{UpgradeTable|}}} | | ||
<p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Upgrade Table</p> | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Upgrade Table</p> | ||
{{{UpgradeTable|}}} | {{{UpgradeTable|}}} | ||
| + | }} | ||
| − | {{{ | + | {{{OtherInfo|}}} |
| − | + | </div> | |
| − | + | </div> | |
| − | [[Category:Facilities]]</includeonly> | + | </div> |
| + | {{Facilities navbox}} | ||
| + | [[Category:Facilities]] [[Category:{{{Type|}}} Facilities]]</includeonly> | ||