View source for Module:Changes
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
-- Changes
function p.changes( f )
local args = f
local groups = {}
local n = 1
local s = nil
if f == mw.getCurrentFrame() then
args = f:getParent().args
end
--repeat s = args["change" .. n]
groups[n] = "<li>" .. s .. "</li>"
--until not s
local back = "Arguments <br/>"
for key,value in pairs(groups) do
back = back .. value .. "<br/>"
000
1:0
Templates used on this page:
Return to Module:Changes.