• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

WIKI updates

Status
Not open for further replies.

XT1shX

Pokémon Ranger
Quick question, How do i create templates? I'm trying to make the adding of locations to each pkmn page easier for me.
 

Darkfire

Administrator
Administrator
P3D Developer
just put the template into the page
and then page will create a link to the template
 

XT1shX

Pokémon Ranger
I dont really understand...
Like what im trying to do is make this a template:

{| class="wikitable nowrap sortable"
|-
! style="background-color:#B9FFC5" | Location
! style="background-color:#FFFFC8" | Rate Morning
! style="background-color:#96E0FF" | Rate Day
! style="background-color:#B0E0E6" | Rate Evening
! style="background-color:#597A9B" | Rate Night
|-
| Evolve [[Pokémon List/Bulbasaur|Bulbasaur]]
| style="background-color:#FFFFC8" | N/A
| style="background-color:#96E0FF" | N/A
| style="background-color:#B0E0E6" | N/A
| style="background-color:#597A9B" | N/A
|}
How can i make all that into a template?
 

Daziman

Champion
Trusted Support
Retired Mod
just put the template into the page
and then page will create a link to the template
I was talking about using a template i made.
Actually the question is How do i make a template .-.
Ahá!!!
Code:
Look the characteristic of other templates and you will learn about it. It's just an abreviation of codes, and you can add things with the "{{{ }}}", I mean, if a template is:
Template:photo
[[File:{{{1}}}.png]]
And you write it:
{{Photo|pokemon3d}}
The result will be:
[[File:pokémon3d.png]]
You can also do this:
Template:photo
[[File:{{{Name}}}.png]]
and write it like this:
{{Photo|Name=Pokemon3d}}
I didn't like this format, because one must write more. You can add infinite {{{ }}}, and repeat the same number to fill things witht the same word
 

Daziman

Champion
Trusted Support
Retired Mod
I dont really understand...
Like what im trying to do is make this a template:

{| class="wikitable nowrap sortable"
|-
! style="background-color:#B9FFC5" | Location
! style="background-color:#FFFFC8" | Rate Morning
! style="background-color:#96E0FF" | Rate Day
! style="background-color:#B0E0E6" | Rate Evening
! style="background-color:#597A9B" | Rate Night
|-
| Evolve [[Pokémon List/Bulbasaur|Bulbasaur]]
| style="background-color:#FFFFC8" | N/A
| style="background-color:#96E0FF" | N/A
| style="background-color:#B0E0E6" | N/A
| style="background-color:#597A9B" | N/A
|}
How can i make all that into a template?
Code:
{| class="wikitable nowrap sortable"
|-
! style="background-color:#B9FFC5" | Location
! style="background-color:#FFFFC8" | Rate Morning
! style="background-color:#96E0FF" | Rate Day
! style="background-color:#B0E0E6" | Rate Evening
! style="background-color:#597A9B" | Rate Night
|-
| Evolve [[Pokémon List/{{{1}}}|{{{1}}}]]
| style="background-color:#FFFFC8" | {{{2}}}
| style="background-color:#96E0FF" | {{{3}}}
| style="background-color:#B0E0E6" | {{{4}}}
| style="background-color:#597A9B" | {{{5}}}
|}
And you must write this to implement it:
{{Loca|Bulbasaur|10%|20%|N/A|10%}}
(if the template is called "Loca")
 

XT1shX

Pokémon Ranger
I dont really understand...
Like what im trying to do is make this a template:

{| class="wikitable nowrap sortable"
|-
! style="background-color:#B9FFC5" | Location
! style="background-color:#FFFFC8" | Rate Morning
! style="background-color:#96E0FF" | Rate Day
! style="background-color:#B0E0E6" | Rate Evening
! style="background-color:#597A9B" | Rate Night
|-
| Evolve [[Pokémon List/Bulbasaur|Bulbasaur]]
| style="background-color:#FFFFC8" | N/A
| style="background-color:#96E0FF" | N/A
| style="background-color:#B0E0E6" | N/A
| style="background-color:#597A9B" | N/A
|}
How can i make all that into a template?
Code:
{| class="wikitable nowrap sortable"
|-
! style="background-color:#B9FFC5" | Location
! style="background-color:#FFFFC8" | Rate Morning
! style="background-color:#96E0FF" | Rate Day
! style="background-color:#B0E0E6" | Rate Evening
! style="background-color:#597A9B" | Rate Night
|-
| Evolve [[Pokémon List/{{{1}}}|{{{1}}}]]
| style="background-color:#FFFFC8" | {{{2}}}
| style="background-color:#96E0FF" | {{{3}}}
| style="background-color:#B0E0E6" | {{{4}}}
| style="background-color:#597A9B" | {{{5}}}
|}
And you must write this to implement it:
{{Loca|Bulbasaur|10%|20%|N/A|10%}}
(if the template is called "Loca")
Quick question though... what do the 10%|20%|N/A|10% stand for?
EDIT:
Oh never mind i figured it out! Thanks for the help!
 

Daziman

Champion
Trusted Support
Retired Mod
I think it's better only saying the place or method (evolution), and in the "place" link it with the page of the place, and there will be the percentages and those things
 

XT1shX

Pokémon Ranger
I think it's better only saying the place or method (evolution), and in the "place" link it with the page of the place, and there will be the percentages and those things
I thought about doing that, but it seemed like it was bare, and looked naked...if that makes sense. Thats why i figured the percents would make it seem not so small. I am still linking the Routes to their respected pages though.
 

XT1shX

Pokémon Ranger
I am starting to add pokemon pages (like Diglett for example) I will add the Heading for each section:​
Information
Pokedex entry
Locations
Moves
Version History

However im leaving them blank, except for the location which im just adding the wikichart.
That would make it easier for me to quickly add location information when it is implemented, and for you guys to just copy/paste the info you usually put in.
 
Status
Not open for further replies.
Top