「模組:Section link」:各本之異

[底本][底本]
刪去的內容 新增的內容
Great Brightstar
新文「-- This module implements {{section link}}. require('Module:No globals'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, se……」
 
Great Brightstar
無編輯摘要
 
第五二行:
if options.display and options.display ~= '' then
if normalizeTitle(options.display) == normalizeTitle(page) then
display = options.display .. ' ' .. display
else
error(string.format(
第六一行:
end
else
display = page .. ' ' .. display
end
end
第八七行:
local intro = '之'
if isShowingPage then
intro = (page or title.prefixedText) .. ' ' .. intro
end
ret = intro .. ret