From 237da7916bf32ebf7bad6591a9038646e4d58ef8 Mon Sep 17 00:00:00 2001 From: lIuDuI <1693291525@qq.com> Date: Sun, 3 Mar 2019 22:26:56 +0800 Subject: [PATCH] ZH-trans: add example-task-template.md (#12940) * ZH-trans: add example-task-template.md * Update example-task-template.md --- .../zh/docs/tasks/example-task-template.md | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 content/zh/docs/tasks/example-task-template.md diff --git a/content/zh/docs/tasks/example-task-template.md b/content/zh/docs/tasks/example-task-template.md new file mode 100644 index 0000000000..3d3bec9b53 --- /dev/null +++ b/content/zh/docs/tasks/example-task-template.md @@ -0,0 +1,105 @@ +--- +title: 示例任务的模板 +reviewers: +- chenopis +content_template: templates/task +toc_hide: true +--- + + + +{{% capture overview %}} + + + +{{< note >}} +还要确保为新文档[在目录中创建一个条目](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents)。 +{{< /note >}} + + +这个页面展示了如何... + +{{% /capture %}} + +{{% capture prerequisites %}} + + + + +* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} +* 做这个。 +* 也做这个。 + +{{% /capture %}} + +{{% capture steps %}} + + + +## 做... + + + +1. 做这个。 +1. 接下来做这个。可能需要阅读一下这个[相关解释](...). + +{{% /capture %}} + +{{% capture discussion %}} + + + +## 理解 ... + +**[可选部分]** + + +关于你刚才所做的过程,有一点是需要知道的。 + +{{% /capture %}} + +{{% capture whatsnext %}} + + + +**[可选部分]** + + + +* 了解更多关于[撰写新主题](/docs/home/contribute/write-new-topic/). +* 查看[使用页面模板-任务模板](/docs/home/contribute/page-templates/#task_template) for how to use this template. + +{{% /capture %}} + +