Changes
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