Template:DocMeta: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
| (43 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="wikitable doc-meta" data-owner="{{{owner|}}}" style="border:1px solid #ccc; background:#f9f9f9; max-width:400px;" | {| class="wikitable doc-meta" data-owner="{{{owner|}}}" style="border:1px solid #ccc; background:#f9f9f9; max-width:400px;" | ||
! style="text-align:left; width:140px;" | Owner | ! style="text-align:left; width:140px;" | Owner | ||
| <span style="color:black; text-decoration:none;">[[User:{{{owner|}}}|{{{owner|}}}]]</span> | | <span style="color:black; text-decoration:none;">[[User:{{{owner|}}}|{{{owner|}}}]]</span> | ||
|- | |- | ||
! style="text-align:left;" | Last reviewed | ! style="text-align:left;" | Last reviewed | ||
| <span style="color:black;">{{# | | <span style="color:black;">{{#time:d.m.Y|{{REVISIONTIMESTAMP}}}}</span> | ||
|- | |- | ||
! style="text-align:left;" | Next review | ! style="text-align:left;" | Next review | ||
| {{#ifexpr: | | {{#ifexpr: {{#time:U|{{REVISIONTIMESTAMP}} + 1 year}} < {{#time:U}} | | ||
<span style="color:red;">{{#time:d.m.Y|{{REVISIONTIMESTAMP}} + 1 year}} (Overdue)</span> | |||
<span style="color:red;">{{# | |||
| | | | ||
{{#ifexpr: | {{#ifexpr: {{#time:U|{{REVISIONTIMESTAMP}} + 1 year}} < {{#expr: {{#time:U}} + 2592000 }} | | ||
<span style="color:orange;">{{#time:d.m.Y|{{REVISIONTIMESTAMP}} + 1 year}} (Due soon)</span> | |||
<span style="color:orange;">{{# | |||
| | | | ||
<span style="color:black;">{{# | <span style="color:black;">{{#time:d.m.Y|{{REVISIONTIMESTAMP}} + 1 year}}</span> <span style="color:green;">(OK)</span> | ||
}} | }} | ||
}} | }} | ||
| Line 24: | Line 21: | ||
| | | | ||
}} | }} | ||