ic – Template

From Bohemia Interactive Community
Revision as of 19:07, 27 February 2021 by R3vo (talk | contribs) (updated with new name, tweaked the examples)
Jump to navigation Jump to search

This template displays code with css display inline type.

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;