Jump to content

Useable Templates for contribution

From ModEnc²
Revision as of 19:23, 4 April 2025 by MarkJFox (talk | contribs) (Created page with "To keep an unique look on every page and to keep the text structured and visualized, there are some templates available: <br> == Flag == {{Flag |files={{Categ|ini=rules}} |values={{Values|Boolean}} |default=0 |types={{Categ|BuildingTypes}} |td=yes |ra=yes |ts=yes |fs=yes |ra2=yes |yr=yes }} <br>Code:<pre> {{Flag |files={{Categ|ini=rules}} |values={{Values|Boolean}} |default=0 |types={{Categ|BuildingTypes}} |td=yes |ra=yes |ts=yes |fs=yes |ra2=yes |yr=yes }} </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To keep an unique look on every page and to keep the text structured and visualized, there are some templates available:

Flag

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Useable Templates for contribution
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: 0
Applicable to: BuildingTypes



Code:
{{Flag
|files={{Categ|ini=rules}}
|values={{Values|Boolean}}
|default=0
|types={{Categ|BuildingTypes}}
|td=yes
|ra=yes
|ts=yes
|fs=yes
|ra2=yes
|yr=yes
}}