Template:Beginner/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
Documentation page
 
ArrowHead294 (talk | contribs)
mNo edit summary
Line 5: Line 5:
For example, on the "[[Regular temperament]]" page, you could add the template like this:
For example, on the "[[Regular temperament]]" page, you could add the template like this:


: <code><nowiki>{{Beginner|Mathematical theory of regular temperaments}}</nowiki></code>
: <code>{{((}}Beginner{{!}}Mathematical theory of regular temperaments{{))}}</code>


to obtain:
to obtain:


{{Mbox|type=notice|icon=Icon-Beginner.png|text='''This is a [[:Category:Beginner pages|beginner page]].''' It is written to allow new readers to learn about the basics of the topic easily.<br>The corresponding expert page for this topic is [[Mathematical theory of regular temperaments]].}}
{{{{ROOTPAGENAME}}|Mathematical theory of regular temperaments}}


Using the template without providing an argument will produce:
Using the template without providing an argument will produce:


{{Mbox|type=notice|icon=Icon-Beginner.png|text='''This is a [[:Category:Beginner pages|beginner page]].''' It is written to allow new readers to learn about the basics of the topic easily.}}
{{{{ROOTPAGENAME}} }}


Passing <code>noexpert</code> as the first argument will produce:
Passing <code>noexpert</code> as the first argument will produce:


{{Mbox|type=notice|icon=Icon-Beginner.png|text='''This is a [[:Category:Beginner pages|beginner page]].''' It is written to allow new readers to learn about the basics of the topic easily.<br>No corresponding expert page currently exists for this topic.}}
{{{{ROOTPAGENAME}}|noexpert}}


=== See also ===
=== See also ===
* [[Template:Expert]]
* [[Template:Expert]]
* [[Template:Technical data]]
* [[Template:Technical data]]

Revision as of 15:07, 9 September 2024

Usage

This template should be placed at the top of the page, with a single unnamed argument that indicates the corresponding expert page.

For example, on the "Regular temperament" page, you could add the template like this:

{{Beginner|Mathematical theory of regular temperaments}}

to obtain:

This is a beginner page. It is written to allow new readers to learn about the basics of the topic easily.
The corresponding expert page for this topic is Mathematical theory of regular temperaments.

Using the template without providing an argument will produce:

This is a beginner page. It is written to allow new readers to learn about the basics of the topic easily.

Passing noexpert as the first argument will produce:

This is a beginner page. It is written to allow new readers to learn about the basics of the topic easily.
No corresponding expert page currently exists for this topic.

See also