Join the PidgiWiki Discord! https://discord.gg/Eg9QahqpXf
Template:Info: Difference between revisions
on PidgiWiki, the video game media repository
(Created page with "<div class="metrobox" width="100%" style="background:#622E00;padding:14px;padding-left:20px;min-height:132px;border:16px #fff solid;"> <div style="float:right;"> {{#switch:{{{...") |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="metrobox" width="100%" style="background:#622E00;padding:14px;padding-left:20px;min-height:132px;border:16px #fff solid;"> | <includeonly><div class="metrobox" width="100%" style="background:#622E00;padding:14px;padding-left:20px;min-height:132px;border:16px #fff solid;"> | ||
<div style="float:right;"> | <div style="float:right;"> | ||
{{#switch:{{{system|}}}|=|{{Info/system|{{{system|}}}}}}}{{#switch:{{{system2|}}}|=|{{Info/system|{{{system2|}}}}}}}{{#switch:{{{system3|}}}|=|{{Info/system|{{{system3|}}}}}}}{{#switch:{{{system4|}}}|=|{{Info/system|{{{system4|}}}}}}}{{#switch:{{{language|}}}|=|{{Info/language|{{{language|}}}}}}}{{#switch:{{{language2|}}}|=|{{Info/language|{{{language2|}}}}}}} | {{#switch:{{{system|}}}|=|{{Info/system|{{{system|}}}}}}}{{#switch:{{{system2|}}}|=|{{Info/system|{{{system2|}}}}}}}{{#switch:{{{system3|}}}|=|{{Info/system|{{{system3|}}}}}}}{{#switch:{{{system4|}}}|=|{{Info/system|{{{system4|}}}}}}}{{#switch:{{{language|}}}|=|{{Info/language|{{{language|}}}}}}}{{#switch:{{{language2|}}}|=|{{Info/language|{{{language2|}}}}}}} | ||
</div> | </div> | ||
<div style="padding-top:12px;font-size:48px;font-family:'Segoe UI Light','Segoe Light','Segoe UI','Segoe',Segoe,'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;">info</div>{{#switch:{{{description|}}}|=|{{Info/section|description|{{{description}}}}}}}{{#switch:{{{game|}}}|=|{{Info/section|game|{{{game}}}}}}}{{#switch:{{{event|}}}|=|{{Info/section|event|{{{event}}}}}}}{{#switch:{{{movie|}}}|=|{{Info/section|movie|{{{movie}}}}}}}{{#switch:{{{set|}}}|=|{{Info/section|set|{{{set}}}}}}}{{#switch:{{{series|}}}|=|{{Info/section|series|{{{series}}}}}}}<!--{{#switch:{{{generation|}}}|=|{{Info/section|generation|{{{generation}}}}}}}-->{{#switch:{{{characters|}}}|=|{{Info/section|characters|{{{characters}}}}}}}{{#switch:{{{date|}}}|=|{{Info/section|date|{{{date}}}}}}}{{#switch:{{{artist|}}}|=|{{Info/section|artist|{{{artist}}}}}}}{{#switch:{{{source|}}}|=|{{#switch:{{{sourcelink|}}}|={{Info/section|source|{{{source}}}}}|{{Info/sectionlink|source|{{{source}}}|{{{sourcelink}}}}}}}}} | <div style="padding-top:12px;font-size:48px;font-family:'Segoe UI Light','Segoe Light','Segoe UI','Segoe',Segoe,'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;">info</div>{{#switch:{{{description|}}}|=|{{Info/section|description|{{{description}}}}}}}{{#switch:{{{game|}}}|=|{{Info/section|game|{{{game}}}}}}}{{#switch:{{{event|}}}|=|{{Info/section|event|{{{event}}}}}}}{{#switch:{{{movie|}}}|=|{{Info/section|movie|{{{movie}}}}}}}{{#switch:{{{set|}}}|=|{{Info/section|set|{{{set}}}}}}}{{#switch:{{{series|}}}|=|{{Info/section|series|{{{series}}}}}}}<!--{{#switch:{{{generation|}}}|=|{{Info/section|generation|{{{generation}}}}}}}-->{{#switch:{{{characters|}}}|=|{{Info/section|characters|{{{characters}}}}}}}{{#switch:{{{date|}}}|=|{{Info/section|date|{{{date}}}}}}}{{#switch:{{{artist|}}}|=|{{Info/section|artist|{{{artist}}}}}}}{{#switch:{{{source|}}}|=|{{#switch:{{{sourcelink|}}}|={{Info/section|source|{{{source}}}}}|{{Info/sectionlink|source|{{{source}}}|{{{sourcelink}}}}}}}}} | ||
</div> | </div></includeonly><noinclude> | ||
===How to use=== | |||
Use as many descriptors as possible. You will most likely never use every single one. | |||
<code> | |||
:{{Info | |||
:|description=Description of the file | |||
:|game=Game name | |||
:|event=Event name | |||
:|movie=Pokémon movie | |||
:|set=Pokémon TCG set | |||
:|series=Game series | |||
:|generation=Pokémon Generation number (in Roman numerals) | |||
:|characters=Characters in the image (use <nowiki>{{char|Character name}}</nowiki> separated by commas) | |||
:|date=Date | |||
:|system=System name | |||
:|language=Language name | |||
:|source=Source name | |||
:|sourcelink=URL | |||
:}} | |||
</code> | |||
</noinclude> |
Revision as of 10:54, 24 August 2012
How to use
Use as many descriptors as possible. You will most likely never use every single one.
- {{Info
- |description=Description of the file
- |game=Game name
- |event=Event name
- |movie=Pokémon movie
- |set=Pokémon TCG set
- |series=Game series
- |generation=Pokémon Generation number (in Roman numerals)
- |characters=Characters in the image (use {{char|Character name}} separated by commas)
- |date=Date
- |system=System name
- |language=Language name
- |source=Source name
- |sourcelink=URL
- }}