2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

用戶:摺紙本命/box2

萌娘百科,萬物皆可萌的百科全書!轉載請標註來源頁面的網頁連結,並聲明引自萌娘百科。內容不可商用。
跳至導覽 跳至搜尋

user:摺紙本命/Sandbox

學習樣式

可排序表格

1 2 3
11 21 31
12 22 32
13 23 33
點此排序
瘋狂動物城
尋夢環遊記
神偷奶爸3
num
1
2
3
4

透明的tab

Label 1

Text 1

Label 2

Text 2

葫蘆又的

>點此真相<、混蛋撩妹狂

原文
原文

譯文
譯文

用的小部件和toggle一樣但有的地方又不一樣(指的不是樣式上的)


需要隱藏的討論串

Iskyex大佬的

<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>

User:墨埜谷

<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
|附加元信息
}}

目錄妹的

你呀 總是能給我出點新花樣

已掛刪內容

NoiR
-zue37Q5-futoKyT1kSb1-fa.jpg
基本資料

九江喵的

css3?

滑稽

User:九江月/圖形/滑稽

不高興

User:九江月/圖形/我不高興

電池

20%
50%
80%
100%

你現在的信號是:

user:bhsd

user:什麼時候限制水字數的名字?0 1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 11100 11101 11110 11111 100000 100001 100010 100011 100100
<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}}}}

,,,

折纸本命

一些东西
一些东西
一些东西
一些东西


心中魔鬼聆听祈祷 中心(註)唱作中心,原PV的歌词中这里是左右调换的,这里遵照原PV歌词将中心左右调换魔鬼聆听祈祷


绫波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
	}
}

navbox的小部件

<!-| !$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->

。,,

%E5%8D%83%E6%81%8B%E4%B8%87%E8%8A%B1_%E5%9C%BA%E6%99%AF05_%E7%A5%9E%E7%A4%BE.jpg

{{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}}

link


<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>

奇怪的樣板又增加了

你若是真愛便牽起她的手吧……
愛是引路之燈,情乃係心之線,
  期盼對方之笑容,祈願對方之期盼,
    相互尊重、相互信任、相互守望、直至永遠
      至此,命運結而為一,誓約成立

山梨酸甲

最喜歡前輩了~

好人卡

擺明是在安慰你的話你也信?

FLOWERS wait 03.png奇怪的樣板2

小御門奈莉奈
かかとを三度鳴らしたら、助けに来る。そう約束したでしょう
——敲三下鞋跟的話,我就來幫你。不是這麼約定過了嗎?

八代讓葉是百合遊戲FLOWERS系列中的登場角色。在FLOWERS -Le volume sur automne-(秋篇)中擔任主視角。

友情提示:後面作品的簡介可能會劇透到前作的內容以下翻譯由@壽司提供,部分地方會有出入,感謝翻

春篇
行事古怪之人。
就算天地崩壞
單純的心依然靜待春暖花開

庚子正月,蝶影移居於是百科。至今四年九月餘矣。

是室號曰蝶翼齋,蓋取莊周夢蝶之義。


套娃
啊♂,不要再往裏面看了。。
你這樣這樣人家會很困擾的
唔~~請停手~
別...不要再深入下去了~
再這樣下去的話,會壞掉的~
[畫風突變]我知道你很想看下去但是,我拒絕
我突然很想知道到底有多少人是為了看ghs來的...請在這裏投一票吧!
有...有什麼要來了~♡
啊~要壞掉惹~

你是一個有恆心的紳士hentai

新項目

雪碧圖

user

[更多] 貢獻 移動日誌

.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君 留言

全家福強路