website/content/en/docs/tasks/example-task-template.md

55 lines
1.1 KiB
Markdown
Raw Normal View History

2017-05-24 19:42:33 +00:00
---
title: Example Task Template
reviewers:
2017-06-26 23:12:21 +00:00
- chenopis
content_template: templates/task
toc_hide: true
2017-05-24 19:42:33 +00:00
---
{{% capture overview %}}
2017-06-26 23:12:21 +00:00
{{< note >}}
Be sure to also [create an entry in the table of contents](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) for your new document.
{{< /note >}}
2017-05-24 19:42:33 +00:00
This page shows how to ...
2017-06-26 23:12:21 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
{{% capture prerequisites %}}
2017-06-26 23:12:21 +00:00
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
2017-05-24 19:42:33 +00:00
* Do this.
* Do this too.
2017-06-26 23:12:21 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
{{% capture steps %}}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
## Doing ...
1. Do this.
1. Do this next. Possibly read this [related explanation](...).
2017-06-26 23:12:21 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
{{% capture discussion %}}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
## Understanding ...
**[Optional Section]**
Here's an interesting thing to know about the steps you just did.
2017-06-26 23:12:21 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
{{% capture whatsnext %}}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
**[Optional Section]**
* Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/).
* See [Using Page Templates - Task template](/docs/home/contribute/page-templates/#task_template) for how to use this template.
2017-06-26 23:12:21 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00