Module:Infobox ET: Difference between revisions
Individual edonois shouldn't go to Category: Edonoi Tag: Undo |
Distinguish set categories from topic categories for edonois |
||
| Line 64: | Line 64: | ||
.. string.rep("#", string.len(et.size)) | .. string.rep("#", string.len(et.size)) | ||
.. "]]" | .. "]]" | ||
elseif rat.eq(et.equave, 3) then | |||
categories = categories .. "[[Category:Edts|" .. string.rep("#", string.len(et.size)) .. "]]" | |||
elseif rat.eq(et.equave, rat.new (3, 2)) then | |||
categories = categories .. "[[Category:Edfs|" .. string.rep("#", string.len(et.size)) .. "]]" | |||
else | else | ||
categories = categories .. "[[Category:" .. et.suffix .. "|" .. string.rep("#", string.len(et.size)) .. "]]" | categories = categories .. "[[Category:" .. et.suffix .. "'s|" .. string.rep("#", string.len(et.size)) .. "]]" | ||
end | end | ||