英文维基 | 中文维基 | 日文维基 | 草榴社区
{{Is redirect}}で使用されています。
{{#invoke:Is redirect|main}}
local p = {} function p.main(frame) local args = frame:getParent().args local title = mw.title.new(args[1]) isRedirect = title.isRedirect return isRedirect and 'x' or '' end return p