Help:FAQ: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
(Removed the custom signature section because it's just misleading and confusing. Mentioned that signatures can be customized in the preferences page.)
 
(43 intermediate revisions by 15 users not shown)
Line 1: Line 1:
First off, welcome to pikipedia! We hope you will enjoy editing here. This page should clarify any doughts, confusions, or misconceptions. If you wish to ask a new question about this wiki or a general wiki question please click the discussion tab at the top of this page and post your question there. We will try to answer it there. Or try visiting Wikipedia's [[Wikipedia:Help:Contents|help section]].
{{shortcut|P:FAQ}}
 
This page should clarify any doubts, confusion, or misconceptions. If you wish to ask a new question about this wiki or a general wiki question, create a page at the [[forum:help desk|help desk]] and we will try to answer it. For information on how to edit pages, see [[Help:Editing]]; or if you just want to know what you can do, take a look at [[Pikipedia:Helping out]].
===How do I make an image gallery?===
To make an image gallery, you would use the '''<nowiki><gallery></nowiki>''' tag, then list the images (one on each line) that you want to display.


*Example (Bulborb):
==Signatures==
===How do I sign my name at the end of my posts?===
To sign your name, type four tildes.


'''<nowiki><gallery></nowiki><br>'''
*Example: <code><nowiki>~~~~</nowiki></code> for [[User:Espyo]], produces "— '''{''[[User:Espyo|Espyo]]''<sup>[[User talk:Espyo|T]]</sup>}''' 08:00, 19 May 2012 (EDT)"
Image:180px-Red Bulborb OF.jpg|A [[Red Bulborb]].
Image:Hairybulborb.jpg|A [[Hairy Bulborb]].
Image:Orangebulborb.jpg|An [[Orange Bulborb]].


'''<nowiki></gallery></nowiki>'''
You can customize your signature in your [[Special:Preferences|preferences page]].


Turns into this:
==Userpages==
===How do I create my user page?===
To create your user page, you need to [[Special:CreateAccount|sign up]] for an account on Pikipedia and become an [[Pikipedia:Autoconfirmed users|autoconfirmed user]]. After you have met the requirements, click on your account name in the upper-right corner (assuming you are using the default skin) and you will be taken to a blank page.


<gallery>
Once you are at the blank page, click on the "Edit" tab and edit to your heart's content.
Image:180px-Red Bulborb OF.jpg|A [[Red Bulborb]].
Image:Hairybulborb.jpg|A [[Hairy Bulborb]].
Image:Orangebulborb.jpg|An [[Orange Bulborb]].
</gallery>


==Signatures==
===How do I make a subpage for my user page?===
To make a subpage for your user page, you must first be an [[Pikipedia:Autoconfirmed users|autoconfirmed user]]. Once that requirement is met, add a slash after your username in the address (URL), then type the name of the page you want to create. You can also preview a link to the page by editing any other page, then click on that to go there.


===How do I sign my name at the end of my posts?===
*Example: Say that [[User:Goolix|Goolix]] wanted to create a user subpage called sig. On their user page, they would type: '''<nowiki>[[User:Goolix/sig]]</nowiki>''', then preview the page. Once the page is previewed, they would click on the link they just created and edit it.
To sign your name at the end of your posts, you type four tildes.


*Example: <nowiki>~~~~</nowiki> for me, produces--[[User:Goolix|<b><span style="color:black">Goolix</span></b>]]<sup>[[User talk:Goolix|burp!!!]]</sup>[[Image:'s_Family_Crest.jpg|20px]][[Image:Black_Sun.jpg|30px]][[Image:Mandoinsignia.jpg|color:blue|20px]] 00:21, 17 November 2006 (UTC)
==How do I make a userbox?==
A '''userbox''' is a small, usually colored box that users place on their user pages to give information about themselves. They tend to concern the preferences or habits of a user. Current [[Pikipedia:About|Pikipedia]] userboxes are found at [[:Category:Pikipedia userboxes]].


===How do I make a totally nifty custom signature?===
To create a custom userbox, there are a number of options:
To make a custom signature, first make a subpage to your userpage (see below if you don't know how) called '''User:(Your username)/sig.''' On that page, add a link to your userpage, and edit your username as you want it to appear in your signature, maybe adding colour, a picture or a link to your talk page.
*'''Use code from an existing userbox.''' This involves editing another userbox on the wiki to copy its code, then changing it to suit your needs. This should be saved as a [[#How do I make a subpage for my user page?|subpage to your user page]].
*'''Use ''Template:Userbox''.''' Follow the documentation found at [[Template:Userbox]] to create a simple userbox.
*Otherwise, if you have knowledge of MediaWiki [[Help:Editing#Tables|tables]] and CSS styles, '''create a userbox from scratch'''.  These are the two basic elements used in userboxes and are all that is needed.


After you fixed up your custom sig to your liking, you now (quite obviously) want to display it. To do so, save your creation, then go to your preferences screen in the upper right hand corner. In the "Nickname" field (right under your email address), add '''<nowiki>{{SUBST:User:(yourname)/sig}}</nowiki>''', make sure that "Raw signature" is checked, and save. Now when you sign your name, your sig should be replaced by your custom sig.
Once saved, the finished userbox can be substituted into any page via the code ''<nowiki>{{User:Username/subpage}}</nowiki>''.


*Example: Take a look at [[User:Goolix/sig.]] for an example of code to use. There are other custom sigs out there, but I don't want to link to them without permission. If you find one you like, you can take a look at the source by adding "/sig" at the end of the user in question's userpage.
Other than that, there's the [[Template:Infobox user|user infobox]], which you can use to list some info about yourself.
 
==Userpages==


===How do I create my userpage?===
===Towers===
To create your userpage, you first have to have signed up for an account at pikipedia. After you have signed up and logged in, you should see your account name in the upper right hand corner (assuming you are using the default skin). Click on it and you will be taken to a blank page.
Userboxes are most often arranged into columns, or "towers", on user pages, especially when there are quite a few to display. This can be achieved with the following code (change ''float: right'' to ''float: left'' if preferred):
<pre>
{|style="border-spacing: 10px; float: right;"
|-
| The first userbox goes here
|-
| Another one could be here
|-
| And so on
|}
</pre>


Once you are at the blank page, click on the "edit" tab and edit to your heart's content.
This is a simple MediaWiki [[Help:Editing#Tables|table]], so it can be given styles and classes like any other table.


===How do I make a subpage for my userpage?===
==What do NTSC and PAL mean?==
To make a subpage for your userpage, you add a slash after your username, then add the name of the page you want to create.  
{{main|Region}}
{{w|NTSC}} and {{w|PAL}} are analog television encoding schemes. NTSC is used in North America and Japan, while PAL is used in Europe and Australia. Video games from before the age of digital television usually have separate NTSC and PAL versions for technical reasons, but these version differences are also used to allow for different localization versions, altering aspects of the game to fit regional cultural differences. "NTSC" is often used as a short way to refer to the American localization of a game, while "PAL" is used to refer to the European localisation. However, this usage of the terms is technically inaccurate, since the versions for different televisions don't necessarily have to have localization differences, and there can be different versions of the game for the same encoding scheme (such as different Japanese and American versions that both use NTSC). On Pikipedia, it is therefore recommended to use the terms "Japanese", "US", and "European" to refer to the different localized versions of ''Pikmin'' games.


*Example: Say I wanted to create a user subpage called sig. On my userpage, I would type: '''<nowiki>[[User:Goolix/sig]]</nowiki>''', then preview (or save) the page. Once the page is previewed/saved,  I would click on the subpage link I just created, and edit it
==Can I spell "Pikmin" with a lowercase p?==
No. Every time you type Pikmin, always do it with an uppercase P. This is the official spelling. You can read more at [[Pikmin family#Naming]].


{{help}}
[[Category:Help]]
[[Category:Help]]

Latest revision as of 17:22, November 23, 2023

Shortcut:
P:FAQ

This page should clarify any doubts, confusion, or misconceptions. If you wish to ask a new question about this wiki or a general wiki question, create a page at the help desk and we will try to answer it. For information on how to edit pages, see Help:Editing; or if you just want to know what you can do, take a look at Pikipedia:Helping out.

Signatures[edit]

How do I sign my name at the end of my posts?[edit]

To sign your name, type four tildes.

You can customize your signature in your preferences page.

Userpages[edit]

How do I create my user page?[edit]

To create your user page, you need to sign up for an account on Pikipedia and become an autoconfirmed user. After you have met the requirements, click on your account name in the upper-right corner (assuming you are using the default skin) and you will be taken to a blank page.

Once you are at the blank page, click on the "Edit" tab and edit to your heart's content.

How do I make a subpage for my user page?[edit]

To make a subpage for your user page, you must first be an autoconfirmed user. Once that requirement is met, add a slash after your username in the address (URL), then type the name of the page you want to create. You can also preview a link to the page by editing any other page, then click on that to go there.

  • Example: Say that Goolix wanted to create a user subpage called sig. On their user page, they would type: [[User:Goolix/sig]], then preview the page. Once the page is previewed, they would click on the link they just created and edit it.

How do I make a userbox?[edit]

A userbox is a small, usually colored box that users place on their user pages to give information about themselves. They tend to concern the preferences or habits of a user. Current Pikipedia userboxes are found at Category:Pikipedia userboxes.

To create a custom userbox, there are a number of options:

  • Use code from an existing userbox. This involves editing another userbox on the wiki to copy its code, then changing it to suit your needs. This should be saved as a subpage to your user page.
  • Use Template:Userbox. Follow the documentation found at Template:Userbox to create a simple userbox.
  • Otherwise, if you have knowledge of MediaWiki tables and CSS styles, create a userbox from scratch. These are the two basic elements used in userboxes and are all that is needed.

Once saved, the finished userbox can be substituted into any page via the code {{User:Username/subpage}}.

Other than that, there's the user infobox, which you can use to list some info about yourself.

Towers[edit]

Userboxes are most often arranged into columns, or "towers", on user pages, especially when there are quite a few to display. This can be achieved with the following code (change float: right to float: left if preferred):

{|style="border-spacing: 10px; float: right;"
|-
| The first userbox goes here
|-
| Another one could be here
|-
| And so on
|}

This is a simple MediaWiki table, so it can be given styles and classes like any other table.

What do NTSC and PAL mean?[edit]

Main article: Region.

NTSC and PAL are analog television encoding schemes. NTSC is used in North America and Japan, while PAL is used in Europe and Australia. Video games from before the age of digital television usually have separate NTSC and PAL versions for technical reasons, but these version differences are also used to allow for different localization versions, altering aspects of the game to fit regional cultural differences. "NTSC" is often used as a short way to refer to the American localization of a game, while "PAL" is used to refer to the European localisation. However, this usage of the terms is technically inaccurate, since the versions for different televisions don't necessarily have to have localization differences, and there can be different versions of the game for the same encoding scheme (such as different Japanese and American versions that both use NTSC). On Pikipedia, it is therefore recommended to use the terms "Japanese", "US", and "European" to refer to the different localized versions of Pikmin games.

Can I spell "Pikmin" with a lowercase p?[edit]

No. Every time you type Pikmin, always do it with an uppercase P. This is the official spelling. You can read more at Pikmin family#Naming.