Module:Documentation: Difference between revisions

Cleanup
No edit summary
(Cleanup)
Line 880: Line 880:
messageName = 'experiment-blurb-template'
messageName = 'experiment-blurb-template'
end
end
return message(messageName, {sandboxLinks, testcasesLinks})
--[[
--[[
-- Generates the text "Please add categories to the /doc subpage."
-- Generates the text "Please add categories to the /doc subpage."
Line 900: Line 899:
-- 'subpages-link-display' --> 'Subpages of this $1'
-- 'subpages-link-display' --> 'Subpages of this $1'
--]]
--]]
'Special:PrefixIndex/' .. templateTitle.prefixedText .. '/',
message('subpages-link-display', {pagetype})
message('subpages-link-display', {pagetype})
--[=[
--[=[
-- Generates the blurb displayed when there is a print version of the template available.
-- Generates the blurb displayed when there is a print version of the template available.
Line 933: Line 930:
-- {{documentation}} transcluded automatically.
-- {{documentation}} transcluded automatically.
--]]
--]]
and (
subpage == message('doc-subpage')
or subjectSpace ~= 828 and subpage == message('testcases-subpage')
)