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
(tweak comments)
(add a period after the subpages link, with a new message "subpages-blurb")
Line 874: Line 874:
pagetype = message('default-pagetype')
pagetype = message('default-pagetype')
end
end
return makeWikilink(
local subpagesLink = makeWikilink(
'Special:PrefixIndex/' .. templateTitle.prefixedText .. '/',
'Special:PrefixIndex/' .. templateTitle.prefixedText .. '/',
message('subpages-link-display', {pagetype})
message('subpages-link-display', {pagetype})
)
)
return message('subpages-blurb', {subpagesLink})
end
end


Cookies help us deliver our services. By using our services, you agree to our use of cookies.