ページの作成:「<noinclude> {{#cargo_declare: _table=StallMenuItems |menu_item_id=Integer |stall_id=Integer |name=String |kana=String |item_category=String |description=Text |image=File |allergens=List (,) of String |spicy_level=Integer |vegetarian=Boolean |recommended=Boolean |status=String |sort_order=Integer }} </noinclude> <includeonly> {{#cargo_store: _table=StallMenuItems |menu_item_id={{{menu_item_id|}}} |stall_id={{{stall_id|}}} |name={{{name|}}} |kana={{{kana|}}} |item_ca…」 |
SEO: 内部商品ページを検索対象外にする (__NOINDEX__) |
||
| (他の1人の利用者による、間の8版が非表示) | |||
| 8行目: | 8行目: | ||
|item_category=String | |item_category=String | ||
|description=Text | |description=Text | ||
| | |main_image=File | ||
|allergens=List (,) of String | |allergens=List (,) of String | ||
|vegetarian=Boolean | |vegetarian=Boolean | ||
|status=String | |status=String | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
__NOINDEX__ | |||
<span style="display:none">{{#default_form:StallMenuItem}}</span> | |||
{{#cargo_store: | {{#cargo_store: | ||
_table=StallMenuItems | _table=StallMenuItems | ||
|menu_item_id={{ | |menu_item_id={{PAGEID}} | ||
|stall_id={{{stall_id|}}} | |stall_id={{{stall_id|}}} | ||
|name={{{name|}}} | |name={{{name|}}} | ||
| 27行目: | 29行目: | ||
|item_category={{{item_category|}}} | |item_category={{{item_category|}}} | ||
|description={{{description|}}} | |description={{{description|}}} | ||
| | |main_image={{{main_image|}}} | ||
|allergens={{{allergens|}}} | |allergens={{{allergens|}}} | ||
|vegetarian={{{vegetarian|no}}} | |vegetarian={{{vegetarian|no}}} | ||
|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月25日 (火) 20:01時点における最新版
このテンプレートはテーブル「StallMenuItems」を定義しています。 テーブルを表示.