Difference between revisions of "Template:Island"
From Twinsuniverse
J McKalling (Talk | contribs) m (23 revisions) |
J McKalling (Talk | contribs) (not sure whether this template is going to be used yet - sorry, but got rid of ugly styles) |
||
Line 1: | Line 1: | ||
− | <includeonly>{| | + | <includeonly>{| |
− | ! colspan="2" | + | ! colspan="2" | ''{{{name}}}'' |
|- | |- | ||
− | ! colspan="2" | + | ! colspan="2" | {{#if: {{{image|}}} | [[File:{{{image}}}|{{PAGENAME}}]] | [[File:DIVERS.gif|{{PAGENAME}}]] }} |
|- | |- | ||
− | ! | + | ! Inhabitants |
− | + | | {{{inhabitants}}} | |
|- | |- | ||
− | ! | + | ! Size |
− | + | | {{{size}}} | |
|- | |- | ||
− | ! | + | ! Type |
− | + | | {{{type}}} | |
|- | |- | ||
− | ! | + | ! Transportation |
− | + | | {{{transportation}}} | |
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
This is an infobox template, used for articles about islands. | This is an infobox template, used for articles about islands. | ||
==Parameters== | ==Parameters== | ||
− | * ''' | + | * '''name''': The name of the island |
− | * ''' | + | * '''image''': The image filename of the island (defaults to an empty image) |
− | * ''' | + | * '''imagewidth''': The size of the image in pixels. 200 is preferable, unless no image is available |
− | * ''' | + | * '''inhabitants''': The population of the island- number/A few/A lot |
− | * ''' | + | * '''size''': The size of the island- Small/Medium/Large |
− | * ''' | + | * '''type''': The surface type of the island- Green/Desert/Ice/Rock/Lava/Other |
− | * ''' | + | * '''transportation''': Ways possible to reach the island. For example, ferry, [[Dino-Fly]], etc. Preferably separate each way with a <nowiki><br></nowiki> line break |
==Syntax== | ==Syntax== | ||
− | <pre><nowiki>{{ | + | <pre><nowiki>{{island |
− | + | |name= | |
− | + | |image= | |
− | + | |imagewidth=200 | |
− | + | |inhabitants= | |
− | + | |size= | |
− | + | |type= | |
− | + | |transportation= | |
+ | }}</nowiki></pre> | ||
− | [[Category: | + | [[Category:Twinsuniverse - Templates]] |
+ | </noinclude> |
Revision as of 18:45, 13 January 2013
This is an infobox template, used for articles about islands.
Parameters
- name: The name of the island
- image: The image filename of the island (defaults to an empty image)
- imagewidth: The size of the image in pixels. 200 is preferable, unless no image is available
- inhabitants: The population of the island- number/A few/A lot
- size: The size of the island- Small/Medium/Large
- type: The surface type of the island- Green/Desert/Ice/Rock/Lava/Other
- transportation: Ways possible to reach the island. For example, ferry, Dino-Fly, etc. Preferably separate each way with a <br> line break
Syntax
{{island |name= |image= |imagewidth=200 |inhabitants= |size= |type= |transportation= }}