Difference between pages "Module:Documentation/config" and "Module:Documentation/config/sandbox"

(Difference between pages)
Jump to: navigation, search
Page 1
Page 2
m (1 revision imported: mass import/update of Wikipedia stuff)
 
m (1 revision imported: mass import/update of Wikipedia stuff)
 
Line 63: Line 63:
  
 
--[[
 
--[[
-- cfg['sandbox-notice-testcases-blurb']
+
-- cfg['sandbox-notice-warning-blurb']
 
-- cfg['sandbox-notice-testcases-link-display']
 
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
 
 
-- cfg['sandbox-notice-testcases-run-link-display']
 
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
+
-- cfg['sandbox-notice-warning-blurb'] is a sentence notifying the user that they should make changes
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
+
-- on the current sandbox, as well as pointing to the associated testcases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
+
-- cfg['sandbox-notice-testcases-link-display'] is the display value for the testcases link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
 
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
 
-- cases page, and $2 is a link to the page to run it.
 
 
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
 
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
+
-- cases, if possible.
 
--]]
 
--]]
cfg['sandbox-notice-testcases-blurb'] = 'See also the companion subpage for $1.'
+
cfg['sandbox-notice-warning-blurb'] = 'To avoid major disruption and server load, any changes should be developed here in the sandbox and tested on the $1 page or your own user subpage.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
+
cfg['sandbox-notice-testcases-link-display'] = 'testcases'
cfg['sandbox-notice-testcases-run-blurb'] = 'See also the companion subpage for $1 ($2).'
 
 
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
 
cfg['sandbox-notice-testcases-run-link-display'] = 'run'