Content deleted Content added
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2:
local yesNo = require("Module:Yesno")
local getArgs = require("Module:Arguments").getArgs
--local banner = require("Module:Higher_education_task_force_test2")
local p = {}
Line 121:
end
local yesno = require('Module:Yesno')▼
local copiedinitialise = function(args, raw_args, inactive_status)▼
---------------------------
-- Initialise arguments -- this function copied from WikiProject banner ---
---------------------------
▲local yesno = require('Module:Yesno')
▲local copiedinitialise = function(args, raw_args, inactive_status)
local frame = mw.getCurrentFrame()
local parent_args = getArgs(frame, {parentOnly = true})
Line 175 ⟶ 177:
end
end
Line 194 ⟶ 199:
local i=copiedinitialise(args, raw_args)
local a=p.printtab(
return i..a
end
|