CargoAdmin, Bureaucrats, Moderators (CommentStreams), fileuploaders, Interface administrators, newuser, Push subscription managers, Suppressors, Administrators
14,662
edits
 (Created page with "require('strict')  local p = {}  local getArgs = require('Module:Arguments').getArgs local locmap = require('Module:Location map')  local function switcherSeparate(s) 	if s == nil then return {} end 	local retval = {} 	for i in string.gmatch(s .. '#', '([^#]*)#') do 		i = mw.text.trim(i) 		retval[#retval + 1] = (i ~= '' and i) 	end 	return retval end  function p.container(frame, args, map) 	local caption_list = {} 	if not args then 		args = getArgs(frame, {wrappers = 'Te...")  | 
			
(No difference) 
 | 
edits