Template:Ent not in fgd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
|{{#if:{{{nolink|}}}|It should not be put directly in a map{{#if:{{{because|}}}| because {{{because}}}}}.|See {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|below]] }} for instructions on making it available.}}
|{{#if:{{{nolink|}}}|It should not be put directly in a map{{#if:{{{because|}}}| because {{{because}}}}}.|See {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|below]] }} for instructions on making it available.}}
|de={{#if:{{{nolink|}}}|Es sollte nicht direkt in eine Karte eingefügt werden{{#if:{{{because|}}}| weil {{{because}}}}}.|See {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|unten]] }} für Anweisungen zur Bereitstellung.}}
|de={{#if:{{{nolink|}}}|Es sollte nicht direkt in eine Karte eingefügt werden{{#if:{{{because|}}}| weil {{{because}}}}}.|See {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|unten]] }} für Anweisungen zur Bereitstellung.}}
|ru={{#if:{{{nolink|}}}|Не стоит добавлять её на свою карту {{#if:{{{because|}}}| , потому что {{{because}}}}}.|Смотрите {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|снизу]] }} для инструкции по добавлению в [[FGD]].}}
|ru={{#if:{{{nolink|}}}|Не стоит добавлять его непосредственно на карту{{#if:{{{because|}}}|, потому что {{{because}}}}}.|Смотрите {{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|ниже]] }} инструкции по добавлению в [[FGD]].}}
|zh={{#if:{{{nolink|}}}|它不应该直接放置在地图中{{#if:{{{because|}}}|,因为{{{because}}}}}。|请参阅{{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|下面的内容]] }}以获取有关使其可用的说明。}}
|zh={{#if:{{{nolink|}}}|它不应该直接放置在地图中{{#if:{{{because|}}}|,因为{{{because}}}}}。|请参阅{{#if: {{{link|}}} | {{{link}}} | [[#FGD Code|下面的内容]] }}以获取有关使其可用的说明。}}
}}</small>
}}</small>

Revision as of 11:22, 4 June 2024

English (en)Deutsch (de)Русский (ru)中文 (zh)
English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history
Info.png
Red x.png
This template (and its redirect) is Wikipedia icon Deprecated. Its use is not recommended and its functionality may be compromised.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.

Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
‎}}


Red x.png
This template (and its redirect) is Wikipedia icon Deprecated. Its use is not recommended and its functionality may be compromised.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.

Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
‎}}
  • {{{except}}}: List of games wherein it is present in the FGD.
  • {{{nolink}}}: 1 hides the #FGD Code link and notes it shouldn't be put in a map with Hammer.
    • {{{because}}}: Optional explanation for why it shouldn't be put in a map with Hammer.
  • {{{codeonly}}}: quick way to do nolink = 1 and because = it can only be configured through code.
  • {{{link}}}: Optional name of a page to hold the FGD Code instead of a section on the entity page.
Note.pngNote:To add games which does not include the entities in the FGDs, edit Template:Ent not in fgd/switch template.