Difference between revisions of "Template:Pending"

From Sugar Labs
Jump to navigation Jump to search
m
 
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><span style="background:#BF1837; ">{{{1}}}</span>[[Category:Pending]]</includeonly><noinclude>[[Category:Template]]
+
<includeonly><span style="background:{{{color|#F50141}}}; ">{{{1}}}</span>[[Category:Pending]]</includeonly><noinclude>[[Category:Template]]
  
 
This template allows to place tags to denote something that needs further work. The parameter will be used to display the type of 'pending activity'.  Currently it has been thought out to mark places where examples are needed.
 
This template allows to place tags to denote something that needs further work. The parameter will be used to display the type of 'pending activity'.  Currently it has been thought out to mark places where examples are needed.
Line 7: Line 7:
 
== Usage ==
 
== Usage ==
  
  <nowiki>{{</nowiki> Pending | type &lt;!-- { example | confirmation | update | etc }
+
  <nowiki>{{</nowiki> Pending
 +
  | note &lt;!-- (''unnamed paramater'') the text describing the ''pending'' thing (ie: example | confirmation | update | etc ) ''&gt;
 +
  | color = &lt;!-- the background color (ie: red | blue | #BF1837 | etc ) ''&gt;
 
  <nowiki>}}</nowiki>
 
  <nowiki>}}</nowiki>
  
 
== Samples ==
 
== Samples ==
  
  Thus the user can exploit this feature to <nowiki>{{ Pending | need example }}</nowiki>. As we can...
+
  Thus the user can exploit this feature to <nowiki>{{ Pending |need example}}</nowiki>. As we can...
Thus the user can exploit this feature to {{ Pending | need example }}. As we can...
+
Or we can say that we need to <nowiki>{{ Pending |decide on the color|color=orange}}</nowiki> for the default...
 +
Thus the user can exploit this feature to {{ Pending |need example}}. As we can... <br>Or we can say that we need to {{ Pending |decide on the color|color=orange}} for the default...
 
</noinclude>
 
</noinclude>

Revision as of 14:48, 30 June 2007


This template allows to place tags to denote something that needs further work. The parameter will be used to display the type of 'pending activity'. Currently it has been thought out to mark places where examples are needed.

Pages tagged with this template will automatically be included in the Category:Pending for easy retrieval.

Usage

{{ Pending
 | note  <!-- (unnamed paramater) the text describing the pending thing (ie: example | confirmation | update | etc ) >
 | color = <!-- the background color (ie: red | blue | #BF1837 | etc ) >
}}

Samples

Thus the user can exploit this feature to {{ Pending |need example}}. As we can... 
Or we can say that we need to {{ Pending |decide on the color|color=orange}} for the default...

Thus the user can exploit this feature to need example. As we can...
Or we can say that we need to decide on the color for the default...