Content deleted Content added
. |
. |
||
Line 6:
local trim = mw.text.trim
local case = frame.args[1] or frame.args.case▼
return p._decision( case )▼
end▼
local page = 'Wikipedia:Arbitration/Requests/Case/' .. case
local pagecontent = mw.title.new(page):getContent()
Line 27 ⟶ 31:
mw.log(output)
return output
▲end
▲function p.decision( frame )
▲ local case = frame.args[1] or frame.args.case
▲ return _decision( case )
end
|