Template:TutorialBrowser: Difference between revisions
Appearance
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: {{{ | <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;" | ||
|+ ''{{{ | |+ ''{{{name}}}'' | ||
|- | |- | ||
| width=10% align=right | '''Prerequisites''' | | width=10% align=right | '''Prerequisites''' | ||
| Line 27: | Line 27: | ||
! Parameter !! Function | ! 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!). | | '''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}}}
| 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 |