Template:Infobox restaurant: Difference between revisions

From WikiMD's Medical Encyclopedia

No edit summary
No edit summary
 
Line 1: Line 1:
{{Infobox  
<includeonly>
| name = Example Restaurant
{| class="infobox" style="width:22em; font-size:90%; text-align:left; border:1px solid #aaa; background-color:#f9f9f9;"
|-
! colspan="2" style="text-align:center; background-color:#ccf; font-size:110%; font-weight:bold;" | {{{name|}}}
|-
| colspan="2" style="text-align:center;" | {{#if:{{{logo|}}}|[[File:{{{logo}}}|frameless|alt={{{logo_alt|}}}]]|}}
{{#if:{{{logo_caption|}}}|<div style="font-size:85%; font-style:italic;">{{{logo_caption}}}</div>|}}
|-
| colspan="2" style="text-align:center;" | {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|alt={{{image_alt|}}}]]|}}
{{#if:{{{image_caption|}}}|<div style="font-size:85%; font-style:italic;">{{{image_caption}}}</div>|}}
|-
! Established
| {{{established|}}}
|-
! Current Owner
| {{{current_owner|}}}
|-
! Head Chef
| {{{head_chef|}}}
|-
! Food Type
| {{{food_type|}}}
|-
! Dress Code
| {{{dress_code|}}}
|-
! Rating
| {{{rating|}}}
|-
! Street Address
| {{{street_address|}}}
|-
! City
| {{{city|}}}
|-
! State
| {{{state|}}}
|-
! Country
| {{{country|}}}
|-
! Coordinates
| {{{coordinates|}}}
|-
! Website
| {{#if:{{{website|}}}|[{{{website}}} Official website]|}}
|-
! Reservations
| {{{reservations|}}}
|}
</includeonly>
<noinclude>
This is the `Template:Infobox Restaurant` for creating infoboxes for restaurant-related pages. Copy and paste the following usage into your article and fill in the fields as applicable:
 
<pre>
{{Infobox Restaurant
| name =  
| logo =  
| logo =  
| logo_alt =  
| logo_alt =  
Line 6: Line 61:
| image =  
| image =  
| image_alt =  
| image_alt =  
| image_caption = The dining area
| image_caption =  
| established = 1985
| established =  
| current_owner = John Doe
| current_owner =  
| head_chef = Jane Smith
| head_chef =  
| food_type = Italian
| food_type =  
| dress_code = Casual
| dress_code =  
| rating = ★★★☆☆
| rating =  
| street_address = 123 Main Street
| street_address =  
| city = Example City
| city =  
| state = Example State
| state =  
| country = Example Country
| country =  
| coordinates = {{coord|37.7749|-122.4194}}
| coordinates =  
| website = https://www.example.com
| website =  
| reservations = Recommended
| reservations =  
}}
}}
</pre>
</noinclude>

Latest revision as of 03:42, 12 January 2025


This is the `Template:Infobox Restaurant` for creating infoboxes for restaurant-related pages. Copy and paste the following usage into your article and fill in the fields as applicable:

{{Infobox Restaurant
| name = 
| logo = 
| logo_alt = 
| logo_caption = 
| image = 
| image_alt = 
| image_caption = 
| established = 
| current_owner = 
| head_chef = 
| food_type = 
| dress_code = 
| rating = 
| street_address = 
| city = 
| state = 
| country = 
| coordinates = 
| website = 
| reservations = 
}}