Difference between revisions of "Template:Infobox Town"

From Nookipedia, the Animal Crossing wiki
(Switching to CSS colour class)
 
(38 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{|class="roundy" style="width: 24em; text-align: left; font-size: 90%;border: 2px solid #63A521;" align="right"
+
{{Infobox 2.0
|colspan="2" style="text-align:center; background: #DarkGreen; font-size: large;" class="roundytop" |'''{{{name}}}'''
+
| colorclass    = color-town
|-
+
| title          = {{{name|{{PAGENAME}}}}}
|colspan="2" style="text-align:center;"|[[File:{{{map}}}|200px]]
+
| primarycolor  = 107 29
|-
+
| image          = {{#if:{{{map|}}}|[[File:{{{map}}}|{{#if:{{{crisp-map|}}}|class=sprite{{!}}}}{{{map-imagesize|{{{imagesize|200px}}}}}}]]|{{#if:{{{photo|}}}|[[File:{{{photo}}}|{{#if:{{{crisp-photo|}}}|class=sprite{{!}}}}{{{photo-imagesize|{{{imagesize|200px}}}}}}]]}}}}
! style="background-color:#Green;" | <center>Creation date</center>
+
| caption        = {{{caption|}}}
|{{#if: {{{created|}}} | ''{{{created|}}}'' | Unknown }}
+
| image2        = {{#if:{{{map|}}}|{{#if:{{{photo|}}}|[[File:{{{photo}}}|{{#if:{{{crisp-photo|}}}|class=sprite{{!}}}}{{{photo-imagesize|{{{imagesize|200px}}}}}}]]}}}}
|-
+
| caption2      = {{{caption2|}}}
! style="background-color:#Green;" | <center>Game</center>
+
 
|{{#if: {{{game|}}} | ''{{{game|}}}'' | Unknown }}
+
| widelabel      = Dream Address
|-
+
| widedata      = {{{dream code|}}}
! style="background-color:#Green; {{roundybl}}" | <center>Native fruit</center>
+
| widelabel2    = Creator Code
|{{#if: {{{nativefruit|}}} | ''{{{nativefruit|}}}'' | Unknown }}
+
| widedata2      = {{{creator code|}}}
|}
+
| widelabel3    = Friend Code
<noinclude>
+
| widedata3      = {{{friend code|}}}
 +
 
 +
| label          = Game
 +
| data          = {{{game|}}}
 +
| label2        = {{#ifeq:{{{game|}}}|{{NL}}|Mayor|Player}}
 +
| data2          = {{{mayor|}}}
 +
| {{#ifeq:{{{game|}}}|{{NL}}||NULL}}label3        = Player
 +
| {{#ifeq:{{{game|}}}|{{NL}}||NULL}}data3          = {{{player|}}}  
 +
| label4        = Creation date
 +
| data4          = {{{created|}}}  
 +
| label5        = Native fruit
 +
| data5          = {{#if:{{{nativefruit|}}}|{{#switch:{{{nativefruit|Apples}}}| Apples = [[File:Fruit Apple NH Icon.png|20px|link=]] Apples | Pears = [[File:Fruit Pear NH Icon.png|20px|link=]] Pears | Cherries = [[File:Fruit Cherry NH Icon.png|20px|link=]] Cherries | Oranges = [[File:Fruit Orange NH Icon.png|20px|link=]] Oranges | Peaches = [[File:Fruit Peach NH Icon.png|20px|link=]] Peaches | Lemons = [[File:Lemon PC Icon.png|20px|link=]] Lemons | Grapes = [[File:Grapes PC Icon.png|20px|link=]] Grapes | Lychees = [[File:Lychee PC Icon.png|20px|link=]] Lychees}}|}}
 +
| label6        = Hemisphere
 +
| data6          = {{#if:{{{hemisphere|}}}|{{#switch:{{{hemisphere|Northern}}} |Northern = [[File:Northern Hemisphere icon.png|20px|link=]] [[Hemisphere|Northern]]|Southern = [[File:Southern Hemisphere icon.png|20px|link=]] [[Hemisphere|Southern]]}}|}}
 +
| label7        = Status
 +
| data7          = {{#if:{{{status|}}}|<div style="margin: 0 auto; text-align:center; width:150px; height: 20px; {{roundy|9px}} background: #{{#switch: {{{status|}}} |Bot = 8E8E8E |Active = 84ED68 |Around = D2ECBE |Hiatus = A38949 |Inactive = ADC0F5}}">'''{{#switch: {{{status|}}} |Bot = Bot |Active = Active |Around = Around |Hiatus = Hiatus |Inactive = Inactive}}'''</div>}}}}<noinclude>
 +
{{Clear}}
 +
 
 
==Usage==
 
==Usage==
<pre>
+
===General Template===
 +
<pre>{{Infobox Town
 +
|name =
 +
|map =
 +
|map-imagesize =
 +
|photo =
 +
|photo-imagesize =
 +
|dream code =
 +
|creator code =
 +
|friend code =
 +
|game =
 +
|mayor =
 +
|player = (only for New Leaf)
 +
|created =
 +
|nativefruit = (Apples, Pears, Cherries, Oranges, Peaches) (Lemons, Grapes, Lychees)
 +
|hemisphere = (Northern, Southern)
 +
|status = (Bot, Active, Around, Hiatus, Inactive)
 +
}}</pre>
 +
===Example===
 
{{Infobox Town
 
{{Infobox Town
|name=  
+
|name = Sundale
|map=  
+
|map = NH Map.jpg
|created=  
+
|map-imagesize = 300px
|game=  
+
|photo = Mystery Island 20 NH.jpg
 +
|photo-imagesize = 300px
 +
|dream code = DA-0123-4567-8910
 +
|creator code = MA-0123-4567-8910
 +
|game = {{NH}}
 +
|mayor = Sunny
 +
|created = March 20, 2020
 +
|nativefruit = Apples
 +
|hemisphere = Southern
 +
|status = Around
 
}}
 
}}
</pre>[[Category:Infobox Templates]]</noinclude>
+
<pre>{{Infobox Town
 +
|name = Sundale
 +
|map = NH Map.jpg
 +
|map-imagesize = 300px
 +
|photo = Mystery Island 20 NH.jpg
 +
|photo-imagesize = 300px
 +
|dream code = DA-0123-4567-8910
 +
|creator code = MA-0123-4567-8910
 +
|game = {{NH}}
 +
|mayor = Sunny
 +
|created = March 20, 2020
 +
|nativefruit = Apples
 +
|hemisphere = Southern
 +
|status = Around
 +
}}</pre>
 +
[[Category:Personal templates]][[Category:Infobox templates]]</noinclude>

Latest revision as of 03:51, May 18, 2024

No image available

Usage

General Template

{{Infobox Town
|name = 
|map = 
|map-imagesize = 
|photo = 
|photo-imagesize = 
|dream code = 
|creator code = 
|friend code = 
|game = 
|mayor = 
|player = (only for New Leaf)
|created = 
|nativefruit = (Apples, Pears, Cherries, Oranges, Peaches) (Lemons, Grapes, Lychees)
|hemisphere = (Northern, Southern)
|status = (Bot, Active, Around, Hiatus, Inactive)
}}

Example

NH Map.jpg
Mystery Island 20 NH.jpg
Dream Address
DA-0123-4567-8910
Creator Code
MA-0123-4567-8910
Game Animal Crossing: New Horizons
Player Sunny
Creation date March 20, 2020
Native fruit Fruit Apple NH Icon.png Apples
Hemisphere Southern Hemisphere icon.png Southern
Status
Around
{{Infobox Town
|name = Sundale
|map = NH Map.jpg
|map-imagesize = 300px
|photo = Mystery Island 20 NH.jpg
|photo-imagesize = 300px
|dream code = DA-0123-4567-8910
|creator code = MA-0123-4567-8910
|game = {{NH}}
|mayor = Sunny
|created = March 20, 2020
|nativefruit = Apples
|hemisphere = Southern
|status = Around
}}