Module:Infobox ET: Difference between revisions
m Fix |
m Fix by taking the "suffix" directly |
||
| Line 55: | Line 55: | ||
categories = categories .. '[[Category:Equal divisions of the octave|' .. string.rep ('#', string.len (et.size)) .. ']]' | categories = categories .. '[[Category:Equal divisions of the octave|' .. string.rep ('#', string.len (et.size)) .. ']]' | ||
else | else | ||
categories = categories .. '[[Category:' .. et.suffix .. '|' .. string.rep ('#', string.len (et.size)) .. ']]' | |||
categories = categories .. '[[Category: | |||
end | end | ||