YellowWarningTriangle.png This wiki is closed in favour of the new wiki. Information shown is likely to be very out of date.

Difference between revisions of "Template:FileOldUnusedIrrelevant"

From Discovery Wiki
Jump to navigationJump to search
m
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{GuideNav}}<!--</noinclude>
+
<noinclude><!--</noinclude>
{{#if: {{{image|}}} || {{Stub|This Article needs a Picture for the '''Faction'''. This is an automatically generated message that will disappear when an image is used.}}}}
+
{| style="border: 2px solid red; margin: 4px auto; width: 50%;"
{| class="infobox bordered" style="float: right; text-align: left; margin-left: 1em; margin-bottom: 10px; width: 270px; font-size: 11px; line-height: 14px; border: 1px solid #dddddd;" cellpadding="3"
+
| style="padding: 20px;" | [[Image:TriangleWarning.jpg]]
|-
+
| This file has been marked as old, unused and irrelevant to wiki.
| colspan="2" class="infobox-name" | '''{{{name}}}'''
 
|-
 
| colspan="2" style="padding: 0px; text-align: center;" | {{#if: {{{image|}}}
 
| [[image:{{{image}}}|center|{{#if: {{{imgsz|}}} | {{{imgsz}}} | 264px}}]]
 
| [[Image:Nofactionimage.jpg|center|264px]]
 
}}
 
|-
 
| class="infobox-data-title" style="width: 110px;" | '''Origin'''
 
| style="padding-right: 1em;" | {{#if: {{{origin|}}}
 
| {{{origin}}}
 
| ''unknown''
 
}}
 
{{#if: {{{affiliation|}}}
 
| {{!}}-
 
{{!}} class="infobox-data-title" {{!}} '''Affiliation'''
 
{{!}} style="padding-right: 1em;" {{!}} {{{affiliation}}}
 
}}
 
|-
 
| class="infobox-data-title" | '''Alignment'''
 
| style="padding-right: 1em;" | {{#switch: {{{alignment}}}
 
| LAWFUL = Lawful
 
| UNLAWFUL = Unlawful
 
| QUASI-LEGAL = Quasi-legal
 
| CORPORATION = Lawful/Corporation
 
| INDEPENDENT = Independent
 
| #default = {{{alignment}}}
 
}}
 
|-
 
| colspan="2" class="infobox-section" | Profile
 
|-
 
| class="infobox-data-title" | '''Date of founding'''
 
| style="padding-right: 1em;" | {{#if: {{{founding_date|}}}
 
| {{{founding_date}}} [[A.S.]]
 
| ''unknown''
 
}}
 
{{#if: {{{dissolution_date|}}}
 
| {{!}}-
 
{{!}} class="infobox-data-title" {{!}} '''Date of dissolution'''
 
{{!}} style="padding-right: 1em;" {{!}} {{{dissolution_date}}} [[A.S.]]
 
}}
 
|-
 
| class="infobox-data-title" | '''Founder(s)'''
 
| style="padding-right: 1em;" | {{#if: {{{founder}}}
 
| {{{founder}}}
 
| ''unknown''
 
}}
 
{{#if: {{{founder|}}} | {{!}}-
 
{{!}} class="infobox-data-title" {{!}} '''Current leader(s)'''
 
{{!}} style="padding-right: 1em;" {{!}} {{{leader|}}}
 
|-
 
| class="infobox-data-title" | '''Base of operations'''
 
| style="padding-right: 1em;" | {{#if: {{{base|}}}
 
| {{{base}}}
 
| ''unknown''
 
}}{{#if: {{{primary_role|}}} | <nowiki />
 
{{!}}-
 
{{!}} colspan="2" class="infobox-section" {{!}} Primary role
 
{{!}}-
 
{{!}} colspan="2" {{!}} {{{primary_role}}}
 
}}{{#if: {{{secondary_role|}}} | <nowiki />
 
{{!}}-
 
{{!}} colspan="2" class="infobox-section" {{!}} Secondary role
 
{{!}}-
 
{{!}} colspan="2" {{!}} {{{secondary_role}}}
 
}}{{#ifeq: {{{TOC|no}}} | yes | {{Infobox TOC}}}}
 
 
|}
 
|}
[[Category: Factions]]{{#if: {{{image|}}} | | [[Category: Factions without profile images]]}}
+
[[Category:Files for deletion]][[Category:Pages up for deletion]]
<noinclude>
+
<noinclude>-->[[Category:Templates]]
-->
 
=Usage=
 
<pre>{{S3
 
| name =
 
| type =
 
| affiliation =
 
| image =
 
| imgsz =
 
| origin =
 
| alignment =
 
| founding_date =
 
| dissolution_date =
 
| leader =
 
| founder =
 
| primary_role =
 
| secondary_role =
 
| base =
 
}}</pre>
 
 
 
'''"Alignment" can be one of these:'''
 
*LAWFUL
 
*UNLAWFUL
 
*QUASI-LEGAL
 
*CORPORATION
 
*INDEPENDENT
 
 
 
 
 
'''"Type" can be'''
 
* NPC
 
* OFFICIAL
 
* GROUP
 
(Currently does nothing, but mark it as whichever is correct.)
 
 
 
=Example=
 
<pre><nowiki>{{S3
 
| name = Red Hessians
 
| type = NPC
 
| affiliation = [[Red Hessians]]
 
| image = Freital.jpg
 
| imgsz =
 
| origin = {{House Link | Rheinland}}
 
| alignment = UNLAWFUL
 
| founding_date = 700
 
| dissolution_date =
 
| leader =
 
| founder =
 
| primary_role = Liberation of Rheinland
 
| secondary_role = Undermining corrupt Rheinland corporations, containing the Corsair expansion
 
| base = [[Vogtland Base]], [[Dresden]]
 
}}</nowiki></pre>
 
Note: The imgsz variable allows you to specify the size an image is displayed at (Example: 128px) and is best used to keep an image from being stretched and distorted.  If no value is placed in this field the image will be sized to the default value of 264px.
 
 
 
==Result==
 
{{S3
 
| name = Red Hessians
 
| type = NPC
 
| affiliation = [[Red Hessians]]
 
| image = Freital.jpg
 
| imgsz =
 
| origin = {{House Link | Rheinland}}
 
| alignment = UNLAWFUL
 
| founding_date = 700
 
| dissolution_date =
 
| leader =
 
| founder =
 
| primary_role = Liberation of Rheinland
 
| secondary_role = Undermining corrupt Rheinland corporations, containing the Corsair expansion
 
| base = [[Vogtland Base]], [[Dresden]]
 
}}
 
 
 
[[Category:Templates]]
 
 
</noinclude>
 
</noinclude>

Latest revision as of 19:18, 14 April 2012