Frequently asked questions: Difference between revisions

BudjarnLambeth (talk | contribs)
m Mention metallic mos article in golden question
BudjarnLambeth (talk | contribs)
 
(13 intermediate revisions by 3 users not shown)
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?]]'''




* '''[[Why Microtonality?|Why microtonality?]]''' (And why does anyone care about microtonal music?)
* '''[[Glossary|Where can I find a glossary of musical tuning terms and jargon?]]'''
 
 
* '''[[Why Microtonality?|Why use microtonality?]]'''




Line 25: Line 27:
** 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 35: Line 37:




* '''[[Glossary|Where can I find a glossary of musical tuning terms and jargon?]]'''
* '''[[Xenharmonic Wiki:What are this wiki's strengths and weaknesses?|What are this wiki's strengths and weaknesses?]]''' (How does it compare to other resources?)




* '''[[Xenharmonic Wiki:What are this wiki's strengths and weaknesses?|What are this wiki's strengths and weaknesses?]]''' (How does it compare to other resources?)
* '''[[Xenharmonic Wiki:License|What is this wiki's copyright/intellectual property policy?]]'''




* '''[[Xenharmonic Wiki:Copyrights|What is this wiki's copyright/intellectual property policy?]]'''
* '''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?'''
<br>
** Yes. You can find that at the [https://legacy.xen.wiki/w/Main_Page Legacy Xenharmonic Wiki].
<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 51: Line 54:


* '''[[Xenharmonic Wiki:Article guidelines|Where can I find this wiki's style guide?]]'''
* '''[[Xenharmonic Wiki:Article guidelines|Where can I find this wiki's style guide?]]'''
* '''[[Xenharmonic Wiki:Notability guidelines|Where can I find this wiki's notability guidelines?]]'''




Line 57: Line 63:


* '''[[Temperament naming|I discovered a new temperament, how should I name it?]]'''
* '''[[Temperament naming|I discovered a new temperament, how should I name it?]]'''
* '''What are user space pages and main space pages?'''
** User space pages are pages titled "User:YourUsername/Topic". For example "User:JohnDoe/Major scale".
** Main space pages are pages without any prefix. For example "Major scale".
* '''How do I create a user page?'''
** Search "User:YourUsername/ThePageTitleYouWant" in the search bar (e.g. "User:JohnDoe/The arrowroot biscuit scale".
** It will then say "There is currently no text in this page. You can search for this page title in other pages, search the related logs, or create this page."
** Click "create this page" and then you will be taken to an editing window to create the user page.




* '''How can I sign my name on a talk page? How can I make my replies indented to the right?'''
* '''How can I sign my name on a talk page? How can I make my replies indented to the right?'''
** Writing the following:
* ''Writing the following:''
<nowiki>: I like puppies, kittens and rainbows. </nowiki>
<pre>
: I like puppies, kittens and rainbows.


<nowiki>: Oh and ice cream, too. </nowiki>
: Oh and ice cream, too.


<nowiki>: ~~~~ </nowiki>
: ~~~~
</pre>




**Will result in the following output, with indented text and a signed name:
* ''Will result in the following output, with indented text and a signed name:''
: I like puppies, kittens and rainbows.
: I like puppies, kittens and rainbows.


Line 76: Line 95:




** Writing the following:
* ''Writing the following:''
<nowiki>: I am Bob. ~~~~ </nowiki>
<pre>
: I am Bob. ~~~~


<nowiki>:: Hi Bob, I’m Alice. ~~~~ </nowiki>
:: Hi Bob, I’m Alice. ~~~~


<nowiki>::: Nice to meet you Alice, what got you interested in xenharmony? ~~~~ </nowiki>
::: Nice to meet you Alice, what got you interested in xenharmony? ~~~~
</pre>




** Will result in the following output, with differing levels of indentation:
* ''Will result in the following output, with differing levels of indentation:''
: I am Bob. [[User:BobSmith|BobSmith]] ([[User talk:BobSmith|talk]]) 01:23, 18 December 2024 (UTC)
: I am Bob. [[User:BobSmith|BobSmith]] ([[User talk:BobSmith|talk]]) 01:23, 18 December 2024 (UTC)


Line 93: Line 114:


* '''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.