Difference between revisions of "Help:Contents"

From Pokémon 3D Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
Search here: http://www.mediawiki.org/wiki/Help:Contents
Search here: http://www.mediawiki.org/wiki/Help:Contents


== For all version 2 templates ==
For all version 2 templates
----
This is a self-help zone for all version 2 template created by [[User:Jianmingyong|jianmingyong]]. Although most of the template have its example, it is not documented for every single page.
This is a self-help zone for all version 2 template created by [[User:Jianmingyong|jianmingyong]]. Although most of the template have its example, it is not documented for every single page.


There are tons of quick template you can use to get certain data without making tedious template. You may want to use them whenever you need it.
There are tons of quick template you can use to get certain data without making tedious template. You may want to use them whenever you need it.


=== Pokémon Data ===
== Pokémon Data ==
==== Name ====
=== Name ===
To convert the National Dex into its name, you can use <nowiki>{{PokémonListV2|Name|1}}</nowiki> which results as {{PokémonListV2|Name|1}}.
To convert the National Dex into its name, you can use <nowiki>{{PokémonListV2|Name|1}}</nowiki> which results as {{PokémonListV2|Name|1}}.


==== Obtainable ====
=== Obtainable ===
If you want to show some stats about whether a Pokémon is obtainable, you can use <nowiki>{{PokémonListV2|Implemented|1}}</nowiki> which results as {{PokémonListV2|Implemented|1}}.
If you want to show some stats about whether a Pokémon is obtainable, you can use <nowiki>{{PokémonListV2|Implemented|1}}</nowiki> which results as {{PokémonListV2|Implemented|1}}.


Line 19: Line 20:
<nowiki>{{#Switch:{{PokémonListV2|Implemented|1}}| Yes | IOC | IONC = Yes | No | INONC | NINONC = No}}</nowiki>
<nowiki>{{#Switch:{{PokémonListV2|Implemented|1}}| Yes | IOC | IONC = Yes | No | INONC | NINONC = No}}</nowiki>


=== Misc ===
== Misc ==
==== Spoiler ====
=== Info Messages ===
Have you seen quite a few info message appearing in some pages? They usually tell you some important info before proceeding.
 
To use it, simply type <nowiki>{{InfoV2|Test}}</nowiki> which results in {{InfoV2|Test}}
 
=== Spoiler ===
To use a spoiler, you can have a few syntax depending on your needs.
To use a spoiler, you can have a few syntax depending on your needs.



Revision as of 21:57, 25 January 2015

Need help editing Pokemon3D Wiki?

Search here: http://www.mediawiki.org/wiki/Help:Contents

For all version 2 templates


This is a self-help zone for all version 2 template created by jianmingyong. Although most of the template have its example, it is not documented for every single page.

There are tons of quick template you can use to get certain data without making tedious template. You may want to use them whenever you need it.

Pokémon Data

Name

To convert the National Dex into its name, you can use {{PokémonListV2|Name|1}} which results as Bulbasaur.

Obtainable

If you want to show some stats about whether a Pokémon is obtainable, you can use {{PokémonListV2|Implemented|1}} which results as Yes.

Due to the fact that it is under my template code, it will not show in terms of Yes and No unless you made a condition for the result.

{{#Switch:{{PokémonListV2|Implemented|1}}| Yes | IOC | IONC = Yes | No | INONC | NINONC = No}}

Misc

Info Messages

Have you seen quite a few info message appearing in some pages? They usually tell you some important info before proceeding.

To use it, simply type {{InfoV2|Test}} which results in

Test

Spoiler

To use a spoiler, you can have a few syntax depending on your needs.

Note: You cannot have the same ID for each spoiler in a page. The ID must be unique to hide one spoiler at the time.

A normal spoiler: {{SpoilerV2|ID = 1|Hi}} which results in

Spoiler:
Toggle Spoiler
Hi

A titled spoiler: A normal spoiler: {{SpoilerV2|ID = 2|I am a title|Hi I am a test message}} which results in

Spoiler: I am a title
Toggle Spoiler
Hi I am a test message