Difference between revisions of "Template:Mass notification/preload"

From blackwiki
Jump to navigation Jump to search
imported>Mr. Stradivarius
(add User: prefix comment)
imported>Mr. Stradivarius
(update)
 
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,
 
-- 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.

Latest revision as of 23:31, 1 July 2014

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", }