Difference between revisions of "Module:Mass notification/groups/WikiProject Example"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
(create example group for Module:Mass notification)
 
m (4 revisions imported)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
-- This is an example group listing for [[Module:Mass notification]].
+
return {
 +
-- The group's page goes here, between the quote marks. This is used
 +
-- to create a link to the group.
 +
group_page = "Wikipedia:WikiProject Example",
  
return {
+
-- Usernames go here. Put one username on a line, enclosed in quotes,
'Example',
+
-- and end each line with a comma. Do not include the "User:" prefix.
'Example2',
+
"Example",
'Example3',
+
"Example2",
'Mr. Stradivarius',
+
"Example3",
 +
"Mr. Stradivarius",
 
}
 
}

Latest revision as of 07:54, 27 September 2020

Documentation for this module may be created at Module:Mass notification/groups/WikiProject Example/doc

return {
	-- The group's page goes here, between the quote marks. This is used
	-- to create a link to the group.
	group_page = "Wikipedia:WikiProject Example",

	-- Usernames go here. Put one username on a line, enclosed in quotes,
	-- and end each line with a comma. Do not include the "User:" prefix.
	"Example",
	"Example2",
	"Example3",
	"Mr. Stradivarius",
}