編集の要約なし |
編集の要約なし |
||
| 16行目: | 16行目: | ||
<includeonly> | <includeonly> | ||
<span style="display:none">{{#default_form:StallMenuItem}}</span> | <span style="display:none">{{#default_form:StallMenuItem}}</span> | ||
{{#cargo_store: | {{#cargo_store: | ||
_table=StallMenuItems | _table=StallMenuItems | ||
| 30行目: | 32行目: | ||
|status={{{status|active}}} | |status={{{status|active}}} | ||
}} | }} | ||
<!-- ===================================== --> | |||
<!-- 商品基本情報 --> | |||
<!-- ===================================== --> | |||
<div class="stall-menu-item-detail"> | |||
{| class="wikitable" | |||
|- | |||
! 商品名 | |||
| | |||
{{#if:{{{name|}}} | |||
|{{{name}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 販売屋台 | |||
| | |||
{{#cargo_query: | |||
tables=Stalls | |||
|fields=name | |||
|where=stall_id={{{stall_id|0}}} | |||
|format=list | |||
|delimiter=、 | |||
|default=未登録 | |||
}} | |||
|- | |||
! よみ | |||
| | |||
{{#if:{{{kana|}}} | |||
|{{{kana}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 商品カテゴリ | |||
| | |||
{{#if:{{{item_category|}}} | |||
|{{{item_category}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 説明 | |||
| | |||
{{#if:{{{description|}}} | |||
|{{{description}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 画像 | |||
| | |||
{{#if:{{{main_image|}}} | |||
|[[File:{{{main_image}}}|300px|{{{name|商品画像}}}]] | |||
|未登録 | |||
}} | |||
|- | |||
! アレルゲン | |||
| | |||
{{#if:{{{allergens|}}} | |||
|{{{allergens}}} | |||
|未登録 | |||
}} | |||
|- | |||
! ベジタリアン対応 | |||
| | |||
{{#switch:{{{vegetarian|no}}} | |||
|1=はい | |||
|yes=はい | |||
|true=はい | |||
|はい=はい | |||
|0=いいえ | |||
|no=いいえ | |||
|false=いいえ | |||
|いいえ=いいえ | |||
|#default=未確認 | |||
}} | |||
|- | |||
! 状態 | |||
| | |||
{{#switch:{{{status|active}}} | |||
|active=取扱中 | |||
|inactive=一時停止 | |||
|discontinued=取扱終了 | |||
|unknown=未確認 | |||
|#default={{{status|未確認}}} | |||
}} | |||
|} | |||
</div> | |||
</includeonly> | </includeonly> | ||
2026年8月23日 (日) 00:36時点における版
このテンプレートはテーブル「StallMenuItems」を定義しています。 テーブルを表示.