Module:Xenpaper: Difference between revisions
Created page with "local mos = require('Module:MOS') local rat = require('Module:Rational') local p = {} -- TODO: -- - Add support for ascending and descending scales -- Create a Xenpaper link..." |
Added https and www to link |
||
Line 38: | Line 38: | ||
end | end | ||
text = "xenpaper.com/#" .. text | text = "https://www.xenpaper.com/#" .. text | ||
return text | return text | ||
Line 91: | Line 91: | ||
end | end | ||
text = "xenpaper.com/#" .. text | text = "https://www.xenpaper.com/#" .. text | ||
return text | return text | ||
end | end | ||
return p | return p |