Difference between revisions of "Template:Infobox Building"

From Nookipedia, the Animal Crossing wiki
Line 1: Line 1:
{| class="infobox bordered" cellpadding="4" style="width: 22em; font-size: 95%; float:right; margin-left:1em;" align="right"
+
{|class="roundy" style="width: 24em; text-align: left; font-size: 90%;border: 2px solid #78AB46;" align="right"
| align="center" colspan=2 bgcolor="#ccccff" style="font-size:110%; " | '''''{{{store name|}}}'''''
+
|colspan="2" style="text-align:center; background: #66CD00; font-size: large;" class="roundytop" |'''{{{name}}}'''
 
|-
 
|-
| colspan="2" style="text-align:center;" | {{#if: {{{image1|}}} | [[Image:{{{image1|}}}|{{{imagesize1|}}}]]}}<br/>
+
|colspan="2" style="text-align:center;"|[[File:{{{image}}}|200px]]
<small>{{{caption1|}}}</small>
+
<small>{{{caption}}}</small>
|-
 
| colspan="2" style="text-align:center;" | {{#if: {{{image2|}}} | [[Image:{{{image2|}}}|{{{imagesize2|}}}]]}}<br/>
 
<small>{{{caption2|}}}</small>
 
 
|-
 
|-
|- valign="top"
+
|colspan="2" style="text-align:center;"|[[File:{{{image2}}}|200px]]
| style="white-space: nowrap;" bgcolor="#ccccff" | '''Service'''
+
<small>{{{caption2}}}</small>
| {{{service|}}}
+
|-
|- valign="top"
+
! style="background-color:#66CD00;" | Service
| style="white-space: nowrap;" bgcolor="#ccccff" | '''Service(s)'''
+
|{{#if: {{{service|}}} | ''{{{service|}}}'' | Unknown }}
| {{{services|}}}
+
|-
|- valign="top"
+
! style="background-color:#66CD00;" | Service(s)
| style="white-space: nowrap;" bgcolor="#ccccff" | '''Hours Open'''
+
|{{#if: {{{services|}}} | ''{{{services|}}}'' | Unknown }}
| style="width:14em" | {{{hours|}}}
+
|-
 +
! style="background-color:#66CD00; {{roundybl}}" | Opening Hours
 +
|{{{hours}}}
 
|}
 
|}
 
<noinclude>
 
<noinclude>
{{/doc}}
+
<pre>
 +
{{Infobox Building
 +
|name=
 +
|image=
 +
|caption=
 +
|image2=
 +
|caption2=
 +
|service=
 +
|services= 
 +
|hours=
 +
}}</pre>
 +
[[Category:Infobox Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 04:42, November 7, 2010

{{{name}}}
[[File:{{{image}}}|200px]]

{{{caption}}}

[[File:{{{image2}}}|200px]]

{{{caption2}}}

Service Unknown
Service(s) Unknown
Opening Hours {{{hours}}}
{{Infobox Building
|name= 
|image= 
|caption= 
|image2= 
|caption2= 
|service= 
|services=  
|hours= 
}}