「テンプレート:飲食店」の版間の差分
提供: 川西図鑑
その他の操作
タグ: 取り消し |
編集の要約なし |
||
| 213行目: | 213行目: | ||
if (!p.textContent.trim()) { | if (!p.textContent.trim()) { | ||
p.remove(); | p.remove(); | ||
} | |||
}); | |||
document.querySelectorAll(".wikitable td").forEach(function(td) { | |||
if (td.textContent) { | |||
// 郵便番号らしい数字のみ抽出 | |||
const match = td.textContent.replace(/\D/g, "").match(/^(\d{3})(\d{4})$/); | |||
if (match) { | |||
td.textContent = match[1] + "-" + match[2]; | |||
} | |||
} | } | ||
}); | }); | ||
}); | }); | ||
//# sourceURL=foobar.js | |||
</script> | </script> | ||
</html> | </html> | ||
2025年12月2日 (火) 17:18時点における版
基本情報
| 店名 | 不明 |
|---|---|
| ジャンル | 不明 |
| 郵便番号 | 不明 |
| 住所 | 不明
|
たばこ
| 禁煙・喫煙 | 不明 |
|---|---|
| 喫煙専用室 | 不明 |
お席
| 総席数 | 不明 |
|---|---|
| 個室 | 不明 |
| 貸切 | 不明 |
設備
| Wi-Fi | 不明 |
|---|---|
| バリアフリー | 不明 |
| 駐車場 | 不明 |
| その他設備 | 不明 |
その他
| 飲み放題 | 不明 |
|---|---|
| 食べ放題 | 不明 |
| お子様連れ | 不明 |
このテンプレートはテーブル「飲食店情報」を定義しています。 このテーブルはまだ作成されていません。