doc

From Redazione
Jump to navigation Jump to search
m (source -> syntaxhighlight (redundancy))
m (1 revision imported)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE AND INTERWIKIS IN WIKIDATA -->{{TOCright}}
+
 
 
This template can be preloaded via the [[Special:Preferences|Gadgets]], alternatively, one can preload [[Template:Header/preload]]
 
This template can be preloaded via the [[Special:Preferences|Gadgets]], alternatively, one can preload [[Template:Header/preload]]
  
<section begin="Usage" />
+
<section begin="Usage" /><pre>
<syntaxhighlight lang="html5" >
 
 
{{header
 
{{header
 
  | title      =  
 
  | title      =  
Line 11: Line 10:
 
  | section    =  
 
  | section    =  
 
  | previous  =  
 
  | previous  =  
 +
| previous2  =
 
  | next      =  
 
  | next      =  
 +
| next2      =
 +
| year      =
 
  | notes      =  
 
  | notes      =  
 +
| categories =
 +
| portal    =
 
}}
 
}}
</syntaxhighlight>
+
</pre><section end="Usage" />
<section end="Usage" />
 
  
 
This template is meant to be used at the top of a work,{{ref|1}} and its subsections. Fill in any relevant information, and leave unknown or inapplicable parameters empty. '''Don't remove unused parameters''', as this will break the template and make bot maintenance difficult. For easy use, see also the ''[[Help:Header preloading script gadget|header preloading script gadget]]'' in your preferences.
 
This template is meant to be used at the top of a work,{{ref|1}} and its subsections. Fill in any relevant information, and leave unknown or inapplicable parameters empty. '''Don't remove unused parameters''', as this will break the template and make bot maintenance difficult. For easy use, see also the ''[[Help:Header preloading script gadget|header preloading script gadget]]'' in your preferences.
Line 21: Line 24:
 
==Documentation==
 
==Documentation==
 
===Parameters===
 
