This shows you the differences between two versions of the page.
— |
xml:header [2015/02/04 22:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== header ====== | ||
+ | The <[[header]]> element of an <[[/xml/article]]> contains all the meta data about it, including the title, author and license information. | ||
+ | |||
+ | <code xml> | ||
+ | <header> | ||
+ | <title>An Article</title> | ||
+ | <tagline>Yagsbook</tagline> | ||
+ | <summary> | ||
+ | An example article which a short summary. | ||
+ | </summary> | ||
+ | |||
+ | <author> | ||
+ | <fullname>Samuel Penn</fullname> | ||
+ | <email>sam@glendale.org.uk</email> | ||
+ | </author> | ||
+ | |||
+ | <cvsinfo/> | ||
+ | <license/> | ||
+ | </header> | ||
+ | </code> | ||
+ | |||
+ | ===== title ===== | ||
+ | |||
+ | The title of this article. This is displayed in the header bar of each page. | ||
+ | |||
+ | **Examples:** "Core Rules", "Character", "Bestiary" etc | ||
+ | |||
+ | ===== tagline ===== | ||
+ | |||
+ | Secondary heading, shown in the footer of each page. This is often the name of the rules system. For example, all YAGS articles have a tagline of "YAGS". |