Module:Documentation: Difference between revisions
add a period after the subpages link, with a new message "subpages-blurb"
m>Mr. Stradivarius (tweak comments) |
m>Mr. Stradivarius (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 | ||
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 | ||