Ad placeholder

Module:Documentation: Difference between revisions

Jump to navigation Jump to search
Suppress sandbox and testcase links.
(Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -...")
 
(Suppress sandbox and testcase links.)
 
Line 719: Line 719:
-- Add sandbox and testcases links.
-- Add sandbox and testcases links.
-- "Editors can experiment in this template's sandbox and testcases pages."
-- "Editors can experiment in this template's sandbox and testcases pages."
text = text .. (p.makeExperimentBlurb(args, env) or '')
---- Removed sandbox/testcase links because we do not at the moment use them.
text = text .. '<br />'
-- text = text .. (p.makeExperimentBlurb(args, env) or '')
-- text = text .. '<br />'
if not args.content and not args[1] then
if not args.content and not args[1] then
-- "Please add categories to the /doc subpage."
-- "Please add categories to the /doc subpage."

Navigation menu