ic – Template

From Bohemia Interactive Community
Revision as of 16:04, 19 June 2021 by Lou Montana (talk | contribs) (Add category)
Jump to navigation Jump to search

This template displays code with css display inline type. Adds the page to the ic template usage error category on usage error.

This template is used on these pages.

Usage

{{ic|code}}

  • code: the code to display. replace any = sign in it by {{=}}
Examples
Code Result
{{ic}} -No code provided-
{{ic|[[player]] [[setDamage]] 1;}} player setDamage 1;
{{ic|_fog {{=}} [[fog]];}} _fog = fog;