From efbc7c685cdf720a5a4b3a340cbd24b913784dc7 Mon Sep 17 00:00:00 2001 From: Shuo Li Date: Sat, 15 Dec 2018 22:07:52 +0800 Subject: [PATCH] zh-trans: example-task-template.md (#11768) * zh-trans: example-task-template.md * fix trans --- .../zh/docs/tasks/example-task-template.md | 83 +++++++++++++++++++ 1 file changed, 83 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..8f9cf132ec --- /dev/null +++ b/content/zh/docs/tasks/example-task-template.md @@ -0,0 +1,83 @@ + + +--- +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) 学习如何使用这些模板。 + +{{% /capture %}} + +