Template:Todo: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
m (Espyo moved page Template:ToDo to Template:Todo: No other template uses CamelCase.)
m (Text replacement - "{{PAGENAME}}" to "{{FULLPAGENAME}}")
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{box|'''''To do''':'' {{{1}}}<br>
{{box|'''''To do''':'' {{{1}}}<br>
''Care to [{{fullurl:{{FULLPAGENAME}}|action=edit}} do so]?''|||text-align: center; font-size: 90%;}}
''Care to <span class{{=}}"plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} do so]</span>?''|||text-align: center; max-width: 80%;}}<includeonly>{{#if:{{{nocat|}}}||[[Category:Articles with things to do]]}}</includeonly><noinclude>
<includeonly>[[Category:Articles with things to do]]</includeonly><noinclude>
 
==Info==
==Info==
This template is used when something needs to be done in a page. The first parameter is the reason. All articles with this template will be included in [[:Category:Articles with things to do]].
This template is used when something needs to be done in a page. Use this for general, unspecialized tasks, otherwise, try using {{tem|game help}} or another [[:Category:Maintenance templates|maintenance template]].
[[Category:Templates]]
 
</noinclude>
All articles with this template will be included in [[:Category:Articles with things to do]].
 
==Parameters==
{| class = "wikitable"
! Parameter || Mandatory || Default || Purpose || Detailed description
|-
! 1
| '''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==
<pre>
{{todo | <tasks>}}
</pre>
 
==Examples==
{| class = "wikitable"
! Code || Result
|-
| <pre>{{todo|Find the other value.}}</pre>
| {{todo|Find the other value.}}
|}
 
[[Category:Box templates]]
[[Category:Maintenance templates]]
[[Category:Articles with things to do| ]]</noinclude>

Latest revision as of 10:37, July 29, 2023

To do: {{{1}}}
Care to do so?

Info

This template is used when something needs to be done in a page. Use this for general, unspecialized tasks, otherwise, try using {{game help}} or another maintenance template.

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

Parameters

Parameter Mandatory Default Purpose Detailed description
1 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

{{todo | <tasks>}}

Examples

Code Result
{{todo|Find the other value.}}

To do: Find the other value.
Care to do so?