@d-zero/scaffold 5.0.0-beta.9 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitignore +4 -0
- package/.vscode/settings.json +9 -1
- package/CHANGELOG.md +63 -0
- package/README.md +7 -8
- package/__assets/_libs/.markuplintrc +6 -0
- package/__assets/_libs/component/c-nav-breadcrumb.pug +1 -1
- package/__assets/_libs/mixin/meta-basercms.pug +14 -0
- package/__assets/_libs/mixin/meta.pug +4 -1
- package/cspell.json +2 -1
- package/htdocs/__tmpl/000_home.html +279 -0
- package/htdocs/__tmpl/100_sub.html +1695 -0
- package/htdocs/__tmpl/200_blog_index.html +412 -0
- package/htdocs/__tmpl/210_blog_index.html +412 -0
- package/htdocs/__tmpl/300_form_input.html +800 -0
- package/htdocs/__tmpl/301_form_confirm.html +528 -0
- package/htdocs/__tmpl/302_form_complete.html +309 -0
- package/htdocs/__tmpl/__burger_editor/img/bg-sample.png +0 -0
- package/htdocs/__tmpl/__burger_editor/js/bge_modules/bge_functions.min.js +11 -0
- package/htdocs/__tmpl/index.html +82 -0
- package/htdocs/css/bge_style.css +13 -0
- package/htdocs/css/style.css +13 -0
- package/htdocs/files/images/sample.png +0 -0
- package/htdocs/index.html +13 -0
- package/htdocs/js/script.js +5 -0
- package/htdocs/sample/index.html +244 -0
- package/htdocs/sub-folder.test/css/style.css +7 -0
- package/htdocs/sub-folder.test/index.html +32 -0
- package/htdocs/sub-folder.test/js/script.js +5 -0
- package/kamado.config.ts +48 -0
- package/package.json +32 -21
- package/.clineignore +0 -6
- package/.clinerules +0 -17
- package/__assets/_libs/data/blocks.html +0 -71
- package/__assets/_libs/data/breadcrumbs.js +0 -77
- package/__assets/_libs/data/titlelist.js +0 -16
- package/ai-tasks/create-component.md +0 -127
- package/ai-tasks/create-page.md +0 -110
- package/ai-tasks/page-to-burger.md +0 -68
- package/eleventy.config.mjs +0 -71
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/*
|
|
2
|
+
rev. 2025-12-22
|
|
3
|
+
copyright © 2025
|
|
4
|
+
*/
|
|
5
|
+
"use strict";(()=>{function E(){return typeof HTMLButtonElement<"u"&&"command"in HTMLButtonElement.prototype&&"source"in((globalThis.CommandEvent||{}).prototype||{})}function y(){document.addEventListener("invoke",e=>{e.type=="invoke"&&e.isTrusted&&(e.stopImmediatePropagation(),e.preventDefault())},!0),document.addEventListener("command",e=>{e.type=="command"&&e.isTrusted&&(e.stopImmediatePropagation(),e.preventDefault())},!0);function c(e,o,t=!0){Object.defineProperty(e,o,{...Object.getOwnPropertyDescriptor(e,o),enumerable:t})}function a(e){return e&&typeof e.getRootNode=="function"?e.getRootNode():e&&e.parentNode?a(e.parentNode):e}let l=new WeakMap,f=new WeakMap;class d extends Event{constructor(o,t={}){super(o,t);let{source:r,command:i}=t;if(r!=null&&!(r instanceof Element))throw new TypeError("source must be an element");l.set(this,r||null),f.set(this,i!==void 0?String(i):"")}get[Symbol.toStringTag](){return"CommandEvent"}get source(){if(!l.has(this))throw new TypeError("illegal invocation");let o=l.get(this);if(!(o instanceof Element))return null;let t=a(o);return t!==a(this.target||document)?t.host:o}get command(){if(!f.has(this))throw new TypeError("illegal invocation");return f.get(this)}get action(){throw new Error("CommandEvent#action was renamed to CommandEvent#command")}get invoker(){throw new Error("CommandEvent#invoker was renamed to CommandEvent#source")}}c(d.prototype,"source"),c(d.prototype,"command");class v extends Event{constructor(o,t={}){throw super(o,t),new Error("InvokeEvent has been deprecated, it has been renamed to `CommandEvent`")}}let n=new WeakMap;function m(e){Object.defineProperties(e.prototype,{commandForElement:{enumerable:!0,configurable:!0,set(o){if(this.hasAttribute("invokeaction"))throw new TypeError("Element has deprecated `invokeaction` attribute, replace with `command`");if(this.hasAttribute("invoketarget"))throw new TypeError("Element has deprecated `invoketarget` attribute, replace with `commandfor`");if(o===null)this.removeAttribute("commandfor"),n.delete(this);else if(o instanceof Element){this.setAttribute("commandfor","");let t=a(o);a(this)===t||t===this.ownerDocument?n.set(this,o):n.delete(this)}else throw new TypeError("commandForElement must be an element or null")},get(){if(this.localName!=="button")return null;if(this.hasAttribute("invokeaction")||this.hasAttribute("invoketarget"))return console.warn("Element has deprecated `invoketarget` or `invokeaction` attribute, use `commandfor` and `command` instead"),null;if(this.disabled)return null;if(this.form&&this.getAttribute("type")!=="button")return console.warn("Element with `commandFor` is a form participant. It should explicitly set `type=button` in order for `commandFor` to work"),null;let o=n.get(this);if(o)return o.isConnected?o:(n.delete(this),null);let t=a(this),r=this.getAttribute("commandfor");return(t instanceof Document||t instanceof ShadowRoot)&&r&&t.getElementById(r)||null}},command:{enumerable:!0,configurable:!0,get(){let o=this.getAttribute("command")||"";if(o.startsWith("--"))return o;let t=o.toLowerCase();switch(t){case"show-modal":case"close":case"toggle-popover":case"hide-popover":case"show-popover":return t}return""},set(o){this.setAttribute("command",o)}},invokeAction:{enumerable:!1,configurable:!0,get(){throw new Error("invokeAction is deprecated. It has been renamed to command")},set(o){throw new Error("invokeAction is deprecated. It has been renamed to command")}},invokeTargetElement:{enumerable:!1,configurable:!0,get(){throw new Error("invokeTargetElement is deprecated. It has been renamed to command")},set(o){throw new Error("invokeTargetElement is deprecated. It has been renamed to command")}}})}let s=new WeakMap;Object.defineProperties(HTMLElement.prototype,{oncommand:{enumerable:!0,configurable:!0,get(){return g.takeRecords(),s.get(this)||null},set(e){let o=s.get(this)||null;o&&this.removeEventListener("command",o),s.set(this,typeof e=="object"||typeof e=="function"?e:null),typeof e=="function"&&this.addEventListener("command",e)}}});function p(e){for(let o of e)o.oncommand=new Function("event",o.getAttribute("oncommand"))}let g=new MutationObserver(e=>{for(let o of e){let{target:t}=o;o.type==="childList"?p(t.querySelectorAll("[oncommand]")):p([t])}});g.observe(document,{subtree:!0,childList:!0,attributeFilter:["oncommand"]}),p(document.querySelectorAll("[oncommand]"));function A(e){if(e.defaultPrevented||e.type!=="click")return;let o=e.target.closest("button[invoketarget], button[invokeaction], input[invoketarget], input[invokeaction]");if(o&&(console.warn("Elements with `invoketarget` or `invokeaction` are deprecated and should be renamed to use `commandfor` and `command` respectively"),o.matches("input")))throw new Error("Input elements no longer support `commandfor`");let t=e.target.closest("button[commandfor], button[command]");if(!t)return;if(t.form&&t.getAttribute("type")!=="button")throw e.preventDefault(),new Error("Element with `commandFor` is a form participant. It should explicitly set `type=button` in order for `commandFor` to work. In order for it to act as a Submit button, it must not have command or commandfor attributes");if(t.hasAttribute("command")!==t.hasAttribute("commandfor")){let h=t.hasAttribute("command")?"command":"commandfor",w=t.hasAttribute("command")?"commandfor":"command";throw new Error(`Element with ${h} attribute must also have a ${w} attribute to function.`)}if(t.command!=="show-popover"&&t.command!=="hide-popover"&&t.command!=="toggle-popover"&&t.command!=="show-modal"&&t.command!=="close"&&!t.command.startsWith("--")){console.warn(`"${t.command}" is not a valid command value. Custom commands must begin with --`);return}let r=t.commandForElement;if(!r)return;let i=new d("command",{command:t.command,source:t,cancelable:!0});if(r.dispatchEvent(i),i.defaultPrevented)return;let u=i.command.toLowerCase();if(r.popover){let h=!r.matches(":popover-open");h&&(u==="toggle-popover"||u==="show-popover")?r.showPopover({source:t}):!h&&u==="hide-popover"&&r.hidePopover()}else if(r.localName==="dialog"){let h=!r.hasAttribute("open");h&&u==="show-modal"?r.showModal():!h&&u==="close"&&r.close()}}function b(e){e.addEventListener("click",A,!0)}function L(e,o){let t=e.prototype.attachShadow;e.prototype.attachShadow=function(i){let u=t.call(this,i);return o(u),u};let r=e.prototype.attachInternals;e.prototype.attachInternals=function(){let i=r.call(this);return i.shadowRoot&&o(i.shadowRoot),i}}m(HTMLButtonElement),L(HTMLElement,e=>{b(e),g.observe(e,{attributeFilter:["oncommand"]}),p(e.querySelectorAll("[oncommand]"))}),b(document),Object.assign(globalThis,{CommandEvent:d,InvokeEvent:v})}E()||y();function k(){if(typeof HTMLDialogElement!="function")return!1;let c=!1,a=document.createElement("dialog");return a.addEventListener("beforetoggle",l=>{c=!0,l.preventDefault()}),a.show(),c}function T(){let c=new WeakMap;function a(n){let m=n.open?"closed":"open",s=n.open?"open":"closed";if(c.has(n)){let p=c.get(n);s=p.oldState,clearTimeout(p.id)}c.set(n,{oldState:s,id:setTimeout(()=>{n.dispatchEvent(new ToggleEvent("toggle",{newState:m,oldState:s}))})})}let l=HTMLDialogElement.prototype.show,f=HTMLDialogElement.prototype.showModal,d=HTMLDialogElement.prototype.close;function v(n){let m=new ToggleEvent("beforetoggle",{newState:"closed",oldState:"open",cancelable:!1});n.dispatchEvent(m),n.open&&a(n)}document.addEventListener("submit",n=>{let m=n.target;if(m.method==="dialog"){let s=m.closest("dialog");s instanceof HTMLDialogElement&&v(s)}},!0),Object.defineProperties(HTMLDialogElement.prototype,{show:{value(){if(this.open||this.matches(":popover-open, :modal")||!this.ownerDocument)return l.apply(this,arguments);let n=new ToggleEvent("beforetoggle",{newState:"open",oldState:"closed",cancelable:!0});this.dispatchEvent(n)&&(a(this),l.apply(this,arguments))}},showModal:{value(){if(this.open||this.matches(":popover-open, :modal")||!this.isConnected||!this.ownerDocument)return f.apply(this,arguments);let n=new ToggleEvent("beforetoggle",{newState:"open",oldState:"closed",cancelable:!0});if(this.dispatchEvent(n))return a(this),f.apply(this,arguments)}},close:{value(){return!this.open&&!this.matches(":popover-open, :modal")?d.apply(this,arguments):(v(this),d.apply(this,arguments))}}})}k()||T();function S(){console.log("Hello, world!")}S();})();
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="ja">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width">
|
|
6
|
+
<title>サンプルページ__サイト名__</title>
|
|
7
|
+
<meta name="format-detection" content="telephone=no">
|
|
8
|
+
<meta name="description" content="サンプルページの説明">
|
|
9
|
+
<meta property="og:type" content="website">
|
|
10
|
+
<meta property="og:site_name" content="__サイト名__">
|
|
11
|
+
<meta property="og:description" content="サンプルページの説明">
|
|
12
|
+
<meta property="og:url" content="https://example.com/sample/">
|
|
13
|
+
<meta property="og:image" content="https://example.com/img/ogp.png">
|
|
14
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
15
|
+
<meta name="twitter:url" content="https://example.com/sample/">
|
|
16
|
+
<meta name="twitter:title" content="__サイト名__">
|
|
17
|
+
<meta name="twitter:description" content="サンプルページの説明">
|
|
18
|
+
<meta name="twitter:image" content="https://example.com/img/ogp.png">
|
|
19
|
+
<link rel="icon" href="/favicon.png">
|
|
20
|
+
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
|
|
21
|
+
<link href="/css/style.css" rel="stylesheet">
|
|
22
|
+
<link ⚠️="baserCMS組み込み時は削除してください" rel="stylesheet" href="/__tmpl/__burger_editor/css/colorbox.css">
|
|
23
|
+
<script src="/js/jquery.min.js"></script>
|
|
24
|
+
<script ⚠️="baserCMS組み込み時は削除してください" src="https://maps.google.com/maps/api/js?key=AIzaSyDc3Vko3MvdrlJuQyEmo0WiT50RIMMtk5g"></script>
|
|
25
|
+
<script ⚠️="baserCMS組み込み時は削除してください" src="/__tmpl/__burger_editor/js/bge_modules/jquery.colorbox-min.js"></script>
|
|
26
|
+
<script ⚠️="baserCMS組み込み時は削除してください" src="/__tmpl/__burger_editor/js/bge_modules/bge_functions.min.js"></script>
|
|
27
|
+
<script src="/js/script.js" type="module"></script>
|
|
28
|
+
</head>
|
|
29
|
+
<body class="c-page-sub">
|
|
30
|
+
<div class="c-page-sub__base">
|
|
31
|
+
<div class="c-page-sub__header">
|
|
32
|
+
<header class="c-header">
|
|
33
|
+
<div class="c-header__body">
|
|
34
|
+
<div class="c-header__title">
|
|
35
|
+
<div class="c-header__site-name">
|
|
36
|
+
<div>
|
|
37
|
+
<a href="__URL__"><span>サイトタイトル</span></a>
|
|
38
|
+
</div>
|
|
39
|
+
</div>
|
|
40
|
+
<p class="c-header__description">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
|
41
|
+
</div>
|
|
42
|
+
<div class="c-header__info">
|
|
43
|
+
<ul class="c-header__links">
|
|
44
|
+
<li>
|
|
45
|
+
<a href="__URL__"><span>会社概要</span></a>
|
|
46
|
+
</li>
|
|
47
|
+
<li>
|
|
48
|
+
<a href="__URL__"><span>新着情報</span></a>
|
|
49
|
+
</li>
|
|
50
|
+
<li>
|
|
51
|
+
<a href="__URL__"><span>サイトマップ</span></a>
|
|
52
|
+
</li>
|
|
53
|
+
</ul>
|
|
54
|
+
<div class="c-header__tel">
|
|
55
|
+
<a href="tel:0000000000"><span>00-0000-0000</span></a>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
</header>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="c-page-sub__nav-global">
|
|
62
|
+
<nav class="c-nav-global" aria-label="メインメニュー">
|
|
63
|
+
<div class="c-nav-global__body">
|
|
64
|
+
<ul class="c-nav-global__list">
|
|
65
|
+
<li class="c-nav-global__item">
|
|
66
|
+
<a href="__URL__"><span>コンテンツ</span></a>
|
|
67
|
+
</li>
|
|
68
|
+
<li class="c-nav-global__item">
|
|
69
|
+
<a href="__URL__"><span>コンテンツ</span></a>
|
|
70
|
+
</li>
|
|
71
|
+
<li class="c-nav-global__item">
|
|
72
|
+
<a href="__URL__"><span>コンテンツ</span></a>
|
|
73
|
+
</li>
|
|
74
|
+
<li class="c-nav-global__item">
|
|
75
|
+
<a href="__URL__"><span>コンテンツ</span></a>
|
|
76
|
+
</li>
|
|
77
|
+
<li class="c-nav-global__item">
|
|
78
|
+
<a href="__URL__"><span>コンテンツ</span></a>
|
|
79
|
+
</li>
|
|
80
|
+
<li class="c-nav-global__item">
|
|
81
|
+
<a href="__URL__"><span>コンテンツ</span></a>
|
|
82
|
+
</li>
|
|
83
|
+
</ul>
|
|
84
|
+
</div>
|
|
85
|
+
</nav>
|
|
86
|
+
</div>
|
|
87
|
+
<div class="c-page-sub__main">
|
|
88
|
+
<main>
|
|
89
|
+
<article class="c-page-sub__content">
|
|
90
|
+
<div class="c-page-sub__title-page">
|
|
91
|
+
<div class="c-title-page">
|
|
92
|
+
<h1>サンプルページ</h1>
|
|
93
|
+
</div>
|
|
94
|
+
</div>
|
|
95
|
+
<div class="c-page-sub__nav-breadcrumb">
|
|
96
|
+
<div class="c-nav-breadcrumb">
|
|
97
|
+
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
|
98
|
+
<li class="c-nav-breadcrumb__item" itemscope itemprop="itemListElement" itemtype="https://schema.org/ListItem" data-breadcrumb="home">
|
|
99
|
+
<a href="/" itemscope itemprop="item" itemtype="https://schema.org/WebPage" itemid="/"><span itemprop="name">Home</span></a> <meta itemprop="position" content="1"><span class="c-nav-breadcrumb__separetor"></span>
|
|
100
|
+
</li>
|
|
101
|
+
<li class="c-nav-breadcrumb__item" itemscope itemprop="itemListElement" itemtype="https://schema.org/ListItem">
|
|
102
|
+
<a href="/sample/" itemscope itemprop="item" itemtype="https://schema.org/WebPage" itemid="/sample/"><span itemprop="name">サンプルページ</span></a>
|
|
103
|
+
<meta itemprop="position" content="2">
|
|
104
|
+
</li>
|
|
105
|
+
</ol>
|
|
106
|
+
</div>
|
|
107
|
+
</div>
|
|
108
|
+
<div class="c-page-sub__content-body">
|
|
109
|
+
<div class="c-content-main">
|
|
110
|
+
<div data-bge-container="inline:immutable" data-bge-name="title">
|
|
111
|
+
<div data-bge-container-frame="">
|
|
112
|
+
<div data-bge-item="">
|
|
113
|
+
<div data-bgi="title-h2" data-bgi-ver="0.0.0"><h2 class="bge-title-h2" data-bge="title-h2">サンプルページ</h2></div>
|
|
114
|
+
</div>
|
|
115
|
+
</div>
|
|
116
|
+
</div>
|
|
117
|
+
</div>
|
|
118
|
+
</div>
|
|
119
|
+
</article>
|
|
120
|
+
</main>
|
|
121
|
+
</div>
|
|
122
|
+
<div class="c-page-sub__nav-sitemap">
|
|
123
|
+
<nav class="c-nav-sitemap" aria-label="ページ一覧">
|
|
124
|
+
<div class="c-nav-sitemap__body">
|
|
125
|
+
<ul data-sitemap-level="1">
|
|
126
|
+
<li data-sitemap-level="1">
|
|
127
|
+
<a href="__URL__">Lv.1_カテゴリインデックス</a>
|
|
128
|
+
<ul data-sitemap-level="2">
|
|
129
|
+
<li data-sitemap-level="2">
|
|
130
|
+
<a href="__URL__">Lv.2_サブカテゴリインデックス</a>
|
|
131
|
+
<ul data-sitemap-level="3">
|
|
132
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
133
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
134
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
135
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
136
|
+
</ul>
|
|
137
|
+
</li>
|
|
138
|
+
</ul>
|
|
139
|
+
</li>
|
|
140
|
+
<li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
|
|
141
|
+
<li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
|
|
142
|
+
<li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
|
|
143
|
+
<li data-sitemap-level="1">
|
|
144
|
+
<a href="__URL__">Lv.1_カテゴリインデックス</a>
|
|
145
|
+
<ul data-sitemap-level="2">
|
|
146
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
147
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
148
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
149
|
+
<li data-sitemap-level="2">
|
|
150
|
+
<a href="__URL__">Lv.2_サブカテゴリインデックス</a>
|
|
151
|
+
<ul data-sitemap-level="3">
|
|
152
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
153
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
154
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
155
|
+
</ul>
|
|
156
|
+
</li>
|
|
157
|
+
</ul>
|
|
158
|
+
</li>
|
|
159
|
+
<li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
|
|
160
|
+
<li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
|
|
161
|
+
<li data-sitemap-level="1">
|
|
162
|
+
<a href="__URL__">Lv.1_カテゴリインデックス</a>
|
|
163
|
+
<ul data-sitemap-level="2">
|
|
164
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
165
|
+
<li data-sitemap-level="2">
|
|
166
|
+
<a href="__URL__">Lv.2_サブカテゴリインデックス</a>
|
|
167
|
+
<ul data-sitemap-level="3">
|
|
168
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
169
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
170
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
171
|
+
</ul>
|
|
172
|
+
</li>
|
|
173
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
174
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
175
|
+
</ul>
|
|
176
|
+
</li>
|
|
177
|
+
<li data-sitemap-level="1">
|
|
178
|
+
<a href="__URL__">Lv.1_カテゴリインデックス</a>
|
|
179
|
+
<ul data-sitemap-level="2">
|
|
180
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
181
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
182
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
183
|
+
<li data-sitemap-level="2">
|
|
184
|
+
<a href="__URL__">Lv.2_サブカテゴリインデックス</a>
|
|
185
|
+
<ul data-sitemap-level="3">
|
|
186
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
187
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
188
|
+
</ul>
|
|
189
|
+
</li>
|
|
190
|
+
</ul>
|
|
191
|
+
</li>
|
|
192
|
+
<li data-sitemap-level="1"><a href="__URL__">Lv.1_ページタイトル</a></li>
|
|
193
|
+
<li data-sitemap-level="1">
|
|
194
|
+
<a href="__URL__">Lv.1_カテゴリインデックス</a>
|
|
195
|
+
<ul data-sitemap-level="2">
|
|
196
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
197
|
+
<li data-sitemap-level="2">
|
|
198
|
+
<a href="__URL__">Lv.2_サブカテゴリインデックス</a>
|
|
199
|
+
<ul data-sitemap-level="3">
|
|
200
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
201
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
202
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
203
|
+
</ul>
|
|
204
|
+
</li>
|
|
205
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
206
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
207
|
+
</ul>
|
|
208
|
+
</li>
|
|
209
|
+
<li data-sitemap-level="1">
|
|
210
|
+
<a href="__URL__">Lv.1_カテゴリインデックス</a>
|
|
211
|
+
<ul data-sitemap-level="2">
|
|
212
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
213
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
214
|
+
<li data-sitemap-level="2"><a href="__URL__">Lv.2_ページタイトル</a></li>
|
|
215
|
+
<li data-sitemap-level="2">
|
|
216
|
+
<a href="__URL__">Lv.2_サブカテゴリインデックス</a>
|
|
217
|
+
<ul data-sitemap-level="3">
|
|
218
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
219
|
+
<li data-sitemap-level="3"><a href="__URL__">Lv.3_ページタイトル</a></li>
|
|
220
|
+
</ul>
|
|
221
|
+
</li>
|
|
222
|
+
</ul>
|
|
223
|
+
</li>
|
|
224
|
+
</ul>
|
|
225
|
+
</div>
|
|
226
|
+
</nav>
|
|
227
|
+
</div>
|
|
228
|
+
<div class="c-page-sub__footer">
|
|
229
|
+
<footer class="c-footer">
|
|
230
|
+
<div class="c-footer__body">
|
|
231
|
+
<div class="c-footer__links">
|
|
232
|
+
<ul>
|
|
233
|
+
<li><a href="__URL__">個人情報保護方針</a></li>
|
|
234
|
+
<li><a href="__URL__">サイトポリシー</a></li>
|
|
235
|
+
<li><a href="__URL__">お問い合わせ</a></li>
|
|
236
|
+
</ul>
|
|
237
|
+
</div>
|
|
238
|
+
<small class="c-footer__copyright">©2024 THE SITE NAME Co.,Ltd.</small>
|
|
239
|
+
</div>
|
|
240
|
+
</footer>
|
|
241
|
+
</div>
|
|
242
|
+
</div>
|
|
243
|
+
</body>
|
|
244
|
+
</html>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
rev. 2025-12-22
|
|
3
|
+
copyright © 2025
|
|
4
|
+
*/
|
|
5
|
+
@layer reset{
|
|
6
|
+
|
|
7
|
+
/*! kiso.css v1.2.2 | MIT License | https://github.com/tak-dcxi/kiso.css */*,:after,:before{box-sizing:border-box}:where(:root){font-family:sans-serif;line-height:1.5;text-spacing-trim:trim-start;text-autospace:normal;line-break:strict;overflow-wrap:anywhere;-webkit-text-size-adjust:100%;text-size-adjust:100%;scrollbar-gutter:stable;-webkit-tap-highlight-color:transparent}:where(body){min-block-size:100dvb;margin:unset}:where(h1,h2,h3,h4,h5,h6){text-wrap:pretty}:where(h1){margin-block:.67em;font-size:2em}:where(h2,h3,h4,h5,h6){margin-block:unset}:where(search){display:block}:where(p,blockquote,figure,pre,address,ul,ol,dl,menu){margin-block:unset}:where(blockquote,figure){margin-inline:unset}:where(p:lang(en)){text-wrap:pretty}:where(address:lang(ja)){font-style:unset}:where(ul,ol,menu){padding-inline-start:unset;list-style-type:""}:where(dt){font-weight:bolder}:where(dd){margin-inline-start:unset}:where(pre){text-spacing-trim:space-all;text-autospace:no-autospace}:where(em:lang(ja)){font-weight:bolder}:where(:is(i,cite,em,dfn,var):lang(ja)){font-style:unset}:where(code,kbd,samp){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:unset;font-variant-ligatures:none}:where(abbr[title]){text-decoration-line:underline;text-decoration-style:dotted;cursor:help}:where(time){text-autospace:no-autospace}@media (forced-colors:active){:where(mark){background-color:Highlight;color:HighlightText}}@media print{:where(mark){border-width:1px;border-style:dotted}}:where(a:any-link){color:unset;text-decoration-line:unset;text-decoration-thickness:from-font}:where(img,svg,picture,video,canvas,model,audio,iframe,embed,object){block-size:auto;max-inline-size:100%;vertical-align:bottom}:where(iframe){border:unset}:where(table){border-collapse:collapse}:where(caption,th){text-align:unset}:where(caption){text-wrap:pretty}::file-selector-button,:where(button,input,select,textarea){border:1px solid;border-color:unset;border-radius:unset;color:unset;font:unset;letter-spacing:unset;text-align:unset}:where(input:is([type=radio i],[type=checkbox i])){margin:unset}:where(input[type=file i]){border:unset}:where(input[type=search i]){-webkit-appearance:textfield}@supports (-webkit-touch-callout:none){:where(input[type=search i]){background-color:Canvas}}:where(input:is([type=tel i],[type=url i],[type=email i],[type=number i]):not(:placeholder-shown)){direction:ltr}:where(textarea){margin-block:unset;resize:block}:where(input:not([type=button i],[type=submit i],[type=reset i]),textarea,[contenteditable]){text-autospace:no-autospace}::file-selector-button,:where(button,input:is([type=button i],[type=submit i],[type=reset i])){background-color:unset}::file-selector-button,:where(button,input:is([type=button i],[type=submit i],[type=reset i]),[role=tab i],[role=button i],[role=option i]){touch-action:manipulation}:where(:enabled)::file-selector-button,:where(button:enabled,label[for],select:enabled,input:is([type=button i],[type=submit i],[type=reset i],[type=radio i],[type=checkbox i]):enabled,[role=tab i],[role=button i],[role=option i]){cursor:pointer}:where(fieldset){min-inline-size:0;margin-inline:unset;padding:unset;border:unset}:where(legend){padding-inline:unset}:where(progress){vertical-align:unset}::placeholder{opacity:unset}:where(summary){list-style-type:"";cursor:pointer}:where(summary)::-webkit-details-marker{display:none}:where(dialog,[popover]){overscroll-behavior-block:contain;padding:unset;border:unset}:where(dialog:not([open],[popover]),[popover]:not(:popover-open)){display:none!important}:where(dialog){max-inline-size:unset;max-block-size:unset}:where(dialog)::backdrop{background-color:oklch(0 0 0deg/30%)}:where([popover]){margin:unset}:where(:focus-visible){outline-offset:3px}[tabindex="-1"]:focus{outline:none!important}:where(:disabled,[aria-disabled=true i]){cursor:default}[hidden]:not([hidden=until-found i]){display:none!important}}:root{--lightest-color:#fff;--darkest-color:#333;--base-font-color:var(--darkest-color);--border-color:var(--darkest-color);--base-font-size:16px;--base-line-height:1.8;--font-family-body:sans-serif;--font-family-heading:helvetica,var(--font-family-body);--font-size-h1:4em;--font-size-h2:2.66667em;--font-size-h3:2em;--font-size-h4:1.6em;--font-size-h5:1.33333em;--font-size-h6:1.14286em}*{&,&:after,&:before{box-sizing:border-box}}body{padding:0;margin:0;font-family:var(--font-family-body);font-size:var(--base-font-size);line-height:var(--base-line-height);color:var(--base-font-color)}button{border-radius:0}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="ja">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width">
|
|
6
|
+
<title>sub-folder.test__サイト名__</title>
|
|
7
|
+
<meta name="format-detection" content="telephone=no">
|
|
8
|
+
<meta name="description" content="">
|
|
9
|
+
<meta property="og:type" content="website">
|
|
10
|
+
<meta property="og:site_name" content="__サイト名__">
|
|
11
|
+
<meta property="og:url" content="https://example.com/sub-folder.test/">
|
|
12
|
+
<meta property="og:image" content="https://example.com/img/ogp.png">
|
|
13
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
14
|
+
<meta name="twitter:url" content="https://example.com/sub-folder.test/">
|
|
15
|
+
<meta name="twitter:title" content="__サイト名__">
|
|
16
|
+
<meta name="twitter:image" content="https://example.com/img/ogp.png">
|
|
17
|
+
<link rel="icon" href="/favicon.png">
|
|
18
|
+
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
|
|
19
|
+
<link href="/css/style.css" rel="stylesheet">
|
|
20
|
+
<link ⚠️="baserCMS組み込み時は削除してください" rel="stylesheet" href="/__tmpl/__burger_editor/css/colorbox.css">
|
|
21
|
+
<script src="/js/jquery.min.js"></script>
|
|
22
|
+
<script ⚠️="baserCMS組み込み時は削除してください" src="https://maps.google.com/maps/api/js?key=AIzaSyDc3Vko3MvdrlJuQyEmo0WiT50RIMMtk5g"></script>
|
|
23
|
+
<script ⚠️="baserCMS組み込み時は削除してください" src="/__tmpl/__burger_editor/js/bge_modules/jquery.colorbox-min.js"></script>
|
|
24
|
+
<script ⚠️="baserCMS組み込み時は削除してください" src="/__tmpl/__burger_editor/js/bge_modules/bge_functions.min.js"></script>
|
|
25
|
+
<script src="/js/script.js" type="module"></script>
|
|
26
|
+
</head>
|
|
27
|
+
<body>
|
|
28
|
+
<main>
|
|
29
|
+
<h1>Hello World!</h1>
|
|
30
|
+
</main>
|
|
31
|
+
</body>
|
|
32
|
+
</html>
|
package/kamado.config.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { UserConfig } from 'kamado/config';
|
|
2
|
+
|
|
3
|
+
import path from 'node:path';
|
|
4
|
+
|
|
5
|
+
import { pageCompiler } from '@kamado-io/page-compiler';
|
|
6
|
+
import { createCompileHooks } from '@kamado-io/pug-compiler';
|
|
7
|
+
import { scriptCompiler } from '@kamado-io/script-compiler';
|
|
8
|
+
import { styleCompiler } from '@kamado-io/style-compiler';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @type {import('kamado/config').UserConfig}
|
|
12
|
+
*/
|
|
13
|
+
export default {
|
|
14
|
+
dir: {
|
|
15
|
+
root: import.meta.dirname,
|
|
16
|
+
input: path.resolve(import.meta.dirname, '__assets', 'htdocs'),
|
|
17
|
+
output: path.resolve(import.meta.dirname, 'htdocs'),
|
|
18
|
+
},
|
|
19
|
+
devServer: {
|
|
20
|
+
open: true,
|
|
21
|
+
port: 8000,
|
|
22
|
+
},
|
|
23
|
+
compilers: [
|
|
24
|
+
pageCompiler({
|
|
25
|
+
files: '**/*.{html,pug}',
|
|
26
|
+
globalData: {
|
|
27
|
+
dir: path.resolve(import.meta.dirname, '__assets', '_libs', 'data'),
|
|
28
|
+
},
|
|
29
|
+
layouts: {
|
|
30
|
+
dir: path.resolve(import.meta.dirname, '__assets', '_libs', 'layouts'),
|
|
31
|
+
},
|
|
32
|
+
compileHooks: createCompileHooks({
|
|
33
|
+
pathAlias: path.resolve(import.meta.dirname, '__assets', '_libs'),
|
|
34
|
+
}),
|
|
35
|
+
}),
|
|
36
|
+
styleCompiler({
|
|
37
|
+
alias: {
|
|
38
|
+
'@': path.resolve(import.meta.dirname, '__assets', '_libs'),
|
|
39
|
+
},
|
|
40
|
+
}),
|
|
41
|
+
scriptCompiler({
|
|
42
|
+
minifier: true,
|
|
43
|
+
alias: {
|
|
44
|
+
'@': path.resolve(import.meta.dirname, '__assets', '_libs'),
|
|
45
|
+
},
|
|
46
|
+
}),
|
|
47
|
+
],
|
|
48
|
+
} as const satisfies UserConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-zero/scaffold",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Frontend scaffold files of D-ZERO Co., Ltd.",
|
|
5
5
|
"repository": "https://github.com/d-zero-dev/frontend-env.git",
|
|
6
6
|
"author": "D-ZERO Co., Ltd.",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"siteName": "__サイト名__"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"build": "yarn lint && npx
|
|
19
|
-
"build:only": "npx
|
|
20
|
-
"dev": "npx
|
|
18
|
+
"build": "yarn lint && npx kamado build",
|
|
19
|
+
"build:only": "npx kamado build",
|
|
20
|
+
"dev": "npx kamado server",
|
|
21
21
|
"d": "yarn dev",
|
|
22
22
|
"lint": "run-s \"lint:*\"",
|
|
23
23
|
"lint:html": "npx markuplint \"./__assets/**/*.{pug,html}\"",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"lint:css": "npx stylelint \"./__assets/**/*.css\" --fix",
|
|
26
26
|
"lint:js": "npx eslint \"./__assets/**/*.{js,mjs,cjs,jsx,ts,tsx}\" --fix",
|
|
27
27
|
"lint:ts": "tsc --noEmit",
|
|
28
|
-
"lint:format": "npx prettier --write \"{*,./__assets/**/*}.{js,jsx,ts,tsx,css,pug,html,json,yaml,*rc}\"",
|
|
28
|
+
"lint:format": "npx prettier --write \"{*,./__assets/**/*}{.{js,jsx,ts,tsx,css,pug,html,json,yaml},*rc}\"",
|
|
29
29
|
"lint:spell": "npx cspell --no-progress --show-suggestions \"**\"",
|
|
30
30
|
"lint:text": "npx textlint \"./__assets/**/*.{pug,html}\"",
|
|
31
31
|
"test": "vitest run",
|
|
32
32
|
"bge": "npx @burger-editor/local",
|
|
33
33
|
"print": "npx @d-zero/print -f __info/print.txt --type note",
|
|
34
34
|
"prepare": "husky",
|
|
35
|
-
"
|
|
35
|
+
"update": "yarn upgrade-interactive"
|
|
36
36
|
},
|
|
37
37
|
"browserslist": [
|
|
38
38
|
"last 1 chrome version",
|
|
@@ -43,32 +43,43 @@
|
|
|
43
43
|
"last 2 ios_saf version"
|
|
44
44
|
],
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@burger-editor/local": "4.0.0-alpha.
|
|
47
|
-
"@d-zero/
|
|
48
|
-
"@d-zero/
|
|
49
|
-
"@d-zero/
|
|
50
|
-
"@d-zero/
|
|
51
|
-
"@
|
|
46
|
+
"@burger-editor/local": "4.0.0-alpha.45",
|
|
47
|
+
"@d-zero/cspell-config": "5.0.0",
|
|
48
|
+
"@d-zero/eslint-config": "5.0.0",
|
|
49
|
+
"@d-zero/lint-staged-config": "5.0.0",
|
|
50
|
+
"@d-zero/markuplint-config": "5.0.0",
|
|
51
|
+
"@d-zero/postcss-config": "5.0.0",
|
|
52
|
+
"@d-zero/prettier-config": "5.0.0",
|
|
53
|
+
"@d-zero/pug-lint-config": "5.0.0",
|
|
54
|
+
"@d-zero/stylelint-config": "5.0.0",
|
|
55
|
+
"@d-zero/textlint-config": "5.0.0",
|
|
56
|
+
"@d-zero/tsconfig": "1.0.0",
|
|
57
|
+
"@kamado-io/page-compiler": "1.0.0",
|
|
58
|
+
"@kamado-io/pug-compiler": "1.0.0",
|
|
59
|
+
"@kamado-io/script-compiler": "1.0.0",
|
|
60
|
+
"@kamado-io/style-compiler": "1.0.0",
|
|
61
|
+
"@prettier/plugin-pug": "3.4.2",
|
|
62
|
+
"@types/node": "25.0.3",
|
|
52
63
|
"cross-env": "10.1.0",
|
|
53
64
|
"dotenv": "17.2.3",
|
|
54
65
|
"husky": "9.1.7",
|
|
55
|
-
"
|
|
66
|
+
"kamado": "1.0.0",
|
|
56
67
|
"npm-run-all2": "8.0.4",
|
|
57
68
|
"typescript": "5.9.3",
|
|
58
|
-
"vitest": "
|
|
69
|
+
"vitest": "4.0.16"
|
|
59
70
|
},
|
|
60
71
|
"dependencies": {
|
|
61
|
-
"@burger-editor/css": "4.0.0-alpha.
|
|
62
|
-
"@d-zero/custom-components": "5.0.0
|
|
72
|
+
"@burger-editor/css": "4.0.0-alpha.45",
|
|
73
|
+
"@d-zero/custom-components": "5.0.0",
|
|
63
74
|
"dialog-toggle-events-polyfill": "1.1.4",
|
|
64
75
|
"invokers-polyfill": "0.5.7",
|
|
65
|
-
"kiso.css": "1.2.
|
|
76
|
+
"kiso.css": "1.2.3",
|
|
66
77
|
"tslib": "2.8.1"
|
|
67
78
|
},
|
|
68
|
-
"packageManager": "yarn@4.
|
|
79
|
+
"packageManager": "yarn@4.12.0",
|
|
69
80
|
"volta": {
|
|
70
|
-
"node": "24.
|
|
71
|
-
"yarn": "4.
|
|
81
|
+
"node": "24.12.0",
|
|
82
|
+
"yarn": "4.12.0"
|
|
72
83
|
},
|
|
73
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "d5be73bc1f2fbfb85eea684d6b4807323a8999ff"
|
|
74
85
|
}
|
package/.clineignore
DELETED
package/.clinerules
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# コーディングに関するAIエージェントの規定
|
|
2
|
-
|
|
3
|
-
## プロンプトに対する振る舞い
|
|
4
|
-
|
|
5
|
-
### コード生成
|
|
6
|
-
|
|
7
|
-
#### Figmaからコンポーネント生成
|
|
8
|
-
|
|
9
|
-
Figmaからコード生成に関する指令を受たら`use_mcp_tool:frontend_env:get_task_step(./ai-tasks/create-component.md)`を実行し、サーバが返す指示を一言一句漏らさず確認してそのとおりに従え。
|
|
10
|
-
|
|
11
|
-
#### BurgerEditorコンテンツ生成
|
|
12
|
-
|
|
13
|
-
特定のウェブページをBurgerEditorコンテンツ化するように指令を受たら`use_mcp_tool:frontend_env:get_task_step(./ai-tasks/page-to-burger.md)`を実行し、サーバが返す指示を一言一句漏らさず確認してそのとおりに従え。
|
|
14
|
-
|
|
15
|
-
#### ページ生成
|
|
16
|
-
|
|
17
|
-
何かしらのページを作成するように指令を受たらファイルを`read_file`する前に`use_mcp_tool:frontend_env:get_task_step(./ai-tasks/create-page.md)`を実行し、サーバが返す指示を一言一句漏らさず確認してそのとおりに従え。
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
<h3>中見出し(テキストブロック内)</h3>
|
|
2
|
-
|
|
3
|
-
<h4>小見出し(Lv.4)</h4>
|
|
4
|
-
<h5>小見出し(Lv.5)</h5>
|
|
5
|
-
<h6>小見出し(Lv.6)</h6>
|
|
6
|
-
|
|
7
|
-
<ul>
|
|
8
|
-
<li>リスト</li>
|
|
9
|
-
<li>リスト</li>
|
|
10
|
-
<li>
|
|
11
|
-
リスト
|
|
12
|
-
<ul>
|
|
13
|
-
<li>リスト Lv.2</li>
|
|
14
|
-
<li>
|
|
15
|
-
リスト Lv.2
|
|
16
|
-
<ul>
|
|
17
|
-
<li>リスト Lv.3</li>
|
|
18
|
-
<li>リスト Lv.3</li>
|
|
19
|
-
</ul>
|
|
20
|
-
</li>
|
|
21
|
-
</ul>
|
|
22
|
-
</li>
|
|
23
|
-
</ul>
|
|
24
|
-
|
|
25
|
-
<ol>
|
|
26
|
-
<li>番号順リスト</li>
|
|
27
|
-
<li>番号順リスト</li>
|
|
28
|
-
<li>番号順リスト</li>
|
|
29
|
-
<li>番号順リスト</li>
|
|
30
|
-
<li>
|
|
31
|
-
番号順リスト
|
|
32
|
-
<ol>
|
|
33
|
-
<li>番号順リスト Lv.2</li>
|
|
34
|
-
<li>番号順リスト Lv.2</li>
|
|
35
|
-
<li>番号順リスト Lv.2</li>
|
|
36
|
-
<li>番号順リスト Lv.2</li>
|
|
37
|
-
</ol>
|
|
38
|
-
</li>
|
|
39
|
-
</ol>
|
|
40
|
-
|
|
41
|
-
<blockquote>
|
|
42
|
-
<p>ブロック引用</p>
|
|
43
|
-
|
|
44
|
-
<p>blockquote</p>
|
|
45
|
-
</blockquote>
|
|
46
|
-
|
|
47
|
-
<p>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a>通常テキスト<strong>太字テキスト</strong><u>下線</u><s>取り消し線</s><sub>下付き文字</sub><sup>上付き文字</sup><a href="./">リンクテキスト</a></p>
|
|
48
|
-
|
|
49
|
-
<table>
|
|
50
|
-
<caption>
|
|
51
|
-
表のキャプション
|
|
52
|
-
</caption>
|
|
53
|
-
<tbody>
|
|
54
|
-
<tr>
|
|
55
|
-
<th>表の見出し</th>
|
|
56
|
-
<th>表の見出し</th>
|
|
57
|
-
</tr>
|
|
58
|
-
<tr>
|
|
59
|
-
<td>表のセル</td>
|
|
60
|
-
<td>表のセル</td>
|
|
61
|
-
</tr>
|
|
62
|
-
<tr>
|
|
63
|
-
<td>表のセル</td>
|
|
64
|
-
<td>表のセル</td>
|
|
65
|
-
</tr>
|
|
66
|
-
<tr>
|
|
67
|
-
<td>表のセル</td>
|
|
68
|
-
<td>表のセル</td>
|
|
69
|
-
</tr>
|
|
70
|
-
</tbody>
|
|
71
|
-
</table>
|