User:Pee/Sandbox/this is a/strings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Redirected page to Template:This is a/strings)
Tag: New redirect
 
(48 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#switch: {{{1}}}
#REDIRECT [[Template:this is a/strings]]
 
|this is a = {{autolang
        |{{{this}}} is a {{{cut}}} {{{internal}}} {{{type}}} available in {{{in}}}{{{since}}}{{{before}}}{{{except}}}{{{except-multi}}}.
    }}
 
 
|this = {{autolang
        |This
    }}
 
 
|internal = {{autolang
        |[[internal entity|internal]]
    }}
 
|cut = {{autolang
        |cut
    }}
 
<!-- this prevents things like {{this is a|all games}} -->
|type = {{#switch:{{{2}}}
        |console command = {{autolang
            |[[Developer console#submitting|console command]]
        }}
 
        |console variable = {{autolang
            |[[console variable]]
        }}
 
        |point entity = {{autolang
            |[[point entity]]
        }}
 
        |brush entity = {{autolang
            |[[brush entity]]
        }}
 
        |mesh entity = {{autolang
            |[[mesh entity]]
        }}
 
        |path entity = {{autolang
            |[[path entity]]
        }}
 
        |QC command = {{autolang
            |[[QC command]]
        }}
 
        |pixel shader = {{autolang
            |[[shader#Pixel_shaders|pixel shader]]
        }}
 
        |vertex shader = {{autolang
            |[[shader#Vertex_shaders|vertex shader]]
        }}
 
        |shader parameter = {{autolang
            |[[material]] [[shader]] parameter
        }}
}}
 
 
|all games = {{autolang
        |all {{ {{{engine}}} | 4 }} games
    }}
 
|since = {{autolang
        |&nbsp;since {{{since}}}
    }}
 
|before = {{autolang
        |&nbsp;before {{{before}}}
    }}
 
|except = {{autolang
        |&nbsp;except {{{except}}}
    }}
 
 
|missing parameter = {{autolang
        |The necessary parameter {{Code|{{Param|[[Template:This is a|1]]}}}} has not been specified.
    }}
}}

Latest revision as of 07:48, 19 May 2024