Content deleted Content added
m add option Tag: Reverted |
m alt + sandbox Tag: Reverted |
||
Line 1:
local MessageBox = require('Module:Message box')
local mSectionLink = require('Module:Section link/sandbox')
local p = {}
Line 7:
local from_oldid = args["from_oldid"] or args["from_oldid1"] or ""
local from = args["from"] or args["from1"] or ""
if not mSectionLink.section then
local fromlink = string.format("[[%s]]",from)
else
local fromlink = mSectionLink.
end
local to = args["to"] or args["to1"] or ""
|