Module:Documentation: Difference between revisions

add a period after the subpages link, with a new message "subpages-blurb"
(tweak comments)
(add a period after the subpages link, with a new message "subpages-blurb")
Line 874:
pagetype = message('default-pagetype')
end
returnlocal subpagesLink = makeWikilink(
'Special:PrefixIndex/' .. templateTitle.prefixedText .. '/',
message('subpages-link-display', {pagetype})
)
return message('subpages-blurb', {subpagesLink})
end
 
Anonymous user