Template:User settings page/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(save progress)
Line 1: Line 1:
<noinclude>{{doc|0}}</noinclude>
{{Doc/subpage}}
This template is used for checking the functionality of a user settings subpage {{Code|[[Special:MyPage/Settings]]}}.
This template is used for checking the functionality of a user settings subpage {{Code|[[Special:MyPage/Settings]]}}.


Line 7: Line 7:
==Template Translation==
==Template Translation==
Go to the [[Template:User settings page/strings|strings]] subpage and translate the string into the desired language inside the Autoland template.
Go to the [[Template:User settings page/strings|strings]] subpage and translate the string into the desired language inside the Autoland template.
<!--
== User Parameters ==
These are parameters that used by various templates such as {{tl|Message}}.
{| class="standard-table" style="width:100%"
! Parameter
! Description
! Example
|+ User Parameters
|-
|align="center"|{{Code|style=1|{{Param|username}}}}
|Your nickname that the template should show instead of your username.
{{ModernTip|You can use {{tl|Autolang}} for supporting multi-language nickname.}}
|{{CodeBlock|<nowiki>|username = Gabe Newell</nowiki>}}
{{CodeBlock|<nowiki>|username = {{Autolang|Gabe Newell|zh=加布·纽维尔}}</nowiki>}}
|-
|align="center"|{{Code|style=1|{{Param|timeoffsetdir}}}}
|-
|align="center"|{{Code|style=1|{{Param|timeoffseth}}}}
|-
|align="center"|{{Code|style=1|{{Param|timeoffsetm}}}}
|-
|align="center"|{{Code|style=1|{{Param|squareavatar}}}}
|-
|align="center"|{{Code|style=1|{{Param|staticframe}}}}
|-
|align="center"|{{Code|style=1|{{Param|avatarformat}}}}
|-
|align="center"|{{Code|style=1|{{Param|avatarframeformat}}}}
|-
|}
-->

Revision as of 13:59, 3 March 2023

Edit-copy.png
This is a documentation subpage for Template:User settings page.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

This template is used for checking the functionality of a user settings subpage Special:MyPage/Settings.

Usage

{{User settings page}}

Template Translation

Go to the strings subpage and translate the string into the desired language inside the Autoland template.