Changes

Module:Documentation/config

985 bytes added, 23:47, 15 January 2014
new messages for the sandbox notice
----------------------------------------------------------------------------------------------------
-- Sandbox template notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg.sandboxSubpage. The following settings configure whichthe-- template is displayed and what messages that the arguments passed to it arenotices contains.
----------------------------------------------------------------------------------------------------
-- cfg.sandboxNoticeTemplatesandboxNoticeImage-- The name of image displayed in the template to display at the top of sandbox pagesnotice.cfg.sandboxNoticeTemplate sandboxNoticeImage = 'template sandbox notice[[Image:Sandbox.png|50px|alt=|link=]]'
-- cfg.sandboxNoticeLivepageParamsandboxNoticeBlurb-- The parameter opening sentence of the sandbox notice . $1 is a link to the main template page.cfg.sandboxNoticeBlurb = 'This is the [[Wikipedia:Template test cases|template sandbox]] page for $1.' -- cfg.sandboxNoticeDiffBlurb-- cfg.sandboxNoticeDiffDisplay-- cfg.sandboxNoticeDiffBlurb is the opening sentence of the sandbox notice, with a diff link. $1 is a link -- to send the "livepage" argument main template page, and $2 is a diff link between the sandbox and the main template. The-- display value of the diff link is set by cfg.sandboxNoticeDiffDisplay.cfg.sandboxNoticeDiffBlurb = 'This is the [[Wikipedia:Template test cases|template sandbox]] page for $1 ($2).'cfg.sandboxNoticeDiffDisplay = 'diff' -- cfg.sandboxNoticeTestcasesBlurb-- cfg.sandboxNoticeTestcasesLinkDisplay-- cfg.sandboxNoticeTestcasesBlurb is a sentence notifying the user that there is a test cases page-- corresponding to this sandbox that they can edit. $1 is a link tothe test cases page.-- cfg.sandboxNoticeLivepageParam sandboxNoticeTestcasesLinkDisplay is the display value for that link.cfg.sandboxNoticeTestcasesBlurb = 'See also the companion subpage for $1.'cfg.sandboxNoticeTestcasesLinkDisplay = 'test cases'
----------------------------------------------------------------------------------------------------
Anonymous user