Template:Param/doc

From Valve Developer Community
< Template:Param
Revision as of 15:31, 31 January 2023 by Max34 (talk | contribs)
Jump to navigation Jump to search
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)
Edit-copy.png
This is a documentation subpage for Template:Param.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

This template is for giving examples of template parameter source code which is useful in template documentation and talk page discussions of template code.

Parameters

  • {{{1}}} – Parameter name. Displays the number 1 by default.
  • {{{2}}} – additional text to be inserted after the parameter name, without a separator. Use &#124; for separator.

Examples

  • {{Param}}{{{1}}}
  • {{Param|text}}{{{text}}}
  • {{Param|name|:<lang>}}{{{name|:<lang>}}}
  • {{Param|2=&#124;text}}{{{1||text}}}