Difference between revisions of "Template:Mass notification/preload"
Jump to navigation
Jump to search
imported>Mr. Stradivarius (create preload text for Template:Mass notification) |
imported>Mr. Stradivarius (noinclude tags don't work on module pages) |
||
| Line 1: | Line 1: | ||
| − | + | return { | |
-- Usernames go here. | -- Usernames go here. | ||
-- Put one username on a line, enclosed in quotes, | -- Put one username on a line, enclosed in quotes, | ||
| Line 6: | Line 6: | ||
"Example2", | "Example2", | ||
"Example3", | "Example3", | ||
| − | } | + | } |
Revision as of 16:07, 1 July 2014
return { -- Usernames go here. -- Put one username on a line, enclosed in quotes, -- and end each line with a comma. "Example", "Example2", "Example3", }