Jump to content

Module:Is the arbitration proposed decision posted

From Wikipedia, the free encyclopedia

local p = {}

function p.main(frame)
	local args = require('Module:Arguments').getArgs(frame)
	return mw.ustring.find(mw.title.new("Wikipedia:Arbitration/Requests/Case/" .. args[1] .. "/Proposed decision").content or "", "remove this comment when posting the PD", 1, true) and '' or 'yes'
end

return p