Template:FuncLabel5

From Civilization Modding Wiki
Revision as of 14:14, 19 September 2012 by DonQuich (talk | contribs) (Created page with "<includeonly><span class="civ5-label" id ="{{{2|{{{1}}}}}}"}}>{{#if: {{{2|}}} |[[{{{1}}}.{{{2}}} (Civ5 API)|{{{2}}}]] |[[{{{1}}} (Civ5 API)|{{{1}}}]] }}</span></includeonly><noin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Demonstration

Code Result
{{FuncLabel5|HexToWorld}}
{{FuncLabel5|Plot|GetX}}
HexToWorld
GetX

Usage

{{FuncLabel5|<type name>|<function name>}}
{{FuncLabel5|<function name>}}
  • type name: the name of the type declaring this function (optional).
  • function name: the name of the function to be linked.