Difference between revisions of "Module:Mass notification/groups/WikiProject Example"
Jump to navigation
Jump to search
blackwiki>Mr. Stradivarius (remove the comment - it's probably just confusing) |
blackwiki>Mr. Stradivarius (add a group link) |
||
| 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 = "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", | "Example", | ||
"Example2", | "Example2", | ||
Revision as of 23:35, 1 July 2014
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",
}