Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 31: Line 31:
if subgroup and #subgroup > 0 and subgroup ~= 'n/a' then
if subgroup and #subgroup > 0 and subgroup ~= 'n/a' then
table.insert(infobox_data, {
table.insert(infobox_data, {
'Subgroup',
'[[Just intonation subgroup|Subgroup]]',
subgroup
subgroup
})
})