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

From blackwiki
Jump to navigation Jump to search
imported>Mr. Stradivarius
(make slightly more compact)
imported>Mr. Stradivarius
(add User: prefix comment)
Line 1: Line 1:
 
return {
 
return {
 
-- 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.
+
-- and end each line with a comma. Do not include the "User:" prefix.
 
"Example",
 
"Example",
 
"Example2",
 
"Example2",
 
"Example3",
 
"Example3",
 
}
 
}

Revision as of 16:10, 1 July 2014

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