ic – Template
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^ ]+)<\/tt>" to "{{hl|c= $1}}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><code | <includeonly><code style="display: inline">{{{1|{{{code|-No code provided-{{TemplateCase||[[Category:ic template usage error]]}}}}}}}}</code></includeonly><noinclude>{{Doc/Template | ||
|descr= This template displays '''i'''nline '''c'''ode. It also adds the page to the [[:Category:ic template usage error|ic template usage error]] category on usage error. | |descr= This template displays '''i'''nline '''c'''ode. It also adds the page to the [[:Category:ic template usage error|ic template usage error]] category on usage error. | ||
|param1= code | |param1= code | ||
| Line 16: | Line 16: | ||
|example5= <nowiki>{{ic|1= _fog = [[fog]];}}</nowiki> | |example5= <nowiki>{{ic|1= _fog = [[fog]];}}</nowiki> | ||
|result5= {{ic|1= _fog = [[fog]];}} | |result5= {{ic|1= _fog = [[fog]];}} | ||
|historical= y | |||
}}</noinclude> | }}</noinclude> | ||
Latest revision as of 19:55, 7 April 2024
This template displays inline code. It also adds the page to the ic template usage error category on usage error.
This Historical Template must not be used on any current page; please verify this list is empty.
Usage
{{ic|code}}
- code: the code to display.
If it contains an equal sign =:- replace it with {{=}}
- use code= (see example 4)
- use the MediaWiki trick 1= (see example 5)
| Code | Result |
|---|---|
| {{ic}} | -No code provided-
|
| {{ic|[[player]] [[setDamage]] 1;}} | player setDamage 1;
|
| {{ic|_fog {{=}} [[fog]];}} | _fog = fog;
|
| {{ic|code= _fog = [[fog]];}} | _fog = fog;
|
| {{ic|1= _fog = [[fog]];}} | _fog = fog;
|