「モジュール:Infobox chord」の版間の差分
ページの作成:「local p = {} local consistency = require("Module:Chord consistency") local infobox = require("Module:Infobox") local rat = require("Module:Rational") local utils = require("Module:Utils") local yesno = require("Module:Yesno") function p.infobox_chord(frame) local debug_mode = yesno(frame.args["debug"]) local page_name = frame:preprocess("{{PAGENAME}}") local debug_data = "" local infobox_data = {} local cats = "" local color_names = {} if utils.value_pro…」 |
細編集の要約なし |
||
| 178行目: | 178行目: | ||
end | end | ||
end | end | ||
local consistent_edos = consistency.consistent_edos(harmonics, distance, ' | local consistent_edos = consistency.consistent_edos(harmonics, distance, '平均律', 4) | ||
-- compute tag to add for category sort order: as many "#" as the number of digits in the first harmonic | -- compute tag to add for category sort order: as many "#" as the number of digits in the first harmonic | ||