<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	参加型管理の待機者をちょっとオシャレにシンプルな表示をさせるわんコメ配布テンプレート【order-simple-list】 へのコメント	</title>
	<atom:link href="https://nvl-game.tokyo/templates/4817/feed" rel="self" type="application/rss+xml" />
	<link>https://nvl-game.tokyo/templates/4817</link>
	<description>ノベルゲームを作りたい、遊びたい。そんな願いが叶うのが本サイト！ノベルゲームの制作過程から公開まで、様々な情報をまとめてお届けします！</description>
	<lastBuildDate>Thu, 26 Mar 2026 21:41:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://nvl-game.tokyo/templates/4817/feed"/>
	<item>
		<title>
		ジャム君 より		</title>
		<link>https://nvl-game.tokyo/templates/4817#comment-462</link>

		<dc:creator><![CDATA[ジャム君]]></dc:creator>
		<pubDate>Thu, 26 Mar 2026 21:41:52 +0000</pubDate>
		<guid isPermaLink="false">https://nvl-game.tokyo/?p=4817#comment-462</guid>

					<description><![CDATA[&lt;a href=&quot;https://nvl-game.tokyo/templates/4817#comment-460&quot;&gt;ゆん&lt;/a&gt; への返信。

HTMLのファイルは、テンプレートフォルダ内にあるindex.htmlの変更が必要になります。

そのまま開こうとするとブラウザで開くケースが多いかと思いますので、Visual Studio Codeのようなソフトを使いつつ編集をお試しください。]]></description>
			<content:encoded><![CDATA[<p><a href="https://nvl-game.tokyo/templates/4817#comment-460">ゆん</a> への返信。</p>
<p>HTMLのファイルは、テンプレートフォルダ内にあるindex.htmlの変更が必要になります。</p>
<p>そのまま開こうとするとブラウザで開くケースが多いかと思いますので、Visual Studio Codeのようなソフトを使いつつ編集をお試しください。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		ゆん より		</title>
		<link>https://nvl-game.tokyo/templates/4817#comment-460</link>

		<dc:creator><![CDATA[ゆん]]></dc:creator>
		<pubDate>Thu, 26 Mar 2026 08:24:58 +0000</pubDate>
		<guid isPermaLink="false">https://nvl-game.tokyo/?p=4817#comment-460</guid>

					<description><![CDATA[&lt;a href=&quot;https://nvl-game.tokyo/templates/4817#comment-459&quot;&gt;ジャム君&lt;/a&gt; への返信。

ご丁寧な説明ありがとうございます！
初心者な質問で申し訳ないのですが、HTMLはどこから変更すればよいのでしょうか…？]]></description>
			<content:encoded><![CDATA[<p><a href="https://nvl-game.tokyo/templates/4817#comment-459">ジャム君</a> への返信。</p>
<p>ご丁寧な説明ありがとうございます！<br />
初心者な質問で申し訳ないのですが、HTMLはどこから変更すればよいのでしょうか…？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		ジャム君 より		</title>
		<link>https://nvl-game.tokyo/templates/4817#comment-459</link>

		<dc:creator><![CDATA[ジャム君]]></dc:creator>
		<pubDate>Thu, 26 Mar 2026 04:40:09 +0000</pubDate>
		<guid isPermaLink="false">https://nvl-game.tokyo/?p=4817#comment-459</guid>

					<description><![CDATA[&lt;a href=&quot;https://nvl-game.tokyo/templates/4817#comment-458&quot;&gt;ゆん&lt;/a&gt; への返信。

お褒めの言葉を頂戴しありがとうございます。

縦型ですとHTML上に
&lt;pre&gt;{{index + 1}}&lt;/pre&gt;
というものですでに何番目に順番待ちをしているのか表示させているため、横型でも同様の記述で実現が可能です。

例えばHTMLのavatarの記述の前に
&lt;pre&gt;&#060;div class=&quot;no&quot;&#062;
{{index + 1}}. 
&#060;/div&#062;&lt;/pre&gt;
など設置してもらい、CSSには
&lt;pre&gt;.no {
  font-size: 16px;
  color: #888;
  min-width: 2em;
  margin-top: 1em;
}&lt;/pre&gt;
など記述すれば、アバターの左側に順番待ちの数字が表示されるようになります。

縦横それぞれで若干表示の形式が異なりますので、比較しながらカスタマイズしてみてください。]]></description>
			<content:encoded><![CDATA[<p><a href="https://nvl-game.tokyo/templates/4817#comment-458">ゆん</a> への返信。</p>
<p>お褒めの言葉を頂戴しありがとうございます。</p>
<p>縦型ですとHTML上に</p>
<pre>{{index + 1}}</pre>
<p>というものですでに何番目に順番待ちをしているのか表示させているため、横型でも同様の記述で実現が可能です。</p>
<p>例えばHTMLのavatarの記述の前に</p>
<pre>&lt;div class="no"&gt;
{{index + 1}}. 
&lt;/div&gt;</pre>
<p>など設置してもらい、CSSには</p>
<pre>.no {
  font-size: 16px;
  color: #888;
  min-width: 2em;
  margin-top: 1em;
}</pre>
<p>など記述すれば、アバターの左側に順番待ちの数字が表示されるようになります。</p>
<p>縦横それぞれで若干表示の形式が異なりますので、比較しながらカスタマイズしてみてください。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		ゆん より		</title>
		<link>https://nvl-game.tokyo/templates/4817#comment-458</link>

		<dc:creator><![CDATA[ゆん]]></dc:creator>
		<pubDate>Thu, 26 Mar 2026 04:11:14 +0000</pubDate>
		<guid isPermaLink="false">https://nvl-game.tokyo/?p=4817#comment-458</guid>

					<description><![CDATA[大変すばらしいツールをありがとうございます。今の状態だと何番目に順番待ちしているのかわからないので、アバター・名前の前に順番待ちの番号をつけたいのです。カスタマイズする際にcssに何を追記すればよいでしょうか？よろしくお願いいたします。]]></description>
			<content:encoded><![CDATA[<p>大変すばらしいツールをありがとうございます。今の状態だと何番目に順番待ちしているのかわからないので、アバター・名前の前に順番待ちの番号をつけたいのです。カスタマイズする際にcssに何を追記すればよいでしょうか？よろしくお願いいたします。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
