「モジュール:Documentation」の版間の差分
ナビゲーションに移動
検索に移動
en:Module:Documentation 2016年4月27日 (水) 20:45(UTC)より
template>K-iczn (修正) |
template>K-iczn (en:Module:Documentation 2016年4月27日 (水) 20:45(UTC)より) |
||
411行目: | 411行目: | ||
-- local protectionLevels, mProtectionBanner | -- local protectionLevels, mProtectionBanner | ||
-- local title = env.title | -- local title = env.title | ||
-- protectionLevels = env.protectionLevels | -- protectionLevels = env.protectionLevels | ||
-- if not protectionLevels then | -- if not protectionLevels then | ||
870行目: | 866行目: | ||
sandboxLinks = message('sandbox-link-display') .. ' ' .. makeToolbar(sandboxCreateLink, mirrorLink) | sandboxLinks = message('sandbox-link-display') .. ' ' .. makeToolbar(sandboxCreateLink, mirrorLink) | ||
end | end | ||
if testcasesTitle.exists then | if testcasesTitle and testcasesTitle.exists then | ||
local testcasesPage = testcasesTitle.prefixedText | local testcasesPage = testcasesTitle.prefixedText | ||
local testcasesDisplay = message('testcases-link-display') | local testcasesDisplay = message('testcases-link-display') | ||
877行目: | 873行目: | ||
local testcasesEditDisplay = message('testcases-edit-link-display') | local testcasesEditDisplay = message('testcases-edit-link-display') | ||
local testcasesEditLink = makeUrlLink(testcasesEditUrl, testcasesEditDisplay) | local testcasesEditLink = makeUrlLink(testcasesEditUrl, testcasesEditDisplay) | ||
testcasesLinks = testcasesLink .. ' ' .. makeToolbar(testcasesEditLink) | -- for Modules, add testcases run link if exists | ||
if subjectSpace == 828 and testcasesTitle.talkPageTitle and testcasesTitle.talkPageTitle.exists then | |||
local testcasesRunLinkDisplay = message('testcases-run-link-display') | |||
local testcasesRunLink = makeWikilink(testcasesTitle.talkPageTitle.prefixedText, testcasesRunLinkDisplay) | |||
testcasesLinks = testcasesLink .. ' ' .. makeToolbar(testcasesEditLink, testcasesRunLink) | |||
else | |||
testcasesLinks = testcasesLink .. ' ' .. makeToolbar(testcasesEditLink) | |||
end | |||
else | else | ||
local testcasesPreload | local testcasesPreload |