Content deleted Content added
No edit summary |
No edit summary |
||
Line 315:
local getArgs = require("Module:Arguments").getArgs
local args = getArgs(frame)
if args.italic_title then
end
local title = getTitle(frame)
title = getShowName(getTitleWithoutDisambiguation(title))
if string.find(title, "List of") then
return "
▲ return title
end
italicTitle = frame:expandTemplate{title = "Italic title", args = {string = title}}
return italicTitle
end
|