Frequently asked questions: Difference between revisions
(14 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?]]''' | * '''[[Glossary|Where can I find a glossary of musical tuning terms and jargon?]]''' | ||
* '''[[Why Microtonality?|Why use microtonality?]]''' | |||
Line 24: | Line 26: | ||
** Depending on what [[generator]] you use for the temperament, you can make the ratio between large:small different. For example you can have 3:1 meantone, 2:1 meantone, 3:2 meantone, etc. and the same goes for any other rank-2 temperament. | ** Depending on what [[generator]] you use for the temperament, you can make the ratio between large:small different. For example you can have 3:1 meantone, 2:1 meantone, 3:2 meantone, etc. and the same goes for any other rank-2 temperament. | ||
** 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. | ||
<br> | ** Golden tunings are one type of [[metallic MOS]], along with silver tunings, bronze tunings and others. | ||
<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 34: | Line 37: | ||
* '''[[ | * '''[[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: | * '''[[Xenharmonic Wiki:License|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 50: | 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 56: | 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:'' | ||
< | <pre> | ||
: I like puppies, kittens and rainbows. | |||
: Oh and ice cream, too. | |||
: ~~~~ | |||
</pre> | |||
* | * ''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 75: | Line 95: | ||
* | * ''Writing the following:'' | ||
< | <pre> | ||
: I am Bob. ~~~~ | |||
:: Hi Bob, I’m Alice. ~~~~ | |||
::: Nice to meet you Alice, what got you interested in xenharmony? ~~~~ | |||
</pre> | |||
* | * ''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 92: | Line 114: | ||
* '''How can I add an inline citation or note?''' | * '''How can I add an inline citation or note?''' | ||
** | ** Put <code><nowiki><ref>The contents of the note</ref></nowiki></code> at the place you want the little superscript number to appear. | ||
*** | *** 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> | ** 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> | *** Then every subsequent time you can just use <code><<nowiki />ref name="Bob et al." /></code> without all the rest. | ||