4,599
edits
m (1 revision imported) |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 99: | Line 99: | ||
local sandbox_text = ("%s' | local sandbox_text = ("%s's /sandbox or /testcases subpages, or in your own [[%s]]. "):format( | ||
(mw.title.getCurrentTitle().namespace == 828 and "module" or "template"), | (mw.title.getCurrentTitle().namespace == 828 and "module" or "template"), | ||
title.fullText, title.fullText, | title.fullText, title.fullText, | ||
| Line 125: | Line 125: | ||
discussion_text = string.format("%sat [[%s]]", discussion_text, frame.args["2"]) | discussion_text = string.format("%sat [[%s]]", discussion_text, frame.args["2"]) | ||
else | else | ||
discussion_text = string.format("%son the | discussion_text = string.format("%son the talk page", discussion_text, title.talkPageTitle.fullText ) | ||
end | end | ||