メニューを切り替える
個人設定メニューを切り替える
個人メニューを切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「テンプレート:飲食店」の版間の差分

提供: 川西図鑑
編集の要約なし
編集の要約なし
215行目: 215行目:
         }
         }
     });
     });
     document.querySelectorAll(".wikitable td").forEach(function(td) {
     document.querySelectorAll(".wikitable").forEach(function(table) {
         if (td.textContent) {
         table.querySelectorAll("tr").forEach(function(tr) {
            // 郵便番号らしい数字のみ抽出
            const th = tr.querySelector("th");
            const match = td.textContent.replace(/\D/g, "").match(/^(\d{3})(\d{4})$/);
            const td = tr.querySelector("td");
            if (match) {
 
                td.textContent = match[1] + "-" + match[2];
            if (th && td && th.textContent.trim() === "郵便番号") {
 
                // tdの文字列を完全クリーニング
                let text = td.textContent.trim();
 
                // 数字だけ残す
                text = text.replace(/\D/g, "");
 
                // 3桁-4桁に変換
                const match = text.match(/^(\d{3})(\d{4})$/);
 
                if (match) {
                    td.textContent = `${match[1]}-${match[2]}`;
                }
             }
             }
         }
         });
     });
     });
});
});

2025年12月2日 (火) 17:22時点における版

基本情報

店名 不明
ジャンル 不明
郵便番号 不明
住所 不明







たばこ

禁煙・喫煙 不明
喫煙専用室 不明

お席

総席数 不明
個室 不明
貸切 不明

設備

Wi-Fi 不明
バリアフリー 不明
駐車場 不明
その他設備 不明

その他

飲み放題 不明
食べ放題 不明
お子様連れ 不明

このテンプレートはテーブル「飲食店情報」を定義しています。 このテーブルはまだ作成されていません。