SandBox: Difference between revisions

Xenwolf (talk | contribs)
ArrowHead294 (talk | contribs)
mNo edit summary
 
(66 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NEWSECTIONLINK__
[[Category:Sandboxes]] {{SandBox please edit after this line}}


This is the sandbox. To experiment with editing, click "edit this page".
~~<noinclude />~~
[[de:SandBox]]
[[es:SandBox]]
[[ja:en:SandBox/Ja]]


__TOC__
833.090{{c}}
 
== [https://www.mediawiki.org/wiki/Help:Formatting Wikitext reference] ==
 
[[File:13_edo_459_chord.mp3]]
 
<span style="line-height: 1.5;">[[File:01_-_Autumn_1.mp3]]</span>
 
<span style="line-height: 1.5;">"I can now edit this." - Bobby Lee</span>
 
The <tt>[[file:01 - Autumn 1.mp3]]</tt> syntax produces a less elegant output,
 
[[:File:01_-_Autumn_1.mp3|01 - Autumn 1.mp3]]
 
but playing the sound works also if there is no flash player present (or enabled) - it also provides a link for details and download. The ''Details'' link I find important: you don't have to click [Edit] to explore the file name.
 
[[:File:ligon.scl|ligon.scl]]
 
[[File:05_02_03_sL_s_sL.png|150px|alt=TN_05_02_03_sL_s_sL.png|TN_05_02_03_sL_s_sL.png]]
 
==embedding special==
1. {{Special:WhatLinksHere}}
 
2. {{Special:WhatLinksHere/The Xen}}
 
3. {{Special:BlankPage}}
 
4. {{Special:Block}}
 
5. {{Special:Block/Mike Battaglia}}
 
==[[List model]]==
 
===bulleted===
*list
*list
*list
 
<ul><li>list</li><li>list</li><li>list</li></ul>
 
•list<br>•list<br>•list
 
[[File:Listitem.png]]list<br>[[File:Listitem.png]]list<br>[[File:Listitem.png]]list
 
{{List|list|list|list}}
 
===numbered===
#list
#list
#list
 
<ol><li>list</li><li>list</li><li>list</li></ol>
 
1. list<br>2. list<br>3. list
 
[[File:1.png]] list<br>[[File:2.png]] list<br>[[File:3.png]] list
 
{{numlist|list|list|list}}
 
===mixed===
# first level
#* second level
## second level
* first level
 
 
<ol><li>first level<ul><li>second level</li></ul><ol><li>second level</li></ol></li></ol><ul><li>first level</li></ul>
 
 
1. first level
:•second level
:1. second level
•first level
 
 
[[File:1.png]] first level
:[[File:Listitem.png]]second level
:[[File:1.png]] second level
[[File:Listitem.png]]first level
 
 
{{numlist|first level{{list|second level}}{{numlist|second level}}}}{{list|first level}}
 
== Scala test ==
 
Currently, scala files are scattered around this wiki. A scala file is a file describing a tuning by giving its ratios. To test different ways of dealing with this, I created [[partch9]].
 
== Multiple divisions per row as divisions per octave ==
 
The names come from [[User:PiotrGrochowski/Extra-Diatonic Intervals]].
 
{| class="wikitable"
!1edo
!2edo
!3edo
!4edo
|-
| rowspan="4" | unison <!-- 0\1 -->
| rowspan="2" | unison <!-- 0\2 -->
| rowspan="1.333333333333333" | unison <!-- 0\3 -->
| rowspan="1" | unison <!-- 0\4 -->
|-
| rowspan="1.333333333333333" | major third <!-- 1\3 -->
| rowspan="1" | minor third <!-- 1\4 -->
|-
| rowspan="2" | augmented fourth <!-- 1\2 -->
| rowspan="1" | augmented fourth <!-- 1\4 -->
|-
| rowspan="1.333333333333333" | minor sixth <!-- 2\3 -->
| rowspan="1" | major sixth <!-- 3\4 -->
|}
 
Result: The fractional rowspan of 1.333333333333333 was rounded down to 1.
 
{| class="wikitable"
!1edo
!2edo
!3edo
!4edo
|-
| rowspan="12" | unison <!-- 0\1 -->
| rowspan="6" | unison <!-- 0\2 -->
| rowspan="4" | unison <!-- 0\3 -->
| rowspan="3" | unison <!-- 0\4 -->
|-
|-
|-
| rowspan="3" | minor third <!-- 1\4 -->
|-
| rowspan="4" | major third <!-- 1\3 -->
|-
|-
| rowspan="6" | augmented fourth <!-- 1\2 -->
| rowspan="3" | augmented fourth <!-- 1\4 -->
|-
|-
| rowspan="4" | minor sixth <!-- 2\3 -->
|-
| rowspan="3" | major sixth <!-- 3\4 -->
|-
|-
|}
 
Result: It incorrectly ignores the empty rows