ConfigPage – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "CfgMovesFatigue" to "Arma 3: CfgMovesFatigue")
m (Text replacement - "<tt>([^ ]+)<\/tt>" to "{{hl|c= $1}}")
Line 15: Line 15:
|descr1= (case-insensitive) can be one of:
|descr1= (case-insensitive) can be one of:
** start - to be placed at the very top of a Cfg page
** start - to be placed at the very top of a Cfg page
** abc - to be placed '''above''' the first alphabetical entry (<tt>==== A ====</tt>)
** abc - to be placed '''above''' the first alphabetical entry ({{hl|c= ==== A ====}})
** end - to be placed at the bottom of the page, just above categories
** end - to be placed at the bottom of the page, just above categories
}}
}}
</noinclude>
</noinclude>

Revision as of 11:34, 16 November 2021

This template in (all) three (mandatory) parts creates and styles a config page.

This template is used on these pages.

Usage

{{ConfigPage|type}}

  • type: (case-insensitive) can be one of:
    • start - to be placed at the very top of a Cfg page
    • abc - to be placed above the first alphabetical entry (==== A ====)
    • end - to be placed at the bottom of the page, just above categories