===Parameters===
====Mandatory====
 
 
* {{parameter|title}} = title of the work, for subpage use [[#Relative links|relative links]]
 
* {{parameter|title}} = title of the work, for subpage use [[#Relative links|relative links]]
 
* {{parameter|author}} = name of author, not wikilinked
 
* {{parameter|author}} = name of author, not wikilinked
** where control of linking is required add {{parameter|override_author}}. Links may be created manually within {{parameter|override_author}}, while they are automatic with the {{parameter|author}} parameter. Common uses include links to the Portal: namespace (e.g. for organizational authorship) and the inclusion of multiple authors. See [[#No link to author page|No link to author page]]
+
** where control of linking is required add {{parameter|override_author}}; see [[#No link to author page|No link to author page]]
 +
* {{parameter|editor}} = editor of the work, not wikilinked. Use {{parameter|override_editor}} for full control.
 +
* {{parameter|translator}} = name of translator, not wikilinked; or {{parameter|override_translator}} see [[#Translations|Translations]]
 
* {{parameter|section}} = name of subdivision of work, usually used on subpages
 
* {{parameter|section}} = name of subdivision of work, usually used on subpages
 +
* {{parameter|contributor}} = name of the author of this section, if not the same as author the overall work. Not wikilinked; use {{Parameter|override_contributor}} if you need to specify the link target.
 
* {{parameter|previous}} =  name of previous part of work; relative links on subpages, full links otherwise
 
* {{parameter|previous}} =  name of previous part of work; relative links on subpages, full links otherwise
 +
* {{parameter|previous2}} = name of previous part, but of a sub-page.
 
* {{parameter|next}} = name of next part of work, relative links on subpages, full links otherwise
 
* {{parameter|next}} = name of next part of work, relative links on subpages, full links otherwise
* {{parameter|notes}} = notes to explain the work, to add context, or to impart concise information that adds value to the reader
+
* {{parameter|next2}} = name of the next part, but of a sub-page.
 
 
====Optional====
 
* {{parameter|editor}} = editor of the work, not wikilinked. Use {{parameter|override_editor}} for full control.
 
* {{parameter|translator}} = name of translator, not wikilinked; or {{parameter|override_translator}} see [[#Translations|Translations]]
 
* {{parameter|contributor}} = name of the author of this section, if not the same as author the overall work; or synonym {{parameter|section_author}}.
 
*: Not wikilinked; use {{Parameter|override_contributor}} or {{Parameter|override_section_author}} if you need to specify the link target.
 
* {{parameter|section_translator}} = name of the translator of this section, if not the same as translator the overall work.
 
*: Not wikilinked; use {{Parameter|override_section_translator}} if you need to specify the link target.
 
 
* {{parameter|year}} =  year of publication, adds work to the category for the year, see [[:Category:Works by year]].
 
* {{parameter|year}} =  year of publication, adds work to the category for the year, see [[:Category:Works by year]].
 
*:Enter "?" for a work with no known publication year, and leave blank if you simply don't have this information.
 
*:Enter "?" for a work with no known publication year, and leave blank if you simply don't have this information.
Line 43: Line 41:
 
*:#Decades, centuries or periods can be used instead of a year (''e.g.'' <code>1060s</code>, <code>11th century</code> or <code>Medieval</code>).
 
*:#Decades, centuries or periods can be used instead of a year (''e.g.'' <code>1060s</code>, <code>11th century</code> or <code>Medieval</code>).
 
*:#To use a year in the circa format, enter it as "c/Y" (''e.g.'' <code>c/1066</code> or <code>c/150 BCE</code>). (The use of "ca" or "circa" instead of "c" will also be recognised.)  This will display as, for example, "c. 1066".
 
*:#To use a year in the circa format, enter it as "c/Y" (''e.g.'' <code>c/1066</code> or <code>c/150 BCE</code>). (The use of "ca" or "circa" instead of "c" will also be recognised.)  This will display as, for example, "c. 1066".
 +
*:#To use a tenuous year, enter it as "Y/?" (''e.g.'' <code>1066/?</code>).  This will display as, for example, "1066?"
 
*:#To use a approximate choice of two years, enter it as "Y/Y" (''e.g.'' <code>1066/1067</code>).  This will display as it is written.
 
*:#To use a approximate choice of two years, enter it as "Y/Y" (''e.g.'' <code>1066/1067</code>).  This will display as it is written.
 
*: The behaviour of this parameter can be further modified by:
 
*: The behaviour of this parameter can be further modified by:
Line 48: Line 47:
 
*:* {{parameter|noyearcat}} = will display the year but in the header but will not add the work to the category for the year.  For use in cases where a specific subcategory exists for the type of work to avoid flooding the main category for the year.  As above, any use of the parameter will trigger this action.  Pages will be added to the tracking category [[:Category:Pages with noyearcat]].
 
*:* {{parameter|noyearcat}} = will display the year but in the header but will not add the work to the category for the year.  For use in cases where a specific subcategory exists for the type of work to avoid flooding the main category for the year.  As above, any use of the parameter will trigger this action.  Pages will be added to the tracking category [[:Category:Pages with noyearcat]].
 
*:* {{parameter|override_year}} = will display the given text and will not attempt to add the work to the category for the year.  For use in any other case not covered by the other parameters.  Pages will be added to the tracking category [[:Category:Pages with override year]].
 
*:* {{parameter|override_year}} = will display the given text and will not attempt to add the work to the category for the year.  For use in any other case not covered by the other parameters.  Pages will be added to the tracking category [[:Category:Pages with override year]].
* {{parameter|edition}} <code>= yes</code> to refer to further information on the work's talk page.
+
* <code>{{parameter|edition}} = yes</code> to refer to further information on the work's talk page.
 +
* {{parameter|notes}} = notes to explain the work, to add context, or to impart concise information that adds value to the reader
 
* {{parameter|categories}} = Forward-slash-separated list of categories
 
* {{parameter|categories}} = Forward-slash-separated list of categories
 
* {{parameter|shortcut}} = The shortcut to this page, if it exists. This is normally reserved for very large reference works (''e.g.'' [[EB11]])
 
* {{parameter|shortcut}} = The shortcut to this page, if it exists. This is normally reserved for very large reference works (''e.g.'' [[EB11]])
  
;See [[#Sister, related author, and portal wiki links|Sister, related author, and portal wiki links]]
+
;See [[#Sister and portal wiki links|Sister and portal wiki links]]
 
* {{parameter|portal}}
 
* {{parameter|portal}}
 
* {{parameter|related_author}}
 
* {{parameter|related_author}}
Line 89: Line 89:
 
  | wikispecies=  
 
  | wikispecies=  
 
  | wikivoyage =  
 
  | wikivoyage =  
 +
| wikidata  =
 
  | wikilivres =  
 
  | wikilivres =  
 
  | meta      =  
 
  | meta      =  
Line 96: Line 97:
  
 
===Relative links===
 
===Relative links===
With lengthy, multi-page works, using [[m:Help:Link#Subpage_feature|relative links]] is highly recommended. This shortens the code and ensures that a work remains linked together even if it is moved or reorganised. The three formats are <nowiki>[[/subpage]]</nowiki> (subpage), <nowiki>[[../]]</nowiki> (parent), and <nowiki>[[../sibling]]</nowiki> (sibling)<ref>The specific form <nowiki>[[../sibling/]]</nowiki> can be used on a sibling to provide both a relative link, and the link label to a sibling page.</ref>; see the example usage below. Note that <nowiki>[[../]]</nowiki> will expand to the title of the parent page, which is ideal if the work is renamed at a later time.
+
With lengthy, multi-page works, using [[m:Help:Link#Subpage_feature|relative links]] is highly recommended. This shortens the code and ensures that a work remains linked together even if it is moved or reorganised. The three formats are <nowiki>[[/subpage]]</nowiki> (subpage), <nowiki>[[../]]</nowiki> (parent), and <nowiki>[[../sibling]]</nowiki> (sibling); see the example usage below. Note that <nowiki>[[../]]</nowiki> will expand to the title of the parent page, which is ideal if the work is renamed at a later time.
  
 
This depends on a page conforming to the page title standards in the [[WS:STYLE|Style guide]], with works in the form <nowiki>[[Work title]]</nowiki> and <nowiki>[[Work title/Subpage]]</nowiki>.
 
This depends on a page conforming to the page title standards in the [[WS:STYLE|Style guide]], with works in the form <nowiki>[[Work title]]</nowiki> and <nowiki>[[Work title/Subpage]]</nowiki>.
 
{{smallrefs}}
 
  
 
===Chapter titles===
 
===Chapter titles===
Line 119: Line 118:
 
The name of the translator. This will automatically be linked to an author page unless it contains the "[" character.
 
The name of the translator. This will automatically be linked to an author page unless it contains the "[" character.
  
* A value of "?" or "unknown" adds {{tl|No translator info}} to the page.
+
(A value of "?" or "unknown" adds {{tl|No translator info}} to the page.)
* A value of "not mentioned" adds ''translator not mentioned'' to the page. This should only be used where the translated work was published before 1923.
+
 
 +
(A value of "not mentioned" adds ''translator not mentioned'' to the page.)
  
 
====No link to author page====
 
====No link to author page====
Line 128: Line 128:
 
==Usage examples==
 
==Usage examples==
 
===Normal===
 
===Normal===
<syntaxhighlight lang="html5" >
+
<pre>
 
{{header
 
{{header
 
  | title    = [[../]]
 
  | title    = [[../]]
Line 135: Line 135:
 
  | previous = [[../Chapter 2|Chapter 2]]
 
  | previous = [[../Chapter 2|Chapter 2]]
 
  | next    = [[../Chapter 4|Chapter 4]]
 
  | next    = [[../Chapter 4|Chapter 4]]
 +
| year    = 1865
 
  | notes    =
 
  | notes    =
}}</syntaxhighlight>
+
}}
 
+
</pre>
 
{{ {{BASEPAGENAME}}
 
{{ {{BASEPAGENAME}}
 
  | title    = [[Alice's Adventures in Wonderland]]
 
  | title    = [[Alice's Adventures in Wonderland]]
Line 161: Line 162:
 
{{ {{BASEPAGENAME}}
 
{{ {{BASEPAGENAME}}
 
  | title    = Peerage Act 1963
 
  | title    = Peerage Act 1963
  | author  = |override_author= by the United Kingdom Parliament
+
  | author  = |override_author= the United Kingdom Parliament
 
  | section  =
 
  | section  =
 
  | previous =
 
  | previous =
Line 210: Line 211:
  
 
==Categories==
 
==Categories==
Topical categories can be added to the head page of a work, as follows (up to 10 categories supported):
+
Topical categories should be added to the head page of every work, as follows (up to 10 categories supported):
  
 
<pre>
 
<pre>
 
  | categories = 1st category / 2nd category
 
  | categories = 1st category / 2nd category
 
</pre>
 
</pre>
 
'''Note:''' that use of this methodology excludes further editing by use of the ''HotCat'' tool, so this form should only be used where the categories are unlikely to need to be altered
 
  
 
==Sister, related author, and portal wiki links==
 
==Sister, related author, and portal wiki links==
Line 223: Line 222:
  
 
*{{parameter|portal}}, {{parameter|wikipedia}}, {{parameter|commons}}, {{parameter|commonscat}}, {{parameter|wikiquote}}, {{parameter|wikinews}}, {{parameter|wiktionary}}, {{parameter|wikibooks}}, {{parameter|wikiversity}}, {{parameter|wikispecies}}, {{parameter|meta}}
 
*{{parameter|portal}}, {{parameter|wikipedia}}, {{parameter|commons}}, {{parameter|commonscat}}, {{parameter|wikiquote}}, {{parameter|wikinews}}, {{parameter|wiktionary}}, {{parameter|wikibooks}}, {{parameter|wikiversity}}, {{parameter|wikispecies}}, {{parameter|meta}}
 
For portal this would generally be added to the root page of a work, rather than added repeatedly for each subpage. Usage on a subpage would be useful where the subpage alone has a relationship with the specified portal, whereas the parent work does not have that relationship.
 
  
 
{{smaller|These links are generated using {{tl|plain sister}}}}
 
{{smaller|These links are generated using {{tl|plain sister}}}}
Line 238: Line 235:
 
  | portal  = Technology/Germany
 
  | portal  = Technology/Germany
 
  | wikipedia = Kinematics of Machinery
 
  | wikipedia = Kinematics of Machinery
 +
| commonscat = Kinematics of Machinery
 
  | related_author = Albert Einstein
 
  | related_author = Albert Einstein
 
}}
 
}}
Line 318: Line 316:
 
* {{tl|process header}} for template header used in Wikisource: namespace
 
* {{tl|process header}} for template header used in Wikisource: namespace
 
* {{tl|portal header}} for template header used in Portal: namespace
 
* {{tl|portal header}} for template header used in Portal: namespace
* {{tl|translation header}} for template header used in Translation: namespace
 
* {{tl|RunningHeader}} for the headers to be used in source texts
 
  
<!-- categories links -->
+
<!-- categories and interwiki links -->
 
<includeonly>
 
<includeonly>
 
[[Category:Header templates|{{PAGENAME}}]]
 
[[Category:Header templates|{{PAGENAME}}]]
 
[[Category:Templates emitting hCard microformats|{{PAGENAME}}]]
 
[[Category:Templates emitting hCard microformats|{{PAGENAME}}]]
 +
[[ar:Template:ترويسة]]
 +
[[az:Template:Header]]
 +
[[ca:Template:Encapçalament]]
 +
[[cs:Template:NavigacePaP]]
 +
[[cy:Nodyn:Header]]
 +
[[da:Template:Header]]
 +
[[de:Vorlage:Textdaten]]
 +
[[el:Template:Τίτλος]]
 +
[[es:Template:Encabezado]]
 +
[[et:Template:Päis]]
 +
[[fa:Template:سرصفحه]]
 +
[[fi:Template:Otsikko]]
 +
[[fr:Template:Titre]]
 +
[[gu:ઢાંચો:Header]]
 +
[[hr:Template:Niz]]
 +
[[hu:Template:Fej]]
 +
[[hy:Կաղապար:Վերնագիր]]
 +
[[id:Templat:Header]]
 +
[[it:Template:Intestazione]]
 +
[[ja:Template:Header]]
 +
[[ko:틀:머리말]]
 +
[[la:Template:Titulus2]]
 +
[[no:Template:Topp]]
 +
[[pl:Template:Nagłówek]]
 +
[[pt:Template:Navegar]]
 +
[[ro:Template:Titlu]]
 +
[[ru:Template:Отексте]]
 +
[[sl:Template:Naslov]]
 +
[[sr:Template:Заглавље]]
 +
[[sv:Template:Titel]]
 +
[[te:మూస:Header]]
 +
[[th:แม่แบบ:หัวเรื่อง]]
 +
[[uk:Template:Заголовок]]
 +
[[vec:Modèl:Intestazion]]
 +
[[zh:Template:Header]]
 +
[[zh-min-nan:Template:Header]]
 
</includeonly>
 
</includeonly>

Latest revision as of 20:13, 5 November 2020

Lua error in Module:Autotranslate at line 72: No fallback page found for autotranslate (base=Template:Documentation subpage, lang=⧼lang⧽).__EXPECTED_UNCONNECTED_PAGE__

This template can be preloaded via the Gadgets, alternatively, one can preload preload

{{header
 | title      = 
 | author     = 
 | translator = 
 | section    = 
 | previous   = 
 | previous2  =
 | next       = 
 | next2      =
 | year       = 
 | notes      = 
 | categories =
 | portal     =
}}

This template is meant to be used at the top of a work,[1] and its subsections. Fill in any relevant information, and leave unknown or inapplicable parameters empty. Don't remove unused parameters, as this will break the template and make bot maintenance difficult. For easy use, see also the header preloading script gadget in your preferences.

Documentation

Parameters

  • title = title of the work, for subpage use relative links
  • author = name of author, not wikilinked
  • editor = editor of the work, not wikilinked. Use override_editor for full control.
  • translator = name of translator, not wikilinked; or override_translator see Translations
  • section = name of subdivision of work, usually used on subpages
  • contributor = name of the author of this section, if not the same as author the overall work. Not wikilinked; use override_contributor if you need to specify the link target.
  • previous = name of previous part of work; relative links on subpages, full links otherwise
  • previous2 = name of previous part, but of a sub-page.
  • next = name of next part of work, relative links on subpages, full links otherwise
  • next2 = name of the next part, but of a sub-page.
  • year = year of publication, adds work to the category for the year, see Category:Works by year.
    Enter "?" for a work with no known publication year, and leave blank if you simply don't have this information.
    Do not use AD or CE for any Anno Domini/Current Era works (year 1 to the present). Use BCE (do not use BC) for all years before year 1; leave a space between the number and the letters (e.g. 150 BCE).
    Approximate dates can be entered in one of the following ways:
    1. Decades, centuries or periods can be used instead of a year (e.g. 1060s, 11th century or Medieval).
    2. To use a year in the circa format, enter it as "c/Y" (e.g. c/1066 or c/150 BCE). (The use of "ca" or "circa" instead of "c" will also be recognised.) This will display as, for example, "c. 1066".
    3. To use a tenuous year, enter it as "Y/?" (e.g. 1066/?). This will display as, for example, "1066?"
    4. To use a approximate choice of two years, enter it as "Y/Y" (e.g. 1066/1067). This will display as it is written.
    The behaviour of this parameter can be further modified by:
    • noyear = will prevent the year being displayed in the header but will still add the work to the category for the year. For use in cases where the year is already included in the title of the work. Any use of this parameter, even without text, will work. Example: | noyear = yes. All pages with this parameter will be added to Category:Pages with noyear for tracking its usage.
    • noyearcat = will display the year but in the header but will not add the work to the category for the year. For use in cases where a specific subcategory exists for the type of work to avoid flooding the main category for the year. As above, any use of the parameter will trigger this action. Pages will be added to the tracking category Category:Pages with noyearcat.
    • override_year = will display the given text and will not attempt to add the work to the category for the year. For use in any other case not covered by the other parameters. Pages will be added to the tracking category Category:Pages with override year.
  • edition = yes to refer to further information on the work's talk page.
  • notes = notes to explain the work, to add context, or to impart concise information that adds value to the reader
  • categories = Forward-slash-separated list of categories
  • shortcut = The shortcut to this page, if it exists. This is normally reserved for very large reference works (e.g. EB11)
See Sister and portal wiki links
  • portal
  • related_author
  • wikipedia
  • commons
  • commonscat
  • wikiquote
  • wikinews
  • wiktionary
  • wikibooks
  • wikiversity
  • wikispecies
  • wikivoyage
  • wikidata
  • wikilivres
  • meta
{{header
 | title      = 
 | author     = 
 | translator = 
 | section    = 
 | previous   = 
 | next       = 
 | year       = 
 | portal     = 
 | wikipedia  = 
 | commons    = 
 | commonscat = 
 | wikiquote  = 
 | wikinews   = 
 | wiktionary = 
 | wikibooks  = 
 | wikiversity= 
 | wikispecies= 
 | wikivoyage = 
 | wikidata   = 
 | wikilivres = 
 | meta       = 
 | notes      = 
}}

Relative links

With lengthy, multi-page works, using relative links is highly recommended. This shortens the code and ensures that a work remains linked together even if it is moved or reorganised. The three formats are [[/subpage]] (subpage), [[../]] (parent), and [[../sibling]] (sibling); see the example usage below. Note that [[../]] will expand to the title of the parent page, which is ideal if the work is renamed at a later time.

This depends on a page conforming to the page title standards in the Style guide, with works in the form [[Work title]] and [[Work title/Subpage]].

Chapter titles

In general, include chapter titles in the "section" field, but avoid including them in the "previous" and "next" fields. For example:

Lua error in Module:Edition at line 270: attempt to index field 'wikibase' (a nil value).

Special cases

Translations

 |translator=Joe

The name of the translator. This will automatically be linked to an author page unless it contains the "[" character.

(A value of "?" or "unknown" adds {{No translator info}} to the page.)

(A value of "not mentioned" adds translator not mentioned to the page.)

No link to author page

| author= |override_author=Joe

Displays the author's name without a link to an author page (for works that don't have traditional authors).

Usage examples

Normal

{{header
 | title    = [[../]]
 | author   = Lewis Carroll
 | section  = Chapter 3: A Caucus-Race and a Long Tale
 | previous = [[../Chapter 2|Chapter 2]]
 | next     = [[../Chapter 4|Chapter 4]]
 | year     = 1865
 | notes    =
}}

Lua error in Module:Edition at line 270: attempt to index field 'wikibase' (a nil value).

No author link

{{header
 | title    = Peerage Act 1963
 | author   = |override_author= the United Kingdom Parliament
 | section  =
 | previous =
 | next     =
 | year     = 1963
 | notes    =
}}

Lua error in Module:Edition at line 270: attempt to index field 'wikibase' (a nil value).

Translation

{{header
 | title    = Fables
 | author   = Jean de La Fontaine
 | translator= Elizur Wright
 | section  =
 | previous =
 | next     =
 | notes    =
}}
{{header
 | title    = Pantagruel
 | author   = François Rabelais
 | override_translator= [[Author:Thomas Urquhart|]] and [[Author:Peter Antony Motteux|]]
 | section  =
 | previous =
 | next     =
 | notes    =
}}

Lua error in Module:Edition at line 270: attempt to index field 'wikibase' (a nil value).

Lua error in Module:Edition at line 270: attempt to index field 'wikibase' (a nil value).

Categories

Topical categories should be added to the head page of every work, as follows (up to 10 categories supported):

 | categories = 1st category / 2nd category

Sister, related author, and portal wiki links

You can link to Wikisource portals and other WMF projects using the optional wiki links parameters. These are:

  • portal, wikipedia, commons, commonscat, wikiquote, wikinews, wiktionary, wikibooks, wikiversity, wikispecies, meta

These links are generated using {{plain sister}}

{{header
 | title    = Kinematics of Machinery
 | author   = Franz Reuleaux
 | section  =
 | previous =
 | next     =
 | notes    =
 | portal  = Technology/Germany
 | wikipedia = Kinematics of Machinery
 | commonscat = Kinematics of Machinery
 | related_author = Albert Einstein
}}

Lua error in Module:Edition at line 270: attempt to index field 'wikibase' (a nil value).

Shortcuts

If a work has a shortcut, you can add it using the shortcut field. This should be in accordance with the shortcut guidelines, and shortcuts should not be used for every work.

{{header
 | title    = 1911 Encyclopædia Britannica
 | author   = 
 | section  =
 | previous =
 | next     =
 | notes    =
 | shortcut = [[EB1911]]
}}

Lua error in Module:Edition at line 270: attempt to index field 'wikibase' (a nil value).


Advanced manipulation

Alternative headers

1

Certain projects have customised versions of {{header}} that are used to present these works, eg. {{DNB00}} is used for the project involved with Dictionary of National Biography. For these works it is permissible and recommended that these variations are used. New alternatives to {{header}} should be discussed on the talk page, and consequentially listed on each project's pages.

JavaScript extraction

The header values can be extracted using JavaScript by accessing the text values of their span wrappers:

value wrapper id
title header_title_text
author header_author_text
translator header_translator_text
previous headerprevious
next headernext
notes none

Microformat

The HTML markup produced by this template includes an hCard microformat, which makes the person's details parsable by computers, either acting automatically to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For more information about the use of microformats on Wikimedia projects, please see Wikipedia's microformat project.

Sub-templates

To include a URL, use {{URL}}.

Please do not remove instances of these sub-templates.

Classes

hCard uses HTML classes including:

  • adr
  • agent
  • bday
  • birthplace
  • category
  • country-name
  • deathdate
  • deathplace
  • extended-address
  • family-name
  • fn (required)
  • given-name
  • honorific-prefix
  • honorific-suffix
  • label
  • locality
  • n
  • nickname
  • note
  • org
  • role
  • url
  • vcard

Please do not rename or remove these classes; nor collapse nested elements which use them.

See also

  • {{textinfo}} for recording information on work's talk page
  • {{author}} for template header used in Author: namespace
  • {{process header}} for template header used in Wikisource: namespace
  • {{portal header}} for template header used in Portal: namespace