टेम्पलेट:Archives/doc: रिवीजन सभ के बीचा में अंतर

विकिपीडिया से
Content deleted Content added
imported>MC10
→‎See also: use {{BASEPAGENAME}}
{{notice|This template is called by Template:Archive box. Please ensure that any changes do not break the legacy functionality of archive box.}}
लाइन 2: लाइन 2:
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{intricate}}
{{intricate}}
{{notice|This template is called by [[Template:Archive box]]. Please ensure that any changes do not break the legacy functionality of archive box.}}


<code><nowiki>{{archives}}</nowiki></code> can be used to add a box containing links to archived discussions.
<code><nowiki>{{archives}}</nowiki></code> can be used to add a box containing links to archived discussions.

23:14, 5 मई 2009 तक ले भइल बदलाव

{{archives}} can be used to add a box containing links to archived discussions.

It will automatically detect archived pages by default if they are named appropriately; this means that it doesn't need to be manually updated when a new archive is created.

Usage

{{archives
  |archivelist=/archivelist
  |auto=<short|long|no>
  |index=/Archive index
  |search=<yes|no>
}}

Parameters

archivelist
Specifies a subpage containing the archive list. See "Archive list" below.
index
Adds an "Index" link to the box title, to the specified subpage, which should be a subject index to all archived discussions. HBC Archive Indexerbot can automatically generate such indexes.
auto=<short|long|no>
Specifies the format of the auto-generated archive list. See "Archive list" below. If unspecified, the default is "long"; any other word (except "no") will result in "short". "no" disables auto-detection.
search
If specified, the search parameter adds a search box to the template.
list
Inline list of archives. This is unneeded if the pages are named "Archive 1", "Archive 2" and so on, in which case automatic archiving works, but can be used in addition to automatic archiving if additional pages with other names are available.
collapsible
Makes the list collapsible.
collapsed
Makes the list collapsed.
style
Arbitrary string of CSS to be applied to the box; use with care.
title
The bolded archive title, defaults to "Archive".
image
The archive image to be used, defaults to "[[Image:Replacement filing cabinet.svg|40px|]]"

Archive list

By default (with no explicit parameters), the archive list presented in the box is determined automatically. If a subpage called "{{PAGENAME}}/archivelist" exists, it will be used as the central content of the box (for an example, see Talk:Evolution, which draws from Talk:Evolution/archivelist).

If no archivelist subpage is detected, numbered archive subpages will be listed in long format. Such pages must be named as "/Archive #". Other naming styles will not be detected. If no subpages are found, the archivebox will contain only the "About" and "Edit" links, with the Edit link targeted at "{{PAGENAME}}/archivelist" (which can then be used to begin manually populating the list, if desired).

If the "auto" parameter is explicitly specified, the "Edit" link is removed. The "long" auto format (the default) indicates "Archive 1", "Archive 2", and so on. The "short" auto format indicates only the archive number. See examples below.

If you specify an archive list explicitly, the name of the subpage is changed, but otherwise, the behavior is the same.

Using "auto=no" will disable archive auto-detection. Manually specified archives will still be shown.

Additional notes

The "auto" and "archivelist" parameters are not intended to be used together. (Doing so removes the edit link, but will still use the specified archive list page if it exists.)

The auto-generated archive list requires subpages to use the common naming convention. That is, "{{PAGENAME}}/Archive 1", "{{PAGENAME}}/Archive 2", and so on. The letter "A" must be capitalized, there must be a single space between the word "Archive" and the number, and there must be no leading zeros. If archive subpages do not conform to this convention, they can be renamed to conform, or a manual list can be maintained.

Specifying "auto" with any right-hand-side value other than "long" or "no" results in the short-format list; the use of "short" as the value just makes things more obvious to others.

The short and long auto lists are generated by {{archive list}} and {{archive list long}}, respectively. They are limited to a maximum of 100 and 36 subpages, respectively. Beyond those limits, additional subpages will not be listed. In such cases, a manually generated archive list subpage would need to be created and maintained.

Examples

Defaults
{{archives}}
Short, index
{{archives
|auto=short
|index=/Archive index
}}

See also