Feature – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Add Template:TemplateCase usage) |
Lou Montana (talk | contribs) (Add Unsupported Doc) |
||
Line 10: | Line 10: | ||
|EDEN_EDITOR= {{Messagebox|{{{2|}}}|{{Icon|arma3eden|60}}|#988297}} | |EDEN_EDITOR= {{Messagebox|{{{2|}}}|{{Icon|arma3eden|60}}|#988297}} | ||
|TKOH= {{Messagebox|{{{2|}}}|{{Icon|tkoh}}|#8CF}} | |TKOH= {{Messagebox|{{{2|}}}|{{Icon|tkoh}}|#8CF}} | ||
|UNSUPPORTED DOC | |||
|UNSUPPORTED_DOC= {{BIMessagebox|Disclaimer: This page describes internal undocumented structures of [[Bohemia Interactive]] software.| | |||
This page contains unofficial information. | |||
Some usage of this information may constitute a violation of the rights of Bohemia Interactive and is in no way endorsed or recommended by Bohemia Interactive.<br><!-- | |||
-->Bohemia Interactive is not willing to tolerate use of such tools if it contravenes any general licenses granted to end users of this community wiki or BI products. | |||
}} | |||
|YLANDS= {{Messagebox|{{{2|}}}|{{Icon|ylands}}|#AED2D8}} | |YLANDS= {{Messagebox|{{{2|}}}|{{Icon|ylands}}|#AED2D8}} | ||
| -unknown feature ("{{{1}}}") defined- | | -unknown feature ("{{{1}}}") defined- | ||
Line 25: | Line 32: | ||
** Eden Editor: [[Eden Editor]] feature | ** Eden Editor: [[Eden Editor]] feature | ||
** TKOH: [[{{tkoh}}]] feature | ** TKOH: [[{{tkoh}}]] feature | ||
** Unsupported Doc: unsupported internal structure documentation (e.g PBO, save file etc) | |||
** Ylands: [[{{ylands}}]] feature | ** Ylands: [[{{ylands}}]] feature | ||
* message: (Optional) the message to display | * message: (Optional) the message to display | ||
Line 92: | Line 100: | ||
| <nowiki>{{Feature|tkoh|Hello there!}}</nowiki> | | <nowiki>{{Feature|tkoh|Hello there!}}</nowiki> | ||
| {{Feature|tkoh|Hello there!}} | | {{Feature|tkoh|Hello there!}} | ||
|- | |||
| <nowiki>{{Feature|Unsupported Doc}}</nowiki> | |||
| {{Feature|Unsupported Doc}} | |||
|- | |||
| <nowiki>{{Feature|Unsupported Doc|Hello there!}}</nowiki> | |||
| {{Feature|Unsupported Doc|Hello there!}} | |||
|- | |- | ||
| <nowiki>{{Feature|ylands}}</nowiki> | | <nowiki>{{Feature|ylands}}</nowiki> |
Revision as of 14:53, 1 February 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
- Unsupported Doc: unsupported internal structure documentation (e.g PBO, save file etc)
- 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|Unsupported Doc}} | Template:BIMessagebox |
{{Feature|Unsupported Doc|Hello there!}} | Template:BIMessagebox |
{{Feature|ylands}} | |
{{Feature|ylands|Hello there!}} |