Main public logs

From Xenharmonic Reference

Combined display of all available logs of Xenharmonic Reference. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:28, 16 December 2025 Vector talk contribs created page Module:Diatonic (Created page with "local yesno = require("Module:Yesno") local p = {} function p.qualityAsName(fifthspan, oct) quality = "minor" if(fifthspan>0) then quality = "major" end if(fifthspan<2 and fifthspan>-2) then quality = "perfect" end if(fifthspan>5) then quality = "augmented" end if(fifthspan>12) then quality = "double augmented" end if(fifthspan>19) then quality = "triple augmented" end if(fifthspan<-5) then quality = "diminished" end if(fifthsp...")