Difference between revisions of "Template:Level"

From SME Server
Jump to navigationJump to search
(case-insensitivity should work now)
(modifying the instructions accordingly)
Line 6: Line 6:
 
<pre>{{Level}}</pre>
 
<pre>{{Level}}</pre>
  
Other suggestioned levels are
+
Other suggestioned levels are:
<pre>{{Level|Medium|The instructions on this page require a basic knowledge of linux.}}</pre>
+
* '''''Medium''''' which defaults the comment to '''''The instructions on this page require a basic knowledge of linux.'''''
 
+
* '''''Advanced''''' which defaults the comment to '''''The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended.'''''
<pre>
+
* '''''Developer''''' which defaults the comment to '''''Risk of inconsistencies with SME methodology, upgrades & functionality is high. Must be knowledgeable about how changes impact their SME Server, Significant risk of irreversible harm.'''''
{{Level
 
|Advanced
 
|The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended.
 
}}</pre>
 
 
 
<pre>
 
{{Level
 
|Developer
 
|Risk of inconsistencies with SME methodology, upgrades & functionality is high
 
Must be knowledgeable about how changes impact their SME Server,
 
Significant risk of irreversible harm.
 
}}</pre>
 
  
  
Line 28: Line 16:
  
 
{{Level|type=Niveau de compétence: Facile|non|Les instructions à cette page peuvent être suivies d'un débutant}}
 
{{Level|type=Niveau de compétence: Facile|non|Les instructions à cette page peuvent être suivies d'un débutant}}
 +
 
===Example===
 
===Example===
 
</noinclude>
 
</noinclude>
Line 33: Line 22:
 
|img={{{img|PythonIcon.png}}}
 
|img={{{img|PythonIcon.png}}}
 
|msg={{{msg|{{{2| {{#switch: {{lc: {{{1}}} }}
 
|msg={{{msg|{{{2| {{#switch: {{lc: {{{1}}} }}
|easy = The instructions on this page can be followed by a beginner
+
|easy = The instructions on this page can be followed by a beginner.
|medium = The instructions on this page require a basic knowledge of linux
+
|medium = The instructions on this page require a basic knowledge of linux.
 
|advanced = The instructions on this page may require deviations from procedure, a good
 
|advanced = The instructions on this page may require deviations from procedure, a good
understanding of linux and SME is recommended
+
understanding of linux and SME is recommended.
|The instructions on this page can be followed by a beginner
+
|The instructions on this page can be followed by a beginner.
 
}}}}}}}}
 
}}}}}}}}
 
|type={{{type|Skill level: {{{1|Easy}}}}}}
 
|type={{{type|Skill level: {{{1|Easy}}}}}}
 
|color=#FFDED1
 
|color=#FFDED1
 
}}
 
}}

Revision as of 17:01, 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:

  • Medium which defaults the comment to The instructions on this page require a basic knowledge of linux.
  • Advanced which defaults the comment to The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended.
  • Developer which defaults the comment to Risk of inconsistencies with SME methodology, upgrades & functionality is high. Must be knowledgeable about how changes impact their SME Server, Significant risk of irreversible harm.


In French

{{Level|type=Niveau de compétence: Facile|non|Les instructions à cette page peuvent être suivies d'un débutant}}


PythonIcon.png Niveau de compétence: Facile
Les instructions à cette page peuvent être suivies d'un débutant


Example

PythonIcon.png Skill level: Easy
The instructions on this page can be followed by a beginner.