All public logs
Combined display of all available logs of Medalist Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:24, 8 February 2025 Zhiktang talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub...", and the only contributor was "Zhiktang" (talk))
- 06:24, 8 February 2025 Zhiktang talk contribs deleted page Template:Documentation (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded fro...", and the only contributor was "Zhiktang" (talk))
- 06:24, 8 February 2025 Zhiktang talk contribs deleted page Template:Navbox/doc (content was: "{{documentation subpage}} {{lua|Module:Navbox}} {{High-risk}} This template allows a navigational template to be set up relatively quickly by supplying it one or more lists of links. It comes equipped with default styles that should work for most navigational templates. Changing the default styles is not recommended, but is possible. Using this templat...", and the only contributor was "Zhiktang" (talk))
- 06:24, 8 February 2025 Zhiktang talk contribs deleted page Template:Navbox (content was: "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 06:24, 8 February 2025 Zhiktang talk contribs deleted page Module:Navbox (content was: "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return wikitext with m...", and the only contributor was "Zhiktang" (talk))
- 06:14, 8 February 2025 Zhiktang talk contribs created page Module:Uses TemplateStyles/config (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
- 06:13, 8 February 2025 Zhiktang talk contribs created page Module:Yesno/doc (Created page with "<noinclude><!-- -->{{#ifeq:{{SUBPAGENAME}}|doc||{{Documentation subpage}}}}<!-- --><languages /><!-- --></noinclude>{{#switch:<translate></translate> | = <includeonly>{{Languages|Module:Yesno/doc}}</includeonly> <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Shared Template Warning}} {{high-risk}} {{used in system}} {{Module rating|release}} {{Module rating|protected}} <translate><!--T:1--> This module provides a consisten...")
- 06:13, 8 February 2025 Zhiktang talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
- 06:12, 8 February 2025 Zhiktang talk contribs created page Module:Uses TemplateStyles/doc (Created page with "{{Module rating|release}} {{Lua|Module:Uses TemplateStyles/config|Module:Yesno|Module:List|Module:TableTools|Module:Message box|Module:TNT}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> Implements {{tlx|Uses TemplateStyles}}. <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> [[Category:Global modules{{#translation:}}]] }}</includeonly><noinclude> Category:Module documentation pa...")
- 06:11, 8 February 2025 Zhiktang talk contribs created page Module:Uses TemplateStyles (Created page with "-- This module implements the {{Uses TemplateStyles}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) -- Content sourced from commons:Data:I18n/Uses TemplateStyles.tab return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfi...")
- 06:11, 8 February 2025 Zhiktang talk contribs created page Template:Uses TemplateStyles (Created page with "<onlyinclude><includeonly>{{#invoke:Uses TemplateStyles|main}}</includeonly></onlyinclude> {{Uses TemplateStyles|Template:Uses TemplateStyles/example.css|nocat=true}} {{documentation}}")
- 06:10, 8 February 2025 Zhiktang talk contribs created page Module:Documentation/doc (Created page with "{{Module rating|release}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Documentation/config|Module:Documentation/i18n|Module:Arguments|Module:Message box|Module:Module wikitext|Module:TNT}} {{Uses TemplateStyles|Module:Documentation/styles.css}} {{Uses TNT|Documentation}} This module displays a blue box containing documentation for templates, Special:MyLanguage/Lua s...")
- 06:09, 8 February 2025 Zhiktang talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -...")
- 06:09, 8 February 2025 Zhiktang talk contribs created page Template:Documentation (Created page with "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=...")
- 06:07, 8 February 2025 Zhiktang talk contribs created page Module:Navbox/doc (Created page with "{{Uses TemplateStyles|Module:Navbox/styles.css|Template:Flatlist/styles.css|Template:Plainlist/styles.css}} See Template:Navbox")
- 06:07, 8 February 2025 Zhiktang talk contribs created page Template:Navbox/doc (Created page with "{{documentation subpage}} {{lua|Module:Navbox}} {{High-risk}} This template allows a navigational template to be set up relatively quickly by supplying it one or more lists of links. It comes equipped with default styles that should work for most navigational templates. Changing the default styles is not recommended, but is possible. Using this template, or one of its "Navbox suite" sister templates, is highly recommended for standardization of navi...")
- 06:05, 8 February 2025 Zhiktang talk contribs created page Module:Navbox (Created page with "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category th...")
- 05:36, 8 February 2025 FabricOfStars talk contribs created page Template:Navbox character (created navbox character page.)
- 05:35, 8 February 2025 FabricOfStars talk contribs created page Template:Navbox (created navbox page.)
- 02:24, 8 February 2025 Hikainofan talk contribs created page Kohaku Shirone (Made shirone's page)
- 02:23, 8 February 2025 Hikainofan talk contribs created page File:SHIRONE MANGA ICON.png
- 02:23, 8 February 2025 Hikainofan talk contribs uploaded File:SHIRONE MANGA ICON.png
- 01:37, 8 February 2025 Hikainofan talk contribs created page File:SHION MANGA ICON.png
- 01:37, 8 February 2025 Hikainofan talk contribs uploaded File:SHION MANGA ICON.png
- 01:19, 8 February 2025 Hikainofan talk contribs moved page Kouichi Kago to Koichi Kago without leaving a redirect (Misspelled title)
- 00:32, 8 February 2025 FabricOfStars talk contribs created page Manual of Style (created style manual page. fill in later) Tags: Visual edit Mobile edit Mobile web edit
- 00:26, 8 February 2025 Zhiktang talk contribs created page Nozomi Yuitsuka (Created page with "{{Infobox character | title = Nozomi Yuitsuka | image = | name-jp-full = | name-jp-trans = | gender = | birthday = | age = | height = | bloodtype = | occupation = | skating-discipline = | clubs = | skating-class = | skating-level = | skating-fav-jump = | skating-coaches = | skating-students = | family = | home-town = | home-country = | debut-manga = | debut-anime = | voice-actors = | }} = Appears In = * Chapter 1")
- 00:26, 8 February 2025 Zhiktang talk contribs created page Mamoru Sekoma (Created page with "{{Infobox character | title = Mamoru Sekoma | image = | name-jp-full = | name-jp-trans = | gender = | birthday = | age = | height = | bloodtype = | occupation = | skating-discipline = | clubs = | skating-class = | skating-level = | skating-fav-jump = | skating-coaches = | skating-students = | family = | home-town = | home-country = | debut-manga = | debut-anime = | voice-actors = | }}") Tag: Visual edit: Switched
- 00:24, 8 February 2025 Zhiktang talk contribs created page Hitomi Takamine (Created page with "{{Infobox character | title = Hitomi Takamine | image = | name-jp-full = | name-jp-trans = | gender = | birthday = | age = | height = | bloodtype = | occupation = | skating-discipline = | clubs = | skating-class = | skating-level = | skating-fav-jump = | skating-coaches = | skating-students = | family = | home-town = | home-country = | debut-manga = | debut-anime = | voice-actors = | }}") Tag: Visual edit: Switched
- 00:10, 8 February 2025 Zhiktang talk contribs deleted page Template:Character (content was: "<noinclude> This template creates a simple character card with a linked name and image. {{Character Card |name=Character Name |image=banner.png }} </noinclude> <includeonly><div class="character-card" style="width: 200px; border-radius: 10px; overflow: hidden; background: #fff;"> <div style="background: #333; padding: 8px;"> {{{name}}}|<span style="color: #fff; text...", and the only contributor was "Zhiktang" (talk))
- 00:09, 8 February 2025 Mikhi talk contribs created page File:ShionMANGA.png (Shion's image (TEMP))
- 00:09, 8 February 2025 Mikhi talk contribs uploaded File:ShionMANGA.png (Shion's image (TEMP))
- 00:06, 8 February 2025 Mikhi talk contribs created page Shion Sonidori (Create (still not done yet))
- 23:58, 7 February 2025 Zhiktang talk contribs created page Template:Character (Created page with "<noinclude> Simple character card template for chapter character listings. {{Character |name=Character Name |image=Character_image.jpg }} </noinclude> <includeonly> {| class="infobox" style="width: 120px; text-align: center; margin: 0.5em; display: inline-block; vertical-align: top;" | [[File:{{{image}}}|100px|link={{{name}}}]] |- | style="font-size: 90%;" | [[{{{name}}}|{{{name}}}]] |} </includeonly>")
- 23:58, 7 February 2025 Zhiktang talk contribs deleted page Template:Character card (content was: "<noinclude> Simple character card template for chapter character listings. {{Character |name=Character Name |image=Character_image.jpg }} </noinclude> <includeonly> {| class="infobox" style="width: 120px; text-align: center; margin: 0.5em; display: inline-block; vertical-align: top;" | [[File:{{{image}}}|100px|link={{{name}}}]] |- | style="font-size: 90%;" | {{{name}}}|{{...", and the only contributor was "Zhiktang" (talk))
- 23:56, 7 February 2025 Zhiktang talk contribs created page Template:Character card (Created page with "<noinclude> This template creates a character card for manga chapter character listings. </noinclude> <includeonly> {| class="infobox" style="width: 250px; font-size: 90%; text-align: left; border: 1px solid #999; border-collapse: collapse; margin: 0.5em 0 0.5em 1em; background: #f9f9f9;" ! colspan="2" style="text-align: center; font-size: 125%; background: #ccf;" | {{{name|{{PAGENAME}}}}} |- {{#if: {{{image|}}} | | colspan="2" style="text-align: center;" | File:{{{ima...")
- 22:55, 7 February 2025 Zhiktang talk contribs created page File:BANNER450p.png (optimized banner)
- 22:55, 7 February 2025 Zhiktang talk contribs uploaded File:BANNER450p.png (optimized banner)
- 21:15, 7 February 2025 Hikainofan talk contribs created page User:Hikainofan (Created page with "Medalist Wiki administrator | they/them") Tag: Visual edit
- 21:10, 7 February 2025 Mikhi talk contribs created page Chapter 9 (Created page with "{{Infobox chapter | title = The Powers of the West (Part 2) | image = | volume = Volume 3 | chapter-number = 9 | pages = 52 | release-date = 25/02/2021 | title-jp = 西の競合中編 | title-romaji = Nishi no Kyougou Chyuuhen | previous = Chapter 8 | next = Chapter 10 | locations = }} = Synopsis = = Notable Quotes = = Characters =")
- 21:04, 7 February 2025 Mikhi talk contribs created page Chapter 8 (Created page with "{{Infobox chapter | title = The Powers of the West | image = File:Chp8Cover.jpg | volume = Volume 3 | chapter-number = 8 | pages = 48 | release-date = 01/25/2021 | title-jp = 西の競合全編 | title-romaji = Nishi no Kyougou Zenpen | previous = Chapter 7 | next = Chapter 9 | locations = }} = Synopsis = = Notable Quotes = = Characters =")
- 21:00, 7 February 2025 Mikhi talk contribs created page File:Chp8Cover.jpg (Cover of Chapter 8)
- 21:00, 7 February 2025 Mikhi talk contribs uploaded File:Chp8Cover.jpg (Cover of Chapter 8)
- 20:51, 7 February 2025 Mikhi talk contribs created page Chapter 7 (Created page with "{{Infobox chapter | title = Level 1 Badge Test | image = File:Chp7Cover.jpg | volume = Volume 2 | chapter-number = 7 | pages = 22 | release-date = 24/10/2020 | title-jp = 1級バッジテスト | title-romaji = Ikyuu Bajji Tesuto | previous = Chapter 6 | next = Chapter 8 | locations = }} = Synopsis = = Notable Quotes = = Characters =")
- 20:48, 7 February 2025 Mikhi talk contribs created page File:Chp7Cover.jpg (Cover of chapter 7)
- 20:48, 7 February 2025 Mikhi talk contribs uploaded File:Chp7Cover.jpg (Cover of chapter 7)
- 20:47, 7 February 2025 Mikhi talk contribs created page Chapter 6 (Chapter 6)
- 20:44, 7 February 2025 Mikhi talk contribs created page Chapter 5 (Chapter 5)
- 20:36, 7 February 2025 Mikhi talk contribs created page File:Chp6Cover.jpg (Cover of Chapter 6)
- 20:36, 7 February 2025 Mikhi talk contribs uploaded File:Chp6Cover.jpg (Cover of Chapter 6)