Frequently asked questions: Difference between revisions

BudjarnLambeth (talk | contribs)
About the wiki: Added a link to Mike Battaglia’s new ‘Legacy Xenharmonic Wiki’
ArrowHead294 (talk | contribs)
mNo edit summary
Line 4: Line 4:


== Answered questions ==
== Answered questions ==
=== About musical tuning ===
=== About musical tuning ===
<br>
<br />


* '''[[Microtonal music|What is microtonal music?]]'''
* '''[[Microtonal music|What is microtonal music?]]'''
Line 25: Line 24:
** If the ratio between the step sizes is the [[golden ratio]], then the tuning is a golden tuning, such as “golden meantone”, “golden flattone” or similar.
** If the ratio between the step sizes is the [[golden ratio]], then the tuning is a golden tuning, such as “golden meantone”, “golden flattone” or similar.
** Golden tunings are one type of [[metallic MOS]], along with silver tunings, bronze tunings and others.
** Golden tunings are one type of [[metallic MOS]], along with silver tunings, bronze tunings and others.
<br>
<br />


=== About the wiki ===
=== About the wiki ===
<br>
<br />


* '''There's so much to read. Where do I start?'''
* '''There's so much to read. Where do I start?'''
Line 46: Line 45:
* '''I am more interested in the way [[regular temperament theory]] looked before 2010, rather than the direction it has taken since 2020. Is there a wiki that preserves that?'''
* '''I am more interested in the way [[regular temperament theory]] looked before 2010, rather than the direction it has taken since 2020. Is there a wiki that preserves that?'''
** Yes. You can find that at the [https://legacy.xen.wiki/w/Main_Page Legacy Xenharmonic Wiki].
** Yes. You can find that at the [https://legacy.xen.wiki/w/Main_Page Legacy Xenharmonic Wiki].
<br>
<br />


=== About editing the wiki ===
=== About editing the wiki ===
<br>
<br />


* '''[[Xenharmonic Wiki:I'm a new editor, what is everything I can do to help?|I'm a new editor, what is everything I can do to help?]]'''
* '''[[Xenharmonic Wiki:I'm a new editor, what is everything I can do to help?|I'm a new editor, what is everything I can do to help?]]'''
Line 97: Line 96:


* '''How can I add an inline citation or note?'''
* '''How can I add an inline citation or note?'''
** Use<nowiki> <ref>The contents of the note</ref></nowiki>at the place you want the little superscript number to appear.
** Put <code><nowiki><ref>The contents of the note</ref></nowiki></code> at the place you want the little superscript number to appear.
*** Use<nowiki> < /references></nowiki>at the place you want the list of references to appear. (If you do not specify this, it will default to the very bottom of the page.)
*** Place <code><<nowiki />references /></code> at the place you want the list of references to appear. (If you do not specify this, it will default to the very bottom of the page.)
** If you want to cite the same reference multiple times, give it a name e.g.<nowiki> <ref name="Bob et al.">The contents of the note</ref></nowiki>the first time you use it.
** If you want to cite the same reference multiple times, give it a name e.g. <code><nowiki><ref name="Bob et al.">The contents of the note</ref></nowiki></code> the first time you use it.
*** Then every subsequent time you can just use<nowiki> <ref name="Bob et al." /> </nowiki>without all the rest.
*** Then every subsequent time you can just use <code><<nowiki />ref name="Bob et al." /></code> without all the rest.