Module:Archive/config: Difference between revisions

Content deleted Content added
Fix link in header hidden note - consolidated the lines
from sandbox
Line 2:
-- Configuration for Module:Automatic archive navigator
--
-- This module contains configuration data for [[Module:Archive]]. It can be
-- [[Module:Automatic archive navigator]]. It can be used to easily translate the
-- used to easily translate the module for use on other wikis, as well as
-- module for use on other wikis, as well as changing settings like the default
-- archive prefix and the default link count.
--------------------------------------------------------------------------------
 
Line 18 ⟶ 19:
-- $1 - the full page name of the current talk page (assumed to be the base
-- page of the archive pages.
-- $2 - the valuepage ofunder thediscussion (i.e. "periodSpace" argument.for "Talk:Space/Archive 1")
-- $3 - the namespacevalue of the current"period" pageargument.
-- $4 - the namespace of the current page.
['blurb-period'] = "This is an '''[[Help:Archiving a talk page|archive]]''' " ..
"of past discussions about $2, '''for the period $23'''.<br />'''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|current $34 page]].",
['blurb-period plain'] = "This is an '''[[Help:Archiving a talk page|archive]]''' " ..
"of past discussions for the period $2.<br />'''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|current $3 page]].",
['blurb-noperiod'] = "This is an '''[[Help:Archiving a talk page|archive]]''' " ..
"of past discussions about $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|current $24 page]].",
 
--------------------------------------------------------------------------------