Template:Status: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
This template is used for reporting on one's immediate and current status, to facilitate task coordination and tag-team collaboration between OSE Developers:
<pre>
{{Status| List what you just completed, which shows up as the {{{1}}} below | List what your next task is, which shows up as the {{{2}}} below | List any blocks or challenges, which shows up as the {{{3}}} below}}
</pre>
Note that the template is called by the double brackets {{ followed by Status, and the 3 things you put in the template are separated by the vertical line. The result will look like:
</noinclude>
<div style="margin: 20px 50px; padding: 3px; border: 2px dashed grey; text-align: center; background-color: #D1FFD1;">
<div style="margin: 20px 50px; padding: 3px; border: 2px dashed grey; text-align: center; background-color: #D1FFD1;">
[[Image:HintLightbulb.png|30px]] '''Status:''' {{{1}}} '''Done:''' {{{2}}}
[[Image:HintLightbulb.png|30px]] '''Status - Done: ''' {{{1}}} '''To Do:''' {{{2}}} '''Blocks:''' {{{3}}}
</div>
</div>

Latest revision as of 19:42, 21 April 2017

This template is used for reporting on one's immediate and current status, to facilitate task coordination and tag-team collaboration between OSE Developers:

{{Status| List what you just completed, which shows up as the {{{1}}} below | List what your next task is, which shows up as the {{{2}}} below | List any blocks or challenges, which shows up as the {{{3}}} below}}

Note that the template is called by the double brackets {{ followed by Status, and the 3 things you put in the template are separated by the vertical line. The result will look like:


HintLightbulb.png Status - Done: {{{1}}} To Do: {{{2}}} Blocks: {{{3}}}