Module:Solar eclipse/sandbox: Difference between revisions

Content deleted Content added
testing previous/next section (part 4)
standardizing
Line 151:
 
local function infobox(frame)
local abovestrtitlestr = ifnotempty(args['date'],
"Solar eclipse of " .. (args['date'] or ''),
"For instructions on use, see [[Template:Infobox Solar eclipse]]")
Line 177:
["bodyclass"] = "vevent",
["bodystyle"] = "width:25em; text-align:left; font-size:88%;",
["abovetitle"] = abovestrtitlestr,
["aboveclass"] = "summary",
["abovestyle"] = "padding-bottom:0.25em; background:" .. bgcolor .. "; line-height:1.2em; text-align:center; font-size:115%;",
["below"] = belowstr,
["belowstyle"] = "text-align:center; padding-top:0.5em",