Difference between revisions of "Module:Format TemplateData/config"
Jump to navigation
Jump to search
blackwiki>PerfektesChaos (2018-01-25) |
blackwiki>PerfektesChaos (shift) |
||
| Line 32: | Line 32: | ||
{ boole = { [true] = { css = { ["color"] = "#050", | { boole = { [true] = { css = { ["color"] = "#050", | ||
["font-weight"] = "bold" }, | ["font-weight"] = "bold" }, | ||
| − | lead = | + | lead = false, |
show = "True" }, | show = "True" }, | ||
[false] = { css = { ["color"] = "#610", | [false] = { css = { ["color"] = "#610", | ||
["font-weight"] = "bold" }, | ["font-weight"] = "bold" }, | ||
| − | lead = | + | lead = false, |
show = "False" } }, | show = "False" } }, | ||
css = { tableheadbg = { ["background-color"] = "#B3B7FF" }, | css = { tableheadbg = { ["background-color"] = "#B3B7FF" }, | ||
Revision as of 20:31, 12 March 2018
This module is intended to provide local (i.e. English Wikipedia-specific) configuration for Module:Format TemplateData, but is not currently used.
local Serial = "2018-01-25"
--[=[
enwiki configuration {{TemplateData}}
mw.loadData()
]=]
return { catProblem = false,
classNoNumTOC = "nonumtoc",
cssParWrap = { ["margin-left"] = "-1em",
["margin-right"] = "-1em" },
cssParams = { ["border"] = "#B3B7FF 1px solid",
["margin-left"] = "auto",
["margin-right"] = "auto" },
docpageCreate = "%s/doc",
docpageDetect = "/doc",
helpBoolean = false,
helpContent = false,
helpDate = false,
helpFile = false,
helpFormat = false,
helpLine = false,
helpNumber = false,
helpPage = false,
helpString = false,
helpTemplate = false,
helpURL = false,
helpUser = false,
msgDescMiss = "missing <code>description</code>",
permit =
{ boole = { [true] = { css = { ["color"] = "#050",
["font-weight"] = "bold" },
lead = false,
show = "True" },
[false] = { css = { ["color"] = "#610",
["font-weight"] = "bold" },
lead = false,
show = "False" } },
css = { tableheadbg = { ["background-color"] = "#B3B7FF" },
required = { ["border-left"] = "3px solid black" },
suggested = { ["border-left"] = "3px solid #888" },
optional = { ["border-left"] = "3px solid #CCC" },
deprecated = { ["background-color"] = "#FDD",
["border-left"] = "3px dotted red" } }
},
serial = Serial }