Template:Infobox restaurant: Difference between revisions
From WikiMD's Medical Encyclopedia
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox | <includeonly> | ||
| name = | {| 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 = | | image_caption = | ||
| 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 = | | website = | ||
| reservations = | | 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 =
}}