Feature – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Unsupported Doc → UnsupportedDoc) |
Lou Montana (talk | contribs) (Add UnsupportedTool) |
||
Line 16: | Line 16: | ||
-->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. | -->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. | ||
}} | }} | ||
|UNSUPPORTEDTOOL= {{BIMessagebox|Disclaimer: This page describes an unofficial tool created without permission or support of [[Bohemia Interactive]].| | |||
The product itself and its usage may be violating rights of Bohemia Interactive and is in no way endorsed or recommended by Bohemia Interactive. | |||
See also '''[[:Category:Official Tools|Official Tools]]'''.}} | |||
|YLANDS= {{Messagebox|{{{2|}}}|{{Icon|ylands}}|#AED2D8}} | |YLANDS= {{Messagebox|{{{2|}}}|{{Icon|ylands}}|#AED2D8}} | ||
| -unknown feature ("{{{1}}}") defined- | | -unknown feature ("{{{1}}}") defined- | ||
Line 105: | Line 108: | ||
| <nowiki>{{Feature|UnsupportedDoc|Hello there!}}</nowiki> | | <nowiki>{{Feature|UnsupportedDoc|Hello there!}}</nowiki> | ||
| {{Feature|UnsupportedDoc|Hello there!}} | | {{Feature|UnsupportedDoc|Hello there!}} | ||
|- | |||
| <nowiki>{{Feature|UnsupportedTool}}</nowiki> | |||
| {{Feature|UnsupportedTool}} | |||
|- | |||
| <nowiki>{{Feature|UnsupportedTool|Hello there!}}</nowiki> | |||
| {{Feature|UnsupportedTool|Hello there!}} | |||
|- | |- | ||
| <nowiki>{{Feature|ylands}}</nowiki> | | <nowiki>{{Feature|ylands}}</nowiki> |
Revision as of 15:07, 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
- UnsupportedDoc: 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|UnsupportedDoc}} | Template:BIMessagebox |
{{Feature|UnsupportedDoc|Hello there!}} | Template:BIMessagebox |
{{Feature|UnsupportedTool}} | Template:BIMessagebox |
{{Feature|UnsupportedTool|Hello there!}} | Template:BIMessagebox |
{{Feature|ylands}} | |
{{Feature|ylands|Hello there!}} |