Template:Done: Difference between revisions

From Pikmin Fanon
mNo edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Yes check.png|link=]]&nbsp;'''{{{1|Tick}}}'''<noinclude>[[Category:Inline templates]]</noinclude>
'''{{#switch:{{{status|}}}|not=[[File:X mark.png|18px|link=]]&nbsp;{{{1|Not done}}}|partly=[[File:Yellow check.png|18px|link=]]&nbsp;{{{1|Partly done}}}|#default=[[File:Yes check.png|18px|link=]]&nbsp;{{{1|Done}}}}}'''{{{{{|safesubst:}}}#if:{{{2|{{{note|{{{reason|}}}}}}}}}|&#58; {{{2|{{{note|{{{reason}}}}}}}}}}}<noinclude>
 
==Info==
This template is often used on [[Help:Talk page|talk pages]] to show clearly if a section of discussion has either been resolved or not.
 
==Parameters==
You may either use <code><nowiki>{{done}}</nowiki></code> by itself for the default message or you may customize it with optional parameters.
 
{|class="wikitable"
!Parameter!!Mandatory!!Default!!Purpose!!Detailed description
|-
!status
|No|| ||Type||
*not
{{done|status=not}}{{clear}}
*partly
{{done|status=partly}}
|-
!1
|No|| ||Custom message||Write a (linked) custom message to replace the default "done" text.
|-
!2
|No|| ||Reason or note||Text to follow the text "done".
|}
 
==Skeleton==
<pre>{{done|status=<...>|<custom message>|<reason or note>}}</pre>
 
==Examples==
{|class="wikitable"
!Code!!Result
|-
|<pre>{{done|Implemented}}</pre>
|{{done|Implemented}}
|-
|<pre>{{done|[[PikminFanon:Templates|Implemented]]}}</pre>
|{{done|[[PikminFanon:Templates|Implemented]]}}
|-
|<pre>{{done|Implemented|after consensus.}}</pre>
|{{done|Implemented|after consensus.}}
|-
|<pre>{{done|status=not|Not implemented}}</pre>
|{{done|status=not|Not implemented}}
|-
|<pre>{{done|status=not|[[PikminFanon:Templates|Not implemented]]|after consensus.}}</pre>
|{{done|status=not|[[PikminFanon:Templates|Not implemented]]|after consensus.}}
|-
|<pre>{{done|status=partly}}</pre>
|{{done|status=partly}}
|}
 
[[Category:Inline templates]]</noinclude>

Latest revision as of 18:09, 22 December 2023

Yes check.png Done

Info

This template is often used on talk pages to show clearly if a section of discussion has either been resolved or not.

Parameters

You may either use {{done}} by itself for the default message or you may customize it with optional parameters.

Parameter Mandatory Default Purpose Detailed description
status No Type
  • not
X mark.png Not done
  • partly

Yellow check.png Partly done

1 No Custom message Write a (linked) custom message to replace the default "done" text.
2 No Reason or note Text to follow the text "done".

Skeleton

{{done|status=<...>|<custom message>|<reason or note>}}

Examples

Code Result
{{done|Implemented}}
Yes check.png Implemented
{{done|[[PikminFanon:Templates|Implemented]]}}
Yes check.png Implemented
{{done|Implemented|after consensus.}}
Yes check.png Implemented: after consensus.
{{done|status=not|Not implemented}}
X mark.png Not implemented
{{done|status=not|[[PikminFanon:Templates|Not implemented]]|after consensus.}}
X mark.png Not implemented: after consensus.
{{done|status=partly}}
Yellow check.png Partly done