「テンプレート:Infobox Brewery」の版間の差分

編集の要約なし
編集の要約なし
1行目: 1行目:
<includeonly>
<includeonly>
{| class="infobox" style="width:30em; text-align:left; font-size: 90%;"
{| class="infobox" style="width:30em; text-align:left; font-size:90%;"
|-
|-
! colspan="2" style="background-color: #2e8b57; color:white; text-align:center; font-size:130%;" | '''{{{name|}}}'''
! colspan="2" style="background-color:#2e8b57; color:white; text-align:center; font-size:130%;" | '''{{{name|{{PAGENAME}}}}}'''
 
{{#if:{{{image|}}}|
|-
|-
| colspan="2" style="text-align:center;" |
| colspan="2" style="text-align:center; padding:0.5em;" |
{{#if:{{{image|}}}|[[File:{{{image}}}|250px]]<br/>{{{caption|}}}}}
[[File:{{{image}}}|250px]]
{{#if:{{{caption|}}}|<br />{{{caption}}}}}
}}
 
{{#if:{{{status|}}}|
|-
| style="width:8em;" | '''営業状況'''
| {{{status}}}
}}
 
{{#if:{{{area|}}}|
|-
|-
| style="width:8em;" | '''エリア'''
| style="width:8em;" | '''エリア'''
| {{{area|情報なし}}}
| {{{area}}}
}}
 
{{#if:{{{location|}}}|
|-
|-
| '''所在地'''
| '''所在地'''
| {{{location|情報なし}}}
| {{{location}}}
}}
 
{{#if:{{{access|}}}|
|-
| '''アクセス'''
| {{{access}}}
}}
 
{{#if:{{{year_founded|}}}|
|-
|-
| '''創業年'''
| '''創業年'''
| {{{year_founded|情報なし}}}
| {{{year_founded}}}
{{#if:{{{status|}}}|
}}
 
{{#if:{{{opened|}}}|
|-
| '''開業'''
| {{{opened}}}
}}
 
{{#if:{{{closed|}}}|
|-
|-
| '''営業状況'''
| '''閉業'''
| {{{status}}}
| {{{closed}}}
}}
}}
{{#if:{{{operator|}}}|
|-
|-
| '''運営'''
| '''運営'''
| {{{operator|情報なし}}}
| {{{operator}}}
}}
 
{{#if:{{{owner|}}}|
|-
|-
| '''受賞'''
| '''運営会社'''
| {{{awards|情報なし}}}
| {{{owner}}}
}}
 
{{#if:{{{brewer|}}}|
|-
| '''ブルワー'''
| {{{brewer}}}
}}
 
{{#if:{{{capacity|}}}|
|-
| '''製造規模'''
| {{{capacity}}}
}}
 
{{#if:{{{style|}}}|
|-
| '''主なスタイル'''
| {{{style}}}
}}
 
{{#if:{{{representativeproducts|}}}|
|-
|-
| '''代表商品'''
| '''代表商品'''
| {{{representativeproducts|情報なし}}}
| {{{representativeproducts}}}
}}
 
{{#if:{{{taproom|}}}|
|-
| '''タップルーム'''
| {{{taproom}}}
}}
 
{{#if:{{{awards|}}}|
|-
| '''受賞'''
| {{{awards}}}
}}
 
|-
|-
| '''公式Webサイト'''
| '''公式Webサイト'''
| {{#if:{{{website|}}}|[{{{website}}}]|情報なし}}
| {{#if:{{{website|}}}|[{{{website}}} 公式サイト]|情報なし}}
|}
|}
</includeonly>
</includeonly><noinclude>
このテンプレートはブルワリー記事用のInfoboxです。
 
== 使い方 ==
<pre>
{{Infobox Brewery
| name                  =
| image                  =
| caption                =
| status                =
| area                  =
| location              =
| access                =
| year_founded          =
| opened                =
| closed                =
| operator              =
| owner                  =
| brewer                =
| capacity              =
| style                  =
| representativeproducts =
| taproom                =
| awards                =
| website                =
}}
</pre>
 
== 各項目の説明 ==
; name
: ブルワリー名
; image
: 画像ファイル名
; caption
: 画像説明
; status
: 営業状況(営業中 / 閉店 / 休業 など)
; area
: エリア表記
; location
: 所在地
; access
: 最寄駅・徒歩分数など
; year_founded
: 創業年
; opened
: 開業年・開業日
; closed
: 閉業年・閉業日
; operator
: 店舗運営名義など
; owner
: 運営会社・親会社
; brewer
: ヘッドブルワー・醸造責任者
; capacity
: 製造規模(例:500L、1バッチ1000L など)
; style
: 主なビアスタイル
; representativeproducts
: 代表銘柄
; taproom
: あり / なし / 併設 など
; awards
: 受賞歴
; website
: 公式サイトURL
 
== 使用例 ==
<pre>
{{Infobox Brewery
| name                  = T.S.Brewery(徳島ステーションブリュワリー)
| status                = 閉店
| area                  = 徳島, 日本 {{flag icon|Japan}}
| location              = 徳島県徳島市寺島本町西1丁目61 クレメントプラザB1F 徳島駅バル横丁
| access                = JR徳島駅直結
| opened                = 2018年頃
| closed                = 2020年代
| operator              = T.S.Brewery
| representativeproducts = 徳島ペールエール、新町川ペールエール、新町川スタウト
| taproom                = 併設
| website                =
}}
</pre>
</noinclude>