Content deleted Content added
m no space after the em-dash |
use preload-page instead of preload-default, as preload is no longer a parameter |
||
(4 intermediate revisions by the same user not shown) | |||
Line 35:
msg = {
-- The default preload page for the vote page.
-- This will be given the current page as a parameter $1. This will hopefully
-- correspond to the poll page when the poll is first set up.
['vote-page-preload-default'] = 'Wikipedia:Wikipedia Signpost/Templates/Voter/Setup/Counter Preload',
-- The edit summary to use when creating the vote page.
['vote-page-create-summary'] = 'Create vote page for Signpost poll',
-- The edit intro page to use when creating the vote page.
['vote-page-create-editintro'] = 'Wikipedia:Wikipedia Signpost/Templates/Voter/Setup/Counter EditIntro',
-- The default vote preload text. This is preprocessed.
Line 58 ⟶ 69:
-- The default preload page for votes. This page should only contain the text
-- "$1".
['preload-
-- The default icon. Don't include a "File:" prefix.
Line 78 ⟶ 89:
-- The error that is displayed if no vote page is specified.
['no-votepage-error'] = 'Please specify a vote page',
-- The error that is displayed if the vote page doesn't exist.
-- $1 is the URL of a link to create the page with the vote page preload text.
['votepage-nonexistent-error'] = 'The vote page doesn\'t exist; please [$1 create it]',
-- The error that is displayed if less than two options are specified.
|