Difference between revisions of "Module:Automatic archive navigator/config"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
(add an archive link display message)
blackwiki>Mr. Stradivarius
(use a non-breaking space for the display)
Line 15: Line 15:
 
['image-size'] = '40x40px',
 
['image-size'] = '40x40px',
 
['archive-prefix'] = 'Archive ',
 
['archive-prefix'] = 'Archive ',
['archive-link-display'] = 'Archive $1',
+
['archive-link-display'] = 'Archive $1',
 
['default-link-count'] = 7
 
['default-link-count'] = 7
 
}
 
}

Revision as of 13:58, 8 October 2014

Documentation for this module may be created at Module:Automatic archive navigator/config/doc

-- This module contains configuration data for
-- [[Module:AutomaticArchiveNavigator]].

return {
['blurb-period'] = "This is an '''[[Help:Archiving a talk page|archive]]''' " ..
	"of past discussions for the period '''$2'''. '''Do not edit the " ..
	"contents of this page.''' If you wish to start a new discussion or " ..
	"revive an old one, please do so on the $1.",
['blurb-noperiod'] = "This is an '''[[Help:Archiving a talk page|archive]]''' " ..
	"of past discussions. '''Do not edit the contents of this page.''' If " ..
	"you wish to start a new discussion or revive an old one, please do so " ..
	"on the $1.",
['blurb-talk-link-display'] = 'current talk page',
['default-icon'] = 'Replacement filing cabinet.svg',
['image-size'] = '40x40px',
['archive-prefix'] = 'Archive ',
['archive-link-display'] = 'Archive $1',
['default-link-count'] = 7
}