Difference between revisions of "Template:Semorg-task-row"

From SemanticOrganization
Jump to: navigation, search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>{{semorg-bundle}}</noinclude><includeonly><tr>
 
<noinclude>{{semorg-bundle}}</noinclude><includeonly><tr>
<td>[[{{{?target|}}}|{{{?title|}}}]]<br><small>
+
<td>[[{{{target|}}}|{{{title|}}}]]<div class="semorg-list-row-details">
{{{?description|}}}</small></td>  
+
{{{description|}}}</div></td>  
<td>{{semorg-person-link|{{{?responsible|}}}}}</td>  
+
<td>{{semorg-person-link|{{{responsible|}}}|none}}</td>  
<td>{{semorg-date|{{{?due-date|}}}|long}}</td>  
+
<td>{{semorg-task-status
 +
  |due-date={{{due-date|}}}
 +
  |done-date={{{done-date|}}}
 +
  |done={{{done|}}}
 +
}}</td>  
 
{{semorg-showedit
 
{{semorg-showedit
   |target={{{?target|}}}
+
   |form={{int:semorg-task-form}}
}}{{#semorg-true:{{{?done|}}}|
+
   |target={{{target|}}}
<td class="semorg-showedit">{{#autoedit:form={{int:semorg-task-form}}
+
   |suffix={{#semorg-true:{{{done|}}}
   |target={{{?target|}}}
+
    |
   |link text=<span class="fa fa-check" data-toggle="tooltip" title="{{int:semorg-task-do-tooltip}}"></span>
+
    |{{semorg-task-check|{{{target|}}}}}
  |link type=link
+
   }}
  |summary={{int:semorg-task-do-summary}}
+
}}
  |query string={{int:semorg-task-template}}[done]={{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}
 
   |reload
 
}}</td>}}
 
 
</tr></includeonly>
 
</tr></includeonly>

Latest revision as of 12:37, 23 May 2021

This page is part of the Semantic Organization extension.