Template:Shader: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (make useful)
Tag: New redirect
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Template:Shader Name]]
{{todo|Make automatic icon selection}}
{{useful redirect}}
{{todo|Fix link wrapping to a new line when used in a list.}}
Based on [[Template:Path]] ( {{Path|Path}} )
{{Doc}}
 
<includeonly><onlyinclude><!--
--><span style="display:inline-flex; align-items:center; line-height:1.35em"><!--
--><span style="background-color:#dd4e4ecc; border-radius:4px 0 0 4px; padding:0 3px 0 3px; {{#ifexist:{{{1}}}|user-select:auto; pointer-events:auto|user-select:none; pointer-events:none}}"><!--
--><span style="position:relative; top: -1px">[[ File:{{#switch:{{{type}}}
|#default=Shader-ball.png
|param=Shader-ball-settings.png}}|15px|link={{ #ifexist:{{{1}}}|{{{1}}}| }} ]]
</span></span><code style="background-color:rgba(221,78,78,.25); border-radius: {{#ifeq: {{{type}}} | param | {{#if: {{{2|}}} | 0 | 0 4px 4px 0 }} | 0 4px 4px 0}}; color:#CCC; padding:0 4px; {{#if:{{{select|}}}|user-select:{{{select}}}|}}">{{#ifexist:{{{1}}}|[[{{{1}}}|{{{alt|{{{1}}}}}}]]|{{{1}}}}}</code><!--
-->{{#ifeq: {{{type}}} | param | {{#if: {{{2|}}}|<code style="background-color:rgba(123,42,42,.30); border-radius:0 4px 4px 0; color:#CCC; padding:0 4px; {{#ifexist:{{{2}}}||pointer-events:none}}">{{#ifexist:{{{2}}}|[[{{{2}}}]]|{{{2}}}}}</code>|}} | }}</span><!--
--></onlyinclude></includeonly>
 
[[Category:Formatting templates]]

Latest revision as of 22:48, 14 September 2025

Todo: Make automatic icon selection
Todo: Fix link wrapping to a new line when used in a list.

Based on Template:Path ( 🖿Path )

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

Shader name/param

Parameters and Examples

Parameter Description Examples Preview
{{{1}}} Shader / parameter name
{{shader|UnlitGeneric}}
{{{2}}} Value.
Works only if type is param
{{shader|type=param|$detail|texture}}
{{shader|type=param|$detail|notexisting}}
Shader-ball-settings.png $detailnotexisting
{{{type}}} At the moment it has one value - param. Param sets shader parameter icon and unlock 3rd field.
{{shader|key|value}}
{{shader|type=param|key|value}}
Shader-ball.png key
Shader-ball-settings.png keyvalue
{{{alt}}} This displays alternate text for the {{{1}}} parameter. Useful when wanting to make the link to the, for example, Water (shader) shader look more formal.
{{shader|Water (shader)|alt=Water}}