Template:Suggestion/Record
From PCSAR
(57 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
- | < | + | <noinclude>{{documentation}}</noinclude><includeonly><!-- |
- | + | ||
- | + | Call with normalized arguments | |
+ | |||
+ | -->{{Suggestion/Record/Core<!-- | ||
+ | |||
+ | -->|#=<!-- | ||
+ | |||
+ | The # argument, if we have it | ||
+ | |||
+ | -->{{#if:{{{#|}}}|{{{#}}}|<!-- | ||
+ | |||
+ | Argument 1, if we have it | ||
+ | |||
+ | -->{{#if:{{{1|}}}|{{{1}}}|<!-- | ||
+ | |||
+ | 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 | ||
+ | |||
+ | -->{{#iferror:<!-- | ||
+ | |||
+ | normalize number | ||
+ | |||
+ | -->{{#expr:0+{{#titleparts:{{FULLPAGENAME}}||-1}}}}<!-- | ||
+ | |||
+ | -->}}<!-- | ||
+ | |||
+ | -->}}<!-- | ||
+ | |||
+ | -->}}<!-- | ||
+ | |||
+ | |||
+ | -->|description={{{description|{{{2|}}}}}}<!-- | ||
+ | |||
+ | -->|committee={{{committee|{{{cmte|}}}}}}<!-- | ||
+ | |||
+ | -->|person={{{person|}}}<!-- | ||
+ | |||
+ | -->|value={{{value|{{{val|}}}}}}<!-- | ||
+ | |||
+ | -->|difficulty={{{difficulty|{{{dif|}}}}}}<!-- | ||
+ | |||
+ | -->}}<!-- | ||
+ | |||
+ | --></includeonly> |
Current revision
This is the documentation for the template Template:Suggestion/Record
The template Suggestions often are created during critiques but can come in at any time.
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.
The value of the suggestion should be assigned as one of:
The difficulty as one of:
[edit] Supporting templates |
To see how this template is implemented,
edit this page and examine the portion
between <includeonly>
and </includeonly>
.