此页为于 SCP 维基内部使用的“组件”页。用于在其他页面中引用。
未经组件作者或工作人员允许,请勿修改此页的内容。
11111111
简介
此组件实现以下效果:随机为一位用户封圣,或给予其处级职位。
引用方法:[[include :oxygennine:comp:chusheng]]
请勿通过CSS@import方法引用此组件,这将召唤撒旦本人到你的页面上。
例如:
[[*User OxygenNine]]现在显示为
OxygenNine。
引用参数
|custom=* - 自定义封圣规则。
启用|custom=*后,需要使用到审判日组件后端:
[[include :oxygennine:comp:judgement |start=* |original-sin=]] - 用户名以特定字符开头的人封圣。
[[include :oxygennine:comp:judgement |end=* |original-sin=]] - 用户名以特定字符结尾的人封圣。
[[include :oxygennine:comp:judgement |involved=* |original-sin=]] - 用户名包含特定字符的人封圣。
[[include :oxygennine:comp:judgement |jesus-himself=* |the-chosen-one=]] - 内定某人封圣。
请注意,字符需要符合UNIX格式(仅含小写字母、数字和连字符),否则封圣很可能失败。
如果不同的封圣规则之间发生冲突,一个人是否被封圣将取决于
YHWH的
旨意。
其余人全部封处。
可以多次引用审判日组件后端来增加羔羊们的罪孽。
使用例
下面的代码为任何以tom开头,或者以w结尾,或者以w-a(w a)开头的人封圣。另外,额外指定用户areyoucrazytom为上帝之子。
[[include comp:chusheng |custom=*]]
[[include :oxygennine:comp:judgement |start=* |original-sin=tom]]
[[include :oxygennine:comp:judgement |end=* |original-sin=w]]
[[include :oxygennine:comp:judgement |start=* |original-sin=w-a]]
[[include :oxygennine:comp:judgement |jesus-himself=* |the-chosen-one=areyoucrazytom]]
讨论区
你可以在此发帖查看自己是否有封圣的资质。
主Lord组件
.printuser a::first-letter {
font-size: 0.9rem;
}
.printuser a {
font-size: 0;
display: inline-block;
}
/*
span.printuser.avatarhover:is(:has(a[onclick$="1); return false;"]),:has(a[onclick$="2); return false;"]),:has(a[onclick$="3); return false;"]),:has(a[onclick$="4); return false;"]),:has(a[onclick$="5); return false;"])) a:nth-child(2)::after {
content: '圣';
font-size: 0.9rem;
}
*/
span.printuser.avatarhover a:nth-child(2)::after {
content: '处';
font-size: 0.9rem;
}
#main-content span.printuser.avatarhover a:nth-child(1)::after {
content: '';
font-size: 0rem !important;
}
审判庭 组件后端
/* {$start}/
span.printuser.avatarhover:is(:has(a[href^="http://www.wikidot.com/user:info/{$original-sin}"])) a:nth-child(2)::after {
content: '圣';
}
/{$start} */
/* {$end}/
span.printuser.avatarhover:is(:has(a[href$="{$original-sin}"])) a:nth-child(2)::after {
content: '圣';
}
/{$end} */
/* {$involved}/
span.printuser.avatarhover:is(:has(a[href*="{$original-sin}"])) a:nth-child(2)::after {
content: '圣';
}
/{$involved} */
/* {$jesus-himself}/
span.printuser.avatarhover:is(:has(a[href="http://www.wikidot.com/user:info/{$the-chosen-one}"])) a:nth-child(2)::after {
content: '圣';
}
/{$jesus-himself} */
1
CSS爆了吧
帖文预览:
关闭预览