Template:Quickstart/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 10: Line 10:
On a guide page for [[5L 2s]], adding the following code produces the message box:
On a guide page for [[5L 2s]], adding the following code produces the message box:


: <code>{{((}}Quickstart{{!}}5L 2s{{))}}</code>
: <code>{{((}}Quickstart{{pipe}}5L 2s{{))}}</code>
{{{{ROOTPAGENAME}}|5L 2s}}
{{{{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{{!}}nopage{{))}}</code>
: <code>{{((}}Quickstart{{pipe}}nopage{{))}}</code>
{{{{ROOTPAGENAME}}|nopage}}
{{{{ROOTPAGENAME}}|nopage}}



Revision as of 13:35, 16 September 2024

Usage

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:

{{Quickstart}}
This is a quickstart guide.
Information on how to start composing or playing can be found here.

On a guide page for 5L 2s, adding the following code produces the message box:

{{Quickstart|5L 2s}}
This is a quickstart guide for 5L 2s.
Information on how to start composing or playing can be found here.

If a quickstart guide is not meant to have a corresponding article, then passing in nopage as an unnamed argument produces the following:

{{Quickstart|nopage}}
This is a quickstart guide. No corresponding article currently exists for this guide.
Information on how to start composing or playing can be found here.

See also