Undertale Wiki:管理者権限行使依頼
管理者権限を行使してほしいときに書き込んでください。署名必須。
- $wgEnableChatをfalseに(ウィキフィーチャーズで無効に。Discordで十分です)
- Mediawiki:Sitenoticeを白紙化(機能していない)
- "Abc 123 a.ogg "を"abc 123 a.ogg"(ファイル名を直接記載するためのものですが、私が操作をミスしたためにおかしくなってしまいました。申し訳ありません。)
- Mediawiki関連を削除。(inputboxのコードを間違えてますよ)--LILANGELO123 2020年10月15日 (木) 11:10 (UTC)
- 1.2.4は修正しました。3はDISPLAYTITLEを使えばよいのではないのでしょうか。あと署名おかしいですよ。
- 何がおかしいのかよくわかりませんが、DISPLAYTITLEとはなんですか?--LILANGELO123 2020年10月16日 (金) 11:42 (UTC)
- 署名が「LILANGELO123」になっていますよ。あとDISPLAYTITLEとは、タイトルを変える機能です。よって、「Abc 123 a.ogg」に「{{DISPLAYTITLE:abc 123 a.ogg}}」を置けばいいのではないでしょうかということです。--Waki285(表・話・投) 2020年10月16日 (金) 21:55 (UTC)
- 実装ありがとうございます。署名も直しました。--LILANGELO123 2020年10月19日 (月) 12:58 (UTC)
- 署名が「LILANGELO123」になっていますよ。あとDISPLAYTITLEとは、タイトルを変える機能です。よって、「Abc 123 a.ogg」に「{{DISPLAYTITLE:abc 123 a.ogg}}」を置けばいいのではないでしょうかということです。--Waki285(表・話・投) 2020年10月16日 (金) 21:55 (UTC)
- 何がおかしいのかよくわかりませんが、DISPLAYTITLEとはなんですか?--LILANGELO123 2020年10月16日 (金) 11:42 (UTC)
Infoboxがおかしくなってしまっているので、英語版の一部分を反映させてください。 Mediawiki:Common.cssに
/** font **/
@font-face {
font-family: "Determination Mono";
src: url("https://images.wikia.nocookie.net/undertale/images/c/c0/Determination.eot");
src: url("https://images.wikia.nocookie.net/undertale/images/c/c0/Determination.eot#iefix") format("embedded-opentype"),
url("https://images.wikia.nocookie.net/undertale/images/a/aa/Determination.woff2") format("woff2"),
url("https://images.wikia.nocookie.net/undertale/images/3/37/Determination.woff") format("woff"),
url("https://images.wikia.nocookie.net/undertale/images/c/cd/Determination.ttf") format("truetype"),
url("https://images.wikia.nocookie.net/undertale/images/7/7f/Determination.svg#Undertale") format("svg");
}
/** Infobox styling **/
.portable-infobox {
background-color: black;
border: 1px solid #323232;
border-radius: 8px;
color: white;
font-weight: normal;
padding: 0.5em;
text-align: center;
width: 40%;
}
.portable-infobox img {
height: auto;
max-width: 100%;
}
.portable-infobox .pi-title {
background: #5F2C60;
border-radius: 5px;
color: white;
font-family: "Determination Mono", sans-serif;
font-size: 1.1em;
letter-spacing: -1px;
line-height: 1.2em;
margin: 0 0 0.5em;
text-align: center;
}
.pi-image {
margin: 0.5em auto;
text-align: center;
}
.portable-infobox .pi-background-color {
background-color: black;
}
.portable-infobox .pi-border-color {
border: none;
}
.portable-infobox .pi-secondary-background {
background-color: #4F244F;
}
.pi-image-collection-tab-content {
background: none;
}
.pi-image-collection-tabs li {
background: #110811;
border: none;
}
.pi-collapse .pi-data-value.pi-font:only-child {
text-align: left;
}
.pi-data-value {
margin: auto;
}
.pi-caption {
text-align: center;
}
ul.pi-image-collection-tabs li {
max-width: 54%;
}
.portable-infobox ul {
list-style-type: none;
margin: 0;
}
.pi-data[data-source="caption"] .pi-data-value,
.pi-data[data-source="white"] .pi-data-value,
.pi-data[data-source="flavortext"] .pi-data-value,
.pi-data[data-source="usetext"] .pi-data-value {
font-style: italic;
}
.pi-data[data-source="caption"] .pi-data-value:before,
.pi-data[data-source="caption"] .pi-data-value:after {
content: '"';
}
.pi-data[data-source="yellow"] .pi-data-value {
color: #FBFF29;
font-style: italic;
}
/**
{{navbox}}
**/
.portable-infobox.pi-theme-navbox {
border-radius: 5px;
float: none;
margin: 0;
/* fallback width */
width: 100%;
/* (1px border + 0.5em padding) * 2 = 16px */
width: calc(100% - 1em - 2px);
}
.pi-theme-navbox .pi-header a {
color: white;
font-family: "Determination Mono", sans-serif;
}
.pi-theme-navbox .pi-data-value {
flex-basis: 600px;
width: 100%;
}
.pi-theme-navbox .pi-data-label {
flex-basis: 200px;
}
と記入し、要約欄に「en:Mediawiki:Common.cssの最新版より移入]と記載してください。infoboxが反映されていなければ、差し戻して下さい。--LILANGELO123 2020年10月24日 (土) 06:50 (UTC)