Template:Todo: Difference between revisions

From Pikmin Fanon
mNo edit summary
m (Minor tweaks.)
Line 1: Line 1:
{{box|'''''To do''':'' {{{1}}}<br>
{{box|'''''To do''':'' {{{1}}}<br>}}<includeonly>{{#if:{{{nocat|}}}||[[Category:Pages with things to do]]}}</includeonly><noinclude>
<center>''Care to help?''</center>}}<includeonly>{{#if:{{{nocat|}}}||[[Category:Pages with things to do]]}}</includeonly><noinclude>


==Info==
==Info==
Line 13: Line 12:
! 1
! 1
| '''Yes''' ||  || Tasks || What needs to be done.
| '''Yes''' ||  || Tasks || What needs to be done.
|-
! nocat
| No ||  || No categorization || To make the article not be categorized, give this a value, like "y".
|}
|}


==Skeleton==
==Skeleton==
<pre>
<pre>
{{todo | <tasks> | <nocat=y>}}
{{todo|<tasks>}}
</pre>
</pre>
==Examples==
{| class = "wikitable"
! Code || Result
|-
| <pre>{{todo|Find the other value.|nocat=y}}</pre>
| {{todo|Find the other value.|nocat=y}}
|}


[[Category:Box templates]]
[[Category:Box templates]]
[[Category:Maintenance templates]]</noinclude>
[[Category:Maintenance templates]]</noinclude>

Revision as of 20:42, 8 May 2022

To do: {{{1}}}

Info

This template is used when something needs to be done on a page. Use this for general, unspecialized tasks, otherwise, try using another maintenance template.

All articles with this template will be included in Category:Pages with things to do.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Tasks What needs to be done.

Skeleton

{{todo|<tasks>}}