Template:Infobox Galactic Wonder: Difference between revisions

From Holocron - Star Wars Combine
Jump to navigation Jump to search
Rupert Havok (talk | contribs)
Added In-Character (IC) template field for link to Rules page, similar to Infobox Planet field
Lara Navos (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{|style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
<table style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;">
width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
<tr><td width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;"><font color="white"><b>{{{name}}}</b></font></td></tr>
|-
<tr><td width="100%" colspan="2" style="text-align: center;">{{{image}}}</td></tr>
width="100%" colspan="2" style="text-align: center;" | {{{image}}}
<tr><td width="100%" colspan="2" style="background-color: #21314c;"><font color="white"><b>Location</b></font></td></tr>
|-
<tr>
width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Location'''</font>
<td width="31%" valign="top"> Sector
|-
</td><td width="69%"> {{{sector}}}
width="31%" | Sector
</td></tr>
width="69%" | {{{sector}}}
<tr>
|-
<td width="31%" valign="top"> System
width="31%" | System
</td><td width="69%"> {{{system}}}
width="69%" | {{{system}}}
</td></tr>
|-
<tr>
{{#if:{{{planet|}}}|
<td width="31%" valign="top"> Planet
{{!}}  width="31%" {{!}} Planet
</td><td width="69%"> {{{planet}}}
{{!}}  width="69%" {{!}} {{{planet}}}
</td></tr>
{{!-}}}}
<tr>
width="31%" | Galactic Coordinates
<td width="31%" valign="top"> Galactic Coordinates
width="69%" | {{{galcoord}}}
</td><td width="69%"> {{{galcoord}}}
|-
</td></tr>
width="31%" | System Coordinates
<tr>
width="69%" | {{{syscoord}}}
<td width="31%" valign="top"> System Coordinates
|-
</td><td width="69%"> {{{syscoord}}}
{{#if:{{{groundcoord|}}}|
</td></tr>
{{!}}  width="31%" {{!}} Ground Coordinates
<tr>
{{!}}  width="69%" {{!}} {{{groundcoord}}}
<td width="31%" valign="top"> Ground Coordinates
{{!-}}}}
</td><td width="69%"> {{{groundcoord}}}
width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Additional Notes'''</font>
</td></tr>
|-
<tr><td width="100%" colspan="2" style="background-color: #21314c;"><font color="white"><b>Political Information</b></font></td></tr>
width="31%" | Controlled By
<tr>
width="69%" | {{{controller}}}
<td width="31%" valign="top"> Controlled By
|-
</td><td width="69%"> {{{controller}}}
{{#if:{{{shielded|}}}|
</td></tr>
{{!}}  width="31%" {{!}} Shielded
<tr>
{{!}}  width="69%" {{!}} {{{shielded}}}
<td width="31%" valign="top"> Shielded
{{!-}}}}
</td><td width="69%"> {{{shielded}}}
{{#if:{{{entry|}}}|
</td></tr>
{{!}}  width="31%" {{!}} NavComp Entry
<tr>
{{!}}  width="69%" {{!}} {{{entry}}}
<tr>
{{!-}}}}
<td width="31%" valign="top"> NavComp Entry
|}
</td><td width="69%"> {{{entry}}}
</td></tr>
</table>
<noinclude>
<noinclude>
===Usage===
===Usage===


The Galactic Wonder Box template is used for Galactic Wonder pages only, to give information on the exact location and additional info to help tourists reach the place. Paste the following code into the top of an article, filling all known fields, leaving unknown ones blank.
The Galactic Wonder Box template is used for Galactic Wonder pages only, to give information on the exact location and additional info to help tourists reach the place. Paste the following code into the top of an article.


<pre><nowiki>
<pre><nowiki>
{{Infobox Galactic Wonder
{{Infobox Galactic Wonder
| name =  
| name =  
Line 62: Line 64:
</nowiki></pre>
</nowiki></pre>


[[Category:Templates|{{PAGENAME}}]]</noinclude>
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 06:52, 22 January 2023

{{{name}}}
{{{image}}}
Location
Sector {{{sector}}}
System {{{system}}}
Planet {{{planet}}}
Galactic Coordinates {{{galcoord}}}
System Coordinates {{{syscoord}}}
Ground Coordinates {{{groundcoord}}}
Political Information
Controlled By {{{controller}}}
Shielded {{{shielded}}}
NavComp Entry {{{entry}}}


Usage

The Galactic Wonder Box template is used for Galactic Wonder pages only, to give information on the exact location and additional info to help tourists reach the place. Paste the following code into the top of an article.

{{Infobox Galactic Wonder
| name = 
| image = 
| sector = 
| system = 
| planet = 
| galcoord = 
| syscoord = 
| groundcoord = 
| controller = 
| shielded = 
| entry = 
}}