CT/intro – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added missing brackets)
m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|")
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:


=== Related User Interface Eventhandlers ===
=== Related User Interface Eventhandlers ===
* [[User_Interface_Event_Handlers#Generic_events|Events: General]]<!--
* [[User_Interface_Event_Handlers#Generic_Events|Events: General]]<!--
-->{{#if: {{{events|}}} |  
-->{{#if: {{{events|}}} |  
{{{events}}}
{{{events}}}
Line 22: Line 22:


== Alphabetical Order ==
== Alphabetical Order ==
{{Feature|Informative|TokenNames common to most controls, such as x, y, w, h, text, idc... can be found [[Arma:_GUI_Configuration#Common_Properties|'''here''']].}}
{{Feature|informative|TokenNames common to most controls, such as x, y, w, h, text, idc... can be found [[Arma:_GUI_Configuration#Common_Properties|'''here''']].}}
{{Feature|Warning|Not all of the listed attributes might have an effect nor might the list be complete. All attributes were gathered with [https://github.com/7erra/BIKI.VR/blob/master/fnc/generateCTPage.sqf this] config crawler.}}
{{Feature|warning|Not all of the listed attributes might have an effect nor might the list be complete. All attributes were gathered with [https://github.com/7erra/BIKI.VR/blob/master/fnc/generateCTPage.sqf this] config crawler.}}
{{#tag:syntaxhighlight|#define {{{macro}}} {{{value}}}|lang=cpp}}
{{#tag:syntaxhighlight|#define {{{macro}}} {{{value}}}|lang=cpp}}
</includeonly><noinclude>
</includeonly><noinclude>

Latest revision as of 01:26, 2 February 2024

Usage

{{CT/intro
|macro = CT_TREE
|value = 1234
|description = Informative text about this control type.
|gallery = File:CT COMBO.jpg {{!}}Example image 1.
File:BIS fnc 3DENDiagFonts example.jpg{{!}}Image 2.
|commands = * command group CT
|events = 
* event1
* event2
}}

Result

Introduction

Informative text about this control type.

Related commands & functions

Related User Interface Eventhandlers

Alphabetical Order

TokenNames common to most controls, such as x, y, w, h, text, idc... can be found here.
Not all of the listed attributes might have an effect nor might the list be complete. All attributes were gathered with this config crawler.
#define CT_TREE 1234