Template:TutorialBrowser: Difference between revisions
Appearance
m to stop lines breaking |
Add argument (arg2) for name of this tutorial |
||
| Line 4: | Line 4: | ||
<div class="rbcontent"> | <div class="rbcontent"> | ||
{|style="width:100%; background:#dadde0;" | {|style="width:100%; background:#dadde0;" | ||
|+ ''{{{2}}}'' | |||
|- | |- | ||
| width=10% align=right | '''Prerequisites''' | | width=10% align=right | '''Prerequisites''' | ||
| {{{ | | {{{3}}} | ||
|- | |- | ||
| align=right | '''What's Next''' | | align=right | '''What's Next''' | ||
| {{{ | | {{{4}}} | ||
|- | |- | ||
| align=right | '''Further Reading''' | | align=right | '''Further Reading''' | ||
|{{{ | |{{{5}}} | ||
|} | |} | ||
</div> | </div> | ||
| Line 28: | Line 29: | ||
| '''1''' || The name of the tutorial series this belongs to. | | '''1''' || The name of the tutorial series this belongs to. | ||
|- | |- | ||
| '''2''' || Any prerequisites for this tutorial (try to order them sensibly and make sure they're links!). | | '''2''' || Verbose(ish) name of this tutorial | ||
|- | |||
| '''3''' || Any prerequisites for this tutorial (try to order them sensibly and make sure they're links!). | |||
|- | |- | ||
| ''' | | '''4''' || 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. | ||
|- | |- | ||
| ''' | | '''5''' || Further reading about the subject matter covered in the tutorial | ||
|- | |- | ||
|} | |} | ||
</noinclude> | </noinclude> | ||
Revision as of 23:07, 5 January 2007
Tutorial Series: {{{1}}}
| Prerequisites | {{{3}}} |
| What's Next | {{{4}}} |
| Further Reading | {{{5}}} |
Parameters
| Parameter | Function |
|---|---|
| 1 | The name of the tutorial series this belongs to. |
| 2 | Verbose(ish) name of this tutorial |
| 3 | Any prerequisites for this tutorial (try to order them sensibly and make sure they're links!). |
| 4 | 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. |
| 5 | Further reading about the subject matter covered in the tutorial |