Content deleted Content added
should be moved to styles Tags: Manual revert Reverted |
lets see what breaks Tag: Reverted |
||
Line 853:
p.main = function(frame)
local args = args_module.getArgs(frame
local raw_args = args_module.getArgs(frame, {frameOnly = true, removeBlanks = false})
return initialise(args, raw_args)
Line 861:
---------------------------
p.inactive = function(frame)
local args = args_module.getArgs(frame
local project_name = args.PROJECT_NAME or 'WikiProject ' .. (args.PROJECT or 'PROJECT')
local project_link = mw.title.new(args.PROJECT_LINK or 'Wikipedia:' .. project_name)
|