sandbox151 の変更点
Top > sandbox151
- 追加された行はこの色です。
- 削除された行はこの色です。
- sandbox151 へ行く。
- sandbox151 の差分を削除
*カウンター関連のテスト1 [#fde25b2c] -累計(total)のアクセス数:&counterall(total);回 &counterall(total); 今日(today)のアクセス数:&counterall(today);回 &counterall(today); 昨日(yesterday)のアクセス数:&counterall(yesterday);回 &counterall(yesterday); -解説。 --こちらは「counterallプラグイン」を使用。 ここのWiki全体でのアクセス数の集計結果が表示されている。 --詳しくは「[[アクセスカウンタープラグインの使い方:https://www.wicurio.com/faq/index.php?%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E3%82%AB%E3%82%A6%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3]]」を参照。 *カウンター関連のテスト2 [#scaa0e7d] -累計(total)の人気ページ #lsx(prefix=/,num=1:10,sort=popular,popular=total,withcount=on,date=on,new=on) #lsx(prefix=/,num=1:10,hierarchy=off,sort=popular,popular=total,withcount=on,date=on,new=on) -今日(today)の人気ページ #lsx(prefix=/,num=1:10,hierarchy=off,sort=popular,popular=today,withcount=on,date=on,new=on) #lsx(prefix=/,num=1:10,hierarchy=off,sort=popular,popular=today,withcount=on,date=on,new=on) -昨日(yesterday)の人気ページ #lsx(prefix=/,num=1:10,hierarchy=off,sort=popular,popular=yesterday,withcount=on,date=on,new=on) #lsx(prefix=/,num=1:10,hierarchy=off,sort=popular,popular=yesterday,withcount=on,date=on,new=on) -今日+昨日(recent)の人気ページ #lsx(prefix=/,num=1:10,hierarchy=off,sort=popular,popular=recent,withcount=on,date=on,new=on) #lsx(prefix=/,num=1:10,hierarchy=off,sort=popular,popular=recent,withcount=on,date=on,new=on) -解説。 --こちらは「lsxプラグイン」の【popular】オプションを使って人気ページを表示している。 右側の数字はページが表示された回数。「counterプラグイン」が設置されていないと機能しない。 --2025年現在、ここのWikiでは「counterプラグイン」がほぼ設置されていない。 そのため累計(total)で表示されている数字は、過去に「counterプラグイン」が機能していた頃のものだと思われる。同じ理由で、今日または昨日(today・yesterday・recent)の表示対象に雑談掲示板などが無い。 ---「menubar」や「フッター」、「スキン」など、どのページからも表示される場所に「counterプラグイン」を設置すると、全ページに対するカウントを機能させられるらしい。 ---「counterプラグイン」は、各ページに個別で設置しても機能する。 『&counter();』←ここにも設置しているため、おそらく今日または昨日(today・yesterday・recent)の表示対象に本ページも表示されるのではないかと思われる。 ---カウントが0になっているページの表示条件は不明。 --【num=1:10】の部分を【num=1:20】などに増やして書き換えれば表示範囲を広げられる。 --詳しくは「[[lsxプラグインの使い方:https://www.wicurio.com/faq/index.php?lsx%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3]]」を参照。