View source for Module:Copied
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local MessageBox = require('Module:Message box')
local p = {}
local function singleText(args)
local from_oldid = args["from_oldid"] or args["from_oldid1"] or ""
local from = args["from"] or args["from1"] or ""
local to = args["to"] or args["to1"] or ""
local date = args["date"] or args["date1"] or ""
local afd = args["afd"] or args["afd1"] or ""
local merge = args["merge"] or args["merge1"] or ""
local text = "Text and/or other creative content from"
if not (from_oldid == "") then
text = string.format("%s [%s this version] of", text, tostring(mw.uri.fullUrl(from, {oldid=from_oldid} )))
end
text = string.format("%s [[%s]]",text,from)
if (merge == "yes") or not (afd == "") then
text = text .. " was merged into"
else
text = text .. " was copied or moved into"
end
000
1:0
Template used on this page:
Return to Module:Copied.