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 groups = {}
local s = nil
local n = 1
if f == mw.getCurrentFrame() then
args = f:getParent().args
end
return args["change" .. n]
end
--[[
repeat s = args["change" .. n]
groups[n] = "<li>" .. s .. "</li>"
n = n + 1
until s == nil
--for i = 1,loop,1 do
000
1:0
Templates used on this page:
Return to Module:Changes.