Template:Subpage/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{doc|0}}</noinclude>
{{Doc/subpage}}
 
Creates an additional line of subpages.
Creates an additional line of subpages.


=== Parameters ===
=== Parameters ===
*{{param|1}} ''to'' {{param|8}} - The texts that should appear in the line that this template generates. Usually, these should all be wikilinks.
* {{Code|style=2|{{Param|1}}}} ''to'' {{Code|style=2|{{Param|8}}}} - The texts that should appear in the line that this template generates. Usually, these should all be wikilinks.


== Examples ==
== Examples ==
{{Code|<nowiki>{{Subpage|[[Main Page]]}}</nowiki>}}
{{Code|<nowiki>{{Subpage| [[Main Page]] }}</nowiki>}}
{{Capsule|padding=26px 8px 2px 8px|{{Subpage|[[Main Page]]}}}}
{{Capsule|padding=26px 8px 2px 8px|{{Subpage| [[Main Page]] }}}}
 


{{Code|<nowiki>{{Subpage| [[Main Page]] | [[SDK Docs|Source SDK Index]] }}</nowiki>}}
{{Capsule|padding=26px 8px 2px 8px|{{Subpage| [[Main Page]] | [[SDK Docs|Source SDK Index]] }}}}


{{Code|<nowiki>{{Subpage|[[Main Page]]|[[SDK_Docs|Source SDK Index]]}}</nowiki>}}
== See also ==
{{Capsule|padding=26px 8px 2px 8px|{{Subpage|[[Main Page]]|[[SDK_Docs|Source SDK Index]]}}}}
*{{tl|link=back}}


<includeonly>[[Category:Subpage]]</includeonly>
{{Doc/Sandbox other|
[[Category:Templates]]
}}

Latest revision as of 20:43, 12 January 2024

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

Creates an additional line of subpages.

Parameters

  • {{{1}}} to {{{8}}} - The texts that should appear in the line that this template generates. Usually, these should all be wikilinks.

Examples

{{Subpage| [[Main Page]] }}


{{Subpage| [[Main Page]] | [[SDK Docs|Source SDK Index]] }}

See also