Difference between revisions of "Template:Level"
From SME Server
Jump to navigationJump to searchm |
(usage) |
||
Line 2: | Line 2: | ||
|img={{{img|PythonIcon.png}}} | |img={{{img|PythonIcon.png}}} | ||
|msg={{{msg|{{{2|The instructions on this page can be followed by a beginner}}}}}} | |msg={{{msg|{{{2|The instructions on this page can be followed by a beginner}}}}}} | ||
− | |type={{{type|Skill level: {{{1| | + | |type={{{type|Skill level: {{{1|Easy}}}}}} |
|color=#FFEED1 | |color=#FFEED1 | ||
}} | }} | ||
+ | <noinclude> | ||
+ | Usage: | ||
+ | <pre>{{Level|level|comment}}</pre> | ||
+ | |||
+ | defaults to 'Easy' with the comment 'The instructions on this page can be followed by a beginner' | ||
+ | <pre>{{Level}}</pre> | ||
+ | |||
+ | Other suggestioned levels are | ||
+ | <pre>{{Level|Medium|The instructions on this page require a basic knowledge of linux}}</pre> | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | {{Level | ||
+ | |Advanced | ||
+ | |The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended | ||
+ | }}</pre> |
Revision as of 12:09, 17 October 2008
Usage:
{{Level|level|comment}}
defaults to 'Easy' with the comment 'The instructions on this page can be followed by a beginner'
{{Level}}
Other suggestioned levels are
{{Level|Medium|The instructions on this page require a basic knowledge of linux}}
{{Level |Advanced |The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended }}