Feature – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add Arma 2 & Arma 2: Operation Arrowhead) |
Lou Montana (talk | contribs) m (Add Template:TemplateCase usage) |
||
Line 4: | Line 4: | ||
|ARMA2OA= {{Messagebox|{{{2|}}}|{{Icon|arma2oa}}|#E1D6A8}} | |ARMA2OA= {{Messagebox|{{{2|}}}|{{Icon|arma2oa}}|#E1D6A8}} | ||
|ARMA3= {{Messagebox|{{{2|}}}|{{Icon|arma3}}|#ADBF83}} | |ARMA3= {{Messagebox|{{{2|}}}|{{Icon|arma3}}|#ADBF83}} | ||
|ARMA3CONTACT= {{Messagebox|{{{2|This content is exclusive to the [[Arma 3 Contact]] Expansion.}}}|{{Icon|arma3contact}}|#81AED3}}{{ | |ARMA3CONTACT= {{Messagebox|{{{2|This content is exclusive to the [[Arma 3 Contact]] Expansion.}}}|{{Icon|arma3contact}}|#81AED3}}{{TemplateCase||[[Category:Arma 3 Contact]]}} | ||
|ARMA3OLDMAN= {{Messagebox|{{{2|This function is used by the [[Arma 3 Apex: Old Man]] content. It might only work properly inside this scenario.}}}|{{Icon|arma3oldman_alt}}|#1C732F}} | |ARMA3OLDMAN= {{Messagebox|{{{2|This function is used by the [[Arma 3 Apex: Old Man]] content. It might only work properly inside this scenario.}}}|{{Icon|arma3oldman_alt}}|#1C732F}} | ||
|DAYZ= {{Messagebox|{{{2|}}}|{{Icon|dayz_alt}}|#000}} | |DAYZ= {{Messagebox|{{{2|}}}|{{Icon|dayz_alt}}|#000}} |
Revision as of 18:58, 16 January 2021
Usage
{{Feature|name|message}}
- name: (case-insensitive) can be one of:
- AFM: Arma 3 Advanced Helicopter Flight Model feature
- arma2: Arma 2 feature
- arma2oa: Arma 2: Operation Arrowhead feature
- arma3: Arma 3 feature
- arma3contact: Arma 3 Contact feature
- arma3oldman: Arma 3 Apex: Old Man feature
- dayz: Category:DayZ feature
- Eden Editor: Eden Editor feature
- TKOH: Take On Helicopters feature
- Ylands: Ylands feature
- message: (Optional) the message to display
Code | Result |
---|---|
{{Feature}} | -no feature defined- |
{{Feature|test}} | -unknown feature ("test") defined- |
{{Feature|afm}} | |
{{Feature|afm|Hello there!}} | |
{{Feature|arma2}} | |
{{Feature|arma2|Hello there!}} | |
{{Feature|arma2oa}} | |
{{Feature|arma2oa|Hello there!}} | |
{{Feature|arma3}} | |
{{Feature|arma3|Hello there!}} | |
{{Feature|arma3contact}} | |
{{Feature|arma3contact|Hello there!}} | |
{{Feature|arma3oldman}} | |
{{Feature|arma3oldman|Hello there!}} | |
{{Feature|dayz}} | |
{{Feature|dayz|Hello there!}} | |
{{Feature|eden editor}} | |
{{Feature|eden editor|Hello there!}} | |
{{Feature|tkoh}} | |
{{Feature|tkoh|Hello there!}} | |
{{Feature|ylands}} | |
{{Feature|ylands|Hello there!}} |