ArgTitle – Template
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>