Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes optionsBelow are the changes since 14 July 2026, 14:53 (up to 50 shown). (Reset date selection)
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Show my edits | Show bots | Hide minor edits
Show new changes starting from 22:40, 14 July 2026
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

14 July 2026

N    22:28  Module:Card/doc diffhist +87 Valaerys talk contribs (Created page with "{{Documentation/Header}} {{High Risk|pagetype=Main}} This module implements {{T|Card}}.")
N    22:28  Module:Icon/doc diffhist +59 Valaerys talk contribs (Created page with "{{Documentation/Header}} This module is used by {{T|Card}}.")
N    22:27  Module:Icon diffhist +13,767 Valaerys talk contribs (Created page with "-- Module copied from the Genshin Impact wiki -- Revision as of 4-29-2023 --- A library that other modules can use to create icon images with automatic prefix/suffix settings for items, characters, and weapons. -- (Other icon types must have their types/suffixes specified manually.) -- -- '''Note:''' this module is (currently) NOT related to Template:Icon. -- -- @script Icon local TemplateData = require('Module:TemplateData') local p = {} -- icon arg defaults...")
N    22:24  Module:Card diffhist +18,000 Valaerys talk contribs (Created page with "local p = {} local lib = require('Module:Feature') local TemplateData = require('Module:TemplateData') local Icon = require('Module:Icon') local RARITY_STARS = { --['0'] = '', --['1'] = '✦', --['2'] = '✦✦',notext --['3'] = '✦✦✦', --['4'] = '✦✦✦✦', --['5'] = '✦✦✦✦✦' ['1'] = 'x12px|link=|alt=Rarity 1', ['2'] = 'x12px|link=|alt=Rarity 2', ['3'] = '[[File:Icon 3 Stars.png|x12px|link=...")
     22:23  Module:Card List diffhist 0 Kuhlau talk contribs (default delim should just be semicolon for safety & consistency)
N    22:19  Template:Card diffhist +99 Valaerys talk contribs (Created page with "<includeonly>{{#invoke:Card|main}}</includeonly><noinclude>{{Documentation|type=Image}}</noinclude>")
N    22:18  Template:Card List/doc diffhist +3,339 Valaerys talk contribs (Created page with "{{Documentation/Header}} {{High Risk|pagetype=Main}} {{Lua|Card List}} Creates a list of {{T|Card}}. ==Syntax== * {{F|1}} — List of items. ** {{F|*((amount))}} — Indicate amount exclusive to the item. ** {{F|/((note))}} — Indicate note exclusive to the item. ** {{F|1={ ((param1)) = ((value1)) $ ((param2)) = ((value2)) $ ((value 3)) } }} — indicate parameters exclusive to the item, allows unnamed parameters. * {{F|amount}} — Default amount o...")
     22:15  User:Shirra/Sandbox diffhist +1,327 Shirra talk contribs
 m   22:09  Stag's Call diffhist +4 Shirra talk contribs
     22:08  Lumehart diffhist −6 Shirra talk contribs
N    21:51  Template:DIcon 2 changes hist +397 [Valaerys (2×)]
     
21:51 (cur | prev) +72 Valaerys talk contribs
N    
20:10 (cur | prev) +325 Valaerys talk contribs (Created page with "<includeonly><!-- -->{{#switch:{{{1|Talk}}}|<!-- -->|Talk = x20px|link=<!-- -->|#default = [[File:Dialogue {{{1}}} Icon.png|x20px|link=]]<!-- -->}}</includeonly><noinclude>{{Documentation|type=Image;Transcription|content= * {{T|DIcon|_Y_=1}} * {{T|DIcon|Talk|_Y_=1}} }}</noinclude>")
 m   21:39  0 diffhist −1 Valaerys talk contribs (Dialogue)
     21:20  File:Dialogue Back Icon.png 2 changes hist +100 [Valaerys (2×)]
     
21:20 (cur | prev) +100 Valaerys talk contribs
     
20:55 (cur | prev) +100 Valaerys talk contribs
     21:20  (Upload log) [Valaerys (5×)]
     
21:20 Valaerys talk contribs uploaded File:Dialogue Back Icon.png
     
21:04 Valaerys talk contribs uploaded File:Dialogue Deft Bypass Icon.png
     
20:53 Valaerys talk contribs uploaded File:Dialogue Back Icon.png
     
20:28 Valaerys talk contribs uploaded File:Dialogue Battle Icon.png
     
20:09 Valaerys talk contribs uploaded File:Dialogue Talk Icon.png (==Summary== {{Placeholder Image|release=1}} {{File |categories = Icons }} ==Licensing== {{Fairuse}})
     21:17 Move log Valaerys talk contribs moved page File:Dialogue Back Icon.png to File:Dialogue Exit Icon.png without leaving a redirect (Misspelled title)
     21:04  File:Dialogue Deft Bypass Icon.png diffhist +100 Valaerys talk contribs
