1<?yelp-tmpl-desc Description of how to accomplish a user task?>
2<page xmlns="http://projectmallard.org/1.0/"
3      type="topic" style="task" version="1.1"
4      id="{{ID}}">
5  <info>
6{{INCLUDE info.mallard.include}}
7  </info>
8
9  <title>{{TITLE}}</title>
10
11  <p>Short introductory text: Write a couple sentences about what the
12  user is doing here, and why they might want to do it.</p>
13
14  <list>
15    <title>Prerequisites</title>
16    <item><p>Optionally, list things the user needs to know or do first.</p></item>
17    <item><p>Use links to other pages whenever they make sense.</p></item>
18  </list>
19
20  <steps>
21    <title>Optional title if different from page title or if prereqs present</title>
22    <item><p>First step...</p></item>
23    <item><p>Second step...</p></item>
24    <item><p>Third step...</p></item>
25  </steps>
26
27  <p>Optionally, write expected results if non-obvious.</p>
28
29  <list>
30    <title>Next steps</title>
31    <item><p>Optionally, links to other things the user might do now.</p></item>
32    <item><p>But consider using seealso and other info links instead.</p></item>
33  </list>
34
35</page>
36