Template:Tutorial completed: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#if:{{{learned|}}}{{{next|}}}|<!-- | {{#if:{{{learned|}}}{{{next|}}}|<!-- | ||
-->{{page_break}} | -->{{page_break}}<!-- | ||
-->{{#if:{{{notes|}}}| | |||
==Final notes== | |||
{{{notes|}}} | |||
|}} | |||
==Tutorial completed== | ==Tutorial completed== | ||
Congratulations. You have now completed this tutorial.<!-- | Congratulations. You have now completed this tutorial.<!-- | ||
Line 11: | Line 15: | ||
* next: The name of the next tutorial ([next]_tutorial). | * next: The name of the next tutorial ([next]_tutorial). | ||
* next-topic: In what way the next tutorial will deepen the knowledge about this topic. | * next-topic: In what way the next tutorial will deepen the knowledge about this topic. | ||
* notes: A list of final notes which the reader should take into account about the topic at hand. | |||
Examples: | |||
Without notes: | |||
{{tutorial completed | |||
|learned=How this template works | |||
|next=Panels | |||
|next-topic=how panels work | |||
}} | |||
With notes: | |||
{{tutorial completed | |||
|learned=How this template works | |||
|next=Panels | |||
|next-topic=how panels work | |||
|notes= | |||
* Use this template for tutorials. | |||
* Avoid putting any further content below this template. | |||
}} | |||
<hr> | |||
[[Category:Tutorial templates]] | [[Category:Tutorial templates]] | ||
</noinclude> | </noinclude> |
Revision as of 10:07, 4 November 2022
Parameters for prerequisites:
- learned: What the reader has learned by completing this tutorial.
- next: The name of the next tutorial ([next]_tutorial).
- next-topic: In what way the next tutorial will deepen the knowledge about this topic.
- notes: A list of final notes which the reader should take into account about the topic at hand.
Examples:
Without notes:
Tutorial completed
Congratulations. You have now completed this tutorial. In it, you have learned How this template works. The next tutorial in this series is Panels, which will provide more knowledge about how panels work.
With notes:
==Final notes==
- Use this template for tutorials.
- Avoid putting any further content below this template.
Tutorial completed
Congratulations. You have now completed this tutorial. In it, you have learned How this template works. The next tutorial in this series is Panels, which will provide more knowledge about how panels work.