Template:Flag: Difference between revisions
Appearance
en>Pd m made "Values:" a link to my new value types tutorial - I hope it's OK |
en>Renegade css'd |
||
| Line 1: | Line 1: | ||
{|align="left" width="100%" cellspacing="0" cellpadding="0" | {|align="left" width="100%" cellspacing="0" cellpadding="0" class="template_flag blacklink" | ||
|- | |- | ||
|'''Flag:''' | |||
|{{{name}}} | |||
|- | |- | ||
|'''Files:''' | |||
|{{{files}}} | |||
|- | |- | ||
|'''[[Help:Values|Values]]:''' | |||
|{{{values}}} | |||
|- | |- | ||
|'''Special Values:''' | |||
|{{{special}}} | |||
|- | |- | ||
|'''Default:''' | |||
|{{{default}}} | |||
|- | |- | ||
|'''Applicable to:''' | |||
|{{{types}}} | |||
|- | |- | ||
|'''Works in Game(s):''' | |||
|{{{games}}} | |||
|}<br><br><br><br><br><br><br><br> | |}<br><br><br><br><br><br><br><br> | ||
<includeonly>[[Category:INI Flags]]</includeonly> | <includeonly>[[Category:INI Flags]]</includeonly> | ||
Revision as of 15:56, 15 August 2006
| Flag: | {{{name}}} |
| Files: | {{{files}}} |
| Values: | {{{values}}} |
| Special Values: | {{{special}}} |
| Default: | {{{default}}} |
| Applicable to: | {{{types}}} |
| Works in Game(s): | {{{games}}} |
{{Flag
|name=
|files=
|values=
|special=
|default=
|types=
|games=
}}
Copy-paste the code above and fill out the parameters as follows:
- name: The exact name of the flag
- files: In which files this flag can be used
- values: Possible values
- special: Special values, if any (like -1 for unlimited)
- default: The default value for this flag
- types: Where you can use this flag
- games: In which games this flag is usable
If there is no value, put "None"; capitalization is important in this case, as there may also be the value "none", which would be lower-case only.
Note: This template is intended to be put directly at the page's beginning - no extra horizontal lines, to empty lines, nothing. Either relocate the TOC via __TOC__ or disable it entirely via __NOTOC__.
Template includes Category:INI Flags automatically.
See example usages here and here.