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
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Strings subpage<!-- Make sure to sort lang code from A to Z, except English. -->
#REDIRECT [[Template:this is a/strings]]
| number = 25
| en = 25
| es = 17
}}
 
* {{User:Pee/Sandbox/this is a/strings|this is a}}
* {{User:Pee/Sandbox/this is a/strings|this}}
* {{User:Pee/Sandbox/this is a/strings|cut}}
* {{User:Pee/Sandbox/this is a/strings|internal}}
* {{User:Pee/Sandbox/this is a/strings|type|console command}}
* {{User:Pee/Sandbox/this is a/strings|type|console variable}}
* {{User:Pee/Sandbox/this is a/strings|type|point entity}}
* {{User:Pee/Sandbox/this is a/strings|type|brush entity}}
* {{User:Pee/Sandbox/this is a/strings|type|mesh entity}}
* {{User:Pee/Sandbox/this is a/strings|type|path entity}}
* {{User:Pee/Sandbox/this is a/strings|type|QC command}}
* {{User:Pee/Sandbox/this is a/strings|type|pixel shader}}
* {{User:Pee/Sandbox/this is a/strings|type|vertex shader}}
* {{User:Pee/Sandbox/this is a/strings|type|shader parameter}}
* {{User:Pee/Sandbox/this is a/strings|all games}}
* {{User:Pee/Sandbox/this is a/strings|since}}
* {{User:Pee/Sandbox/this is a/strings|before}}
* {{User:Pee/Sandbox/this is a/strings|except}}
* {{User:Pee/Sandbox/this is a/strings|list|1}}
* {{User:Pee/Sandbox/this is a/strings|list|1|2}}
* {{User:Pee/Sandbox/this is a/strings|list|1|2|3}}
* {{User:Pee/Sandbox/this is a/strings|list|1|2|3|4}}
* {{User:Pee/Sandbox/this is a/strings|list|1|2|3|4|5}}
* {{User:Pee/Sandbox/this is a/strings|list|1|2|3|4|5|6}}
* {{User:Pee/Sandbox/this is a/strings|missing parameter}}
<onlyinclude>{{#switch: {{{1}}}
 
|this is a = {{autolang
        |{{{this}}} is a {{{cut}}} {{{internal}}} {{{type}}} available in {{{in}}}{{{since}}}{{{before}}}{{{except}}}{{{except-multi}}}.
        |es={{{this}}} es un {{{type}}} {{{cut}}} {{{internal}}} disponible en {{{in}}}{{{since}}}{{{before}}}{{{except}}}{{{except-multi}}}.
    }}
 
 
|this = {{autolang
      |This
      |es=Este
    }}
 
|cut = {{autolang
      |cut
      |es=cortado
    }}
 
|internal = {{autolang
      |[[internal entity|internal]]
      |es=[[internal entity|interno]]
    }}
 
 
<!-- this prevents things like {{this is a|all games}} -->
|type = {{#switch:{{{2}}}
        |console command = {{autolang
            |[[Developer console#submitting|console command]]
            |es=[[Developer console#Introducir comandos|comando de consola]]
        }}
 
        |console variable = {{autolang
            |[[console variable]]
            |es=[[console variable|variable de consola]]
        }}
 
        |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}}} games
      |es=todos los juegos de {{{engine}}}
    }}
 
|since = {{autolang
      |&nbsp;since {{{since}}}
      |es=&nbsp;desde {{{since}}}
    }}
 
|before = {{autolang
      |&nbsp;before {{{before}}}
      |es=&nbsp;antes {{{before}}}
    }}
 
|except = {{autolang
      |&nbsp;except {{{except}}}
      |es=&nbsp;excepto {{{except}}}
    }}
 
 
|list = {{#if: {{{3|}}}
      |{{#if: {{{4|}}}
          |{{#if: {{{5|}}}
              |{{#if: {{{6|}}}
                  |{{#if: {{{7|}}}
                      |{{autolang
                          |{{{2}}}, {{{3}}}, {{{4}}}, {{{5}}}, {{{6}}}, and {{{7}}}
                          |es={{{2}}}, {{{3}}}, {{{4}}}, {{{5}}}, {{{6}}} y {{{7}}}
                        }}
                      |{{autolang
                          |{{{2}}}, {{{3}}}, {{{4}}}, {{{5}}}, and {{{6}}}
                          |es={{{2}}}, {{{3}}}, {{{4}}}, {{{5}}} y {{{6}}}
                        }}
                    }}
                  |{{autolang
                      |{{{2}}}, {{{3}}}, {{{4}}}, and {{{5}}}
                      |es={{{2}}}, {{{3}}}, {{{4}}} y {{{5}}}
                    }}
                }}
              |{{autolang
                  |{{{2}}}, {{{3}}}, and {{{4}}}
                  |es={{{2}}}, {{{3}}} y {{{4}}}
                }}
            }}
          |{{autolang
              |{{{2}}} and {{{3}}}
              |es={{{2}}} y {{{3}}}
            }}
        }}
      |{{autolang
          |{{{2}}} <!-- it may look like this autolang has no use, but it will be useful for languages that need it in the future -->
        }}
    }}
 
|missing parameter = {{autolang
        |The necessary parameter {{Code|{{Param|[[Template:This is a|1]]}}}} has not been specified.
        |es=No se ha especificado el parámetro requerido {{Code|{{Param|[[Template:This is a|1]]}}}}.
    }}
}}</onlyinclude>

Latest revision as of 07:48, 19 May 2024