Module:Documentation: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| 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 = '33333333' | ||
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.'''" | ||