summaryrefslogtreecommitdiff
path: root/templates/concept.page
blob: 92fbbb82e97f37c0304b1c5f82d82745287a1ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?yelp-tmpl-desc Explanation of a concept or background information?>
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="concept" version="1.1"
      id="@ID@">
  <info>
    <!--
        Recommended statuses: stub incomplete draft outdated review candidate final
        Remove version attributes you don't use.
    -->
    <revision version="0.1" docversion="0.1" pkgversion="0.1" date="@DATE@" status="stub"/>

    <credit type="author copyright">
      <name>@NAME@</name>
      <email>@EMAIL@</email>
      <years>@YEAR@</years>
    </credit>

    <!--
        This puts a link to this topic on the index page.
        Change the xref to link it from another guide.
    -->
    <link type="guide" xref="index"/>

    <!--
        Think about whether other pages should be in the seealso list.
        The target page will automatically get a seealso link back.
    <link type="seealso" xref="someotherid"/>
    -->

    <!--
        Think about whether external resources should be in the seealso
        list. These require a title.
    <link type="seealso" href="http://someurl">
      <title>Link title</title>
    </link>
    -->

    <desc>Write a short page description here.</desc>

    <keywords>comma-separated list, of keywords, for search</keywords>
  </info>

  <title>@TITLE@</title>

  <p>Provide as many paragraphs, lists, or media as necessary to explain.</p>

  <list>
    <title>Next steps</title>
    <item><p>Optionally, links to other things the user might do now.</p></item>
    <item><p>But consider using seealso and other info links instead.</p></item>
  </list>
</page>