Предлошка:Header/doc

Од Wikisource
This is a documentation subpage, where instructions, categories, or other information are stored for technical reasons. To view the Предлошка page itself, see Предлошка:Header.

Usage[уреди]

{{header2
 | title    = 
 | author   = 
 | section  = 
 | previous = 
 | next     = 
 | notes    = 
}}

This template is meant to be used at the top of an article. 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.

Relative links[уреди]

With works with many pages, 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]].

Special cases (no author page, or no author)[уреди]

In some cases, works are written by an author that will never have an author page (such as an author of one work). There are override parameters that can be added, which replace the author link. Note that you can omit the author simply by leaving the author field blank.

  • Normal
    • | author=Joe
    • Displays "by Joe".
  • No author page
    • | author= | override_author=Joe
    • Displays "by Joe".

Translations[уреди]

For translated works, there is a "translator" param. The value may either be the name of the translator (which will be automatically wiki-linked to an Author page, or for more complex scenario's, anything beginning with "[" is passed through unaltered.

A value of "?" adds {{No translator info}} to the page.

Usage examples[уреди]

Normal (with absolute links, not recommended)[уреди]

{{header2
 | title    = [[Thus Spake Zarathustra]]
 | author   = Friedrich Nietzsche
 | section  = Part Three
 | previous = [[Thus Spake Zarathustra/Part Two|Part Two]]
 | next     = [[Thus Spake Zarathustra/Part Four|Part Four]]
 | notes    =
}}


Normal (with relative links)[уреди]

{{header2
 | title    = [[../]]
 | author   = Friedrich Nietzsche
 | section  = Part Three
 | previous = [[../Part Two|Part Two]]
 | next     = [[../Part Four|Part Four]]
 | notes    =
}}

No author link[уреди]

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


Single translator[уреди]

{{header2
 | title    = Tables
 | author   = Jean de La Fontaine
 | translator = Elizur Wright
 | section  =
 | previous =
 | next     =
 | notes    =
}}

Multiple translators[уреди]

{{header2
 | title    = Pantagruel
 | author   = François Rabelais
 | translator = [[Author:Thomas Urquhart|Thomas Urquhart]] and [[Author:Peter Antony Motteux|Peter Antony Motteux]]
 | section  =
 | previous =
 | next     =
 | notes    =
}}