Template:Done: Difference between revisions

From Pikmin Fanon
No edit summary
(Merged.)
Line 1: Line 1:
[[File:Yes check.png|18px|link=]]&nbsp;'''{{{1|Done}}}'''{{{{{|safesubst:}}}#if:{{{2|{{{note|{{{reason|}}}}}}}}}|&#58; {{{2|{{{note|{{{reason}}}}}}}}}}}<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==
==Info==
This template is often used on [[Help:Talk page|talk pages]] to show clearly that a section of discussion has been resolved.
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==
==Parameters==
Line 9: Line 9:
{|class="wikitable"
{|class="wikitable"
!Parameter!!Mandatory!!Default!!Purpose!!Detailed description
!Parameter!!Mandatory!!Default!!Purpose!!Detailed description
|-
!status
|No|| ||Type||
*not
{{done|status=not}}{{clear}}
*partly
{{done|status=partly}}
|-
|-
!1
!1
|No|| ||Custom message||Write a (linked) custom message to replace the default "Done" text.
|No|| ||Custom message||Write a (linked) custom message to replace the default "done" text.
|-
|-
!2
!2
|No|| ||Reason or note||Text to follow the text "Done".
|No|| ||Reason or note||Text to follow the text "done".
|}
|}


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


==Examples==
==Examples==
Line 32: Line 39:
|<pre>{{done|Implemented|after consensus.}}</pre>
|<pre>{{done|Implemented|after consensus.}}</pre>
|{{done|Implemented|after consensus.}}
|{{done|Implemented|after consensus.}}
|-
|<pre>{{done|status=not|Not implemented}}</pre>
|{{not 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>
[[Category:Inline templates]]</noinclude>

Revision as of 18:08, 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}}
Template:Not done
{{done|status=not|[[PikminFanon:Templates|Not implemented]]|after consensus.}}
X mark.png Not implemented: after consensus.
{{done|status=partly}}
Yellow check.png Partly done