Feature – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add Unsupported Doc) |
Lou Montana (talk | contribs) m (Unsupported Doc → UnsupportedDoc) |
||
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}} | ||
| | |UNSUPPORTEDDOC= {{BIMessagebox|Disclaimer: This page describes internal undocumented structures of [[Bohemia Interactive]] software.| | ||
This page contains unofficial information. | This page contains unofficial information. | ||
Line 32: | Line 31: | ||
** Eden Editor: [[Eden Editor]] feature | ** Eden Editor: [[Eden Editor]] feature | ||
** TKOH: [[{{tkoh}}]] feature | ** TKOH: [[{{tkoh}}]] feature | ||
** | ** UnsupportedDoc: 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 101: | Line 100: | ||
| {{Feature|tkoh|Hello there!}} | | {{Feature|tkoh|Hello there!}} | ||
|- | |- | ||
| <nowiki>{{Feature| | | <nowiki>{{Feature|UnsupportedDoc}}</nowiki> | ||
| {{Feature| | | {{Feature|UnsupportedDoc}} | ||
|- | |- | ||
| <nowiki>{{Feature| | | <nowiki>{{Feature|UnsupportedDoc|Hello there!}}</nowiki> | ||
| {{Feature| | | {{Feature|UnsupportedDoc|Hello there!}} | ||
|- | |- | ||
| <nowiki>{{Feature|ylands}}</nowiki> | | <nowiki>{{Feature|ylands}}</nowiki> |
Revision as of 14:56, 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|ylands}} | |
{{Feature|ylands|Hello there!}} |