55 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
| ---
 | |
| title: Example Task Template
 | |
| reviewers:
 | |
| - chenopis
 | |
| content_template: templates/task
 | |
| toc_hide: true
 | |
| ---
 | |
| 
 | |
| {{% capture overview %}}
 | |
| 
 | |
| {{< 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 >}}
 | |
| 
 | |
| This page shows how to ...
 | |
| 
 | |
| {{% /capture %}}
 | |
| 
 | |
| {{% capture prerequisites %}}
 | |
| 
 | |
| * {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
 | |
| * Do this.
 | |
| * Do this too.
 | |
| 
 | |
| {{% /capture %}}
 | |
| 
 | |
| {{% capture steps %}}
 | |
| 
 | |
| ## Doing ...
 | |
| 
 | |
| 1. Do this.
 | |
| 1. Do this next. Possibly read this [related explanation](...).
 | |
| 
 | |
| {{% /capture %}}
 | |
| 
 | |
| {{% capture discussion %}}
 | |
| 
 | |
| ## Understanding ...
 | |
| **[Optional Section]**
 | |
| 
 | |
| Here's an interesting thing to know about the steps you just did.
 | |
| 
 | |
| {{% /capture %}}
 | |
| 
 | |
| {{% capture whatsnext %}}
 | |
| 
 | |
| **[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.
 | |
| 
 | |
| {{% /capture %}}
 | |
| 
 | |
| 
 |