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