Module:MOSes by EDO: Difference between revisions

BudjarnLambeth (talk | contribs)
mNo edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
BudjarnLambeth (talk | contribs)
mNo edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 5: Line 5:
local p = {}
local p = {}


-- Copied from Ganaram Inukshuk's module on 22 Oct 2024, the only change was changing from 2nd level headings to plain bold text.
-- Copied from Ganaram Inukshuk's module on 22 Oct 2024, the only change was changing from 2nd level headings to plain bold text and removing the auto-categories, to allow calling multiple times inside of a single page.


-- Helper function
-- Helper function
Line 123: Line 123:
end
end
end
end
-- Auto-add categories
result = result .. string.format("[[Category:%iedo]]\n", edo)
.. "[[Category:Lists of scales]]\n"
.. "[[Category:MOS scales]]"
return result
return result