Module:Documentation/config: Difference between revisions
m 1 revision imported |
m 1 revision imported: Template : Brace 2 |
||
| (5 intermediate revisions by 4 users not shown) | |||
| 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' | ||
--[[ | --[[ | ||