Template:Demob action
From PCSAR
(Difference between revisions)
(19 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation}}</noinclude><includeonly> | ||
<tr valign="top"> | <tr valign="top"> | ||
- | <td style="border-right:{{Lesson slide/Border}}; border-top:{{Lesson slide/Border}};"> | + | <td style="border-right:{{Lesson slide/Border}}; border-top:{{Lesson slide/Border}};"><!-- |
- | + | ||
- | + | ||
- | -->{{#if: {{{done|}}}{{{won't|}}} | | background-color:yellow; }}<!-- | + | ;;; start on new line so bullets will work |
+ | |||
+ | ;;; if blank, include whitespace to preserve vertical space for writing | ||
+ | --> | ||
+ | {{#if: {{{1|}}} |{{{1}}}| }}</td> | ||
+ | <td width="10%" align="center" style="border-right:{{Lesson slide/Border}}; border-top:{{Lesson slide/Border}}; <!-- | ||
+ | |||
+ | ;;; Highlight (yellow) if has non-blank action and hasn't been marked done or won't do. | ||
+ | |||
+ | -->{{#if: {{{1|}}} | {{#if: {{{done|}}}{{{won't|}}} | | background-color:yellow; }} }}<!-- | ||
-->">{{{done|}}}</td> | -->">{{{done|}}}</td> | ||
- | <td align="center" style="border-right:{{Lesson slide/Border}}; border-top:{{Lesson slide/Border}};">{{{won't|}}}</td> | + | <td width="10%" align="center" style="border-right:{{Lesson slide/Border}}; border-top:{{Lesson slide/Border}};">{{{won't|}}}</td> |
- | <td style="border-right:{{Lesson slide/Border}}; border-top:{{Lesson slide/Border}};">{{{assign|}}}</td> | + | <td width="20%" style="border-right:{{Lesson slide/Border}}; border-top:{{Lesson slide/Border}};"><!-- |
+ | |||
+ | ;;; Display as link to person if possible | ||
+ | |||
+ | -->{{#if: {{{assign|}}} | ||
+ | | {{#ifexist: Members:{{{assign}}} | [[Members:{{{assign}}}|{{{assign}}}]] | {{{assign}}} }} | ||
+ | }}<!-- | ||
+ | |||
+ | --></td> | ||
+ | |||
</tr> | </tr> | ||
+ | </includeonly> |
Current revision
This is the documentation for the template Template:Demob action
The template See template:demob table start. The parameters
If the action still needs attention (determined by neither
|
To see how this template is implemented,
edit this page and examine the portion
between <includeonly>
and </includeonly>
.