Module:Documentation: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 81: | Line 81: | ||
['margin-bottom'] = '0.8em', | ['margin-bottom'] = '0.8em', | ||
padding = '0.8em 1em 0.7em', | padding = '0.8em 1em 0.7em', | ||
['background-color'] = '#' .. ( badDoc and '888888' or ' | ['background-color'] = '#' .. ( badDoc and '888888' or '33333333' ), | ||
border = '1px solid #AAA' | border = '1px solid #AAA' | ||
} | } | ||
| Line 152: | Line 152: | ||
local preload = '' | local preload = '' | ||
local docClass = '' | local docClass = '' | ||
local colour = ' | local colour = '00000000' | ||
local message | local message | ||
local category | local category | ||
| Line 159: | Line 159: | ||
preload = '&preload=Template:Documentation/preload' | preload = '&preload=Template:Documentation/preload' | ||
docClass = 'documentation-noDoc' | docClass = 'documentation-noDoc' | ||
colour = ' | colour = '00000055' | ||
message = "'''This " .. pageType .. " has no documentation. " .. | message = "'''This " .. pageType .. " has no documentation. " .. | ||
"If you know how to use this " .. pageType .. ", please create it.'''" | "If you know how to use this " .. pageType .. ", please create it.'''" | ||