Template:Quickstart/doc: Difference between revisions
ArrowHead294 (talk | contribs) Docpage |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
This template should be placed at the top of the page, with a single unnamed argument that indicates the corresponding article. | This template should be placed at the top of the page, with a single unnamed argument that indicates the corresponding article. | ||
If a page is not provided and one is intended to be made, then the following message box is produced: | If a page is not provided and one is intended to be made, then the following message box is produced: | ||
: <code>{{((}}Quickstart{{))}}</code> | : <code>{{((}}Quickstart{{))}}</code> | ||
{{ | {{{{ROOTPAGENAME}} }} | ||
On a guide page for [[5L 2s]], adding the following code produces the message box: | |||
}} | |||
: <code>{{((}}Quickstart{{pipe}}5L 2s{{))}}</code> | |||
{{{{ROOTPAGENAME}}|5L 2s}} | |||
If a quickstart guide is not meant to have a corresponding article, then passing in <code>nopage</code> as an unnamed argument produces the following: | If a quickstart guide is not meant to have a corresponding article, then passing in <code>nopage</code> as an unnamed argument produces the following: | ||
: <code>{{((}}Quickstart{{pipe}}nopage{{))}}</code> | : <code>{{((}}Quickstart{{pipe}}nopage{{))}}</code> | ||
{{ | {{{{ROOTPAGENAME}}|nopage}} | ||
}} | |||
=== See also === | === See also === | ||
* [[Template:Has quickstart]] | * [[Template:Has quickstart]] | ||
* [[Template:Beginner]] | * [[Template:Beginner]] |