Difference between revisions of "User:Caledor92/Sandbox1"
Jump to navigation
Jump to search
>Caledor92 |
>Caledor92 |
||
| Line 1: | Line 1: | ||
| − | <noinclude | + | <noinclude>{{doc}}<!-- |
| − | |||
| − | |||
| − | |||
| − | + | // Cargo Declare | |
| − | | | + | -->{{#cargo_declare: |
| − | + | _table=Facilities | |
| − | | | + | |Id=String |
| − | | | + | |Name=String |
| − | | | + | |Description=Wikitext (size=1500) |
| − | + | |Type=String | |
| − | + | |Size=String | |
| − | + | |Available=Integer | |
| − | + | |ReleaseDate=DateTime | |
| − | + | |Summary=Wikitext (size=2000) | |
| − | + | |Obtain=Wikitext | |
| − | + | }}</noinclude><includeonly><!-- | |
| − | + | ||
| − | + | // Storing values to Cargo Table | |
| − | | | + | -->{{#ifeq: {{NAMESPACENUMBER}} | 0 | {{#cargo_store: |
| − | + | _table=Facilities | |
| − | + | |Id={{{Id|}}} | |
| − | + | |Name={{{Name|}}} | |
| − | + | |Description={{{Description|}}} | |
| − | + | |Type={{{Type|}}} | |
| − | + | |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 | |
| − | + | --><div class="panel" style="margin:auto;max-width:900px"> | |
| − | + | <div class="panel-heading">{{{Name|{{PAGENAME}}}}}</div> | |
| − | + | <div class="panel-body" style="display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center"> | |
| − | + | <div style="width:400px;text-align:center;margin-left:2em;">{{{Images|}}}</div> | |
| − | + | <div style="flex-grow:1;text-align:center"> | |
| − | + | <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> | |
| − | + | <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|Size|{{{Size|}}}}} | |
| − | + | {{TermDescription|Available|{{{Available|}}}}} | |
| − | + | {{TermDescription|Obtained From|{{{Obtain|}}}}} | |
| − | + | {{TermDescription|Release Date|{{#time:F d, Y|{{{ReleaseDate|}}}}}}} | |
| − | + | </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> | |
| − | + | {{{UpgradeTable|}}} | |
| − | + | }} | |
| − | + | ||
| − | + | {{{OtherInfo|}}} | |
| − | + | ||
| − | + | ||
| − | + | [[Category:Facilities]] [[Category:{{{Type|}}} Facilities]]</includeonly> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | </includeonly> | ||