ホーム
おまかせ表示
最近の更新
特別ページ
コミュニティ・ポータル
個人設定
免責事項
全国の祭り・縁日・屋台情報|祭りWiki
検索
利用者メニュー
トーク
投稿記録
アカウント作成
ログイン
テンプレート:StallMenuItemのソースを表示
←
テンプレート:StallMenuItem
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
このページは編集や他の操作ができないように保護されています。
このページのソースの閲覧やコピーができます。
<noinclude> {{#cargo_declare: _table=StallMenuItems |menu_item_id=Integer |stall_id=Integer |name=String |kana=String |item_category=String |description=Text |main_image=File |allergens=List (,) of String |vegetarian=Boolean |status=String }} </noinclude> <includeonly> __NOINDEX__ <span style="display:none">{{#default_form:StallMenuItem}}</span> {{#cargo_store: _table=StallMenuItems |menu_item_id={{PAGEID}} |stall_id={{{stall_id|}}} |name={{{name|}}} |kana={{{kana|}}} |item_category={{{item_category|}}} |description={{{description|}}} |main_image={{{main_image|}}} |allergens={{{allergens|}}} |vegetarian={{{vegetarian|no}}} |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>
テンプレート:StallMenuItem
に戻る。