Template:Wiki task: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{!}} {{#switch:{{{1}}} | 1={{tt|★☆☆☆☆|Not important}} | 2={{tt|★★☆☆☆|Barely important}} | 3={{tt|★★★☆☆|A bit important}} | 4={{tt|...") |
(Corrections.) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{!}} {{#switch:{{{ | <includeonly>{{!}} [[#{{anchorencode:{{{1}}}}}|{{{1}}}]] | ||
{{!}} {{#switch:{{{ | {{!}} {{#switch:{{{2}}} | 1={{tt|★☆☆☆☆|Not important}} | 2={{tt|★★☆☆☆|Barely important}} | 3={{tt|★★★☆☆|A bit important}} | 4={{tt|★★★★☆|Important}} | 5={{tt|★★★★★|Very important}}}} | ||
{{!}} {{#switch:{{{ | {{!}} {{#switch:{{{3}}} | 1={{tt|★☆☆☆☆|Some minutes}} | 2={{tt|★★☆☆☆|Some hours}} | 3={{tt|★★★☆☆|Some days}} | 4={{tt|★★★★☆|Some weeks}} | 5={{tt|★★★★★|Some months}}}} | ||
{{!}} {{#switch:{{{ | {{!}} {{#switch:{{{4}}} | 0={{tt|☆☆☆☆☆|None}} | 1={{tt|★☆☆☆☆|Preferably have played for a bit}} | 2={{tt|★★☆☆☆|Preferably have played some days}} | 3={{tt|★★★☆☆|Preferably have played to completion}} | 4={{tt|★★★★☆|Preferably knowledgeable with the details}} | 5={{tt|★★★★★|Preferably really knowledgeable with the details}}}} | ||
{{!}} {{#switch:{{{ | {{!}} {{#switch:{{{5}}} | 0={{tt|☆☆☆☆☆|None}} | 1={{tt|★☆☆☆☆|Some knowledge of the basics}} | 2={{tt|★★☆☆☆|Good knowledge of the basics}} | 3={{tt|★★★☆☆|Some knowledge of advanced features}} | 4={{tt|★★★★☆|Good knowledge of advanced features}} | 5={{tt|★★★★★|MediaWiki pro}}}} | ||
{{!}} {{{ | {{!}} {{#switch:{{{6}}} | Multiple=Multiple | None=None | {{icon|{{{6}}}}}}} | ||
{{!}} style="text-align: right;" {{!}} {{{7}}}% <span style="width:{{{7}}}px; display:inline-block; background-color:#BEB;"> </span><span style="width:{{#expr:100-{{{7}}}}}px; display:inline-block; background-color:#522"> </span> | |||
{{!}} {{{8|}}}</includeonly><noinclude> | |||
== Info == | == Info == | ||
Used in [[Pikipedia: | Used in [[Pikipedia:Current projects]], to help write down a task's stats on the main table, complete with tooltips and bars. | ||
== Parameters == | == Parameters == | ||
Line 14: | Line 16: | ||
|- | |- | ||
! 1 | ! 1 | ||
| '''Yes''' || || | | '''Yes''' || || Name || Name of the task, and name of the section that details the task. | ||
|- | |- | ||
! 2 | ! 2 | ||
| '''Yes''' || || | | '''Yes''' || || Importance || Importance rating, from 1 to 5. | ||
|- | |- | ||
! 3 | ! 3 | ||
| '''Yes''' || || | | '''Yes''' || || Duration || Duration rating, from 1 to 5. | ||
|- | |- | ||
! 4 | ! 4 | ||
| '''Yes''' || || | | '''Yes''' || || Pikmin knowledge || Pikmin knowledge rating, from 0 to 5. | ||
|- | |- | ||
! 5 | ! 5 | ||
| '''Yes''' || || | | '''Yes''' || || MediaWiki skill || MediaWiki skill rating, from 0 to 5. | ||
|- | |- | ||
! 6 | ! 6 | ||
| '''Yes''' || || Game || Applicable game. If there are multiple, type <code>Multiple</code>. If there is none, type <code>None</code>. | |||
|- | |||
! 7 | |||
| '''Yes''' || || Completion || Current completion status, from 0 to 100. | |||
|- | |||
! 8 | |||
| No || || Extra info || Any extra info to include. | | No || || Extra info || Any extra info to include. | ||
|} | |} | ||
Line 34: | Line 42: | ||
== Skeleton == | == Skeleton == | ||
<pre> | <pre> | ||
{{wiki task | <importance> | <duraiton> | <pikmin knowledge> | <mediawiki skill> | < | {{wiki task | <name> | <importance> | <duraiton> | <pikmin knowledge> | <mediawiki skill> | <game> | <completion> | <extra info>}} | ||
</pre> | </pre> | ||
[[Category:Utility templates]] | [[Category:Utility templates]]</noinclude> | ||
</noinclude> |
Latest revision as of 07:30, April 23, 2023
Info
Used in Pikipedia:Current projects, to help write down a task's stats on the main table, complete with tooltips and bars.
Parameters
Parameter | Mandatory | Default | Purpose | Detailed description |
---|---|---|---|---|
1 | Yes | Name | Name of the task, and name of the section that details the task. | |
2 | Yes | Importance | Importance rating, from 1 to 5. | |
3 | Yes | Duration | Duration rating, from 1 to 5. | |
4 | Yes | Pikmin knowledge | Pikmin knowledge rating, from 0 to 5. | |
5 | Yes | MediaWiki skill | MediaWiki skill rating, from 0 to 5. | |
6 | Yes | Game | Applicable game. If there are multiple, type Multiple . If there is none, type None .
| |
7 | Yes | Completion | Current completion status, from 0 to 100. | |
8 | No | Extra info | Any extra info to include. |
Skeleton
{{wiki task | <name> | <importance> | <duraiton> | <pikmin knowledge> | <mediawiki skill> | <game> | <completion> | <extra info>}}