Module:Documentation: Difference between revisions

change makeEndBoxExperimentBlurb to makeExperimentBlurb - simpler
(add comments for the rest of the functions)
(change makeEndBoxExperimentBlurb to makeExperimentBlurb - simpler)
Line 669:
if subjectSpace == 2 or subjectSpace == 828 or subjectSpace == 10 then
-- We are in the user, module or template namespaces.
text = text .. p.makeEndBoxExperimentBlurbmakeExperimentBlurb(args, env)
text = text .. '<br />'
-- Show the categories text, but not if we have the content on the template page itself,
Line 739:
end
 
function p.makeEndBoxExperimentBlurbmakeExperimentBlurb(args, env)
--[[
-- Renders the text "Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages."
Anonymous user