Template:AlphaIndexStart/doc View history

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This is a documentation subpage for Template:AlphaIndexStart.
It contains usage information, categories and other content that is not part of the original template page.

Usage

Creates the initial <div> style to add a horizontal alphabetical index to a page of headers with just alphabetical entries.

Requires the {{AlphaIndexEnd}} be placed at the end of the last heading section.

Headings can be at any legitimate level. Missing headings have no link on the page, so selecting them will not move to anyplace on the page unless an {{anchor}} is added to the prior heading.

If no headings are present on the page, use the {{anchor}} template to create entries just above each alphabetically unique entry.

Parameters

The only parameter is optional and determines how many columns are used for the page. The default is 3. To change the column count to 4 (or any number of columns), enter a value as the only parameter like:

{{AlphaIndexStart}}

Example

With sections

{{AlphaIndexStart}}
=== A ===
* Apple

=== B ===
* Baker

=== Z ===
* Zebra
{{AlphaIndexEnd}}

The page North Carolina/Cities and Towns uses this template to see it in action.

Without sections

{{AlphaIndexStart}}
{{anchor|A}}
* Apple

{{anchor|B}}
* Baker

{{anchor|Z}}
* Zebra
{{AlphaIndexEnd}}