Content deleted Content added
No edit summary |
Slight fix |
||
Line 69:
local white_cr = contrast_ratio{'white', args.c or '#CCCCFF', ['error'] = 0}
local isAnyPartSet = (args.chapter or args.volume or args.part or false)
local displaytext = (
(args.chapter and 'Chapter ' .. args.chapter) or (args.volume and 'Volume ' .. args.volume) or (args.part and 'Part ' .. args.part)
or '') .. (args.subtitle and ((isAnyPartSet and ': ' or '') .. args.subtitle) or '')
local plainText = require('Module:Plain text')._main
|