Changes
Jump to navigation
Jump to search
return local subpagesLink = makeWikilink(
add a period after the subpages link, with a new message "subpages-blurb"
pagetype = message('default-pagetype')
end
'Special:PrefixIndex/' .. templateTitle.prefixedText .. '/',
message('subpages-link-display', {pagetype})
)
return message('subpages-blurb', {subpagesLink})
end