Difference between revisions of "Template:Alliance Insert"

From eRepublik Official Wiki
Jump to: navigation, search
m
 
m
Line 1: Line 1:
{| cellpadding="4"
+
{{Alliance Insert/{{TemplateLang|Alliance Insert}}
|-
+
|name={{{name|}}}
|rowspan="2" valign="top"|[[File:{{#if:{{{logo|}}}|{{{logo|}}}|Undefined-flag.gif}}|128px]]
+
|logo={{{logo|}}}
|valign="top" style="font-size:116%;"|'''[[{{{name|}}}]]''' <small>''{{#if:{{{ended|}}}|{{{created|}}} - {{{ended|}}}|From {{{created|}}} and still active }}''</small>
+
|created={{{created|}}}
|-
+
|ended={{{ended|}}}
|valign="top" style="padding-top:0px"|{{{description|}}}
+
|description={{{description|}}}
|}
+
}}
 
<hr width="90%" style="border-color:#ccc;margin:auto;opacity:0.2;"/>
 
<hr width="90%" style="border-color:#ccc;margin:auto;opacity:0.2;"/>
 
<noinclude>==Use==
 
<noinclude>==Use==
 
+
<pre>
<nowiki>{{Alliance Insert|</nowiki>
+
{{Alliance Insert|
<nowiki>  name=Name of the Alliance (mandatory)|</nowiki>
+
  name=Name of the Alliance (mandatory)|
<nowiki>  logo=Logo of the Alliance|</nowiki>
+
  logo=Logo of the Alliance|
<nowiki>  created=Date of creation (mandatory)|</nowiki>
+
  created=Date of creation (mandatory)|
<nowiki>  ended=Date of the end of the alliance|</nowiki>
+
  ended=Date of the end of the alliance|
<nowiki>  description=Description of the Alliance (mandatory)</nowiki>
+
  description=Description of the Alliance (mandatory)
<nowiki>}}</nowiki>
+
}}
 
+
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 09:07, 22 January 2013

Undefined-flag.gif [[]] From and still active

Use

{{Alliance Insert|
  name=Name of the Alliance (mandatory)|
  logo=Logo of the Alliance|
  created=Date of creation (mandatory)|
  ended=Date of the end of the alliance|
  description=Description of the Alliance (mandatory)
}}