Module:Documentation/config: Difference between revisions
Jump to navigation
Jump to search
update config
m (1 revision imported) |
enws>CalendulaAsteraceae (update config) |
||
| Line 147: | Line 147: | ||
-- display cfg['create-link-display']. | -- display cfg['create-link-display']. | ||
--]] | --]] | ||
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[ | cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Extension:Scribunto/Lua reference manual|Scribunto module]].' | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
| Line 365: | Line 365: | ||
-- cfg['start-box-link-classes'] | -- cfg['start-box-link-classes'] | ||
-- Classes used for the [view][edit][history] or [create] links in the start box. | -- Classes used for the [view][edit][history] or [create] links in the start box. | ||
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]] | -- mw-editsection-like is per [[w:Wikipedia:Village pump (technical)/Archive 117#Template documentation header problem]] | ||
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks' | cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks' | ||
| Line 397: | Line 397: | ||
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a | -- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a | ||
-- /doc subpage or a /testcases subpage. | -- /doc subpage or a /testcases subpage. | ||
cfg['strange-usage-category'] = ' | cfg['strange-usage-category'] = 'Pages with strange documentation template usage' | ||
--[[ | --[[ | ||