Template:Suggestion/Record

From PCSAR

(Difference between revisions)
Jump to: navigation, search
Current revision (23:24, 3 March 2013) (edit) (undo)
 
(20 intermediate revisions not shown.)
Line 1: Line 1:
<noinclude>{{documentation}}</noinclude><includeonly><!--
<noinclude>{{documentation}}</noinclude><includeonly><!--
-
-->{{not in template|[[Category:Suggestion]]}}<!--
+
Call with normalized arguments
-
-->
+
-->{{Suggestion/Record/Core<!--
 +
-->|#=<!--
-
<br /><!--
+
The # argument, if we have it
-
--><span id="sug{{{1}}}"><!--
+
-->{{#if:{{{#|}}}|{{{#}}}|<!--
-
-->'''Suggestion #{{{#|{{{1|}}}}}}:'''<!--
+
Argument 1, if we have it
-
--></span> <!--
+
-->{{#if:{{{1|}}}|{{{1}}}|<!--
-
-->{{{description|{{{2|}}}}}}<!--
+
If we don't have either of those arguments, try normalizing the
 +
last segment of the page number.
-
-->
+
If that's not a number, use empty string -- don't set property
-
: '''Committee handling:'''&nbsp;{{Suggestion/Committee|{{{committee|{{{cmte|}}}}}}}}
+
-
: '''Value to PCSAR mandate:''' {{Suggestion/Value|{{{value|{{{val|}}}}}}}}
+
-
: '''Difficulty to implement:''' {{Suggestion/Difficulty|{{{difficulty|{{{dif|}}}}}}}}<!--
+
-
# properties:
+
-->{{#iferror:<!--
-
-->{{property set|Sequence number|{{{#|{{{1|}}}}}}}}<!--
+
-
-->{{property set|Description|{{{description|{{{2|}}}}}}}}<!--
+
-
-->{{property set|Committee handling|{{{cmte|not assigned}}}}}<!--
+
-
--><br /><!--
+
normalize number
 +
 
 +
-->{{#expr:0+{{#titleparts:{{FULLPAGENAME}}||-1}}}}<!--
 +
 
 +
-->}}<!--
 +
 
 +
-->}}<!--
 +
 
 +
-->}}<!--
 +
 
 +
 
 +
-->|description={{{description|{{{2|}}}}}}<!--
 +
 
 +
-->|committee={{{committee|{{{cmte|}}}}}}<!--
 +
 
 +
-->|person={{{person|}}}<!--
 +
 
 +
-->|value={{{value|{{{val|}}}}}}<!--
 +
 
 +
-->|difficulty={{{difficulty|{{{dif|}}}}}}<!--
 +
 
 +
-->}}<!--
--></includeonly>
--></includeonly>

Current revision

This is the documentation for the template Template:Suggestion/Record

Template:Suggestion/Record/Doc:
Related Templates
Committee suggestions Report of suggestions for a committee
Committee member suggestions Report of suggestions for member of a committee
Critique report/Suggestion Link to a suggestion within a critique report
Critique report/Suggestion list List of suggestion numbers that have been assigned to a committee in the current critique report
Suggestion Record a suggestion for improving SAR
Suggestion/Page subst: a boilerplate for a new suggestion page
Suggestion number a suggestion relative to the current page
Suggestion list list of suggestions relative to the current page

The template {{Suggestion/Record| # = | description = | value = | difficulty = | committee = | person = }} is a template for recording suggestions for improving SAR response or the organization. It's used to categorize suggestions and track their evaluation and execution.

Suggestions often are created during critiques but can come in at any time.


On that page, create the suggestion in the form:


You type... You get...
{{sug|1|PCSAR should buy more FRS radios}}    

Suggestion #1: PCSAR should buy more FRS radios
Committee handling: unassigned
Value to PCSAR mandate: not rated
Difficulty to implement: not rated


is the suggestion number (alternatively this can be the first unnamed argument).
description 
is the suggest text (alternatively this can be the second unnamed argument).
value
val 
The value of implementing the suggestion to PCSAR's mandate. - high, med, low or none; see Template:Suggestion/Value
difficulty
dif 
The effort needed to implement the suggestion -- hard, med, easy or done; See Template:Suggestion/Difficulty
committee
cmte 
The committee that's taking the lead on the suggestion; See Template:Suggestion/Committee
person 
The person that's taking the lead on the suggestion. See Template:Suggestion/Person

If there is more to the suggestion -- some discussion, rationale, or alternatives -- that should go after the template.

The suggestion should be categorized as to whose work it is. For instance in this case, the suggestion might go first to the preplan committee to determine whether the need is real, then to the board to approve budget, and finally to the equipment committee for purchase. Initially, the suggestion would be assigned to the preplan committee.


You type... You get...
{{sug|1|PCSAR should buy more FRS radios|cmte=preplan}}    

Suggestion #1: PCSAR should buy more FRS radios
Committee handling: preplan
Value to PCSAR mandate: not rated
Difficulty to implement: not rated


The value of the suggestion should be assigned as one of:

  • high
  • med
  • low
  • none

The difficulty as one of:

  • done
  • easy
  • med
  • hard


You type... You get...
{{sug|1|PCSAR should buy more FRS radios|cmte=preplan|val=med|dif=easy}}    

Suggestion #1: PCSAR should buy more FRS radios
Committee handling: preplan
Value to PCSAR mandate: medium
Difficulty to implement: easy


[edit] Supporting templates


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

Personal tools