Module:Xenpaper: Difference between revisions

Ganaram inukshuk (talk | contribs)
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..."
 
Ganaram inukshuk (talk | contribs)
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