Template:KV:ru

From Valve Developer Community
Revision as of 07:51, 9 June 2024 by Clash (talk | contribs)
Jump to navigation Jump to search
Info content.png
This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.


Шаблон используется для создания описаний к значениям Keyvalue на страницах объектов мира.

Использование

{{KV|<имя>|<тип переменой>|<описание>}}

Note.pngNote:Не забудьте использовать шаблон Template:= чтобы заменить знаки "=" в описании.

Примеры и Параметры

Параметр Описание Пример Предпросмотр
deprecated Используется для пометки устаревших значений {{KV|Устарело!|intn=deprecated|string|Пожалуйста, не надо меня больше нигде использовать!|deprecated=1}}
Устарело! (deprecated) <string> Obsolete
Deprecated.
Пожалуйста, не надо меня больше нигде использовать!
nofgd Это значение не доступно в официальном FGD. {{KV|Добавьте меня в FGD|intn=addfgd|boolean|Потому что меня там нет!|nofgd=1}}
Добавьте меня в FGD (addfgd) <boolean> !FGD
Потому что меня там нет!
intn The internal/engine name for this Keyvalue.
Required; if absent, the page will display three question marks in red.
{{KV|Имя|intn=targetname|string|Имя по которому другие объекты могут ссылаться на этот объект.}}
Имя (targetname) <string>
Имя по которому другие объекты могут ссылаться на этот объект.
since Это значение доступно с выпуска этой игры. Используется шаблон {{<game> add}}. {{KV|Я люблю Alien Swarm|intn=likealienswarm|integer|Я доступно и в Portal 2 тоже!|since=AS}}
Я люблю Alien Swarm ([todo internal name (i)]) <integer> (in all games since Alien Swarm)
Я доступно и в Portal 2 тоже!
also This Keyvalue is also available in this game. Can use either {{<game> also}} or {{Also}} templates. {{KV|Я как в Alien Swarm|intn=likealienswarm|bool|Доступно также в Garry's Mod!|since=AS|also=GMOD}}
Я как в Alien Swarm (likealienswarm) <boolean> (in all games since Alien Swarm) (also in Garry's Mod)
Доступно также в Garry's Mod!
only This Keyvalue is available only in this game. Can use either {{<game> only}} or {{Only}} templates. {{KV|Я люблю Alien Swarm|intn=lovealienswarm|integer|Доступно только в Alien Swarm!|only=AS}}
Я люблю Alien Swarm (lovealienswarm) <integer> (only in Alien Swarm)
Доступно только в Alien Swarm!
not This Keyvalue is not available just in this game. Only uses the template {{Not}}. {{KV|Я люблю Alien Swarm|intn=lovealienswarm|integer|Доступно также в Portal 2 too, однако нет в CS:GO!|since={{as}}|removed={{csgo}}}}
Я люблю Alien Swarm (lovealienswarm) <integer> (in all games since Alien Swarm) (not in Counter-Strike: Global Offensive)
Доступно также в Portal 2, однако нет в CS:GO!
removed This Keyvalue was removed in this game onwards. Only uses the template {{Removed}}. {{KV|Я люблю Alien Swarm|intn=lovealienswarm|integer|Actually... I'm not here anymore since Portal 2, including CS:GO...|since={{as}}|removed={{csgo}}}}
Я люблю Alien Swarm (lovealienswarm) <integer> (in all games since Alien Swarm) (removed since Portal 2)
Actually... I'm not here anymore since Portal 2, including CS:GO...
to Используйте чтобы определить набор значений с похожими именами. {{KV|Sound 01|intn=Sound01|to=Sound 24|intn2=Sound24|string|Нас много...}}
Sound 01 (Sound01) to Sound 24 (Sound24) <string>
Нас много...

Смотри также


{{{1}}}
Todo: добавить описание