Template:Obsolete/strings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (simplify intlang switching)
No edit summary
 
Line 24: Line 24:
<includeonly><onlyinclude>{{#switch:{{{1}}}<!-- Remember to keep this clean by sorting languages A-Z, and copy paste the tab space instead of pressing "SPACE" repeatedly. -->
<includeonly><onlyinclude>{{#switch:{{{1}}}<!-- Remember to keep this clean by sorting languages A-Z, and copy paste the tab space instead of pressing "SPACE" repeatedly. -->


| Entity = {{#switch: {{intlang}}
| Entity = {{#switch: {{language}}
| #default = This entity
| #default = This entity
| de = Dieses Entity
| de = Dieses Entity
Line 30: Line 30:
}}
}}


| QC command = {{#switch: {{intlang}}
| QC command = {{#switch: {{language}}
| #default = This QC command
| #default = This QC command
| ru = Эта QС-команда
| ru = Эта QС-команда
}}
}}


| Tool = {{#switch: {{intlang}}
| Tool = {{#switch: {{language}}
| #default = This tool
| #default = This tool
| de = Dieses Tool
| de = Dieses Tool
Line 41: Line 41:
}}
}}


| Shader = {{#switch: {{intlang}}
| Shader = {{#switch: {{language}}
| #default = This shader
| #default = This shader
| de = Dieser Shader
| de = Dieser Shader
Line 47: Line 47:
}}
}}


| IsObsolete= {{#switch: {{intlang}}
| IsObsolete= {{#switch: {{language}}
| #default = is '''[[Obsolete|obsolete]]'''. Its use is discouraged.
| #default = is '''[[Obsolete|obsolete]]'''. Its use is discouraged.
| de = ist '''[[Obsolete|veraltet]]'''. Es wird abgeraten dies zu verwenden.
| de = ist '''[[Obsolete|veraltet]]'''. Es wird abgeraten dies zu verwenden.
Line 53: Line 53:
}}
}}


| OldEngine= {{#switch: {{intlang}}
| OldEngine= {{#switch: {{language}}
| #default =It may only exist/function in older engine branches.
| #default =It may only exist/function in older engine branches.
| de =Es ist warscheinlich nur in alten Engine-Zweige verfügbar/funktionsfähig.
| de =Es ist warscheinlich nur in alten Engine-Zweige verfügbar/funktionsfähig.
Line 59: Line 59:
}}
}}


| Replacement_lang= {{#switch: {{intlang}}
| Replacement_lang= {{#switch: {{language}}
| #default = It has since been deprecated by:
| #default = It has since been deprecated by:
| de = Es wurde ersetzt durch:
| de = Es wurde ersetzt durch:

Latest revision as of 20:46, 28 July 2025

Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged.
Obsolete-notext.png
This tool is obsolete. Its use is discouraged.
Obsolete-notext.png
This shader is obsolete. Its use is discouraged.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
It has since been deprecated by: func_brush.

These are merely tests to see if the translation worked on all parameters

English (en)Deutsch (de)Русский (ru)
Icon-settings.png
Subpage of strings
It contains various translatable and untranslatable strings that are used in the template or anywhere else.
To preview translated strings, select languages on the top right bar.
Icon-gnome-document-open.pngDocumentation
Number of strings:6
Approximate status of translation:English (en) 100% Deutsch (de) 100% Русский (ru) 100% 
  • This entity
  • This tool
  • This shader
  • is obsolete. Its use is discouraged.
  • It may only exist/function in older engine branches.
  • This QC command
  • It has since been deprecated by:

Because the Obsolete template itself has #switch templates all over, i had to separate the sentences into little pieces. I could not find any other way. But maybe i'm stupid --MrFunreal (talk) 07:39, 2 March 2025 (PST)