Template:Tutorial Template
From Odp
(Difference between revisions)
Line 12: | Line 12: | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
- | {|border="0" cellpadding="4" cellspacing="4" | + | {|style="border:1px solid orange;margin:0px 15px 15px 15px;" border="0" cellpadding="4" cellspacing="4" |
- | ! Title | + | ! Title: |
| [[Title::{{{Title|}}}]] | | [[Title::{{{Title|}}}]] | ||
|- | |- | ||
- | ! Author(s) | + | ! Author(s): |
| {{#arraymap:{{{Author|}}}|,|x|[[Author::x]]}} | | {{#arraymap:{{{Author|}}}|,|x|[[Author::x]]}} | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
|} | |} | ||
+ | <div style="border-bottom:1px solid orange;"> | ||
+ | '''Goal''': | ||
+ | |||
+ | [[Goal::{{{Goal|}}}]] | ||
+ | |||
+ | '''Brief description''' | ||
+ | |||
+ | [[Description::{{{Description|}}}]] | ||
+ | </div> | ||
[[Category:Tutorial]] | [[Category:Tutorial]] | ||
</includeonly> | </includeonly> |
Revision as of 14:06, 31 July 2008
This is the 'Tutorial Template' template. It should be called in the following format:
{{Tutorial Template |Title= |Author= |Goal= |Description= }}
Edit the page to see the template text.