Template:Has quickstart: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|icon=Icon-Quickstart.png | |icon=Icon-Quickstart.png | ||
|text='''This page has a [[{{#if:{{{1|}}}|{{{1|}}}|Quickstart guide for {{PAGENAME}}}}|quickstart guide]].'''<br>Information on how to start composing or playing can be found at the page linked above. | |text='''This page has a [[{{#if:{{{1|}}}|{{{1|}}}|Quickstart guide for {{PAGENAME}}}}|quickstart guide]].'''<br>Information on how to start composing or playing can be found at the page linked above. | ||
}}</includeonly> | }}</includeonly><noinclude> | ||
The '''Has quickstart''' template adds a message box to inform readers that a page has a quickstart guide. Quickstart guides contain information needed to start composing or playing with a tuning, temperament, or scale. | |||
== Usage == | |||
This template should be placed at the top of the page, without any arguments. | |||
For example, on the page [[5L 2s]], adding the following code produces the message box. | |||
:<code><nowiki>{{Has quickstart}}</nowiki></code> | |||
{{Mbox | |||
|icon=Icon-Quickstart.png | |||
|text='''This page has a [[Quickstart guide for 5L 2s|quickstart guide]].'''<br>Information on how to start composing or playing can be found at the page linked above. | |||
}} | |||
The default link to the quickstart guide's page is "Quickstart guide for PAGENAME". If the page's name differs from the default, it should be passed in as an unnamed argument: | |||
:<code><nowiki>{{Has quickstart|Guide for 5L 2s temperaments}}</nowiki></code> | |||
{{Mbox | |||
|icon=Icon-Quickstart.png | |||
|text='''This page has a [[Guide for 5L 2s temperaments|quickstart guide]].'''<br>Information on how to start composing or playing can be found at the page linked above. | |||
}} | |||
== See also == | |||
* [[Template:Quickstart]] | |||
[[Category:Message boxes]] | |||
</noinclude> |
Revision as of 00:26, 21 May 2024
The Has quickstart template adds a message box to inform readers that a page has a quickstart guide. Quickstart guides contain information needed to start composing or playing with a tuning, temperament, or scale.
Usage
This template should be placed at the top of the page, without any arguments.
For example, on the page 5L 2s, adding the following code produces the message box.
{{Has quickstart}}
![]() |
This page has a quickstart guide. Information on how to start composing or playing can be found at the page linked above. |
The default link to the quickstart guide's page is "Quickstart guide for PAGENAME". If the page's name differs from the default, it should be passed in as an unnamed argument:
{{Has quickstart|Guide for 5L 2s temperaments}}
![]() |
This page has a quickstart guide. Information on how to start composing or playing can be found at the page linked above. |