User:Xenwolf/Template:Infobox Interval: Difference between revisions
Jump to navigation
Jump to search
for changing visual appearance |
... |
||
| Line 5: | Line 5: | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
padding: 0.25em 0.5em; | padding: 0.25em 0.5em; | ||
background-color: # | background-color: #eee; | ||
<!-- width: 15em; --> | <!-- width: 15em; --> | ||
float: right; | float: right; | ||
"> | "> | ||
{| | {| style="border-collapse: collapse;" | ||
|+ <u>Interval information</u> | |+ <u>Interval information</u> | ||
{{#if: {{{Icon|}}} | | {{#if: {{{Icon|}}} | | ||
| Line 16: | Line 16: | ||
|- | |- | ||
{{#if: {{{Ratio|}}} | | {{#if: {{{Ratio|}}} | | ||
{{!}} style="text-align:right | {{!}} style="text-align:right" {{!}} Ratio | ||
{{!}} '''{{{Ratio}}}''' | | {{!}} style="background-color: white" {{!}} '''{{{Ratio}}}''' | | ||
<includeonly><span style="color:red">Error: Parameter ''Ratio'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | <includeonly><span style="color:red">Error: Parameter ''Ratio'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{Monzo|}}} | | {{#if: {{{Monzo|}}} | | ||
{{!}} style="text-align:right | {{!}} style="text-align:right" {{!}} [[Monzos|Monzo]] | ||
{{!}} | {{!}} style="background-color: white" {{!}} '''{{{Monzo}}}''' | | ||
<includeonly><span style="color:red">Error: Parameter ''Monzo'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | <includeonly><span style="color:red">Error: Parameter ''Monzo'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{Cents|}}} | | {{#if: {{{Cents|}}} | | ||
{{!}} style="text-align:right | {{!}} style="text-align:right" {{!}} [[Cent|Size]] | ||
{{!}} | {{!}} style="background-color: white" {{!}} '''{{{Cents}}} ¢''' | | ||
<includeonly><span style="color:red">Error: Parameter ''Cents'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | <includeonly><span style="color:red">Error: Parameter ''Cents'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{Name|{{{Names|}}}}}} | | {{#if: {{{Name|{{{Names|}}}}}} | | ||
{{!}} style="text-align:right | {{!}} style="text-align:right" {{!}} Name(s) | ||
{{!}} '''{{{Name|{{{Names}}}}}}''' | | {{!}} style="background-color: white" {{!}} '''{{{Name|{{{Names}}}}}}''' | | ||
<includeonly><span style="color:red">Error: Parameter ''Name'' or ''Names'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | <includeonly><span style="color:red">Error: Parameter ''Name'' or ''Names'' missing!</span> [[Template:Infobox Interval|Help ...]]<br/></includeonly> | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{Color name|{{{Color Name|}}}}}} | | {{#if: {{{Color name|{{{Color Name|}}}}}} | | ||
{{!}} style="text-align:right | {{!}} style="text-align:right" {{!}} [[Kite's color notation|Color name]] | ||
{{!}} | {{!}} style="background-color: white" {{!}} '''{{{Color name|{{{Color Name}}}}}}''' | ||
}} | }} | ||
|- | |- | ||
| Line 90: | Line 90: | ||
Usage example for the harmonic seventh ([[7/4]]): | Usage example for the harmonic seventh ([[7/4]]): | ||
<nowiki>{{Infobox Interval | <nowiki>{{Infobox Interval | ||
| Icon = [[File:glyph_7_4.png| | | Icon = [[File:glyph_7_4.png|124px]] <small><br/>[[JI glyphs|JI glyph]]</small> | ||
| Ratio = 7/4 | | Ratio = 7/4 | ||
| Monzo = -2 0 0 1 | | Monzo = -2 0 0 1 | ||
Revision as of 13:25, 22 October 2018
The template Infobox Interval was built to help presenting basic informations about Intervals in a unified form, to make them obvious by glance. Also the formatting of the wiki text itself is easier to read and improve when it is obviously structured by this template.
The templates supports the following parameters (mandatory parameters in bold):
| Parameter | Meaning | Usage hints, Remarks |
|---|---|---|
| Icon | Image or symbol, if one exists | complete with prefix "File:" and brackets |
| Ratio | Frequency ratio of the interval | |
| Monzo | Parameters of the Monzo notation | |
| Cents | Size in Cent | |
| Names or Name |
Name(s) of the interval | Maybe better optional? |
| Sound | Soundfile is one exists | only name of the file (no prefix "File:" and of course without Brackets) |
| Color name | Color name after Kite's color notation, if one exists | in the form: written form, spoken form, for color names see also Gallery of Just Intervals
|
Usage example for the harmonic seventh (7/4):
{{Infobox Interval
| Icon = [[File:glyph_7_4.png|124px]] <small><br/>[[JI glyphs|JI glyph]]</small>
| Ratio = 7/4
| Monzo = -2 0 0 1
| Cents = 968.82591
| Name = Harmonic seventh
| Sound = jid_7_4_pluck_adu_dr220.mp3
| Color name = z7, zo 7th
}}
In the above example, an icon from the JI glyphs set is used.
Empty template for copy & paste (to avoid copying wrong values from interval pages:
{{Infobox Interval
| Icon =
| Ratio =
| Monzo =
| Cents =
| Name =
| Sound =
| Color name =
}}