Template:Ent: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (this lang template, just somehow,even inside <noinclude> tags, still breaks other pages)
m (sorry, I'm deleting {{lang}} from this page. It breaks Template:Fl BaseNPC.)
Line 9: Line 9:
<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]]
[[Category:Templates]]
{{lang|Template:Ent}}
</noinclude>
</noinclude>

Revision as of 00:37, 4 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 .