Template:Suggestion/Difficulty/Parse

From PCSAR

(Difference between revisions)
Jump to: navigation, search
(New page: <noinclude>{{documentation}}</noinclude><includeonly><!-- -->{{#switch: {{lc:{{{1|}}}}} | high = high | med | medium = medium | low = low | done = done | undefine...)
Current revision (07:17, 20 September 2012) (edit) (undo)
 
Line 2: Line 2:
-->{{#switch: {{lc:{{{1|}}}}}
-->{{#switch: {{lc:{{{1|}}}}}
-
| high = high
+
| hard = hard
| med
| med
| medium = medium
| medium = medium
-
| low = low
+
| easy = easy
| done = done
| done = done
| undefined
| undefined

Current revision

This is the documentation for the template Template:Suggestion/Difficulty/Parse

Template:Suggestion/Difficulty/Parse/Doc:

The template {{Suggestion/Difficulty/Parse|value}} parses a suggestion value.

Expands to high, medium, low, done, not rated, or error.


You type... You get...
{{Suggestion/Value/Parse|done}} 
error
{{Suggestion/Value/Parse|low}} 
low
{{Suggestion/Value/Parse|Low}} 
low
{{Suggestion/Value/Parse|LOW}} 
low
{{Suggestion/Value/Parse|med}} 
medium
{{Suggestion/Value/Parse|medium}} 
medium
{{Suggestion/Value/Parse|high}} 
high
{{Suggestion/Value/Parse|}} 
not rated
{{Suggestion/Value/Parse|undefined}} 
not rated
{{Suggestion/Value/Parse|foo}} 
error


To see how this template is implemented, edit this page and examine the portion between <includeonly> and </includeonly>.

Personal tools