Zum Inhalt springen

Vorlage:Infobox Moll-Tonart

aus Wikipedia, der freien Enzyklopädie
{{{NAME}}}-Moll
Varianttonart: {{{NAME}}}-Dur
Molltonleitern:

fatal JSON error: mw.text.jsonDecode: Steuerzeichenfehler, vermutlich falsch kodiert

{ "description": "Infobox für eine Moll-Tonart",
  "params": {
     "NAME":
        { "label":       "Name",
          "description": "Bezeichnung der Tonart, <br> ohne angehängtes ''-Moll''",
          "type":        "line",
          "required":    true,
          "example":     "a" },
     "AKKORD":
        { "label":       "Akkord",
          "description": "Akkord",
          "type":        "line",
          "suggested":   true,
          "example":     "a, Am" },
     "PARALLELE":
        { "label":       "Parallele",
          "description": "Paralleltonart",
          "type":        "line",
          "suggested":   true,
          "example":     "C" },
     "DOMINANTE":
        { "label":       "Dominante",
          "description": "Dominante",
          "type":        "line",
          "suggested":   true,
          "example":     "E" },
     "DOMINANTEDUR":
        { "label":       "''Dominante Dur''",
          "description": "''Dominante, veralteter Parametername, <br> bitte wechseln auf '''Dominante''' (DOMINANTE)''",
          "type":        "line",
          "suggested":   false,
          "example":     "E" },
     "SUBDOMINANTE":
        { "label":       "Subdominante",
          "description": "Subdominante",
          "type":        "line",
          "suggested":   true,
          "example":     "d" },
     "NATÜRLICH":
        { "label":       "Natürlich",
          "description": "Natürliche Molltonleiter",
          "type":        "line",
          "suggested":   true,
          "example":     "a – h ^ c – d – e ^ f – g – a" },
     "HARMONISCH":
        { "label":       "Harmonisch",
          "description": "Harmonische Molltonleiter",
          "type":        "line",
          "suggested":   true,
          "example":     "a – h ^ c – d – e ^ f – gis ^ a" },
     "MELODISCH":
        { "label":       "Melodisch",
          "description": "Melodische Molltonleiter",
          "type":        "line",
          "suggested":   true,
          "example":     "a – h ^ c – d – e – fis – gis ^ a
a – g – f ^ e – d – c ^ h – a" }
  },
  "format": "block"
}

<templatestyles src="TOC nonum/styles.css"></templatestyles>

Kopiervorlage

<syntaxhighlight lang="wikitext" copy>

-Moll
Varianttonart: -Dur
Molltonleitern:

</syntaxhighlight>

Beispiel

<syntaxhighlight lang="wikitext">

a-Moll
Akkordsymbol(e): a, Am
Paralleltonart: C-Dur
Varianttonart: A-Dur
Dominante: E-Dur
Subdominante: d-Moll
Molltonleitern:
Natürlich: a – h ^ c – d – e ^ f – g – a
Harmonisch: a – h ^ c – d – e ^ f – gis ^ a
Melodisch: a – h ^ c – d – e – fis – gis ^ a

a – g – f ^ e – d – c ^ h – a

</syntaxhighlight> ergibt:

a-Moll
Akkordsymbol(e): a, Am
Paralleltonart: C-Dur
Varianttonart: A-Dur
Dominante: E-Dur
Subdominante: d-Moll
Molltonleitern:
Natürlich: a – h ^ c – d – e ^ f – g – a
Harmonisch: a – h ^ c – d – e ^ f – gis ^ a
Melodisch: a – h ^ c – d – e – fis – gis ^ a

a – g – f ^ e – d – c ^ h – a


Umbau von Vorlage:Infobox Moll-Tonart: Variant-Tonart automatisch erzeugen. Sinnvoll, da diese Funktion noch fehlt.