Template:TutorialBrowser: Difference between revisions

From KDE Community Wiki
m (Simplify names to ease strain on my fingers)
m (Further naming.)
Line 1: Line 1:
<div class="rbroundbox" style="width:100%;">
<div class="rbroundbox" style="width:100%;">
  <div class="rbtopwrap">
  <div class="rbtopwrap">
   <div class="rbtop"><div></div></div>Tutorial Series: {{{1}}}</div>
   <div class="rbtop"><div></div></div>Tutorial Series: {{{series}}}</div>
  <div class="rbcontent">
  <div class="rbcontent">
{|style="width:100%; background:#dadde0;"
{|style="width:100%; background:#dadde0;"
|+ ''{{{2}}}''
|+ ''{{{name}}}''
|-
|-
| width=10% align=right | '''Prerequisites'''
| width=10% align=right | '''Prerequisites'''
Line 27: Line 27:
! Parameter !! Function
! Parameter !! Function
|-
|-
| '''1''' || The name of the tutorial series this belongs to.
| '''series''' || The name of the tutorial series this belongs to.
|-
|-
| '''2''' || Verbose(ish) name of this tutorial
| '''name''' || Verbose(ish) name of this tutorial. Kind of a super short abstract.
|-
|-
| '''pre''' || Any prerequisites for this tutorial (try to order them sensibly and make sure they're links!).
| '''pre''' || Any prerequisites for this tutorial (try to order them sensibly and make sure they're links!).

Revision as of 23:47, 5 January 2007

Tutorial Series: {{{series}}}
{{{name}}}
Prerequisites {{{pre}}}
What's Next {{{next}}}
Further Reading {{{reading}}}


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 Any prerequisites for this 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 logically to move onto next.
reading Further reading about the subject matter covered in the tutorial