Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Rhythm Game Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:45, 10 January 2025 TadeLn talk contribs moved page Rizbot/data/rizline extra song data.json to Rhythm Game Wiki:Rizbot/data/rizline extra song data.json without leaving a redirect (Better namespace for Rizbot data)
- 17:44, 10 January 2025 TadeLn talk contribs moved page Rizbot/data/rizline bio data.json to Rhythm Game Wiki:Rizbot/data/rizline bio data.json without leaving a redirect (Better namespace for Rizbot data)
- 17:42, 10 January 2025 TadeLn talk contribs moved page Rizbot/data/rizline achievement data.json to Rhythm Game Wiki:Rizbot/data/rizline achievement data.json without leaving a redirect (Better namespace for Rizbot data)
- 17:41, 10 January 2025 TadeLn talk contribs deleted page Rhythm Game Wiki:Rizbot/test.js (content was: "This is a test JS file: console.log("Hello world from Rhythm Game Wiki:Rizbot/test.js!");", and the only contributor was "TadeLn" (talk))
- 17:41, 10 January 2025 TadeLn talk contribs changed the content model of the page Rhythm Game Wiki:Rizbot/test.js from "wikitext" to "JavaScript"
- 17:41, 10 January 2025 TadeLn talk contribs created page Rhythm Game Wiki:Rizbot/test.js (Created page with "This is a test JS file: console.log("Hello world from Rhythm Game Wiki:Rizbot/test.js!");")
- 10:24, 10 January 2025 TadeLn talk contribs deleted page User:Rizbot/data/test.js (content was: "#REDIRECT: mw.loader.load("https://rgwiki.stary.pc.pl/w/index.php?title=User:Rizbot/Sandbox/test.js&action=raw&ctype=text/javascript");", and the only contributor was "Rizbot" (talk))
- 10:24, 10 January 2025 TadeLn talk contribs deleted page User:Rizbot/Sandbox/test.js (content was: "This is a test JS file: console.log("Hello world from User:Rizbot/data/test.js!");", and the only contributor was "Rizbot" (talk))
- 10:24, 10 January 2025 TadeLn talk contribs deleted page User:Rizbot/data/test.css (content was: "#REDIRECT: @import url(https://rgwiki.stary.pc.pl/w/index.php?title=User:Rizbot/Sandbox/test.css&action=raw&ctype=text/css);", and the only contributor was "Rizbot" (talk))
- 10:17, 10 January 2025 TadeLn talk contribs created page User:TadeLn/Sandbox/test.json (Created page with "{}")
- 10:12, 10 January 2025 TadeLn talk contribs created page User:TadeLn/common.js (Created page with "This is a test JS file: console.log("Hello world from User:TadeLn/common.js!");")
- 10:11, 10 January 2025 TadeLn talk contribs created page User:TadeLn/common.css (Created page with "This is a test CSS file: ")
- 10:09, 10 January 2025 TadeLn talk contribs created page User:TadeLn/Sandbox/test.js (Created page with "This is a test JS file: ")
- 10:09, 10 January 2025 TadeLn talk contribs created page User:TadeLn/Sandbox/test.css (Created page with "This is test CSS file: ")
- 19:49, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-rizline-clickable-bio-chips.css (Created page with "Rizline clickable bio chips: .rgwiki-rizline-bio-chip.rgwiki-rizline-bio-chip-focusable { cursor: pointer; } .rgwiki-rizline-bio-chip.rgwiki-rizline-bio-chip-focusable:not(.rgwiki-rizline-bio-chip-clicked):hover { background-color: #cfc4e2; color: #8067ab; border-color: #7c6d96; } .rgwiki-rizline-bio-chip.rgwiki-rizline-bio-chip-focusable:not(.rgwiki-rizline-bio-chip-clicked):hover > .rgwiki-rizline-bio-text { border-color: #a697c0; }")
- 19:46, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-rizline-clickable-bio-chips.js (Created page with "Finds elements by a selector and executes a function for each element: function findAndExecute(selector, callback) { const elements = document.querySelectorAll(selector); elements.forEach((element) => { try { callback(element); } catch (e) { console.error(`Error while initializing "${selector}"`, e); } }); } Rizline clickable bio chips: findAndExecute(".rgwiki-rizline-bio-chip-focusable", (chip) => {...")
- 19:42, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-rizline-bio-chips.css (Created page with "Rizline Bio templates: .rgwiki-rizline-bio-chip { width: 211px; height: 30px; box-sizing: border-box; padding: 2px; border-radius: 100px; display: flex; justify-content: center; align-items: stretch; user-select: none;: cursor: default; border: 1px solid transparent; transition: 0.1s; zoom: 0.75; } .rgwiki-rizline-bio-chip.rgwiki-rizline-bio-chip-focusable { cursor: pointer; } .rgwiki-rizline-bio-chip,...")
- 19:39, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-rizline-clickable-bio-chips (Created page with "Rizline Clickable Bio Chips (rizline-clickable-bio-chips) - ''Rizline:Rizline'' bio tags on the wiki can be clicked and selected.")
- 19:35, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-rizline-bio-chips (Created page with "Rizline Bio Chip CSS (rizline-bio-chips) - ''Rizline'' bio tags on the wiki look like in-game bio tags.")
- 19:11, 9 January 2025 TadeLn talk contribs created page Template:GadviaScoreCalculator (Created page with "<div class="rgwiki-gadvia-score-calculator"><div class="rgwiki-gadvia-score-calculator-disabled">(Gadvia Score Calculator gadget is disabled. You can enable it in your preferences.)</div></div>")
- 19:02, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-gadvia-score-calculator.css (Created page with "Gadvia Score Calculator: .rgwiki-gadvia-score-calculator-field-container { display: flex; flex-direction: column; } .rgwiki-gadvia-score-calculator-fields { display: flex; gap: 1em; align-items: end; }")
- 18:59, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-gadvia-score-calculator.js (Created page with "Finds elements by a selector and executes a function for each element: function findAndExecute(selector, callback) { const elements = document.querySelectorAll(selector); elements.forEach((element) => { try { callback(element); } catch (e) { console.error(`Error while initializing "${selector}"`, e); } }); } Gadvia Score Calculator: findAndExecute(".rgwiki-gadvia-score-calculator", (root) => { ro...")
- 18:56, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-gadvia-score-calculator (Created page with "Gadvia score calculator (gadvia-score-calculator)")
- 18:53, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-main-trivia-box (Created page with "Trivia Box (main-trivia-box)")
- 18:52, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-section-content-gadgets (Created page with "Content Gadgets - gadgets embedded within wiki pages")
- 18:47, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-main-trivia-box.css (Created page with "Template:TriviaBox: .rgwiki-main-trivia-box { border-color: #5bcffa; border-style: solid; border-width: 0 6px 0 6px; border-radius: 6px; background-color: #5bcffa1f; padding: 0.5em 1em; margin: 1em; } .rgwiki-main-trivia-box > p { display: inline; } .rgwiki-main-trivia-box > ul { display: inline-block; margin: 0; margin-left: 0.5em;: } .rgwiki-main-trivia-box > ul > li { display: none; } .rgwiki-main-trivia-b...")
- 18:40, 9 January 2025 TadeLn talk contribs moved page MediaWiki:Gadgets-main-trivia-box.js to MediaWiki:Gadget-main-trivia-box.js without leaving a redirect (Misspelled title)
- 18:34, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadgets-main-trivia-box.js (Created page with "console.log("Hello world from gadget main-trivia-box!");")
- 18:21, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadgets-definition (Created page with "* main-trivia-box[ResourceLoader | default] | main-trivia-box.js | main-trivia-box.css")
- 20:33, 8 January 2025 TadeLn talk contribs changed the content model of the page Rizbot/data/rizline bio data.json from "wikitext" to "JSON"
- 20:33, 8 January 2025 TadeLn talk contribs created page Rizbot/data/rizline bio data.json (Created page with "{"bio": [{"key": "bio.exbio00001", "id": "exbio00001", "bio_left": "Harmonic", "bio_right": "Harmonic"},{"key": "bio.exbio00002", "id": "exbio00002", "bio_left": "Magical", "bio_right": "Magical"},{"key": "bio.exbio00003", "id": "exbio00003", "bio_left": "Spirited", "bio_right": "Spirited"},{"key": "bio.exbio00004", "id": "exbio00004", "bio_left": "Fantastical", "bio_right": "Fantastical"},{"key": "bio.exbio00005", "id": "exbio00005", "bio_left": "Passionate", "bio_right...")
- 15:56, 8 January 2025 TadeLn talk contribs changed the content model of the page Rizbot/data/rizline extra sound data.json from "wikitext" to "JSON"
- 15:56, 8 January 2025 TadeLn talk contribs created page Rizbot/data/rizline extra sound data.json (Created page with "{"sounds":{"rizline_common_1":{"description_wikitext":"Generic button tap effect."},"rizline_ExchangeCards_button_CardReceived_1":{"description_wikitext":"Receiving a Rizcard."},"rizline_ExchangeCards_button_exchange_1":{"description_wikitext":"Starting a Rizcard exchange."},"rizline_ExchangeCards_soundfx_narrow_1":{"description_wikitext":"Ending a Rizcard exchange."},"rizline_GameAchievements_...")
- 14:36, 8 January 2025 TadeLn talk contribs changed the content model of the page Rizbot/data/rizline extra achievement data.json from "wikitext" to "JSON"
- 14:36, 8 January 2025 TadeLn talk contribs created page Rizbot/data/rizline extra achievement data.json (Created blank page)
- 10:45, 8 January 2025 TadeLn talk contribs changed the content model of the page Rizbot/data/rizline sound data.json from "wikitext" to "JSON"
- 10:45, 8 January 2025 TadeLn talk contribs created page Rizbot/data/rizline sound data.json (Created page with "{"sounds": [{"filename": "rizline_common_1.acb1cac6bcc3d79677ccdb515c2b38ee98a", "description_wikitext": "Generic button tap effect.", "vgmstream_metadata": {"version":"\u0002","sampleRate":44100,"channels":2,"mixingInfo":null,"channelLayout":3,"loopingInfo":null,"interleaveInfo":null,"numberOfSamples":37800,"encoding":"CRI HCA","layout":"flat","frameSize":null,"metadataSource":"CRI HCA header","bitrate":242778,"streamInfo":{"index":0,"name":"rizline_common_1","total":1}...")
- 20:13, 6 January 2025 TadeLn talk contribs created page User:Rizbot/results short (Created blank page)
- 18:03, 6 January 2025 TadeLn talk contribs created page User:Rizbot/results (Created blank page)
- 14:50, 6 January 2025 TadeLn talk contribs changed the content model of the page Rizbot/data/rizline achievement data.json from "wikitext" to "JSON"
- 14:50, 6 January 2025 TadeLn talk contribs created page Rizbot/data/rizline achievement data.json (Created page with "{ "achievements": [] }")
- 21:07, 5 January 2025 TadeLn talk contribs created page Rizbot (Redirected page to User:Rizbot) Tag: New redirect
- 21:00, 5 January 2025 TadeLn talk contribs changed the content model of the page Rizbot/data/rizline song data.json from "wikitext" to "JSON"
- 21:00, 5 January 2025 TadeLn talk contribs created page Rizbot/data/rizline song data.json (Created page with "{ "songs": [ { "level_id": "PastelLines.RekuMochizuki.0", "title": "Pastel Lines", "artist": "Reku Mochizuki", "disc": "Disc 1", "appear_type": 0, "illustration_id": "illustration.PastelLines.RekuMochizuki.0", "illustration_artist": "山山奇", "music_id": "PastelLines.RekuMochizuki.0", "chart_ez": { "id": "chart.PastelLines.RekuMochizuki.0.EZ", "difficulty": 1.0, "charter": "NerSAN"...")
- 20:51, 5 January 2025 TadeLn talk contribs moved page User:Rizbot/data/rizline extra song data.json to Rizbot/data/rizline extra song data.json without leaving a redirect (User namespace is not publically editable)
- 20:49, 5 January 2025 TadeLn talk contribs created page User:Rizbot/data/rizline extra song data.json (Created page with "{ "songs": { "PastelLines.RekuMochizuki.0": { "duration": "01:50", "requirements_wikitext": "* Full version not required", "app_version_added": "before 1.0.7" }, "Gleam.Uske.0": { "duration": "02:01", "requirements_wikitext": "* Full version not required", "app_version_added": "before 1.0.7", "title_wikitext_override": "Gleam feat...")
- 20:24, 5 January 2025 TadeLn talk contribs moved page Template:WikiBot to Template:WikiBotInfoBox
- 20:24, 5 January 2025 TadeLn talk contribs deleted page User:Rizbot/testing (content was: "Logged in at: 2025-01-04T21:25:39.270357945Z", and the only contributor was "Rizbot" (talk))
- 20:23, 5 January 2025 TadeLn talk contribs created page Template:WikiBot (Created page with "{| class="wikitable" style="float: right; margin: 1em;" ! colspan=2 | {{{name}}} |- | colspan=2 | [[{{{image|File:WikiBot {{{name}}} Image.png}}}|256px|center]] |- | '''Creator''' | {{{creator}}} |- | '''Source code''' | {{{source}}} |- | '''License''' | {{{license}}} |}")
- 12:23, 4 January 2025 TadeLn talk contribs created page Rizline:Rizline 1.2.4 (Created page with "Version 1.2.4 of ''Rizline:Rizline'' was uploaded two times. '''Rizline 1.2.4''' may refer to: * Rizline:Rizline 1.2.4 upload 1 * Rizline:Rizline 1.2.4 upload 2")