Template:Ent/doc: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
| The entity name should link and show. | | The entity name should link and show. | ||
| <pre style="margin:0">{{ent|logic_relay}}</pre> | | <pre style="margin:0">{{ent|logic_relay}}</pre> | ||
| bgcolor="#262626 | | bgcolor="#262626" | {{ent|logic_relay}} | ||
|- | |- | ||
| align="center" | <code>{{Param|game}}</code> | | align="center" | <code>{{Param|game}}</code> | ||
| Game name. Appends <code>' ({{param|game}})'</code> to the link. | | Game name. Appends <code>' ({{param|game}})'</code> to the link. | ||
| <pre style="margin:0">{{ent|player|game=Left 4 Dead series}}</pre> | | <pre style="margin:0">{{ent|player|game=Left 4 Dead series}}</pre> | ||
| bgcolor="#262626 | | bgcolor="#262626" | {{ent|player|game=Left 4 Dead series}} | ||
|- | |- | ||
| align="center" | <code>{{Param|engine}}</code> | | align="center" | <code>{{Param|engine}}</code> | ||
Line 26: | Line 26: | ||
* 2 or source 2 appends ' (Source 2)' to the link | * 2 or source 2 appends ' (Source 2)' to the link | ||
| <pre style="margin:0">{{ent|func_pushable|engine=goldsrc}}</pre> | | <pre style="margin:0">{{ent|func_pushable|engine=goldsrc}}</pre> | ||
| bgcolor="#262626 | | bgcolor="#262626" | {{ent|func_pushable|engine=goldsrc}} | ||
|- | |- | ||
|} | |} |
Revision as of 05:10, 24 August 2025

This is a documentation subpage for Template:Ent.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
This template is a faster and cleaner way of marking text as both a link and code. It should be used only on entity names. See the following for its syntax.
Parameters and Examples
Parameter | Description | Example | Preview |
---|---|---|---|
{{{1}}}
|
The entity name should link and show. | {{ent|logic_relay}} |
logic_relay |
{{{game}}}
|
Game name. Appends ' ({{{game}}})' to the link.
|
{{ent|player|game=Left 4 Dead series}} |
player |
{{{engine}}}
|
Engine name. Specifying
|
{{ent|func_pushable|engine=goldsrc}} |
func_pushable |
See also
- {{Material Parameter}}
- {{Command}}