Template:Type5: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with "<includeonly>[[{{{1}}} (Civ5 Type)|{{{2|{{{1}}}}}}]]</includeonly><noinclude> ==Demonstration== {| |- !Code !Result |- |<pre style="border:none; margin:0px; padding:0px;"> {{Type...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
{{Type5|PlayerID|player}}
{{Type5|PlayerID|player}}
</pre>
</pre>
|{{Type5|PlayerID|player}}<br/>
|{{Type5|PlayerID}}<br/>
{{Type5|PlayerID|player}}
{{Type5|PlayerID|player}}
|}
|}
}}
 


==Usage==  
==Usage==  

Latest revision as of 14:22, 19 September 2012

Demonstration

Code Result
{{Type5|PlayerID}}
{{Type5|PlayerID|player}}
PlayerID

player


Usage

{{Type5|<type name>|displayed name}}
  • type name: the name of the type to be linked.
  • displayed name: the name to be displayed instead of the type name. (optional)