Module:Xenpaper: Difference between revisions
todo |
ArrowHead294 (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
local p = {} | |||
local mos = require("Module:MOS") | local mos = require("Module:MOS") | ||
local rat = require("Module:Rational") | local rat = require("Module:Rational") | ||
-- TODO: | -- TODO: | ||
-- - Add support for ascending and descending scales | -- - Add support for ascending and descending scales | ||
Line 39: | Line 39: | ||
end | end | ||
text = "https://www. | text = "https://www.luphoria.com/xenpaper/#" .. text | ||
return text | return text | ||
Line 91: | Line 91: | ||
end | end | ||
text = "https://www. | text = "https://www.luphoria.com/xenpaper/#" .. text | ||
return text | return text | ||
end | end | ||
return p | return p |