<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://mineplugin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E7%94%B5%E9%87%8F233</id>
	<title>Minecraft插件百科 - 用户贡献 [zh-cn]</title>
	<link rel="self" type="application/atom+xml" href="https://mineplugin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E7%94%B5%E9%87%8F233"/>
	<link rel="alternate" type="text/html" href="https://mineplugin.org/%E7%89%B9%E6%AE%8A:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/%E7%94%B5%E9%87%8F233"/>
	<updated>2026-04-08T19:42:11Z</updated>
	<subtitle>用户贡献</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233/common.css&amp;diff=8996</id>
		<title>用户:电量233/common.css</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233/common.css&amp;diff=8996"/>
		<updated>2019-08-30T12:01:25Z</updated>

		<summary type="html">&lt;p&gt;电量233：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* P1 颜色 */&lt;br /&gt;
/* Add colours for bureaucrats */&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Iwar&amp;quot;] {&lt;br /&gt;
    color: #ee4404; font-weight: bold; !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add colours for autopartols */&lt;br /&gt;
/* 你维基连这个用户组都没有 */&lt;br /&gt;
&lt;br /&gt;
/* Add colours for admins */&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Henry5041&amp;quot;],&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:LocusAzzurro&amp;quot;],&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Lzler&amp;quot;],&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Zhw&amp;quot;] {&lt;br /&gt;
    color: #d0d000; font-weight: bold; !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add colours for partolls */&lt;br /&gt;
.mw-userlink[title=&amp;quot;Cyddddd&amp;quot;] {&lt;br /&gt;
    color:#c0c; font-weight: bold; !important;&lt;br /&gt;
}&lt;br /&gt;
/* Add colours for bots */&lt;br /&gt;
/* 你维基没有机器人 */&lt;br /&gt;
&lt;br /&gt;
/* P2 阴影 */&lt;br /&gt;
/* 链接 */&lt;br /&gt;
a:{&lt;br /&gt;
  color:var(--anchor-color);&lt;br /&gt;
  transition:all 3s;&lt;br /&gt;
}&lt;br /&gt;
a:hover{&lt;br /&gt;
  color:var(--anchor-hover-color);&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 代码框 */&lt;br /&gt;
pre {&lt;br /&gt;
  font-family: &#039;Fira Code Retina&#039;, &#039;Consolas&#039;;&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 目录 */&lt;br /&gt;
.toc {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 提示框 */&lt;br /&gt;
.notaninfobox {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.notaninfobox:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
/* 缩略图框 */&lt;br /&gt;
.thumbinner,&lt;br /&gt;
.thumb {&lt;br /&gt;
  border: none;&lt;br /&gt;
  background-color: #ffffff;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner:hover,&lt;br /&gt;
.thumb:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 各种表格 */&lt;br /&gt;
.wikitable,&lt;br /&gt;
.main-page-table,&lt;br /&gt;
.documentation-header,&lt;br /&gt;
.documentation,&lt;br /&gt;
.mw-warning-with-logexcerpt, &lt;br /&gt;
.mw-lag-warn-high, &lt;br /&gt;
.mw-cascadeprotectedwarning, &lt;br /&gt;
#mw-protect-cascadeon {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable:hover,&lt;br /&gt;
.main-page-table:hover,&lt;br /&gt;
.documentation-header:hover,&lt;br /&gt;
.documentation:hover,&lt;br /&gt;
.mw-warning-with-logexcerpt:hover, &lt;br /&gt;
.mw-lag-warn-high:hover, &lt;br /&gt;
.mw-cascadeprotectedwarning:hover, &lt;br /&gt;
#mw-protect-cascadeon:hover&lt;br /&gt;
 {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
/* 导航 */&lt;br /&gt;
.navbox {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbox:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#netbar {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
/* 编辑框 */&lt;br /&gt;
#content {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
/* P3 常规 */&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Georgia&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    line-height: 1.3;&lt;br /&gt;
    margin-bottom: 0.25em;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Taken from Majr */&lt;br /&gt;
/* Make redirect links green on editing */&lt;br /&gt;
body.action-edit .mw-redirect,&lt;br /&gt;
body.action-edit .mw-redirect:link,&lt;br /&gt;
body.action-edit .mw-redirect:visited {&lt;br /&gt;
	color: #008000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make delete/protect reason field and edit summary field take up the whole screen width */&lt;br /&gt;
#wpTextbox1,&lt;br /&gt;
input#wpSummary,&lt;br /&gt;
#mw-deleteconfirm-table,&lt;br /&gt;
#mw-img-deleteconfirm-table,&lt;br /&gt;
input#wpReason,&lt;br /&gt;
#mw-protect-table3,&lt;br /&gt;
input#mwProtect-reason,&lt;br /&gt;
.mw-special-Block .mw-input,&lt;br /&gt;
.mw-special-Block #mw-input-wpReason-other {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	-moz-box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
#mw-deleteconfirm-table .mw-label,&lt;br /&gt;
#mw-img-deleteconfirm-table .mw-label,&lt;br /&gt;
#mw-protect-table3 .mw-label {&lt;br /&gt;
	width: 138px;&lt;br /&gt;
}&lt;br /&gt;
.mw-special-Block .mw-label {&lt;br /&gt;
	min-width: 142px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Forcing javascript watchlist individual revision tables closed */&lt;br /&gt;
.mw-enhanced-rc tr {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
.mw-enhanced-rc tr:first-child {&lt;br /&gt;
	display: table-row;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fixing usermessage spacing */&lt;br /&gt;
.usermessage {&lt;br /&gt;
	margin: 0 0 1em;&lt;br /&gt;
}&lt;br /&gt;
/* RC部分内容缩小 */&lt;br /&gt;
.page-特殊_最近更改 .mw-usertoollinks, &lt;br /&gt;
.page-特殊_最近更改 .mw-tag-markers, &lt;br /&gt;
.page-特殊_最近更改 .comment { &lt;br /&gt;
  font-size: 50%; &lt;br /&gt;
}&lt;br /&gt;
/* style for buttons */&lt;br /&gt;
input[type=&amp;quot;submit&amp;quot; i] {&lt;br /&gt;
  color: #fff;&lt;br /&gt;
  background-color: #36c;&lt;br /&gt;
  border-color: #36c;&lt;br /&gt;
  border-radius: 10px;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input[type=&amp;quot;submit&amp;quot; i]:hover {&lt;br /&gt;
  border-radius: 10px;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 新小机 */&lt;br /&gt;
abbr[title], .explain[title] {&lt;br /&gt;
  border: 1px solid #cccccc;&lt;br /&gt;
  border-radius: 2px;&lt;br /&gt;
  text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 修复错误的应用颜色 */&lt;br /&gt;
p, small, div.subtitle {color: #000000}&lt;br /&gt;
i, b {color: inherit;}&lt;br /&gt;
/* 增加增减字节可读性 */&lt;br /&gt;
span.mw-plusminus-neg, strong.mw-plusminus-neg {color: #ff0000}&lt;br /&gt;
span.mw-plusminus-pos, strong.mw-plusminus-pos {color: #00af00}&lt;br /&gt;
/* avoid some of recent changes content get out of the page itself */&lt;br /&gt;
span.changedby {position:relative;max-width:1050px;}&lt;br /&gt;
/* title */&lt;br /&gt;
h1.firstHeading:hover {&lt;br /&gt;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);&lt;br /&gt;
  transition: all .3s;&lt;br /&gt;
}&lt;br /&gt;
h2 .mw-headline {&lt;br /&gt;
  color: var(--h2-color);&lt;br /&gt;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);&lt;br /&gt;
  transition: all .3s;&lt;br /&gt;
}&lt;br /&gt;
h2 .mw-headline:hover {&lt;br /&gt;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);&lt;br /&gt;
  transition: all .3s;&lt;br /&gt;
}&lt;br /&gt;
#p-tb div.body {display: block !important;}&lt;br /&gt;
/* avoid the pre module overflowing to let texts unreadable */&lt;br /&gt;
pre,.mw-code {overflow-x:auto;}&lt;br /&gt;
/* trying to fix the footer is covering interwiki links while using desktop verison on mobile devices */&lt;br /&gt;
@media screen and (max-width:600px){&lt;br /&gt;
    #footer {&lt;br /&gt;
        margin-top: 5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233/common.css&amp;diff=8995</id>
		<title>用户:电量233/common.css</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233/common.css&amp;diff=8995"/>
		<updated>2019-08-30T12:00:16Z</updated>

		<summary type="html">&lt;p&gt;电量233：​创建页面，内容为“/* P1 颜色 */ /* Add colours for bureaucrats */ .mw-userlink[title=&amp;quot;User:Iwar&amp;quot;] {     color: #ee4404; font-weight: bold; !important; }  /* Add colours for autopart…”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* P1 颜色 */&lt;br /&gt;
/* Add colours for bureaucrats */&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Iwar&amp;quot;] {&lt;br /&gt;
    color: #ee4404; font-weight: bold; !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add colours for autopartols */&lt;br /&gt;
/* 你维基连这个用户组都没有 */&lt;br /&gt;
&lt;br /&gt;
/* Add colours for admins */&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Henry5041&amp;quot;],&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Iwar&amp;quot;],&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:LocusAzzurro&amp;quot;],&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Lzler&amp;quot;],&lt;br /&gt;
.mw-userlink[title=&amp;quot;User:Zhw&amp;quot;] {&lt;br /&gt;
    color: #d0d000; font-weight: bold; !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add colours for partolls */&lt;br /&gt;
.mw-userlink[title=&amp;quot;Cyddddd&amp;quot;] {&lt;br /&gt;
    color:#c0c; font-weight: bold; !important;&lt;br /&gt;
}&lt;br /&gt;
/* Add colours for bots */&lt;br /&gt;
/* 你维基没有机器人 */&lt;br /&gt;
&lt;br /&gt;
/* P2 阴影 */&lt;br /&gt;
/* 链接 */&lt;br /&gt;
a:{&lt;br /&gt;
  color:var(--anchor-color);&lt;br /&gt;
  transition:all 3s;&lt;br /&gt;
}&lt;br /&gt;
a:hover{&lt;br /&gt;
  color:var(--anchor-hover-color);&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 代码框 */&lt;br /&gt;
pre {&lt;br /&gt;
  font-family: &#039;Fira Code Retina&#039;, &#039;Consolas&#039;;&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 目录 */&lt;br /&gt;
.toc {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 提示框 */&lt;br /&gt;
.notaninfobox {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.notaninfobox:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
/* 缩略图框 */&lt;br /&gt;
.thumbinner,&lt;br /&gt;
.thumb {&lt;br /&gt;
  border: none;&lt;br /&gt;
  background-color: #ffffff;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner:hover,&lt;br /&gt;
.thumb:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 各种表格 */&lt;br /&gt;
.wikitable,&lt;br /&gt;
.main-page-table,&lt;br /&gt;
.documentation-header,&lt;br /&gt;
.documentation,&lt;br /&gt;
.mw-warning-with-logexcerpt, &lt;br /&gt;
.mw-lag-warn-high, &lt;br /&gt;
.mw-cascadeprotectedwarning, &lt;br /&gt;
#mw-protect-cascadeon {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable:hover,&lt;br /&gt;
.main-page-table:hover,&lt;br /&gt;
.documentation-header:hover,&lt;br /&gt;
.documentation:hover,&lt;br /&gt;
.mw-warning-with-logexcerpt:hover, &lt;br /&gt;
.mw-lag-warn-high:hover, &lt;br /&gt;
.mw-cascadeprotectedwarning:hover, &lt;br /&gt;
#mw-protect-cascadeon:hover&lt;br /&gt;
 {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
/* 导航 */&lt;br /&gt;
.navbox {&lt;br /&gt;
  border: none;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbox:hover {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#netbar {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
/* 编辑框 */&lt;br /&gt;
#content {&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
/* P3 常规 */&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Georgia&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    line-height: 1.3;&lt;br /&gt;
    margin-bottom: 0.25em;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Taken from Majr */&lt;br /&gt;
/* Make redirect links green on editing */&lt;br /&gt;
body.action-edit .mw-redirect,&lt;br /&gt;
body.action-edit .mw-redirect:link,&lt;br /&gt;
body.action-edit .mw-redirect:visited {&lt;br /&gt;
	color: #008000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make delete/protect reason field and edit summary field take up the whole screen width */&lt;br /&gt;
#wpTextbox1,&lt;br /&gt;
input#wpSummary,&lt;br /&gt;
#mw-deleteconfirm-table,&lt;br /&gt;
#mw-img-deleteconfirm-table,&lt;br /&gt;
input#wpReason,&lt;br /&gt;
#mw-protect-table3,&lt;br /&gt;
input#mwProtect-reason,&lt;br /&gt;
.mw-special-Block .mw-input,&lt;br /&gt;
.mw-special-Block #mw-input-wpReason-other {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	-moz-box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
#mw-deleteconfirm-table .mw-label,&lt;br /&gt;
#mw-img-deleteconfirm-table .mw-label,&lt;br /&gt;
#mw-protect-table3 .mw-label {&lt;br /&gt;
	width: 138px;&lt;br /&gt;
}&lt;br /&gt;
.mw-special-Block .mw-label {&lt;br /&gt;
	min-width: 142px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Forcing javascript watchlist individual revision tables closed */&lt;br /&gt;
.mw-enhanced-rc tr {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
.mw-enhanced-rc tr:first-child {&lt;br /&gt;
	display: table-row;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fixing usermessage spacing */&lt;br /&gt;
.usermessage {&lt;br /&gt;
	margin: 0 0 1em;&lt;br /&gt;
}&lt;br /&gt;
/* RC部分内容缩小 */&lt;br /&gt;
.page-特殊_最近更改 .mw-usertoollinks, &lt;br /&gt;
.page-特殊_最近更改 .mw-tag-markers, &lt;br /&gt;
.page-特殊_最近更改 .comment { &lt;br /&gt;
  font-size: 50%; &lt;br /&gt;
}&lt;br /&gt;
/* style for buttons */&lt;br /&gt;
input[type=&amp;quot;submit&amp;quot; i] {&lt;br /&gt;
  color: #fff;&lt;br /&gt;
  background-color: #36c;&lt;br /&gt;
  border-color: #36c;&lt;br /&gt;
  border-radius: 10px;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input[type=&amp;quot;submit&amp;quot; i]:hover {&lt;br /&gt;
  border-radius: 10px;&lt;br /&gt;
  transition:all .3s;&lt;br /&gt;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 新小机 */&lt;br /&gt;
abbr[title], .explain[title] {&lt;br /&gt;
  border: 1px solid #cccccc;&lt;br /&gt;
  border-radius: 2px;&lt;br /&gt;
  text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 修复错误的应用颜色 */&lt;br /&gt;
p, small, div.subtitle {color: #000000}&lt;br /&gt;
i, b {color: inherit;}&lt;br /&gt;
/* 增加增减字节可读性 */&lt;br /&gt;
span.mw-plusminus-neg, strong.mw-plusminus-neg {color: #ff0000}&lt;br /&gt;
span.mw-plusminus-pos, strong.mw-plusminus-pos {color: #00af00}&lt;br /&gt;
/* avoid some of recent changes content get out of the page itself */&lt;br /&gt;
span.changedby {position:relative;max-width:1050px;}&lt;br /&gt;
/* title */&lt;br /&gt;
h1.firstHeading:hover {&lt;br /&gt;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);&lt;br /&gt;
  transition: all .3s;&lt;br /&gt;
}&lt;br /&gt;
h2 .mw-headline {&lt;br /&gt;
  color: var(--h2-color);&lt;br /&gt;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);&lt;br /&gt;
  transition: all .3s;&lt;br /&gt;
}&lt;br /&gt;
h2 .mw-headline:hover {&lt;br /&gt;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);&lt;br /&gt;
  transition: all .3s;&lt;br /&gt;
}&lt;br /&gt;
#p-tb div.body {display: block !important;}&lt;br /&gt;
/* avoid the pre module overflowing to let texts unreadable */&lt;br /&gt;
pre,.mw-code {overflow-x:auto;}&lt;br /&gt;
/* trying to fix the footer is covering interwiki links while using desktop verison on mobile devices */&lt;br /&gt;
@media screen and (max-width:600px){&lt;br /&gt;
    #footer {&lt;br /&gt;
        margin-top: 5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233&amp;diff=8671</id>
		<title>用户:电量233</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233&amp;diff=8671"/>
		<updated>2019-08-09T00:51:28Z</updated>

		<summary type="html">&lt;p&gt;电量233：​重定向页面至minecraftwiki:User:Dianliang233&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[minecraftwiki:User:Dianliang233]]&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=Studio%E8%AE%A8%E8%AE%BA:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88&amp;diff=8168</id>
		<title>Studio讨论:互助客栈</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=Studio%E8%AE%A8%E8%AE%BA:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88&amp;diff=8168"/>
		<updated>2019-03-09T23:52:00Z</updated>

		<summary type="html">&lt;p&gt;电量233：​/* 建议 */ 新章节&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{模板:互助客栈提示}}&lt;br /&gt;
&lt;br /&gt;
{{Comment Title}}&lt;br /&gt;
&lt;br /&gt;
== 插件百科新图标设计意见征求 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;百科图标许久未变，初始是为kaho同学所协助编辑，但时至今日，此图标显得并不正式，且未显示出插件百科值特色与理念。&lt;br /&gt;
&lt;br /&gt;
故在此征求大家对新图标的意见。&lt;br /&gt;
&lt;br /&gt;
意见初步统一之后将创建投票，最终全部通过后由指定成员（小组）进行创作。&lt;br /&gt;
&#039;&#039;&lt;br /&gt;
[[用户:Iwar|Re_]]（[[用户讨论:Iwar|讨论]]） 2015年9月2日 (三) 14:19 (HKT)&lt;br /&gt;
&lt;br /&gt;
图标早就有啦 =A=&lt;br /&gt;
&lt;br /&gt;
[[用户:LocusAzzurro|LocusAzzurro]]（[[用户讨论:LocusAzzurro|讨论]]） 2016年9月26日 (一) 02:51 (CST)&lt;br /&gt;
== 成员名单贴 ==&lt;br /&gt;
&lt;br /&gt;
因为不知道有多少人在这里...&lt;br /&gt;
&lt;br /&gt;
所以在此留下你的ID...&lt;br /&gt;
&lt;br /&gt;
......&lt;br /&gt;
&lt;br /&gt;
正经点吧&lt;br /&gt;
&lt;br /&gt;
用5级标题写自己的名字&lt;br /&gt;
&lt;br /&gt;
除管理员外请不要删除别人的名字&lt;br /&gt;
&lt;br /&gt;
本人为例&lt;br /&gt;
&lt;br /&gt;
作者seesaw_233 2015-10-16&lt;br /&gt;
::可以在[[特殊:贡献得分|这里]]了解下最近活跃的成员  [[用户:Iwar|Re_]]（[[用户讨论:Iwar|讨论]]） 2015年10月25日 (日) 11:10 (HKT)&lt;br /&gt;
=== 在下面留名 ===&lt;br /&gt;
===== seesaw_233 =====&lt;br /&gt;
===== LocusAzzurro =====&lt;br /&gt;
===== Lzs =====&lt;br /&gt;
===== Lichi2050 路过看看 =====&lt;br /&gt;
===== SYS_TEM =====&lt;br /&gt;
===== Leo =====&lt;br /&gt;
===== Mecho =====&lt;br /&gt;
===== Salt_lovely =====&lt;br /&gt;
===== D0048 =====&lt;br /&gt;
===== MiaoDaze =====&lt;br /&gt;
[[用户:SYS TEM|SYS TEM]]（[[用户讨论:SYS TEM|讨论]]） 2016年3月25日 (五) 23:09 (CST)&lt;br /&gt;
&lt;br /&gt;
== 凉了？留名！ ==&lt;br /&gt;
&lt;br /&gt;
大哥大姐们别吓唬我啊，这站凉了？&lt;br /&gt;
&lt;br /&gt;
没凉的话来下面留个签名戳呗&lt;br /&gt;
----&lt;br /&gt;
[[用户:MiaoDaze|MiaoDaze]]（[[用户讨论:MiaoDaze|讨论]]） 2018年9月24日 (一) 18:11 (CST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
: 本页面用于成员间沟通正式的百科事务，在此处讨论之意义便是公开与存档，谢绝闲聊。&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;span style=&amp;quot;box-shadow:0px 0px 30px #0FA;font: 12px 微软雅黑&amp;quot;&amp;gt;[[用户:iwar|&amp;lt;span style=&amp;quot;background:#0FA;padding:0 19px;color:#fff&amp;quot;&amp;gt;iwar&amp;lt;/span&amp;gt;]][[用户讨论:iwar|&amp;lt;span style=&amp;quot;padding:0 19px;color:#0FA&amp;quot;&amp;gt;讨论&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;  2018年9月25日 (二) 08:41 (CST)&lt;br /&gt;
&lt;br /&gt;
:: Ironically, LK-chan has just left her name here :D --[[用户:Henry5041|Henry5041]]（[[用户讨论:Henry5041|讨论]]） 2018年9月29日 (六) 14:57 (CST)&lt;br /&gt;
&lt;br /&gt;
== 建议 ==&lt;br /&gt;
&lt;br /&gt;
各位插件wiki管理员：&lt;br /&gt;
&lt;br /&gt;
各位好！&lt;br /&gt;
&lt;br /&gt;
我是来自中文wiki的电量233，我有对贵wiki的几个建议要提：&lt;br /&gt;
&lt;br /&gt;
1.主页&lt;br /&gt;
&lt;br /&gt;
拜托各位建立主页的/editcopy，让每位用户都可以编辑主页。&lt;br /&gt;
&lt;br /&gt;
2.模板&lt;br /&gt;
&lt;br /&gt;
关于模板，在插件wiki也是这缺那缺，所以各位可以建立一个页面，专门放从其他wiki盗窃（划掉）借鉴的template。&lt;br /&gt;
&lt;br /&gt;
3.制度&lt;br /&gt;
&lt;br /&gt;
我观察到贵wiki仍没有一个详细、明确的管理制度，希望各位可以盗窃（划掉）借鉴一个管理制度，这样可以免一些杂事。&lt;br /&gt;
&lt;br /&gt;
[[User:电量233|&amp;lt;span style=&amp;quot;font:83% Times;line-height:1.1em;border-radius:9em;padding:0 4em;box-shadow:0 2px 9px #ace;background:linear-gradient(40deg,#396cdb,#2c58cc 60%,#39f 60%,#4dbeff 75%,#3df 75%,#3cf);color:#fff&amp;quot;&amp;gt;电量233&amp;lt;/span&amp;gt;]]  &amp;lt;sup&amp;gt;[[User talk:电量233|讨论]]&amp;lt;/sup&amp;gt;•&amp;lt;sub&amp;gt;[[Special:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/电量233|贡献]]&amp;lt;/sub&amp;gt; 2019年3月10日 (日) 07:52 (CST)&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88%E6%8F%90%E7%A4%BA&amp;diff=8167</id>
		<title>模板:互助客栈提示</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88%E6%8F%90%E7%A4%BA&amp;diff=8167"/>
		<updated>2019-03-09T23:36:07Z</updated>

		<summary type="html">&lt;p&gt;电量233：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{info&lt;br /&gt;
|text-style= color: green;&lt;br /&gt;
|color= green&lt;br /&gt;
|&#039;&#039;&#039;欢迎来到插件百科の互助客栈&#039;&#039;&#039; &lt;br /&gt;
}}&lt;br /&gt;
{{info&lt;br /&gt;
|color= yellow&lt;br /&gt;
|&lt;br /&gt;
讨论前请查看以下内容或直接阅读[[mw:Help:Talk_pages/zh|讨论页面帮助]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;每一个维基页面都有一个与之关联的讨论页，它可用于与其他用户进行讨论和交流。可通过点击页面上方的“讨论”页面标签 来访问讨论页。只需像平常一样编辑页面即可发表你的评论。而本页面则是独立的一个页面，利用的是讨论页的机制，用于成员间沟通正式的百科事务，在此处讨论之意义便是公开与存档，谢绝闲聊。&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 发表意见后记住需要签字署名，方便记录与沟通，代码:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  即四个波浪号&lt;br /&gt;
* &#039;&#039;创建话题&#039;&#039;可以在下方输入框输入话题标题，之后确认并输入具体话题内容&lt;br /&gt;
* 也可以点击上面链接创建，或是编辑页面，在底部使用二级标题&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;==话题名称==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;，并在其下写入具体内容，记得也要署名&lt;br /&gt;
* &#039;&#039;参与讨论&#039;&#039;可以在直接点击对应段落右侧的编辑按钮（推荐）或是右上方点击编辑，进入编辑页面&lt;br /&gt;
* 另起一行，在行首用冒号&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;类进行缩进回复&lt;br /&gt;
* 发起话题后应常来查看回复并回应，直到话题终止&lt;br /&gt;
}}&lt;br /&gt;
{{info&lt;br /&gt;
|text-style= color: red;&lt;br /&gt;
|color= red&lt;br /&gt;
| &lt;br /&gt;
一般情况下请不要直接删除他人发表的意见，以保证讨论的完整与公正&amp;lt;br /&amp;gt;&lt;br /&gt;
请勿移除本模板，直接添加话题进行讨论即可&lt;br /&gt;
}}&lt;br /&gt;
请点击下面的“发表问题”按钮或页面上面的“添加话题”标签在页面底部发表新的问题。&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=commenttitle&lt;br /&gt;
page=Studio讨论:互助客栈&lt;br /&gt;
buttonlabel=发表问题&lt;br /&gt;
hidden=yes&lt;br /&gt;
break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8166</id>
		<title>模板:User</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8166"/>
		<updated>2019-03-09T23:28:07Z</updated>

		<summary type="html">&lt;p&gt;电量233：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;[[User:{{{1|Example}}}|{{{1|Example}}}]] &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;（[[User talk:{{{1|Example}}}|-讨论-]] | [[Special:Contributions/{{{1|Example}}}|-贡献-]] | [{{fullurl:Special:Log|user={{urlencode:{{{1|Example}}}}}}} -日志-{{ #if: {{{blocklog|}}} ||] &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; [{{fullurl:Special:Log/block|page=User:{{urlencode:{{{1|Example}}}}}}} -封禁日志- }}]）&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{/doc}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8165</id>
		<title>模板:User</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8165"/>
		<updated>2019-03-09T23:26:14Z</updated>

		<summary type="html">&lt;p&gt;电量233：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;[[User:{{{1|Example}}}|{{{1|Example}}}]] &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;（[[User talk:{{{1|Example}}}|-讨论-]] | [[Special:Contributions/{{{1|Example}}}|-贡献-]] | [{{fullurl:Special:Log|user={{urlencode:{{{1|Example}}}}}}} -日志-{{ #if: {{{blocklog|}}} ||] &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; [{{fullurl:Special:Log/block|page=User:{{urlencode:{{{1|Example}}}}}}} -封禁日志- }}]）&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{{/doc}}&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8164</id>
		<title>模板:User</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8164"/>
		<updated>2019-03-09T23:24:42Z</updated>

		<summary type="html">&lt;p&gt;电量233：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;[[User:{{{1|Example}}}|{{{1|Example}}}]] &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;（[[User talk:{{{1|Example}}}|-讨论-]] | [[Special:Contributions/{{{1|Example}}}|-贡献-]] | [{{fullurl:Special:Log|user={{urlencode:{{{1|Example}}}}}}} -日志-{{ #if: {{{blocklog|}}} ||] &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; [{{fullurl:Special:Log/block|page=User:{{urlencode:{{{1|Example}}}}}}} -封禁日志- }}]）&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User/doc&amp;diff=8163</id>
		<title>模板:User/doc</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User/doc&amp;diff=8163"/>
		<updated>2019-03-09T23:23:15Z</updated>

		<summary type="html">&lt;p&gt;电量233：​创建页面，内容为“{{documentation header}} &amp;lt;!-- Documentation here --&amp;gt; 这个模板是用来链接至用户的。  &amp;#039;&amp;#039;&amp;#039;示例&amp;#039;&amp;#039;&amp;#039; : {{user|Example}}  == 用法 == &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{user|u…”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation header}}&lt;br /&gt;
&amp;lt;!-- Documentation here --&amp;gt;&lt;br /&gt;
这个模板是用来链接至用户的。&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;示例&#039;&#039;&#039; : {{user|Example}}&lt;br /&gt;
&lt;br /&gt;
== 用法 ==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{user|username}}&lt;br /&gt;
&lt;br /&gt;
{{user|username|blocklog=n}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 参数 ===&lt;br /&gt;
&lt;br /&gt;
; username&lt;br /&gt;
: 用于自我描述。如果没有使用，会显示“示例”字符。&lt;br /&gt;
; blocklog&lt;br /&gt;
: 可选。如果本参数不为空，封禁日志的链接会被隐藏。&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:Documentation_header&amp;diff=8162</id>
		<title>模板:Documentation header</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:Documentation_header&amp;diff=8162"/>
		<updated>2019-03-09T23:21:43Z</updated>

		<summary type="html">&lt;p&gt;电量233：​创建页面，内容为“&amp;lt;includeonly&amp;gt;{{#invoke: documentation | docPage }}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt; {{documentation|content= Used on the documentation page because the parser is nasty and w…”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke: documentation | docPage }}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation|content=&lt;br /&gt;
Used on the documentation page because the parser is nasty and won&#039;t let a template transclude itself even once. :(&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8161</id>
		<title>模板:User</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E6%A8%A1%E6%9D%BF:User&amp;diff=8161"/>
		<updated>2019-03-09T23:19:10Z</updated>

		<summary type="html">&lt;p&gt;电量233：​创建页面，内容为“&amp;lt;includeonly&amp;gt;Example}}} &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;（-{zh-hans:讨论;zh-hant:對話}- | Special:Contrib…”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;[[User:{{{1|Example}}}|{{{1|Example}}}]] &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;（[[User talk:{{{1|Example}}}|-{zh-hans:讨论;zh-hant:對話}-]] | [[Special:Contributions/{{{1|Example}}}|-{zh-hans:贡献;zh-hant:貢獻}-]] | [{{fullurl:Special:Log|user={{urlencode:{{{1|Example}}}}}}} -{zh-hans:日志;zh-hant:日誌}-{{ #if: {{{blocklog|}}} ||] &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; [{{fullurl:Special:Log/block|page=User:{{urlencode:{{{1|Example}}}}}}} -{zh-hans:封禁日志;zh-hant:封鎖日誌}- }}]）&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
	<entry>
		<id>https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233/sign&amp;diff=8160</id>
		<title>用户:电量233/sign</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=%E7%94%A8%E6%88%B7:%E7%94%B5%E9%87%8F233/sign&amp;diff=8160"/>
		<updated>2019-03-09T23:13:55Z</updated>

		<summary type="html">&lt;p&gt;电量233：​创建页面，内容为“User:电量233|&amp;lt;span style=&amp;quot;font:83% Times;line-height:1.1em;border-radius:9em;padding:0 4em;box-shadow:0 2px 9px #ace;background:linear-gradient(40deg,#396cdb,#2c…”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:电量233|&amp;lt;span style=&amp;quot;font:83% Times;line-height:1.1em;border-radius:9em;padding:0 4em;box-shadow:0 2px 9px #ace;background:linear-gradient(40deg,#396cdb,#2c58cc 60%,#39f 60%,#4dbeff 75%,#3df 75%,#3cf);color:#fff&amp;quot;&amp;gt;电量233&amp;lt;/span&amp;gt;]]  &amp;lt;sup&amp;gt;[[User talk:电量233|讨论]]&amp;lt;/sup&amp;gt;•&amp;lt;sub&amp;gt;[[Special:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/电量233|贡献]]&amp;lt;/sub&amp;gt;&lt;/div&gt;</summary>
		<author><name>电量233</name></author>
	</entry>
</feed>