Difference between revisions of "Template:DRN case status/row"

From blackwiki
Jump to navigation Jump to search
imported>MrScorch6200
m (space)
 
Line 3: Line 3:
 
<tr style="background-color: {{DRN case status/color|{{{s}}}}};">
 
<tr style="background-color: {{DRN case status/color|{{{s}}}}};">
 
<!-- case --><td>[[Wikipedia:Dispute resolution noticeboard#{{{t}}}|{{{d}}}]]</td>
 
<!-- case --><td>[[Wikipedia:Dispute resolution noticeboard#{{{t}}}|{{{d}}}]]</td>
<!-- status --><td>{{hs|{{{s}}}}}{{#switch:{{{s}}}
+
<!-- status --><td data-sort-value="{{{s|}}}">{{#switch:{{{s}}}
 
   |1=New
 
   |1=New
 
   |2=In Progress
 
   |2=In Progress
Line 15: Line 15:
 
}}</td>
 
}}</td>
 
<!-- create user -->{{#if:{{{sm|}}}||<td>[[User:{{{cu}}}|{{{cu}}}]] ([[User talk:{{{cu}}}|t]])</td>}}
 
<!-- create user -->{{#if:{{{sm|}}}||<td>[[User:{{{cu}}}|{{{cu}}}]] ([[User talk:{{{cu}}}|t]])</td>}}
<!-- create time --><td>{{hs|{{{cs|}}}}}{{{ct}}}</td>
+
<!-- create time --><td data-sort-value="{{{cs|}}}">{{{ct}}}</td>
 
<!-- volunteer user -->{{#if:{{{sm|}}}||<td>{{#if:{{{vu|}}}|[[User:{{{vu}}}|{{{vu}}}]] ([[User talk:{{{vu}}}|t]])|None}}</td>}}
 
<!-- volunteer user -->{{#if:{{{sm|}}}||<td>{{#if:{{{vu|}}}|[[User:{{{vu}}}|{{{vu}}}]] ([[User talk:{{{vu}}}|t]])|None}}</td>}}
<!-- volunteer time --><td>{{#if:{{{vu|}}}|{{hs|{{{vs|}}}}}{{{vt}}}|n/a}}</td>
+
<!-- volunteer time --><td data-sort-value="{{{vs|}}}">{{#if:{{{vu|}}}|{{{vt}}}|n/a}}</td>
 
<!-- modify user -->{{#if:{{{sm|}}}||<td>[[User:{{{mu}}}|{{{mu}}}]] ([[User talk:{{{mu}}}|t]])</td>}}
 
<!-- modify user -->{{#if:{{{sm|}}}||<td>[[User:{{{mu}}}|{{{mu}}}]] ([[User talk:{{{mu}}}|t]])</td>}}
<!-- modify time -->{{#if:{{{sm|}}}||<td>{{hs|{{{ms|}}}}}{{{mt}}}</td>}}
+
<!-- modify time -->{{#if:{{{sm|}}}||<td data-sort-value="{{{ms|}}}">{{{mt}}}</td>}}
 
</tr>
 
</tr>
 
}}
 
}}

Latest revision as of 01:21, 31 May 2017

Case Created Last volunteer edit Last modified
Title Status User Time User Time User Time
[[Wikipedia:Dispute resolution noticeboard#{{{t}}}|{{{d}}}]] Unknown [[User:{{{cu}}}|{{{cu}}}]] ([[User talk:{{{cu}}}|t]]) {{{ct}}} None n/a [[User:{{{mu}}}|{{{mu}}}]] ([[User talk:{{{mu}}}|t]]) {{{mt}}}

If you would like a regularly-updated copy of this status box on your user page or talk page, put {{DRN case status}} on your page. Click on that link for more options.

Params

  • {{{t}}} - case title
  • {{{d}}} - case display title
  • {{{s}}} - case status
  • {{{cu}}} - create user
  • {{{cs}}} - create sortkey
  • {{{ct}}} - create timestamp
  • {{{vu}}} - volunteer user
  • {{{vs}}} - volunteer sortkey
  • {{{vt}}} - volunteer timestamp
  • {{{mu}}} - modify user
  • {{{ms}}} - modify sortkey
  • {{{mt}}} - modify timestamp
  • {{{sm}}} - whether to hide certain columns