ic – Template
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 {{=}}
| Code | Result |
|---|---|
| {{ic}} | -No code provided-
|
| {{ic|[[player]] [[setDamage]] 1;}} | player setDamage 1;
|
| {{ic|_fog {{=}} [[fog]];}} | _fog = fog;
|