Template:TutorialBrowser: Difference between revisions

From KDE TechBase
m (Update style)
m (add margin)
 
Line 1: Line 1:
<div class="card w-100">
<div class="card w-100 mt-3">
   <div class="card-header">{{{name}}}</div>
   <div class="card-header">{{{name}}}</div>
   <div class="card-body">
   <div class="card-body">

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