Template:Language subpage/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
== Parameters ==
== Parameters ==
* {{Code|style=1|{{param|title}}}} - The title of the root page.
* {{Code|style=1|{{param|title}}}} - The title of the root page.
* {{Code|style=1|{{param|1}}}} - The contents should show on the root page.
* {{Code|style=1|{{param|1}}}} - The contents should show on the root page. It's useful for adding categories.
 
== Examples ==
{{Code|{{((}}Language subpage{{!}}title{{=}}Language subpage{{))}}}}
 
{{Code|{{((}}Language subpage{{!}}<nowiki>[[Category:Translation templates]]</nowiki>{{))}}}}


== See Also ==
== See Also ==
* [[Template:MultiPage|MultiPage]]
* [[Template:MultiPage|MultiPage]]

Revision as of 11:27, 23 February 2023

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

Adds a cool message stating that the page on which this template is located is a language subpage.

Template:ModernTodo

Parameters

  • {{{title}}} - The title of the root page.
  • {{{1}}} - The contents should show on the root page. It's useful for adding categories.

Examples

{{Language subpage|title=Language subpage}}

{{Language subpage|[[Category:Translation templates]]}}

See Also