Difference between revisions of "Template:Region Infobox"

From Discovery Wiki
Jump to navigationJump to search
(Blanked the page)
m
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<noinclude>{{Style Guide navigation}}</noinclude><includeonly>
 +
{| class="infobox bordered" style="float: right; margin-left: 1em; margin-bottom: 10px; width: 250px; font-size: 11px; line-height: 14px; border: 1px solid #dddddd;" cellpadding="3"
 +
|-
 +
| colspan="2" class="infobox-name"|'''{{{name}}}'''
 +
|-
 +
| colspan="2" style="padding: 0px; text-align: center;"|{{#if: {{{image|}}}
 +
| [[image:{{{image}}}|center|244px]]
 +
| ''No image''}}
 +
|-
 +
{{!}}class="infobox-data-title" {{!}} '''Owner'''
 +
{{!}}style="padding-right: 1em;" {{!}} {{#if: {{{owner|}}} | {{{owner}}} | ''unknown'' }}
 +
{{!}}-
 +
{{!}}class="infobox-data-title" {{!}} '''Location'''
 +
{{!}}style="padding-right: 1em;" {{!}} {{#if: {{{parent|}}}{{{system|}}}
 +
{{!}} {{#if: {{{parent|}}} | {{{system}}}, }} {{#if: {{{parent|}}} | {{{system}}} | ''unknown'' }}
 +
| ''unknown''}}
 +
{{!}}-
 +
{{!}} colspan="2" class="infobox-section" {{!}} Technical Information
 +
{{!}}-
 +
{{!}}class="infobox-data-title" {{!}} '''Access'''
 +
{{!}}style="padding-right: 1em" {{!}} {{#if: {{{access|}}}
 +
{{!}} {{ #ifeq: {{{access}}} | RESTRICTED | <span style-"color: #dd0000;">''RESTRICTED''</span> | {{{access}}} }}
 +
| ''unknown'' }}
 +
{{!}}-
 +
{{!}}class="infobox-data-title" {{!}} '''Population'''
 +
{{!}}style="padding-right: 1em" {{!}} {{#if: {{{population|}}}
 +
{{!}} {{ #ifeq: {{{population}}} | CLASSIFIED | <span style="color: #dd0000;">''CLASSIFIED''</span> | {{{population}}} }}
 +
| ''unknown'' }}
 +
|}</includeonly>
 +
<noinclude>==Usage==
 +
<pre><nowiki>{{Region Infobox
 +
| name = Wight Company HQ
 +
| image = Curacao_Planetside.jpg
 +
| owner = Edgar Wight
 +
| parent = Planet Curacao
 +
| system = Cortez
 +
| access = open
 +
| population = <50
 +
}}</nowiki></pre>
  
 +
==Result==
 +
{{Region Infobox
 +
| name = Wight Company HQ
 +
| image = Curacao_Planetside.jpg
 +
| owner = Edgar Wight
 +
| parent = Planet Curacao
 +
| system = Cortez
 +
| access = open
 +
| population = <50
 +
}}</noinclude>

Latest revision as of 21:00, 13 August 2014

Other Templates available to read:

The Basics  • Ships  • Factions  • Bases  • Planets  • Systems  • Commodities


Usage

{{Region Infobox
| name = Wight Company HQ
| image = Curacao_Planetside.jpg
| owner = Edgar Wight
| parent = Planet Curacao
| system = Cortez
| access = open
| population = <50
}}

Result

Wight Company HQ
Curacao Planetside.jpg
Owner Edgar Wight
Location unknown
Technical Information
Access unknown
Population unknown