主な公開記録
Undertale Wikiの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。
- 2025年12月29日 (月) 06:34 Bluesoul トーク 投稿記録 がページ「利用者:Bluesoul/common.js」を作成しました (ページの作成:「mw.loader.using([ 'vue', 'mediawiki.api', 'mediawiki.util' ]).then(() => { if (mw.config.get('wgArticleId') <= 0) { return; } const { computed, createMwApp, onMounted, ref } = mw.loader.require('vue'); const api = new mw.Api(); function getEditInfo(rvdir) { return api.get({ titles: mw.config.get('wgPageName'), prop: 'revisions', rvprop: 'ids|timestamp|user|size|parsedcomment|flags…」)
- 2025年12月10日 (水) 07:27 Bluesoul トーク 投稿記録 がページ「利用者:Bluesoul/common.css」を作成しました (ページの作成:「.mw-userlink[title="User:Bluesoul"] { background: linear-gradient(90deg, red, orange, yellow, green, cyan, blue, violet); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .new:after { content: "🔗"; margin-left: 2px; font-size: 90%; } @keyframes sineWave { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } } .floating-image { animation: sineWave 3s infinite ease-in-out; position: relative; dis…」)