ArgTitle – Template

From Bohemia Interactive Community
Revision as of 17:46, 7 February 2019 by Lou Montana (talk | contribs) (Fix missing 6th level)
Jump to navigation Jump to search

Usage

{{ArgTitle|title|titleLevel|leftArgument}}

  • title: title text
  • titleLevel: 1..6 number (number of "=" in wiki code for title, e.g == title H2 ==)
  • leftArgument: any text that should be on the left of the title text (usually GVI or EffArg)

Example

{{ArgTitle|Title text|3|{{GVI|arma3|1.50}}}}


Code output

<div><div style="float: left; margin-right: 0.5em;">{{GVI|arma3|1.50}}</div>
=== Title text ===
</div>


Output

Title text