Template:TutorialBrowser: Difference between revisions
No edit summary |
m (add margin) |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
<div class=" | <div class="card w-100 mt-3"> | ||
<div class="card-header">{{{name}}}</div> | |||
<div class=" | <div class="card-body"> | ||
{|class="w-100 | |||
{| | |||
|- | |- | ||
| width=10% align=right valign=top | '''Tutorial Series''' | | width=10% align=right valign=top | '''Tutorial Series''' | ||
| {{{series}}} | | {{{series|n/a}}} | ||
|- | |- | ||
| align=right valign=top | ''' | | align=right valign=top | '''Previous''' | ||
| {{{pre | | {{{pre|None}}} | ||
|- | |- | ||
| align=right valign=top | '''What's Next''' | | align=right valign=top | '''What's Next''' | ||
| {{{next}}} | | {{{next|n/a}}} | ||
|- | |- | ||
| align=right valign=top | '''Further Reading''' | | align=right valign=top | '''Further Reading''' | ||
|{{{reading}}} | |{{{reading|n/a}}} | ||
|} | |} | ||
</div> | </div> | ||
</div> | </div> | ||
[[Category:Tutorial]]<noinclude> | [[Category:Tutorial]]<noinclude> | ||
==Recommended Usage== | ==Recommended Usage== | ||
Line 38: | Line 37: | ||
| '''name''' || Verbose(ish) name of this tutorial. Kind of a super short abstract. | | '''name''' || Verbose(ish) name of this tutorial. Kind of a super short abstract. | ||
|- | |- | ||
| '''pre''' || | | '''pre''' || Previous tutorial (try to order them sensibly and make sure they're links!). | ||
|- | |- | ||
| '''next''' || A tutorial or two which logically follow on from this (in the same series). Or a tutorial or two which make sense to move onto next. | | '''next''' || A tutorial or two which logically follow on from this (in the same series). Or a tutorial or two which make sense to move onto next. | ||
Line 45: | Line 44: | ||
|- | |- | ||
|} | |} | ||
[[Category:Template]] | |||
</noinclude> | </noinclude> |
Latest revision as of 17:31, 18 August 2019
{{{name}}}
Tutorial Series | n/a |
Previous | None |
What's Next | n/a |
Further Reading | n/a |
Recommended Usage
To keep some sort of consistency to our wiki: if you're going to use this template, put it at the very top of the page, above any ==headers== (that will also place it above the page contents section) so readers can find the relevant info as quickly as possible.
Also note that this template will automatically add the page to the tutorial category so there's no need to do that yourself.
Parameters
Parameter | Function |
---|---|
series | The name of the tutorial series this belongs to. |
name | Verbose(ish) name of this tutorial. Kind of a super short abstract. |
pre | Previous tutorial (try to order them sensibly and make sure they're links!). |
next | A tutorial or two which logically follow on from this (in the same series). Or a tutorial or two which make sense to move onto next. |
reading | Further reading about the subject matter covered in the tutorial |