Template:Quickstart/doc: Difference between revisions
Substitute templates so the documentation doesn't get categorized under quickstart guides |
uncategorize from quickstart guides |
||
Line 10: | Line 10: | ||
| text='''This is a [[:Category:Quickstart guides|quickstart guide]]{{#if: |{{#ifeq: |nopage|. No corresponding article currently exists for this guide.| for [[]].}}|.}}'''<br />Information on how to start composing or playing can be found here. | | text='''This is a [[:Category:Quickstart guides|quickstart guide]]{{#if: |{{#ifeq: |nopage|. No corresponding article currently exists for this guide.| for [[]].}}|.}}'''<br />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: | On a guide page for [[5L 2s]], adding the following code produces the message box: | ||
Line 19: | Line 18: | ||
| text='''This is a [[:Category:Quickstart guides|quickstart guide]]{{#if: 5L 2s|{{#ifeq: 5L 2s|nopage|. No corresponding article currently exists for this 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]]{{#if: 5L 2s|{{#ifeq: 5L 2s|nopage|. No corresponding article currently exists for this guide.| for [[5L 2s]].}}|.}}'''<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> 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: | ||
Line 28: | Line 26: | ||
| text='''This is a [[:Category:Quickstart guides|quickstart guide]]{{#if: nopage|{{#ifeq: nopage|nopage|. No corresponding article currently exists for this guide.| for [[nopage]].}}|.}}'''<br />Information on how to start composing or playing can be found here. | | text='''This is a [[:Category:Quickstart guides|quickstart guide]]{{#if: nopage|{{#ifeq: nopage|nopage|. No corresponding article currently exists for this guide.| for [[nopage]].}}|.}}'''<br />Information on how to start composing or playing can be found here. | ||
}} | }} | ||
=== See also === | === See also === | ||
* [[Template:Has quickstart]] | * [[Template:Has quickstart]] | ||
* [[Template:Beginner]] | * [[Template:Beginner]] |