Editing Module:ItemSources
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5: | Line 5: | ||
local params = require('Module:Paramtest') |
local params = require('Module:Paramtest') |
||
local purge = require('Module:Purge')._purge |
local purge = require('Module:Purge')._purge |
||
local lang = mw.language.getContentLanguage() |
|||
local commas = function (n) return lang:formatNum(tonumber(n)) end |
local commas = function (n) return lang:formatNum(tonumber(n)) end |
||