特定のタグで作者名を表示しない
前提条件
- 能動的に作者名を明らかにしようとする動きには無力
- あくまでも受動的に作者名を知るのを防ぐだけ
- 下書き等において匿名にするのは技術的に難しい。
最近できた記事
最近できた記事において特定のタグがあるページのページ作成者を出さない。
下記のListPagesでは「個人実験室」タグのあるページに対してページ作成者を表示しない。
| ページ | 作成日時 | 作成者 | コメント | 評価 |
| MikuKanekoの実験室 | 23 Jun 2022 13:21 | 0 | 0 | |
| RTaの実験室 | 24 Aug 2020 13:58 | 0 | 0 | |
| 幽々子の実験室 | 16 Aug 2020 03:45 | (user deleted) | 0 | 0 |
| ろくろずきん | 05 Jun 2020 08:15 | 0 | 0 | |
| iframe要素自動高さ調整 | 04 Apr 2019 14:27 | 0 | 0 | |
| 汎用モーダル底 | 08 Sep 2018 13:04 | 0 | 0 | |
| 汎用モーダルトップ | 08 Sep 2018 12:38 | 0 | 0 | |
| モーダル汎用トップ-深層 | 08 Sep 2018 12:22 | 0 | 0 | |
| 大豆の実験室 | 26 Aug 2018 05:54 | (user deleted) | 0 | 0 |
| モーダルボックス start背景無効 | 19 Aug 2018 09:37 | 0 | 0 | |
| shu_yabiyabiの実験室 | 22 Jul 2018 07:51 | 0 | 0 | |
| ノイズCSS プロトタイプ | 30 Jun 2018 16:43 | 0 | 0 | |
| suzuの実験室 | 28 Jun 2018 10:52 | 0 | 0 | |
| 7happy7実験室 | 27 Jun 2018 16:44 | 0 | 0 | |
| 評価モジュール名称変更-表層 | 19 Jun 2018 16:04 | 0 | 0 | |
| 評価モジュール名称変更-深層 | 19 Jun 2018 15:54 | 0 | 0 | |
| モーダルスクリプト | 25 May 2018 16:05 | 0 | 0 | |
| モーダルボックス-end | 25 May 2018 06:59 | 0 | 0 | |
| モーダルボックス-start | 25 May 2018 06:14 | 0 | 0 | |
| 椎茸SUNABAKO | 12 May 2018 14:39 | 0 | 0 | |
| 砂実験室 | 12 May 2018 09:43 | 0 | 0 | |
| ukarayakaraの実験室 | 02 May 2018 15:43 | 0 | 0 | |
| Nanimono Demonai実験室 | 01 May 2018 14:44 | 0 | 0 | |
| 特定のタグで作者名を表示しない | 24 Apr 2018 10:51 | 0 | 0 | |
| Jet0620の実験室 | 21 Apr 2018 09:09 | 0 | 0 | |
| 蟹召還 | 01 Apr 2018 08:38 | 0 | 0 | |
| わなざわ実験室 | 30 Mar 2018 14:33 | 0 | 0 | |
| グーグルカスタムサーチ埋め込み用 | 17 Mar 2018 12:25 | 0 | 0 | |
| ヘッダー固定CSS | 12 Feb 2018 10:07 | 0 | 0 | |
| チャットネーム整形ツール | 19 Jan 2018 18:51 | 0 | 0 |
[[module CSS]]
.content-panel .content-type-title > p {
margin: 0;
}
.content-panel .content-type-title {
font-size: 120%;
font-weight: bold;
padding: 5px 20px;
background-color: #666;
color: #fff;
border-radius: 8px 8px 0 0;
box-shadow: inset 0 1px 1px rgba(255,255,255,.8),
inset 0 15px 1px rgba(255,255,255,.2),
inset 0 15px 10px rgba(255,255,255,.2);
}
.content-panel .content-type-description {
padding: 0 20px;
text-align: justify;
}
.content-panel.content-row .content-type-description {
padding: 5px 20px;
}
.content-panel.content-row .content-type-description-2 {
padding: 0 20px;
text-align: justify;
}
/*ここが重要:/
.個人実験室{
display:none;
}
[[/module]]
[[div class="content-panel standalone content-row"]]
[[div class="content-type-description-2"]]
[[table style="width: 100%;"]]
[[row style="font-weight: bold; color: #fff; background-color: #666;"]]
[[cell style="padding: 0 2px; width: 40%;"]]
ページ
[[/cell]]
[[cell style="padding: 0 2px; width: 20%; text-align: center;"]]
作成日時
[[/cell]]
[[cell style="padding: 0 2px; width: 20%; text-align: center;"]]
作成者
[[/cell]]
[[cell style="padding: 0 2px; width: 10%; text-align: center;"]]
コメント
[[/cell]]
[[cell style="padding: 0 2px; text-align: center;"]]
評価
[[/cell]]
[[/row]]
[[/table]]
[[/div]]
[[div class="content-type-description"]]
[[module ListPages order="created_at desc" prependLine="[[include component:listpages-table]]" perPage="30" appendLine="[[/table]]" separate="false" tags="拡張パック,個人実験室" category="*"]]
[[row]]
[[cell style="vertical-align: top;"]]
%%title_linked%%
[[/cell]]
[[cell style="vertical-align: top; text-align: center;"]]
%%created_at|%Y年%m月%d日 %H:%M %%
[[/cell]]
[[cell style="vertical-align: top; text-align: left;"]]
[[span class="%%tags%%"]]%%created_by_linked%%[[/span]]
[[/cell]]
[[cell style="vertical-align: top; text-align: center;"]]
%%comments%%
[[/cell]]
[[cell style="vertical-align: top; text-align: center;"]]
%%rating%%
[[/cell]]
[[/row]]
[[/module]]
[[/div]]
[[/div]]
履歴
このページの履歴を参照する事。
#revision-list .printuser, #revision-list .avatarhover{ display:none !important; }
上記のCSSを読み込むインクルード用のページを作り、テンプレートページにおいて、iftagsを使い該当するタグがある場合のみこのCSSを読み込むようにすれば、カテゴリ全体に対してタグに応じたページ作成者非表示が可能。
page revision: 5, last edited: 24 Apr 2018 11:03




.png)


