Module:Probox/Default
Appearance
local m = {}
m.style = {}
-- m.field_order = {}
-- m.status = {}
m.creator = {}
-- m.contact = {}
m.title = {}
m.summary = {}
m.image = {}
m.timestamp = {}
m.style["top"] = ""
m.style.outer_box = "float:right; margin: 0 0 1em 4%; min-width: 22em; width: 28%;"
m.style.inner_box = "background-color: #f8f8f8; color: #58595B; -moz-box-shadow: 0px 2px 3px #58595B; -webkit-box-shadow: 0px 2px 3px #58595B; box-shadow: 0px 2px 3px #58595B; padding: 1em;"
m.style["main"] = ""
m.style["sub"] = ""
m.style["bottom"] = ""
m.style["h1"] = "font-size: 1.3em;"
m.style["h2"] = "font-size: 1.2em; color: #252525;"
-- m.style["h3"] = "font-size: .9em; color: #252525;"
m.style["p"] = ""
m.style["img"] = ""
m.image["style_key"] = "img"
m.image.default = "Noun_project_2654.svg"
m.image.section = "main"
m.image["order"] = 1
m.title["style_key"] = "h2"
-- m.title["style_key2"] = "h1"
m.title["text_key"] = "title"
m.title.default = "title-default"
m.title.section = "main"
m.title["order"] = 2
-- m.creator["style_key"] = "h2"
-- m.creator["text_key"] = "creator"
-- m.creator.section = "main"
-- m.creator["order"] = 3
-- m.contact["style_key"] = "h2"
-- m.contact["text_key"] = "contact"
-- m.contact.default = "contact-default"
-- m.contact.section = "main"
-- m.contact["order"] = 3
m.summary["style_key"] = "h2"
m.summary["text_key"] = "summary"
m.summary.default = "summary-default"
m.summary.section = "main"
m.summary["order"] = 3
-- m.timestamp["style_key"] = "p"
-- m.timestamp["text_key"] = "timestamp"
-- m.timestamp.section = "bottom"
-- m.timestamp["order"] = 1
-- m.creator["style_key"] = "h2"
-- m.creator["text_key"] = "creator"
-- m.creator.section = "main"
-- m.creator["order"] = 2
return m