Changes

Jump to navigation Jump to search

Module:Infobox

1,482 bytes added, 12:47, 13 July 2019
Added more options to Italic Title per discussion at Template talk:Infobox#Italics part deux
end
--[[
Function handles the page's title italicization.
-- If the value of "italic title" is set to "force" or "yes", titles with no parentheses () are fully italicised,
and titles which contain parentheses are italicised before the first opening parenthesis.
-- If the value of "italic title" is set to "all", the complete title, including the text in parentheses is italicized.
-- If the value of "italic_string" is entered, instead of italicizing the whole title, it will italicize only some specific text.
-- Note that if the specific text is in the disambiguation then both |italic title=all and |italic_string=<text> will need to be used.
--
-- Optionale combinations:
--- No italics.
--- Italicized page name without disambiguation.
--- Italicized complete page name, including parentheses.
--- Italicized part of the text, not including disambiguation.
--- Italicized part of the text, including parentheses.
--]]
local function renderItalicTitle()
local italicTitle italicTitleModule = require("Module:Italic title")._main local italicTitleOption = args['italic title'] and local italicTitleString = args['italic_string']  local italicTitleArg = {}  if (italicTitleOption) then local italicLowercase = mw.ustring.lower(args['italic title']italicTitleOption) if italicTitle (italicLowercase == "no") then -- If set to "no" or any other disabling parameter, do nothing. return elseif (italicLowercase == '' or italicTitle italicLowercase == 'force' or italicTitle italicLowercase == 'yes' ) then root:wikitext(mw.getCurrentFrameitalicTitleModule({}):expandTemplate) return elseif ({title italicLowercase == 'italic titleall'})then italicTitleArg.all = "yes" else -- Do nothing. return end end if (italicTitleString)then italicTitleArg.string = italicTitleString end  root:wikitext(italicTitleModule(italicTitleArg))
end
preprocessSingleArg('belowstyle')
preprocessSingleArg('name')
args['italic title'] = origArgs['italic title'] -- different behaviour if blank or absent preprocessSingleArg('italic_string') preprocessSingleArg('decat')
return _infobox()
Anonymous user

Navigation menu