Template:Infobox user: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(The game rows now only appear if a value is given. See talk.)
(Someone used a pronouns parameter on their userpage even though it wasn't a part of this template, so I added one so it will show up. Some people might prefer to use it over the gender parameter.)
Line 8: Line 8:
{{#if:{{{gender|}}}|! Gender
{{#if:{{{gender|}}}|! Gender
{{!}} {{{gender}}} }}
{{!}} {{{gender}}} }}
|-
{{#if:{{{pronouns|}}}|! Pronouns
{{!}} {{{pronouns}}} }}
|-
|-
{{#if:{{{location|}}}|! Location
{{#if:{{{location|}}}|! Location
Line 83: Line 86:
{{clear}}
{{clear}}
==Info==
==Info==
This infobox can be used on user pages to help list out some information about the user, including some data that could be useful to others.
This infobox can be used on user pages to list some basic information about the user.


==Parameters==
==Parameters==
Line 103: Line 106:
! gender
! gender
| No || || The gender you identify as.
| No || || The gender you identify as.
|-
! pronouns
| No || || The pronouns you want to be referred to with.
|-
|-
! location
! location
Line 138: Line 144:
|-
|-
! pa
! pa
| No || || Same as <code>p1</code>, but for {{pa}} (not the ''Nintendo Land'' status).
| No || || Same as <code>p1</code>, but for {{pa}}.
|-
|-
! emulate
! emulate
| No || || If you are able to emulate ''Pikmin'' games on Dolphin without any big problem, give this a value, like "y".
| No || || If you are able to emulate ''Pikmin'' games without any big problems, give this a value, like "y".
|-
|-
! capturegc
! capturegc
Line 177: Line 183:


==Skeleton==
==Skeleton==
;Full skeleton
<pre>
<pre>
{{infobox user
{{infobox user
Line 184: Line 191:
|caption      =  
|caption      =  
|gender        =  
|gender        =  
|pronouns      =
|location      =  
|location      =  
|email        =  
|email        =  
Line 207: Line 215:
|css          =  
|css          =  
|languages    =  
|languages    =  
}}
</pre>
;Basic skeleton
<pre>
{{infobox user
|p1    =
|p2    =
|p3    =
|npcp1 =
|npcp2 =
|p3d  =
|hp    =
|pb    =
|pa    = 
}}
}}
</pre>
</pre>


[[Category:Information boxes]]</noinclude>
[[Category:Information boxes]]</noinclude>

Revision as of 22:07, July 19, 2022

Infobox user
Games

Info

This infobox can be used on user pages to list some basic information about the user.

Parameters

Parameter Mandatory Default Detailed description
username No {{PAGENAME}} Your nickname, if it's different from your registered user name.
image No Your avatar.
size No 160px The avatar's size.
caption No Caption for the image.
gender No The gender you identify as.
pronouns No The pronouns you want to be referred to with.
location No Where you live. Please avoid being too specific, for privacy's sake. Country or state is good enough.
email No Email address. Do not write it if you are afraid of spambots. Alternately, you can encrypt it by changing some characters. e.g. example.name(at)gmail(dot)com
youtube No URL to your YouTube channel, if any.
p1 No Use this to specify your relation with Pikmin. Suggested values are "Own", "Completed story mode", and "100% completion". This helps other users understand your knowledge with that game.
p2 No Same as p1, but for Pikmin 2.
p3 No Same as p1, but for Pikmin 3.
npcp1 No Same as p1, but for New Play Control! Pikmin.
npcp2 No Same as p1, but for New Play Control! Pikmin 2.
p3d No Same as p1, but for Pikmin 3 Deluxe.
hp No Same as p1, but for Hey! Pikmin.
pb No Same as p1, but for Pikmin Bloom.
pa No Same as p1, but for Pikmin Adventure.
emulate No If you are able to emulate Pikmin games without any big problems, give this a value, like "y".
capturegc No If you can capture direct footage (video and audio) off of a GameCube, give this a value, like "y".
capturewii No Same as capturegc, but for the Wii.
capturewiiu No Same as capturegc, but for the Wii U.
capture3ds No Same as capturegc, but for the Nintendo 3DS.
captureswitch No Same as capturegc, but for the Nintendo Switch. Since the console has a built-in video and snapshot feature, it only makes sense to use this field if you can capture longer footage than 30 seconds.
hack No If you can alter files in the Pikmin games and play the altered games, give this a value, like "y".
mediawiki No If you're good with MediaWiki markup, give this a value, like "y".
js No If you're good with Javascript, give this a value, like "y".
css No If you're good with web page CSS, give this a value, like "y".
languages No If you're good at speaking, writing and/or reading some languages, write them here. e.g. English, French, and Japanese.


Skeleton

Full skeleton
{{infobox user
|username      = 
|image         = 
|size          = 
|caption       = 
|gender        = 
|pronouns      =
|location      = 
|email         = 
|youtube       = 
|p1            = 
|p2            = 
|p3            = 
|npcp1         = 
|npcp2         = 
|p3d           = 
|hp            = 
|pb            = 
|pa            = 
|emulate       = 
|capturegc     = 
|capturewii    = 
|capturewiiu   = 
|capture3ds    = 
|captureswitch = 
|hack          = 
|mediawiki     = 
|js            = 
|css           = 
|languages     = 
}}
Basic skeleton
{{infobox user
|p1    = 
|p2    = 
|p3    = 
|npcp1 = 
|npcp2 = 
|p3d   = 
|hp    = 
|pb    = 
|pa    =  
}}