Module:Documentation: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
defaultPreload = 'Template:Documentation/preload', -- page that stores qualified documentation page contents | defaultPreload = 'Template:Documentation/preload', -- page that stores qualified documentation page contents | ||
defaultStyles = 'Module:Documentation/styles.css', -- stylesheet for this module when using TemplateStyles, remove or set to nil if your wiki not use this | defaultStyles = 'Module:Documentation/styles.css', -- stylesheet for this module when using TemplateStyles, remove or set to nil if your wiki not use this | ||
-- format strings, should not be translated | -- format strings, should not be translated | ||
commonInternalLink = '[[%s]]', | commonInternalLink = '[[%s]]', | ||
| Line 212: | Line 212: | ||
badDoc = 1 | badDoc = 1 | ||
end | end | ||
if docText == '' then | if docText == '' then | ||
docText = nil | docText = nil | ||