| 1 | 2 | 3 |
|---|---|---|
| 11 | 21 | 31 |
| 12 | 22 | 32 |
| 13 | 23 | 33 |
| 点此排序 |
|---|
| 疯狂动物城 |
| 寻梦环游记 |
| 神偷奶爸3 |
| num |
|---|
| 1 |
| 2 |
| 3 |
| 4 |
>点此真相<、混蛋撩妹狂
原文
原文
译文
译文
用的小部件和toggle一样但有的地方又不一样(指的不是样式上的) {{#vardefine:hideid|-1}} {{Ptl}}模板已弃用。 {{Ptl}}模板已弃用。
<templatestyles src="User:Iskyex/home/style.css" />
<div class="mw-parser-output">
<div style="width:100%; height: 40rem;margin-top:4rem; display: flex; justify-content: center;">
{{tabs/core
|style=
|label1=Label 1
|text1=
|label2=Label 2
|text2=
|label3=Label 3
|text3=
|label4=<div class="main">
<div class="card info">
<div class="header">我是<span>ISKYEX</span>。</div>
22222
</div>
<div class="menu">
<div class="card status">
<div class="header">
状态
</div>
<div class="footer">
</div>
</div>
<div class="card collection">
<div class="header">
杂物
</div>
<div class="footer">
</div>
</div>
<div class="card dedication">
<div class="header">
</div>
<div class="footer">
</div>
</div>
</div>
</div>
|text4=
|DefaultTab=5
}}
</div>
</div>
* {
box-sizing: border-box;
}
.TabContent {
visibility: hidden;
}
div.main {
height: 40rem;
}
.card {
height: 28rem;
width: 20rem;
background-color: #ffffff;
border-radius: 2rem;
filter: drop-shadow(5px 5px 5px #999999);
padding: 2.5rem;
position: absolute;
}
.card > .header {
font-size: 1.5rem;
font-weight: bold;
text-transform: capitalize;
border: none;
}
.card.info {
background-color: #000000;
color: #ffffff;
transform: translate(-8rem, 5rem) rotate(-15deg);
}
.card.info > .header {
font-size: 1.2rem;
}
.card.info > .header > span {
font-size: 1.5rem;
margin-left: 0.6rem;
margin-right: 0.6rem;
padding-left: 0.3rem;
padding-right: 0.3rem;
box-shadow: 0 -14px #0ebeff inset;
}
.card.info > p {
font-size: larger;
}
.card.info a {
text-decoration: none;
color: currentColor;
padding-left: 0.3rem;
padding-right: 0.3rem;
box-shadow: 0 -2px currentColor inset;
}
.menu {
width: 24rem;
font-size: 10px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
Helvetica, Arial, "Lucida Grande", PingFang SC, miui, system-ui,
-apple-system, sans-serif;
user-select: none;
}
.menu > .card:nth-of-type(3) {
transform: translate(8rem, 0rem) rotate(15deg);
z-index: 0;
}
.menu > .card:nth-of-type(2) {
transform: translate(8rem, 4rem) rotate(15deg);
z-index: 1;
}
.menu > .card:nth-of-type(1) {
transform: translate(8rem, 8rem) rotate(15deg);
z-index: 2;
}
.TabLabelText.selected {
padding: unset !important;
border: none !important;
background-color: transparent !important;
}
.TabLabelText:not(:last-of-type) {
opacity: 0;
cursor: pointer;
height: 38rem;
width: 24rem;
position: absolute;
transform: translate(5rem, -1rem) rotate(15deg);
}
.TabLabelText:not(:last-of-type):nth-of-type(1) {
z-index: 3;
}
.TabLabelText:not(:last-of-type):nth-of-type(1).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(3) {
animation: cut-card-top 1 0.6s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(1).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(2) {
animation: cut-card-mid 1 0.3s 0.15s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(1).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(1) {
animation: cut-card-bottom 1 0.3s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(1).selected
~ .TabLabelText:nth-of-type(2) {
z-index: 4;
}
.TabLabelText:not(:last-of-type):nth-of-type(2).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(1) {
animation: cut-card-top 1 0.6s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(2).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(3) {
animation: cut-card-mid 1 0.3s 0.15s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(2).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(2) {
animation: cut-card-bottom 1 0.3s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(2).selected
~ .TabLabelText:nth-of-type(3) {
z-index: 4;
}
.TabLabelText:not(:last-of-type):nth-of-type(3).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(2) {
animation: cut-card-top 1 0.6s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(3).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(1) {
animation: cut-card-mid 1 0.3s 0.15s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(3).selected
~ .TabLabelText:last-of-type
> .main
> .menu
> .card:nth-of-type(3) {
animation: cut-card-bottom 1 0.3s ease-out both;
}
.TabLabelText:not(:last-of-type):nth-of-type(3).selected
~ .TabLabelText:nth-of-type(1) {
z-index: 4;
}
/* 切牌动画 */
@keyframes cut-card-top {
from {
transform: translate(8rem, 8rem) rotate(15deg);
z-index: 3;
}
45% {
transform: translate(-18rem, -4rem) rotate(-30deg);
filter: drop-shadow(2px 2px 0px #999999);
z-index: 3;
}
46% {
z-index: 0;
}
to {
transform: translate(8rem, 0) rotate(15deg);
z-index: 0;
}
}
@keyframes cut-card-mid {
from {
transform: translate(8rem, 0) rotate(15deg);
z-index: 0;
}
to {
transform: translate(8rem, 4rem) rotate(15deg);
z-index: 1;
}
}
@keyframes cut-card-bottom {
from {
transform: translate(8rem, 4rem) rotate(15deg);
z-index: 1;
}
to {
transform: translate(8rem, 8rem) rotate(15deg);
z-index: 2;
}
}
<div style="width:60%;">
{{tabs
|color=green
|bt1=活动
|tab1=
<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}">
<div style="overflow:auto;height:180px;">
*mobamas:公演 6.30-7.8
*kirara:活动 6.23-7.9
*cgss:LIVE Carnival 6.30-7.8
*mltd:周年活动 6.29-7.11
*土豆繁体服:周年活动 6.29-7.11
*公主连接:活动 6.30-7.14
</div>
</div>
|bt2=卡池
|tab2=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}">
<div style="overflow:auto;height:240px;">
*mobamas:{{lj|夏空へと导く!ファンタジックストーリーガチャ}} 十时爱梨、神谷奈绪
*kirara:{{lj|七夕の约束 期间限定ピックアップ召唤 第1弹}} ランプ【七夕】、キョージュ【七夕】
** {{lj|七夕の约束 期间限定ピックアップ召唤 第2弹}} 惠那【七夕】、翼【七夕】
**{{lj|新规キャラクターピックアップ召唤}} 祠堂圭
*cgss:{{lj|シンデレラフェス}} 宫本フレデリカ(fes限定)、高森蓝子(fes限定)
*mltd:{{lj|ミリオンフェス}} 天空桥朋花(fes限定)、德川まつり(fes限定)、宫尾美也(fes限定)
*土豆繁体服:百萬祭典 春日未来(fes限定)、最上静香(fes限定)、伊吹翼(fes限定)
*公主连接:{{lj|プリンセスフェスガチャ}} ユイ(プリンセス)(fes限定)
</div>
</div>
|bt3=公告
|tab3=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}">
<div style="overflow:auto;height:180px;">
</div>
</div>
|bt4=攻略
|tab4=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}">
<div style="overflow:auto;height:220px;">
* [https://seesaawiki.jp/imascg/ 灰姑娘]
* [https://imascg-slstage-wiki.gamerch.com/ 星光舞台]
* [https://imasml-theater-wiki.gamerch.com/ 剧场时光]
* [https://gamewith.jp/pricone-re/ 公主连接]
* [https://pcredivewiki.tw/ 公主连接繁中wiki]
* [https://wiki.kirafan.moe/ kirara]
* [https://gamewith.jp/konosubafd/ 素晴]
* [https://netoge-antenna.com/atelier/ 工作室]
* [https://bbs.nga.cn/thread.php?fid=-10308342 公主连结Re:Dive NGA玩家社区]
</div>
</div>
|bt5=相关链接
|tab5=<div style="align:center; padding: 1em; border: {{{border|solid 3px #98FB98;}}}">
<div style="overflow:auto;height:220px;">
* [https://cinderella.idolmaster.jp/ {{lj|アイドルマスターシンデレラガールズ}}]
* [https://cinderella.idolmaster.jp/sl-stage/ {{lj|アイドルマスター シンデレラガールズ スターライトステージ(デレステ)}}]
* [https://millionlive.idolmaster.jp/theaterdays/ {{lj|アイドルマスター ミリオンライブ! シアターデイズ}}]
* [https://millionlive.idolmaster.jp/theaterdays-ch/ {{lang|zh-hant|偶像大师 百万人演唱会! 剧场时光(剧场时光)}}]
* [https://priconne-redive.jp/ {{lj|プリンセスコネクト!Re:Dive (プリコネR) 公式サイト}}]
* [https://kirarafantasia.com/ {{lj|きららファンタジア 公式サイト}}]
* [https://game.bilibili.com/pcr/ 《公主连结Re:Dive》- bilibili]
* [https://konosubafd.jp/ {{lj|この素晴らしい世界に祝福を!ファンタスティックデイズ(このファン)}}]<!--https://mltd.matsurihi.me/cards/ -->
</div>
</div>
}}
</div>
<div style = "
position: fixed;
bottom: 0px;
left: 0px;
z-index: max;
width: 90px;
font-family: Berlin;
background: #2083BB;
box-shadow: 2px 2px 7px gray;
text-align: center;
font-size: large;
color: white;
line-height: 1.3;
margin-right: 4px;">
{{#time:Y|+8 hours}}
<hr style = "color:white" />
<div style = "
font-size: xx-large;">
<span style = "
font-size: small;">
{{#time:F|+8 hours}}
</span>
{{#time:j|+8 hours}}
</div>
<hr style = "color:white" />
<div style = "
font-size: small;">
{{#time:H|+8 hours}}:{{#time:i|+8 hours}}
</div>
</div>
<div !--主容器,不设置颜色以应用倒角-- id="最新投稿" height={{{高度|auto}}} width={{{宽度|100%}}} align={{{整体对齐|center}}} style="text-align:{{{文字对齐|left}}}; vertical-align:{{{文字排版|middle}}}; margin-left:auto; border:{{{边框样式|2px solid {{{文字颜色|#A00}}}}}}; opacity:{{{不透明度|0.85}}}; border-collapse:collapse; margin:0.5em 0; border-radius:{{{表格圆角大小|12px}}}; overflow:hidden;">
<div !--主容器颜色呈现-- style="color:{{{文字颜色|#000F}}}; text-shadow:{{{文字阴影|0}}}; background:{{{背景|#DDDF}}};">
<div !--内容呈现-- style="padding:{{{表格留空|1em}}};">
<div !--标题-- style="vertical-align:top;">Warma的新投稿<span !--长期更新-- title="此视频展示卡需要长期更新,现在呈现的资料未必是最新内容。" style="text-shadow:0px 0px 2px #DDDF; color:#333D; background-color:{{{文字颜色|#F009}}}; float:right; cursor:help;">不间断更新</span><hr>
<span style="font-size:1.5em; font-weight:bold; text-shadow:{{{标题阴影|0px 0px 0px #0000}}}">{{{视频标题|【warma】即将呈现的新稿件}}}</span>
<span !--配图-- style="width:200px; float:right; border:1px dotted;">
{{#if:{{{图片地址|}}}|[[{{{图片地址}}}|200px|link={{#if:{{{视频序列号|none}}}|https://www.bilibili.com/video/{{{视频序列号}}}{{#if:{{{播放时间|}}}{{{选集|}}}|?t={{{播放时间|0}}}&p={{{选集|1}}} |}} |}} ]]|<i>此稿件没有封面图</i>}}
<span !--放大图按钮-- class="mw-collapsible {{#if:{{{直接展开|}}}||<includeonly>mw-collapsed</includeonly>}}" id="mw-customcollapsible-Warma_New_Vid">{{#if:{{{图片地址|}}}|<span style="text-align:center;">[[:{{{图片地址|#}}}|<span class="mw-ui-button" style="text-shadow: 0px 0px 1em #FFFF; color:{{{文字颜色|#000F}}}; width:200px;">单击此处查看大图🔎</span>]]</span>| }}
</span !--放大图按钮-->
</span !--配图-->
<small>{{#if:{{{视频序列号|}}}|[https://www.bilibili.com/video/{{{视频序列号}}}{{#if:{{{播放时间|}}}{{{选集|}}} |?t={{{播放时间|0}}}&p={{{选集|1}}} |}}<span style="color:{{{文字颜色|#000F}}};">{{{视频序列号}}}{{#if:{{{时间|}}}{{{选集|}}}|<br><i>{{#if:{{{播放时间|}}}|从第{{{播放时间}}}秒处}}播放{{#if:{{{选集|}}}|第{{{选集}}}选集}}|}}</i></span>]|未指定视频序列号,视频序列号可以是<span style="color:#FFF;background-color:#000;">av#</span>或者<span style="color:#FFF;background-color:#000;">BV??????????</span>}}<br>{{#if:{{{一句话说明|}}}{{{注释|}}}|</small><br><small>|}}{{#if:{{{一句话说明|}}}|{{{一句话说明|}}}<br>|}}{{#if:{{{注释|}}}|<i>{{{注释}}}</i>|}}</small><div style="clear:both;"></div>
</div !--标题-->
<div !--视频简介和元信息-- class="mw-collapsible {{#if:{{{直接展开|}}}||<includeonly>mw-collapsed</includeonly>}}" id="mw-customcollapsible-Warma_New_Vid" style="clear:both;"><hr>
<div !--简介_置左-- style="float:left; width:auto;"><poem>{{{视频简介|Warma可能有点累,忘了写视频简介了……🤔}}}</poem></div>
<div !--元信息_置右-- style="float:right; width:200px;">
🗂投稿分区: <span style="word-break:keep-all;">{{#if:{{{主分区|}}}|{{{主分区|生活}}}{{#if:{{{子分区|}}}|>{{{子分区}}} |}}|未指定}}</span><br>
📤投稿: <span style="word-break:keep-all;">{{{UP主|[[Warma|<span title="单击此处查看Warma的萌娘百科条目">Warma</span>]]}}}<br>
{{#if:{{{其他职责|}}}|<span>{{{其他职责}}}<br></span>}}
<hr>
{{#if:{{{投稿日期|}}}|<span>✔️投稿{{#if:{{{投稿时间|}}}|时间|日期}}:</span><br>
📆{{{投稿日期|YYYY年MM月DD日}}}<br>
{{#if:{{{投稿时间|}}}|🕓{{{投稿时间|HH时MM分SS秒}}}<br>
|}}|❌<i>尚未发布</i><br>}}
{{#if:{{{自制声明|}}}|<span title="未获得UP主授权的情况下不能转载至其他视频平台,发现无授权转载、低创或恶意破坏视听体验的现象,请及时发起举报。">🚫未经作者授权,禁止转载</span><br>|💬转载时请注明视频源和作者}}
{{#if:{{{附加元信息|}}}|<br>{{{附加元信息|}}}| }}
</div !--元信息_置右-->
</div !--视频简介和元信息-->
<div !--视频简介触发器-- class="mw-customtoggle-Warma_New_Vid mw-customtoggle" style="cursor:pointer; font-style:italic; text-align:center; clear:both;" title="单击此处展开视频简介,建议您再单击一次收起简介后查看其他内容。">
<hr>
<small>单击此处展开/收起视频简介</small>
</div !--视频简介触发器-->
</div !--内容呈现-->
</div !--主容器颜色呈现-->
</div !--主容器-->
{{ptl|use=新投稿展示卡
<!--请从此处开始修改-->
|高度
|边框样式=2px solid #F89
|表格留空
|表格圆角大小
|宽度
|整体对齐
|文字对齐
|文字排版
|不透明度=0.9
|文字颜色=#F89
|文字阴影=0px, 0px, 0.6em, #000F
|标题阴影=1px 1px 5px #000F
|背景=#038
|视频标题=【warma】怎么办!我现在好怕被2233娘封号
|视频序列号=BV1tT4y17733
|播放时间
|选集
|一句话说明=啊,至于动画的最后沃玛怎样了,看封面和标题就知道啦hh
|注释=<i>B站11周年庆贺作品,同时参加[https://www.bilibili.com/blackboard/activity-KDYkOqKYl.html <span style="color:#F89;">“夏日搞笑大赏”</span>]活动。</i>
|视频简介=
<poem>#BILIBILI 11周年演讲#
脚本/绘画/配音/动画:warma
B站11周年快乐呀!做了个搞笑小动画,里面放了很多元素进去,祝看得开心~
啊,至于动画的最后沃玛怎样了,看封面和标题就知道啦hh
我的微博:_warma_</poem>
|图片地址=File:Warma-怎么办_我现在好怕被2233娘封号.jpg
|主分区=:动画
|子分区=短片·手书·配音
|UP主=Warma
|其他职责
|投稿日期=2020-06-27
|投稿时间=12:00:33
|自制声明=1
|附加元信息
}}
你呀 总是能给我出点新花样
你现在的信号是:
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-QandA" style="position:fixed; top:150px; right:80px; z-index:100; background-color:#E1EDFE; border:1px solid #91BFFE; border-radius:10px; padding: 0.2em; box-shadow:0.1em 0.1em #888;">
:Q: 你的用户名“Bhsd”是什么意思?{{s|4}}
:A: {{font|'''{{rubya|不_B|会_h|说_s|的_d}}'''!|size=110%}}{{s|4}}
:Q: 你怎么2020年5月每周删掉的字节数比你之前2年增加的还多?{{s|4}}
:A: {{font|'''{{rubya|不_B|会_h|说_s|的_d}}'''!|size=110%}}{{s|4}}
:Q: 为什么你不懂HTML和CSS还硬要整花活?{{s|4}}
:A: {{font|'''{{rubya|不_B|会_h|说_s|的_d}}'''!|size=110%}}{{s|4}} <br><center>{{jk|{{font|更多常见问题待补充|size=50%}}|}}</center>
</div>{{clear}}
<span class="mw-customtoggle-QandA" style="cursor:pointer; height:auto; position:fixed; top:150px; right:27px; z-index:100; background-color:#F1F6FE; border:1px solid #91BFFE; border-radius:10px; box-shadow:0.1em 0.1em #888; writing-mode:vertical-rl; white-space:no-wrap; padding: 0.2em; font-size:150%; color:white; {{文字描边}}">萌百大哉问</span>
__NOTOC__{{标题替换|t=1|萌百假期中:Bhsd(析石父)}}<templatestyles src="User:Bhsd/fun.css" /><!--
-->{{#vardefine:maskstyle|position:fixed;width:210px;height:210px;right:0;bottom:0;opacity:0;z-index:100000}}<!--
-->{{#vardefine:facestyle|width:100%;height:100%;position:absolute;bottom:0;right:0;}}<!--
--><div class="mw-collapsible mw-customtoggle-lastmask eliFaceMask" id="mw-customcollapsible-lastmask" style="{{#var:maskstyle}}"></div>{{#loop:i|1|2|<div class="mw-collapsible mw-customtoggle-mask{{#var:i}} eliFaceMask" id="mw-customcollapsible-mask{{#var:i}}" style="{{#var:maskstyle}}"></div>}}<!--
--><div class="eliFace" style="position:fixed;width:210px;height:210px;right:0;animation:eliFaceAnime 3s linear;animation-fill-mode:forwards;z-index:99999;transition:all linear 3s;"><!--
--><div style="{{#var:facestyle}}"><img src="{{filepath:Name_eli_icon2.png}}" style="width:100%"></div><!--
--><div class="eliFaceUp" style="{{#var:facestyle}}"><img src="{{filepath:Name_eli_icon1.png}}" style="width:100%"></div></div>
{{折叠属性|entry|div={{#vardefine:anniversary|{{#switch:{{LOCALMONTH1}}/{{LOCALDAY}}|#default=none
|2/13=C8H17OH_2019
|2/21=Wym6912_2018
|3/1=魔法少女ヨハネ_2020
|5/23=冬青月_2017
|6/27=花生仔_2018
|6/30=迁璃_2019
|7/4=Tile BZ_2018
|7/26=Masanaga_2016
|8/26=Yumeto_2017
|9/15=Shatterme_2018_Shatter Me
|10/2=胡祥又_2015_葫芦又
|10/15=bob1301_2019}}}}{{#ifeq:{{#var:anniversary}}|none||
==[[Template:萌百LL系列编辑团队|LL系列编辑团队]]==
{{split|{{#var:anniversary}}|_|anniv}}今天是{{user|{{#var:anniv1}}|{{#var:anniv3|{{#var:anniv1}}}}}}大佬的萌百{{#expr:{{LOCALYEAR}}{{0}}开始加载|size=18px}}
<div style="width:100%;border:#66ccff 1px solid;height:15px;">
{{styleToggle|width=0|css=height:15px;background-color:#66ccff;line-height:15px;text-align:center;overflow:hidden|1={{styleToggle|opacity=0|css=transition-delay:1s|{{折叠标签|entry|text-on='''点击进入'''|len=4}}}}}}
</div>}}
{{折叠属性|entry|off|div={{/main}}}}
| 一些东西 |
|---|
| 一些东西 |
| 一些东西 |
| 一些东西 |
<sm2>File:PeikelaBGM.mp3</sm2>
心中魔鬼聆听祈祷
中心(注)唱作中心,原PV的歌词中这里是左右调换的,这里遵照原PV歌词将中心左右调换魔鬼聆听祈祷
<sm2>绫波login.mp3</sm2>
绫波login.mp3
你想横过来的字
我的爱情不求回报,我的乐园尽是虚假。
{{Main Characters Infolist2
|name7=<poem style="font-size:16px">[[八代让叶]]({{ruby|八代|やつしろ|ja}} {{ruby|譲葉|ゆずりは|ja}})</poem>
|width7=60%
|header-height7=45px
|header-color7=a3a1c7
|border-color7=b6a7ee
|body-color7=f3f3f3
|image7={{PicHover|pic=Yatsushiro_yuzuriha_03.png|hover=Yatsushiro_yuzuriha_03_hover.png}}
|image-width7=350px
|min-width7=0
|image-height7=534px
|infoA7=<poem style="color:#a3a1c7;font:bold 20px KaiTi,STSong;text-shadow:#a3a1c7 2px 2px 4px;width:100%" class="one-half column"></poem>
|infoB7=<poem style="color:#a3a1c7;font:bold 20px KaiTi,STSong;text-shadow:#a3a1c7 2px 2px 4px;width:100%" class="one-half column">
</poem>
|info-valign7=middle
|info-align7=left
|CV7=[[瑞沢渓|瑞泽溪]]
|VOICE7=<flashmp3>File:Flowers3_yuz1.mp3,Flowers3_yuz2.mp3,Flowers3_yuz3.mp3|bg=0xa3a1c7|openplaylist=no</flashmp3>
}}
{{filepath:chimame_march2.jpg}}
{{Cquote|size=25px|{{#invoke:战舰少女|彩色|我不像你们那么脆弱。可以一死了之。可我也不像你们那么坚强。可以忘掉一个人从头开始。我要找他回来,可以说是自私。我只能找他回来。}}}}
{{Gradient_Text|left,orange,red,#8B00FF,#007FFF|我不像你们那么脆弱。可以一死了之。可我也不像你们那么坚强。可以忘掉一个人从头开始。我要找他回来,可以说是自私。我只能找他回来。}}
{{Color|#fff; text-shadow:0 0 1em #DA70D6,0 0 0.7em #DA70D6,0 0 0.5em #DA70D6,0 0 0.2em #DA70D6|'''{{ruby|待到春之雪消融,潺潺地流回此处——吾将在那等着你,在花蕾绽放之时……|春待つ雪は、とけて流れ又ここに帰る——いつもの場所で待つよ、蕾がひらくとき……}}'''}}
{{Color|#fff; text-shadow:0 0 1em #9665c2,0 0 0.7em #9665c2,0 0 0.5em #9665c2,0 0 0.2em #9665c2|'''{{ruby|……我的名字吗……那种东西,我并没有——|}}'''}}
{{Color|#fff; text-shadow:0 0 1em #DA70D6,0 0 0.7em #DA70D6,0 0 0.5em #DA70D6,0 0 0.2em #DA70D6|'''{{ruby|……我的名字吗……我的名字是夜刀神十香,是我最重要的人给我起的最重要的名字——很好听吧!|}}'''}}
♪ 1. MAGICAL GIRL & PHANTOM THIEF
王边城大佬的js
if(Math.random()<0.7){
KizunaAINormal=document.createElement("img")//创建一个img元素
KizunaAINormal.src="http://p1.qhimg.com/t015203bd03feea295e.png"
KizunaAITouch=document.createElement("img")
KizunaAITouch.src="http://p0.qhimg.com/t01e0ea2c460e5884fe.png"
KizunaAISize=0
KizunaAITouchTimes=0
KizunaAI=document.createElement("div")
KizunaAI.style.height="0px"
KizunaAI.style.width="0px"
KizunaAI.style.right="0px"
KizunaAI.style.bottom="0px"
KizunaAI.style.position="fixed"
KizunaAI.style.zIndex="99999"
KizunaAI.style.backgroundImage="url("+KizunaAINormal.src+")"
KizunaAI.style.backgroundSize="100%"
if(IsPC())//判断访问类型是电脑还是手机{
KizunaAI.onmousedown//按下鼠标=KizunaAIDown
window.onmouseup//松开鼠标=KizunaAIUp
}
else{
KizunaAI.ontouchstart//兼容有问题=KizunaAIDown
window.ontouchend//监听触摸结束事件。=KizunaAIUp
}
document.body.appendChild(KizunaAI)
KizunaAINormal.onload//加载完=function()//函数{
Bigger=setInterval//计时(KizunaAIBig//code,50)
}
function KizunaAIDown(){
KizunaAITouchTimes++
if(KizunaAITouchTimes>=3){
window.clearInterval//不懂(Bigger)
Smaller=setInterval(KizunaAISmall,1);
}
KizunaAISize-=10
KizunaAI.style.height=KizunaAINormal.height*KizunaAISize/100+"px"
KizunaAI.style.width=KizunaAINormal.width*KizunaAISize/100+"px"
KizunaAI.style.backgroundImage="url("+KizunaAITouch.src+")"
}
function KizunaAIUp(){
if(KizunaAITouchTimes<3){
KizunaAI.style.backgroundImage="url("+KizunaAINormal.src+")"
}
}
function KizunaAIBig(){
if(KizunaAISize<100&&parseInt(KizunaAI.style.width)<document.body.offsetWidth*0.8){
KizunaAI.style.height=KizunaAINormal.height*KizunaAISize/100+"px"
KizunaAI.style.width=KizunaAINormal.width*KizunaAISize/100+"px"
KizunaAISize++
}
}
function KizunaAISmall(){
if(KizunaAISize>=0){
KizunaAI.style.height=KizunaAINormal.height*KizunaAISize/100+"px"
KizunaAI.style.width=KizunaAINormal.width*KizunaAISize/100+"px"
KizunaAISize-=5
}
else{
KizunaAI.style.display="none"
window.clearInterval(Smaller)
}
}
function IsPC(){
userAgentInfo=navigator.userAgent//声明了浏览器用于 HTTP 请求的用户代理头的值
Agents=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"]
flag=true
for(i=0;i<Agents.length;i++){
if(userAgentInfo.indexOf//返回某个指定的字符串值在字符串中首次出现的位置。(Agents[i])>0){
flag=false
break
}
}
return flag
}
}
<!-| !$wglargeNavbox-><!-assign var="wglargeNavbox" value=true scope="global"-><script>window.RLQ = window.RLQ || [];
window.RLQ.push(function() {
$(function() {
$('.largeNavbox').each(function() {
var self = $(this);
self.find('.navbox .navbox-title').first().append('<span class="largeNavbox-toggle"></span>');
var button = $('.largeNavbox-toggle');
button.append('[<a>全隐/全显</a>]');
button.find('a').on('click', function() {
var buttons = button.closest('tr').siblings(':not(:first)').map(function() {
return $(this).find('.navbox-title').first().find('.mw-collapsible-toggle')[0];
});
if (buttons.filter('.mw-collapsible-toggle-collapsed').length * 2 > buttons.length) {
buttons.filter('.mw-collapsible-toggle-collapsed').click();
} else {
buttons.filter(':not(.mw-collapsible-toggle-collapsed)').click();
}
});
});
$('.largeNavbox-toggle').css({
position: "absolute",
right: "73px",
"user-select": "none"
}).find('a').css("cursor", "pointer");
});
});</script><!-/if->
{{ptl|define=foo|tl=<div style="display:inline-block; font-size:18px; margin:5px; padding:10px; background:#eee; border:3px #ccc solid; text-align:center; color:#666; font-weight:bold;" class="hoversfade}}
{{ptl|fade-deep}}
{{ptl|fade-shallow}}
{{ptl|bloom}}
{{ptl|bloom-deep}}
{{ptl|bloom-shallow}}
{{ptl|grow}}
{{ptl|grow-deep}}
{{ptl|grow-shallow}}
{{ptl|shrink}}
{{ptl|shrink-deep}}
{{ptl|shrink-shallow}}
{{ptl|shake}}
{{ptl|bounce}}
{{ptl|pulse-grow}}
{{ptl|pulse-shrink}}
{{ptl|push}}
{{#fornumargs: num | val
|{{split|{{#var:val}}|[_、]|reg=on}}}}
{{#ifeq:{{{1}}}|top|80%|400px;max-width:calc(100% - 10px);}}
image = <img src="{{filepath:2233.png}}" style="width:100%; height:100%; object-fit:contain; position:absolute; top:0; left:0; opacity:0.3; pointer-events:none;" />
{{#var_final:minghuang_Song_Counter|0}}//显示
{{#vardefine:minghuang_Song_Counter|{{#expr:{{#var:minghuang_Song_Counter|0}}+1}}//计数
{{#vardefine:xxx|{{random|1|{{{times|}}}}}}}
{{#fornumargs: num | val
|{{#ifexpr:{{#var:num}{{#var:xxx}}
||{{#var:val}}}}}}
{{split|str={{{1}}}|ptn=,|name=sentence}}
{{#var:sentence{{random|1|{{#var:sentence.count}}}}}}
{{Randtext}}
<span class="noRedlink">
{{#if:{{{char|}}}
|{{#fornumargs: num| val
|{{#if:{{#var:val|}}
|{{#ifexpr:{{#var:num}1
|{{{char|}}}
}}
[[{{#var:val|}}]]
}}
}}
|[[{{{1|}}}
|{{#if:{{{2|}}}
|{{{2|}}}
|{{{1|}}}
}}]]
}}</span>
<templatestyles src="Template:Link/page.css" />
.noRedlink a.new,
.noRedlink a.new:hover {
color: #000!important;
text-decoration: none!important;
}
{{#forargs:tab
| key
| val
|<div class="Tab"><div class="TabLabelText">{{{bticon{{#var:key}}|}}}{{{bt{{#var:key|}}|}}}</div><div class="TabContentText">{{#var:val}}</div></div>
}}
//navbox
{{#switch:崩坏学园2|{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|{{{5}}}=mw-uncollapsed|mw-collapsed}}
{{#ifeq: {{{1|}}} | collapsed | mw-collapsed | mw-uncollapsed }}
{{#ifexpr:{{#var:num}}-1
|{{{char|}}} }}
{{#switch:{{#var:num}}
| 1=
| #default={{{char|{{w}} }}} }}
//循环好还是复制粘贴好,这样的循环还不如复制粘贴简单
{{#forargs:
| key
| val
|{{#if: {{#switch: {{#var:key|}}
|模板=
|#default={{#var:key}}}}
|{{{{{模板|}}}|{{#var:val}}|{{#switch: {{#var:key|}}
|模板=
|#default={{#var:key}}}}}}
| {{{{{模板|}}}|{{#var:val}}}} }} }}
{{#switch: {{{char|}}}
|<br>
|<br/>
|<br /> = {{#ifexpr:{{#var:num}}-1|<br />}}
| #default = {{{char|*}}}}}
//大部分情况是正常的,但有时会莫名其妙的第一行除第一个外会空出来
<table>
{{#fornumargs: num| val
|{{#switch: {{#var:table|1}}
|1=<tr><td>{{#var:val}}{{#vardefine:table|{{#expr:{{#var:table|1}}+1}}}}</td>
|{{{列数}}}=<td>{{#var:val}}{{#vardefine:table|1}}
</td></tr>
|#default =<td>{{#var:val}}{{#vardefine:table|{{#expr:{{#var:table}}+1}}}}</td>
}} }}
</table>
{|
{{#fornumargs: num| val
|{{#ifeq: {{#var:table|1}}
|{{{列数}}}
|{{{列数}}}={{!}}{{#var:val}}{{#vardefine:table|1}}
{{!-}}
|{{!}}{{#var:val}}{{#vardefine:table|{{#expr:{{#var:table|1}}+1}}}}
}} }}
|}
{{#fornumargs: num| val
|{{#switch:{{{type|}}}
|cv表={{#ifeq: {{#var:a|1}}|1
|{{#ifexpr:{{#var:num}}-1
|<br />}}{{#vardefine:a|2}}
|:{{#vardefine:a|1}}}}{{List/noredlink|{{#var:val}}}}
|配音角色={{#ifeq: {{#var:a|1}}|1
|{{#ifexpr:{{#var:num}}-1
|<br />}}{{List/noredlink|{{#var:val}}}}{{#vardefine:a|2}}
|《{{List/noredlink|{{#var:val}}}}》{{#vardefine:a|1}}}}
}}}}
//可以用了
<div class="Tabs" data-text-padding="10px 10px">{{#fornumargs: num| val
|{{#ifeq: {{#var:a|1}}|1
|<div class="Tab"><div class="TabLabelText">{{#var:val}}{{#vardefine:a|2}}</div>
|<div class="TabContentText">{{#var:val}}{{#vardefine:a|1}}</div></div>}}}}</div>
{{背景图片|url=|position=top}}
中间:{{替换侧边栏底图|url=|bottom=15%|left=37%}}
左上:{{替换侧边栏底图|url=|width=180px|bottom=35%}}
左下:{{替换侧边栏底图|url=|width=180px}}
<div style="display:none"><flashmp3>Septum of the Heavens.mp3|autostart=no|loop=yes|</flashmp3></div>
<div class="nomobile" style="display:inline-block">如果你正在使用PC或桌面版视图,你将看到本行文字。</div><div class="mobileonly" style="display:inline-block">如果你正在使用手机或移动版视图,你将看到本行文字。</div>
<img src="http://c.hiphotos.baidu.com/forum/w%3D340%3Bq%3D100%3Bg%3D0/sign=ed7841b6f7f2b211e42e834afabb1405/9e2f070828381f301464aa6ca5014c086f06f0f2.jpg?&src=http%3A%2F%2Fimgsrc.baidu.com%2Fforum%2Fpic%2Fitem%2F9e2f070828381f301464aa6ca5014c086f06f0f2.jpg" style="width: 2.5em;border-radius: 100%;box-shadow: 1px 1px 4px 0px rgba(0,0,51,.4);"/>
{{#time: Y/m/d|-1 day}}
<div style="visibility: hidden"><flashmp3>http://music.163.com/song/media/outer/url?id=445703106.mp3|autostart=no|loop=yes|</flashmp3></div>
{{#switch: {{{x|1}}}
| Y = A
| #default = B}}
{| class="mw-collapsible wikitable"
!colspan="3"|标题
|-
! 方法 !! 输入文字 !! 预览
|-
|1||2||3
|-
|4||5||6
|}
{| class="mw-collapsible mw-collapsed wikitable"
!colspan="3"|标题
|-
! 方法 !! 输入文字 !! 预览
|-
|1||2||3
|-
|4||5||6
|}
pre style="display:inline-block"
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-QandA" style="position:fixed; top:150px; right:80px; z-index:100; background-color:#E1EDFE; border:1px solid #91BFFE; border-radius:10px; padding: 0.2em; box-shadow:0.1em 0.1em #888;">
:Q: 你的用户名“Bhsd”是什么意思?{{s|4}}
:A: {{font|'''{{rubya|不_B|会_h|说_s|的_d}}'''!|size=110%}}{{s|4}}
{{clear}}
<span class="mw-customtoggle-QandA" style="cursor:pointer; height:auto; position:fixed; top:150px; right:27px; z-index:100; background-color:#F1F6FE; border:1px solid #91BFFE; border-radius:10px; box-shadow:0.1em 0.1em #888; writing-mode:vertical-rl; white-space:no-wrap; padding: 0.2em; font-size:150%; color:white; {{文字描边}}">萌百大哉问</span>
<u>
[[User:{{{1}}}|{{{2|{{{1}}}}}}]]
</u>
<span class="userlink">
<span class="userlink-label">
[更多]
</span>
<span class="userlink-menu">
<span class="userlink-item">
[[User talk:{{{1}}}|讨论页]]
</span>
<span class="userlink-item">
[[Special:Contributions/{{{1}}}|贡献]]
</span>
<span class="userlink-item">
[[萌娘共享:Special:文件列表/{{{1}}}|上传历史]]
</span>
<span class="userlink-item">
[[Special:封禁/{{{1}}}|封禁及历史]]
</span>
<span class="userlink-item">
[[Special:DeletedContributions/{{{1}}}|被删贡献]]
</span>
<span class="sysop-show">
<span class="userlink-item">
[[Special:log/move/{{{1}}}|移动日志]]
</span>
<span class="userlink-item">
[[Special:log/patrol/{{{1}}}|巡查日志]]
</span>
<span class="userlink-item">
[[Special:log/comments/{{{1}}}|评论管理日志]]
</span>
<span class="userlink-item">
[//zh.moegirl.org/index.php?title=Special:log/rights&page=User:{{urlencode:{{{1}}}}} 提/降权日志]
</span>
<span class="userlink-item">
[[Special:用户权限/{{{1}}}|用户权限管理]]
</span>
<span class="userlink-item">
[//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=reported&user={{urlencode:{{{1}}}}} 被举报评论]
</span>
<span class="userlink-item">
[//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=deleted&user={{urlencode:{{{1}}}}} 被删除评论]
</span>
<span class="userlink-item">
[//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=spam&user={{urlencode:{{{1}}}}} 垃圾评论]
</span>
<span class="userlink-item">
[//zh.moegirl.org/index.php?title=Special:FlowThreadManage&filter=all&user={{urlencode:{{{1}}}}} 其他评论]
</span>
</span>
</span>
</span>
<templatestyles src="User/style.css"/>
<div style="position:fixed; right:30px; bottom:30px; z-index:1000">
<div class="hover-remote" style="position:relative">
<div style="width:100px; line-height:38px; text-align:center; background:white; border:1px #666 solid; cursor:pointer;">传送门</div>
<div class="hover-remote-target" style="left:-100%;">
<div style="display:inline-block; max-height:400px;overflow:auto; transform:translateY(-100%); position:relative; top:40px; background:white; border:1px #ccc solid;"><!--end-->
<div class="hovers-bloom {{pagename|{{{2|}}}|active}}" style="margin:10px; display:block">
<div style="display:inline-block; text-align:center;
min-width:79px;
box-sizing:border-box; {{pagename|{{{2|}}}|border:2px #58ABFA solid|box-shadow:0 0 5px #666}}">[[file:喵赛克.jpg|x29px|link=同步音律喵赛克]]</div>
</div>
----
<div class="hovers-bloom {{pagename|{{{2|}}}|active}}" style="margin:10px; display:block"><div style="display:inline-block; text-align:center;
min-width:29px;
box-sizing:border-box; {{pagename|{{{2|}}}|border:2px #58ABFA solid|box-shadow:0 0 5px #666}}">[[file:BanGDreamGBP4.jpg.png|x29px|link=BanG Dream!少女乐团派对!]]</div>
</div><!--rs-->
</div>
</div>
</div>
</div>
山梨酸甲
好人卡
{{#loop: varname|1|11|
八代让叶是百合游戏《FLOWERS》系列中的登场角色。在《FLOWERS -Le volume sur automne-(秋篇)》中担任主视角。
❀友情提示:后面作品的简介可能会剧透到前作的内容❀以下翻译由@寿司提供,部分地方会有出入,感谢翻
| ✿ | 就算天地崩坏 单纯的心依然静待春暖花开 |
❀ |
庚子正月,蝶影移居于是百科。至今五年十月馀矣。
是室号曰蝶翼斋,盖取庄周梦蝶之义。
| 套娃 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
.userlink {
font-size: inherit;
position: relative;
cursor: pointer;
}
.userlink .userlink-label {
padding: 0 .625em;
display: inline;
font-size: smaller;
}
.userlink .userlink-menu {
display: none;
position: absolute;
top: calc(1.25em - 1px);
left: 0;
/* width: max-content; */
z-index: 2;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
padding-top: 3px;
}
.userlink:hover .userlink-menu,
.userlink:active .userlink-menu {
display: block;
}
.userlink .userlink-item {
display: block;
transition: all .37s ease-in-out;
background-color: #fff;
border: 1px solid #a2a9b1;
border-width: 0 1px;
}
.userlink .userlink-item:last-child {
border-bottom-width: 1px;
}
.userlink .userlink-item:hover {
background-color: rgb(241, 247, 255);
}
.userlink .userlink-item a {
display: block;
white-space: nowrap;
color: #0645ad;
cursor: pointer;
font-size: .8em;
padding: .3125em .625em!important;
}
.userlink .userlink-item a.external {
margin-right: .625em;
padding-right: 13px!important;
}
.userlink-normal {
font-size: smaller;
}
.userlink-normal::before {
content: "(";
}
.userlink-normal::after {
content: ")";
}
.userlink-normal .userlink-label {
display: none;
}
.userlink-normal .userlink-item::before {
content: "、";
}
.userlink-normal .userlink-item:first-child::before {
content: "";
}
title ——Recital君 (留言)
全家福强路 红叶入秋叶更美
追番记录