Module:POTY/config/2016
Appearance
< Module:POTY | config
Lua
Documentation for this module may be created at Module:POTY/config/2016/doc
Code
local font = require('Module:POTY/font');
return {
candidateListing = 'Commons:Picture of the Year/2016/Candidates',
headerTemplate = '{{autotranslate|base=POTY2016/header}}',
galleryHeadingStyle = 'font-family:' .. (font.checkIfFontSupportsLanguage('PlayfairDisplaySC-Regular') and 'PlayfairDisplaySC-Regular,Playfair Display SC,' or '') .. 'sans-serif; text-align:center; font-size:220%; line-height:100%; border:none; overflow:visible; margin-top: 0.3em'
}