Template:Wildcardnote: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Attempting to correctly create template with variables)
 
(One more variable)
Line 1: Line 1:
{{note|The targetname/classname parameter supports wildcard but anything after the wildcard is ignored. For example, {{code|{{{1}}}}} will {{{2}}} any entity whose targetname/classname starts with {{code|{{{3}}}}} no matter what text follows after wildcard.}}
{{note|The targetname/classname parameter supports wildcard but anything after the wildcard is ignored. For example, {{code|{{{1}}}}} will {{{2}}} any {{{3}}} whose targetname/classname starts with {{code|{{{4}}}}} no matter what text follows after wildcard.}}

Revision as of 11:24, 31 August 2024

Note.pngNote:The targetname/classname parameter supports wildcard but anything after the wildcard is ignored. For example, {{{1}}} will {{{2}}} any {{{3}}} whose targetname/classname starts with {{{4}}} no matter what text follows after wildcard.