Difference between revisions of "Module:Mass notification/groups/T13"

From blackwiki
Jump to navigation Jump to search
blackwiki>Technical 13
(Create new mass-notification group - test group with my four accounts.)
 
blackwiki>Mr. Stradivarius
(add a group page)
Line 1: Line 1:
 
return {
 
return {
 +
-- The group's page goes here, between the quote marks. This is used
 +
-- to create a link to the group.
 +
group_page = "User:Technical 13",
 +
 
-- Usernames go here. Put one username on a line, enclosed in quotes,
 
-- 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.
 
-- and end each line with a comma. Do not include the "User:" prefix.

Revision as of 23:34, 1 July 2014

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

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

	-- 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.
	"Technical 13",
	"Technical-13",
	"ShoeMaker",
	"T13bot",
}