Difference between revisions of "Template:Infobox Restaurant"

From Pensapedia, the Pensacola encyclopedia
Jump to navigation Jump to search
m
m
 
(14 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{| class="infobox" style="width: 300px; font-size: 90%;"
 
{| class="infobox" style="width: 300px; font-size: 90%;"
 
|-
 
|-
! colspan="2" style="font-size: larger; background-color: #ABCDEF;" | {{#if: {{{name|}}}|{{{name}}}}}
+
! colspan="2" style="font-size: larger; background-color: #eef2f2;" | {{#if: {{{name|}}}|{{{name}}}}}
 
|-
 
|-
 
{{#if: {{{image|}}}|
 
{{#if: {{{image|}}}|
{{!}} colspan="2" style="line-height: 1.2; border-bottom: 1px solid #ABCDEF;" {{!}} <div style="border: 1px solid #ABCDEF;">[[Image:{{{image}}}|288px|{{{caption}}}]]</div> <center>{{{caption}}}</center>}}
+
{{!}} colspan="2" style="line-height: 1.2; border-bottom: 1px solid #eef2f2;" {{!}} <div style="border: 1px solid #dde4ea;">[[Image:{{{image}}}|300px|{{{caption}}}]]</div>{{#if: {{{caption|}}}|<center>{{{caption}}}</center>}}}}
 
|-
 
|-
 
{{#if: {{{cuisine|}}}|
 
{{#if: {{{cuisine|}}}|
Line 15: Line 15:
 
|-
 
|-
 
{{#if: {{{opened|}}}|
 
{{#if: {{{opened|}}}|
{{!}} '''Opened'''
+
{{!}} '''Established'''
 
{{!}} {{{opened}}}}}
 
{{!}} {{{opened}}}}}
 
|-
 
|-
Line 23: Line 23:
 
|-
 
|-
 
{{#if: {{{chef|}}}|
 
{{#if: {{{chef|}}}|
{{!}} '''Chef'''
+
{{!}} {{ #if: {{{cheftitle|}}}|'''{{{cheftitle}}}'''|'''Chef'''}}
 
{{!}} {{{chef}}}}}
 
{{!}} {{{chef}}}}}
 
|-
 
|-
 
{{#if: {{{slogan|}}}|
 
{{#if: {{{slogan|}}}|
 
{{!}} '''Slogan'''
 
{{!}} '''Slogan'''
{{!}} {{{slogan}}}}}
+
{{!}} ''{{{slogan}}}''}}
 +
|-
 +
{{#if: {{{hours|}}}|
 +
{{!}} '''Hours&nbsp;of&nbsp;Operation'''
 +
{{!}} {{{hours}}}}}
 +
|-
 +
{{#if: {{{phone|}}}|
 +
{{!}} '''Phone&nbsp;number'''
 +
{{!}} {{{phone}}}}}
 +
|-
 +
{{#if: {{{website|}}}|
 +
{{!}} '''Website'''
 +
{{!}} {{{website}}}}}
 
|-
 
|-
 
{{#if: {{{mapcode|}}}|
 
{{#if: {{{mapcode|}}}|
{{!}} colspan="2" {{!}} {{{mapcode}}}}}
+
{{!}} colspan="2" {{!}} <div class="NavFrame" style="border:none;"><div class="NavHead">Map</div><div class="NavContent">{{{mapcode}}}</div></div>}}
 
|}<noinclude>
 
|}<noinclude>
This is an infobox template for a restaurant. For the Map field, just use the built-in Google Editors Map (set width to 288px) and copy-paste.
+
==Usage==
 +
<pre>{{Infobox Restaurant
 +
|name=
 +
|image=
 +
|caption=
 +
|cuisine=
 +
|location=
 +
|opened=
 +
|owner=
 +
|chef=
 +
|cheftitle=
 +
|slogan=
 +
|hours=
 +
|phone=
 +
|website=
 +
|mapcode=
 +
}}</pre>
 +
For the Map field, just use the built-in Google Editors Map (set width to 288px) and copy-paste.
  
 
[[Category:Infobox templates|Restaurant]]
 
[[Category:Infobox templates|Restaurant]]
 
</noinclude>
 
</noinclude>

Latest revision as of 22:15, 26 December 2008

Usage[edit]

{{Infobox Restaurant
|name=
|image=
|caption=
|cuisine=
|location=
|opened=
|owner=
|chef=
|cheftitle=
|slogan=
|hours=
|phone=
|website=
|mapcode=
}}

For the Map field, just use the built-in Google Editors Map (set width to 288px) and copy-paste.