Template:Quickstart: Difference between revisions
m Ganaram inukshuk moved page User:Ganaram inukshuk/Template:Quickstart to Template:Quickstart: Page ready for main |
mNo edit summary |
||
Line 8: | Line 8: | ||
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. | ||
For example, on | For example, on a guide page for [[5L 2s]], adding the following code produces the message box: | ||
: <code><nowiki>{{Quickstart|5L 2s}}</nowiki></code> | : <code><nowiki>{{Quickstart|5L 2s}}</nowiki></code> | ||
{{Mbox | {{Mbox | ||
Line 14: | Line 14: | ||
|text='''This is a [[:Category:Quickstart guides|quickstart guide]] for [[5L 2s]].'''<br>Information on how to start composing or playing can be found here. | |text='''This is a [[:Category:Quickstart guides|quickstart guide]] for [[5L 2s]].'''<br>Information on how to start composing or playing can be found here. | ||
}} | }} | ||
If a page is not provided, 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><nowiki>{{Quickstart}}</nowiki></code> | : <code><nowiki>{{Quickstart}}</nowiki></code> | ||
{{Mbox | {{Mbox | ||
Line 20: | Line 20: | ||
|text='''This is a [[:Category:Quickstart guides|quickstart guide]]. No corresponding article currently exists for this guide.'''<br>Information on how to start composing or playing can be found here. | |text='''This is a [[:Category:Quickstart guides|quickstart guide]]. No corresponding article currently exists for this guide.'''<br>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 <code>nopage</code> 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><nowiki>{{Quickstart|nopage}}</nowiki></code> | : <code><nowiki>{{Quickstart|nopage}}</nowiki></code> | ||
{{Mbox | {{Mbox |