Template:FuncInfos5: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with "<includeonly>|- |{{#switch: {{{1|}}} |no = <span style="margin-right:4px;" title="This function is not available in the base game.">link=|</span> |yes = <spa...") |
No edit summary |
||
Line 27: | Line 27: | ||
{{FuncInfos5|no|yes}} | {{FuncInfos5|no|yes}} | ||
</pre> | </pre> | ||
|{{FuncInfos5|yes|maybe|yes|here is some help|warning}}<br/> | | | ||
{|cellspacing="4" cellpadding="0" width="100%" | |||
|- | |||
| [[File:civ5-16.png|Base game]] || [[File:gk-16.png|Gods & Kings]] || || | |||
{{FuncInfos5|yes|maybe|yes|here is some help|warning}}<br/> | |||
{{FuncInfos5|yes|maybe|yes|here is some help}}<br/> | {{FuncInfos5|yes|maybe|yes|here is some help}}<br/> | ||
{{FuncInfos5|yesNeverUsed|maybe|yes}}<br/> | {{FuncInfos5|yesNeverUsed|maybe|yes}}<br/> | ||
{{FuncInfos5|no|yes}}<br/> | {{FuncInfos5|no|yes}}<br/> | ||
|} | |||
|} | |} | ||
Revision as of 14:08, 19 September 2012
Demonstration
Code | Result | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{FuncInfos5|yes|maybe|yes|here is some help|warning}} {{FuncInfos5|yes|maybe|yes|here is some help}} {{FuncInfos5|yesNeverUsed|maybe|yes}} {{FuncInfos5|no|yes}} |
|
Usage
{{FuncInfos5|<availability1>|<availability2>|<hasDetailledInfos>|<note>|<warning>}}
- availability1:
yes|yesNeverUsed|maybe|no
- availability2:
yes|yesNeverUsed|maybe|no
- hasDetailledInfos:
yes|no
- note: a comment about this function (may be blank).
- warning:
warning
when set, a warning icon will be displayed for the comment instead of the usual speech icon..