Template:Factioninfo
From AndroWiki
(Difference between revisions)
m |
|||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {| cellpadding="2" style="float: right; width: | + | {| cellpadding="2" style="float: right; width: 240px; background: #e3e3e3; margin-left: 1em; border-spacing: 1px;" |
− | |- | + | {{ #if: {{{image_name|}}} | |
− | ! colspan="2" | + | {{!-}} bgcolor="#FFFFFF" |
− | | | + | ! colspan="2" {{!}} <center>[[Image:{{{image_name}}}|center|240px]]</center> |
+ | }} | ||
+ | |- | ||
! colspan="2" | <center>Facts</center> | ! colspan="2" | <center>Facts</center> | ||
− | | | + | |- bgcolor="#FFFFFF" |
− | | Race || {{{race}}} | + | | Race || {{#if: {{{race|}}} | {{ #ifexist: {{{race}}} | [[{{{race}}}]] | {{{race}}} }} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Origin || {{{ | + | | Origin || {{#if: {{{origin|}}} | {{ #ifexist: {{{origin}}} | [[{{{origin}}}]] | {{{origin}}} }} | unknown }} |
− | |- | + | |- bgcolor="#FFFFFF" |
− | | Distribution || {{{distribution}}} | + | | Capital || {{#if: {{{capital|}}} | {{ #ifexist: {{{capital}}} | [[{{{capital}}}]] | {{{capital}}} }} | unknown }} |
− | |- | + | |- bgcolor="#FFFFFF" |
− | | | + | | Distribution || {{#if: {{{distribution|}}} | {{{distribution}}} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Status || {{{status}}} | + | | Government || {{#if: {{{government|}}} | {{{government}}} | unknown }} |
+ | |- bgcolor="#FFFFFF" | ||
+ | | Leader || {{#if: {{{leader|}}} | {{ #ifexist: {{{leader}}} | [[{{{leader}}}]] | {{{leader}}} }} | unknown }} | ||
+ | |- bgcolor="#FFFFFF" | ||
+ | | Status || {{#if: {{{status|}}} | {{{status}}} | unknown }} | ||
|} | |} | ||
+ | <includeonly>[[Category:Factions]]</includeonly><noinclude> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Usage== | ||
+ | |||
+ | ''' Universal ''' | ||
+ | |||
+ | <pre> | ||
+ | {{Factioninfo | ||
+ | |image_name ="Name of the image" | ||
+ | |race ="Name of the race(s) the group consists of" | ||
+ | |origin ="Origin of the group" | ||
+ | |capital ="Current Capital" | ||
+ | |distribution ="geographical extension (where it is)" | ||
+ | |government ="Government" | ||
+ | |leader ="Current Leader" | ||
+ | |status ="operational status (how much;example: widely spread)" | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | ''' Example ([[Restorian Movement]])''' | ||
+ | |||
+ | <pre> | ||
+ | {{Factioninfo | ||
+ | |image_name = | ||
+ | |race =mixed | ||
+ | |origin = | ||
+ | |capital =None | ||
+ | |distribution =Hidden Cells | ||
+ | |government =Cellular Organization | ||
+ | |leader =Balance of Judgement | ||
+ | |status =Broken | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | [[Category:Templates]] | ||
+ | [[de:Vorlage:Gruppeninfo]] | ||
+ | </noinclude> |
Latest revision as of 15:33, 28 July 2007
| |
---|---|
Race | unknown |
Origin | unknown |
Capital | unknown |
Distribution | unknown |
Government | unknown |
Leader | unknown |
Status | unknown |
Usage
Universal
{{Factioninfo |image_name ="Name of the image" |race ="Name of the race(s) the group consists of" |origin ="Origin of the group" |capital ="Current Capital" |distribution ="geographical extension (where it is)" |government ="Government" |leader ="Current Leader" |status ="operational status (how much;example: widely spread)" }}
Example (Restorian Movement)
{{Factioninfo |image_name = |race =mixed |origin = |capital =None |distribution =Hidden Cells |government =Cellular Organization |leader =Balance of Judgement |status =Broken }}