Template:Archive box collapsible/doc

From Wikipedia, the free encyclopedia

This is a documentation subpage for Template:Archive box collapsible (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Contents

[edit] Usage

Include the collapsible archive box in the talk page by adding

{{Archive box collapsible|[[/Archive]]}}

to where you want the archive box to appear. Substitute [[/Archive]] with the actual name(s) of the archive page(s) and make sure to add the forward slash '/'. How you present a list of archive pages is up to you. You can e.g. separate them with commas or format them as lists. You can also use [[WP:PIPE|piped links]]. See Automatic links and Examples below.

[edit] Placement

This template uses two different visual styles.

Standard style

The standard style makes the box float to the right. This means that where it appears in the page it will be aligned to the right edge of the page and all following content will flow around it.

(On some article or wikiproject talk pages, there is more than one right floating box. In that case, the edit links of the text sections next to those boxes often "bunch up". Template:FixBunching provides a solution for that problem.)

Large style

Using large=yes as a parameter produces a center-aligned box at 80% page width, which is the standard for talk page templates. If you're using the archive box on an article or wikiproject talk page, you may want to use this to make the box blend in with the rest of the page. Using this parameter disables the box-width option.

{{Archive box collapsible|large=yes|[[/Archive]]}}


[edit] Box width

The box width can be set by using the box-width= parameter:

{{Archive box collapsible|box-width=13em|[[/Archive]]}}
{{Archive box collapsible|box-width=238px|[[/Archive]]}}

The standard width when this parameter is not used is 200px.

[edit] Automatic links

If all the archives of a talk page are named exactly /Archive 1, /Archive 2 etc. (it will not work with e.g. /Archive1, /Archive 01, or subpages of a subpage, e.g. /Archives/Archive 1), you can use the auto parameter to display links to them all automatically. The list will update itself when new archives are added. If there are also named archives, you can manually add links to those as well.

Using auto=yes

The links to the archive pages will appear as simple numbers, separated with commas (1, 2, 3, ...). Note: Archives numbered past 100 will be ignored.

{{archive box collapsible|auto=yes}}
Using auto=long

If there are no more than 36 archive pages, and you prefer a three-column output, set the auto parameter to "long". The links to the archive pages will appear as Archive 1, Archive 2, etc. The links will be put into lines with a line break after each third link, to create columns. (Re-arranging the columns, e.g. from top to bottom, is not possible with this parameter. However, manually added links can be arranged in columns with {{multicol}}. See the multicol example below.)

{{archive box collapsible|auto=long}}

[edit] Examples

For actual examples of the use of this template, use the what links here link in the toolbox on the sidebar, near the top on the left side of this page (unless you are using an unconventional skin ... in which case you probably know what you are doing).

Wikitext Appearance
{{archive box collapsible|
[[/Archive 1]],
[[/Archive 2]],
[[/December 2005 - January 2006]] and
[[/Deletion discussion]]}}
{{archive box collapsible|box-width=238px|
[[/Archive 1]]<br />
[[/Archive 2]]<br />
[[/December 2005 - January 2006]]<br />
[[/Deletion discussion]]}}
{{archive box collapsible|
: [[/Archive 1]]
: [[/Archive 2]]
: [[/December 2005 - January 2006]]
: [[/Deletion discussion]]}}
{{archive box collapsible|
* [[/Archive 1|Archive 1]]
* [[/Archive 2]]
* [[/December 2005 - January 2006]]
* [[/Deletion discussion]]}}
{{archive box collapsible|
# [[/Archive 1]]
# [[/Archive 2]]
# [[/December 2005 - January 2006]]
# [[/Deletion discussion]]}}
{{archive box collapsible|box-width=14em|
* [[/Archive 1]]
* [[/Archive 2]]
* [[/December 2005 - January 2006]]
* [[/Deletion discussion]]}}
{{Archive box collapsible|
{{multicol}}
'''2006'''<br>
[[/Archive1|1]]<br>
[[/Archive2|2]]<br>
[[/Archive3|3]]<br>
[[/Archive4|4]]<br>
[[/Archive5|5]]<br>
{{multicol-break}}
'''2007'''<br>
[[/Archive6|6]]<br>
[[/Archive7|7]]<br>
[[/Archive8|8]]<br>
[[/Archive9|9]]<br>
[[/Archive10|10]]<br>
[[/Archive11|11]]<br>
{{multicol-break}}
'''2008'''<br>
[[/Archive12|12]]<br>
[[/Archive13|13]]<br>
{{multicol-end}}
}}

The below example combines the large=yes parameter with {{multicol}}:

{{Archive box collapsible|large=yes|
{{multicol}}
'''2006'''<br>
[[/Archive1|January - March]]<br>
[[/Archive2|April - May]]<br>
[[/Archive3|June - August]]<br>
[[/Archive4|September - October]]<br>
[[/Archive5|November - December]]<br>
{{multicol-break}}
'''2007'''<br>
[[/Archive6|January - February]]<br>
[[/Archive7|March - May]]<br>
[[/Archive8|June - July]]<br>
[[/Archive9|August]]<br>
[[/Archive10|September - October]]<br>
[[/Archive11|November - December]]<br>
{{multicol-break}}
'''2008'''<br>
[[/Archive12|January]]<br>
[[/Archive13|February - March]]<br>
{{multicol-end}}
}}


[edit] See also