Template:Ent: Difference between revisions
Jump to navigation
Jump to search
Dr. Orange (talk | contribs) (Made it so you don't have to include a space in the first parameter for the second parameter to show properly.) |
m (Added {{lang}}.) |
||
Line 1: | Line 1: | ||
<noinclude>{{lang|Template:Ent}}</noinclude> | |||
<includeonly><code>[[{{{1}}}]]{{#if:{{{2|}}}| {{{2|}}}|}}</code></includeonly><noinclude> | <includeonly><code>[[{{{1}}}]]{{#if:{{{2|}}}| {{{2|}}}|}}</code></includeonly><noinclude> | ||
This template is a faster and cleaner way of marking text as both a link and code. Its primary use is on entity names, but it is used on other things too, such as VMT parameters and console commands. | This template is a faster and cleaner way of marking text as both a link and code. Its primary use is on entity names, but it is used on other things too, such as VMT parameters and console commands. | ||
Line 7: | Line 8: | ||
<code><nowiki>{{ent|sv_cheats|1}}</nowiki></code> would give you {{ent|sv_cheats|1}}. | <code><nowiki>{{ent|sv_cheats|1}}</nowiki></code> would give you {{ent|sv_cheats|1}}. | ||
[[Category:Templates]]</noinclude> | |||
</noinclude> |
Revision as of 19:58, 1 September 2021
This template is a faster and cleaner way of marking text as both a link and code. Its primary use is on entity names, but it is used on other things too, such as VMT parameters and console commands.
The syntax is simple. {{ent|logic_relay}}
would return as
logic_relay
.
Optionally, you can specify a second field of text to not be counted as a link.
{{ent|sv_cheats|1}}
would give you
sv_cheats 1
.