Module:Shortcut/config and Module:Shortcut/config/sandbox: Difference between pages
(Difference between pages)
imported>Nardog No edit summary |
imported>Nardog No edit summary |
||
| Line 7: | Line 7: | ||
['shortcut-heading'] = '[[Wikipedia:Shortcut|{{PLURAL:$1|Shortcut|Shortcuts}}]]', | ['shortcut-heading'] = '[[Wikipedia:Shortcut|{{PLURAL:$1|Shortcut|Shortcuts}}]]', | ||
-- The heading | -- The heading at the top of the shortcut box if |redirect=yes is given. | ||
-- It accepts the following parameter: | |||
-- $1 - the total number of shortcuts. (required) | -- $1 - the total number of shortcuts. (required) | ||
['redirect-heading'] = '[[Wikipedia:Redirect|{{PLURAL:$1|Redirect|Redirects}}]]', | ['redirect-heading'] = '[[Wikipedia:Redirect|{{PLURAL:$1|Redirect|Redirects}}]]', | ||
-- Alternative header for {{Policy shortcut}}. | |||
-- It accepts the following parameter: | |||
-- $1 - the total number of shortcuts. (required) | |||
['policy-shortcut-heading'] = '[[Wikipedia:Shortcut|Policy {{PLURAL:$1|shortcut|shortcuts}}]]', | |||
-- The error message to display when a shortcut is invalid (is not a string, or | -- The error message to display when a shortcut is invalid (is not a string, or | ||