Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation: Difference between revisions

Content added Content deleted
(split out docpage blurb code)
(allow for nil values of makeDocPageBlurb)
Line 556: Line 556:
text = text .. linkBox
text = text .. linkBox
else
else
text = text .. p.makeDocPageBlurb(args, env)
text = text .. (p.makeDocPageBlurb(args, env) or '')
-- Add links to /sandbox and /testcases when appropriate.
-- Add links to /sandbox and /testcases when appropriate.
if subjectSpace == 2 or subjectSpace == 828 or subjectSpace == 10 then
if subjectSpace == 2 or subjectSpace == 828 or subjectSpace == 10 then
Cookies help us deliver our services. By using our services, you agree to our use of cookies.