N    20:58  Module:Tt/Draft 4 changes hist +3,013 [Kuhlau (4×)]
     
20:58 (cur | prev) +21 Kuhlau talk contribs
     
20:34 (cur | prev) +1 Kuhlau talk contribs
     
20:33 (cur | prev) +111 Kuhlau talk contribs
N    
20:20 (cur | prev) +2,880 Kuhlau talk contribs (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrappers = { 'Template:Tt' } }) args[1] = args[1] or '<i>Missing text</i>' -- Return plain text if no tooltip given if lib.isEmpty(args[2]) then return args[1] end return p._main(args) end function p._main(args, options) local text = args[1] local tooltip = mw.text.decode(args[2], true) local out =...")
     20:28  File:Dialogue Battle Icon.png diffhist +100 Valaerys talk contribs
N    20:16  Module:Extra Effect 3 changes hist +804 [Kuhlau (3×)]
     
20:16 (cur | prev) +528 Kuhlau talk contribs (this is kinda a wip cause tt is still Like That)
     
19:55 (cur | prev) +81 Kuhlau talk contribs
N    
19:37 (cur | prev) +195 Kuhlau talk contribs (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame) return p._main(args) end function p._main(args) end return p")
 m   20:10  File:Dialogue Talk Icon.png diffhist −14 Valaerys talk contribs
     19:53  MediaWiki:Gadget-Tooltip.js 3 changes hist +1,807 [Kuhlau (3×)]
     
19:53 (cur | prev) +5 Kuhlau talk contribs (oh thats why that was commented out lol)
     
19:52 (cur | prev) +3 Kuhlau talk contribs
     
18:48 (cur | prev) +1,799 Kuhlau talk contribs
N    19:36  Module:Extra Effect/data diffhist +481 Kuhlau talk contribs (Created page with "return { ["Lingering Shade"] = { effect = "When the Active Skill hits opponents without Lingering Shade, mark them with Lingering Shade for 6s.<br />When the Active Skill hits opponents with Lingering Shade, deals '''310%'''{{Icon|ATK}} Physical DMG and removes it." }, ["Topping list"] = { effect = "Tomatoes: Reduce the target's Armor by '''2''' after hitting. This effect stacks and lasts until the end of battle;<br>Patty: DMG increases to '''110%'''{{Icon|ATK}};"...")
     18:48  Template:Extra Effect/doc diffhist +8 Kuhlau talk contribs
     18:47  MediaWiki:Common.js diffhist −1,799 Kuhlau talk contribs (move to gadget)
N    18:34  MediaWiki:Gadget-section-Utilities diffhist +9 Kuhlau talk contribs (Created page with "Utilities")
N    18:34  MediaWiki:Gadget-section-Styles diffhist +6 Kuhlau talk contribs (Created page with "Styles")
     18:32  MediaWiki:Gadgets-definition 2 changes hist −5 [Kuhlau (2×)]
     
18:32 (cur | prev) −1 Kuhlau talk contribs
     
18:32 (cur | prev) −4 Kuhlau talk contribs
     18:31  Version/0.60.0 diffhist −28 Shirra talk contribs (Anima: removing moneytree)
     18:25  MediaWiki:Navbox.css diffhist −378 Kuhlau talk contribs
     18:25  Apex Club 2 changes hist +196 [Shirra; GalaxyRiderthe1]
 m   
18:25 (cur | prev) +1 Shirra talk contribs
     
18:20 (cur | prev) +195 GalaxyRiderthe1 talk contribs
     18:23  Template:Handbook Entries by Category Table diffhist +22 Kuhlau talk contribs
     18:17  Version/0.3.0 diffhist −30 Shirra talk contribs (Videos: replacing gallery with yt embed instead)
     17:57  Striker diffhist −390 Shirra talk contribs
     17:54  Template:Mainpage Topics diffhist +11 Kuhlau talk contribs (Undid revision 9176 by Kuhlau (talk)) Tag: Undo
N    17:54  Striker/Change History diffhist +345 Shirra talk contribs (Created page with "{{Change History/Header}} Version 0.60.0 * Striker was removed. ---- Version 0.3.0 * Striker was added with the synergy: "Increases the Max Health {{Icon|Max HP}} of all allied units; Striker Anima gain an additional percentage {{Icon|Max HP}} increase. 2/4/6/8 Anima give 150/300/350/600 {{Icon|Max HP}}; 15/35/60/100% {{Icon|Max HP}}."")