Module:Sandbox/Bradv/Case: Difference between revisions

Content deleted Content added
.
.
Line 6:
local trim = mw.text.trim
 
local function _decisionp.decision( caseframe )
local case = frame.args[1] or frame.args.case
return p._decision( case )
end
function p.decision_decision( framecase )
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