Recent changes
Track the most recent changes to the wiki on this page.
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
- diffhist Module:Icon 22:52 −174 Valaerys talk contribs
- diffhist N Module:TemplateData 22:41 +14,617 Valaerys talk contribs (Created page with "-- Module copied from the Genshin Impact wiki -- Revision as of 5-1-2023 --- A library used to process other modules' arguments and to output matching -- template data. -- @script TemplateData local p = {} -- general helper functions local function quote(s) return string.format('"%s"', s) end local function ensureTable(v) if type(v) == "table" then return v end return {v} end -- metatable helper functions --- Try getting from non...")
- diffhist N Module:Card/doc 22:28 +87 Valaerys talk contribs (Created page with "{{Documentation/Header}} {{High Risk|pagetype=Main}} This module implements {{T|Card}}.")
- diffhist N Module:Icon/doc 22:28 +59 Valaerys talk contribs (Created page with "{{Documentation/Header}} This module is used by {{T|Card}}.")
- diffhist N Module:Icon 22:27 +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...")
- diffhist N Module:Card 22:24 +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=...")
- diffhist Module:Card List 22:23 0 Kuhlau talk contribs (default delim should just be semicolon for safety & consistency)
- diffhist N Template:Card 22:19 +99 Valaerys talk contribs (Created page with "<includeonly>{{#invoke:Card|main}}</includeonly><noinclude>{{Documentation|type=Image}}</noinclude>")
- diffhist N Template:Card List/doc 22:18 +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...")
- diffhist User:Shirra/Sandbox 22:15 +1,327 Shirra talk contribs
- diffhist m Stag's Call 22:09 +4 Shirra talk contribs
- diffhist Lumehart 22:08 −6 Shirra talk contribs
- diffhist Template:DIcon 21:51 +72 Valaerys talk contribs
- diffhist m 0 21:39 −1 Valaerys talk contribs (→Dialogue)
- diffhist File:Dialogue Back Icon.png 21:20 +100 Valaerys talk contribs
- Upload log 21:20 Valaerys talk contribs uploaded File:Dialogue Back Icon.png
- Move log 21:17 Valaerys talk contribs moved page File:Dialogue Back Icon.png to File:Dialogue Exit Icon.png without leaving a redirect (Misspelled title)
- diffhist File:Dialogue Deft Bypass Icon.png 21:04 +100 Valaerys talk contribs
- Upload log 21:04 Valaerys talk contribs uploaded File:Dialogue Deft Bypass Icon.png
- diffhist Module:Tt/Draft 20:58 +21 Kuhlau talk contribs
- diffhist File:Dialogue Back Icon.png 20:55 +100 Valaerys talk contribs
- Upload log 20:53 Valaerys talk contribs uploaded File:Dialogue Back Icon.png
- diffhist Module:Tt/Draft 20:34 +1 Kuhlau talk contribs
- diffhist Module:Tt/Draft 20:33 +111 Kuhlau talk contribs
- diffhist File:Dialogue Battle Icon.png 20:28 +100 Valaerys talk contribs
- Upload log 20:28 Valaerys talk contribs uploaded File:Dialogue Battle Icon.png
- diffhist N Module:Tt/Draft 20:20 +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 =...")
- diffhist Module:Extra Effect 20:16 +528 Kuhlau talk contribs (this is kinda a wip cause tt is still Like That)
- diffhist m File:Dialogue Talk Icon.png 20:10 −14 Valaerys talk contribs
- diffhist N Template:DIcon 20:10 +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>")
- Upload log 20:09 Valaerys talk contribs uploaded File:Dialogue Talk Icon.png (==Summary== {{Placeholder Image|release=1}} {{File |categories = Icons }} ==Licensing== {{Fairuse}})
- diffhist Module:Extra Effect 19:55 +81 Kuhlau talk contribs
- diffhist MediaWiki:Gadget-Tooltip.js 19:53 +5 Kuhlau talk contribs (oh thats why that was commented out lol)
- diffhist MediaWiki:Gadget-Tooltip.js 19:52 +3 Kuhlau talk contribs
- diffhist N Module:Extra Effect 19:37 +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")
- diffhist N Module:Extra Effect/data 19:36 +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}};"...")
- diffhist MediaWiki:Gadget-Tooltip.js 18:48 +1,799 Kuhlau talk contribs
- diffhist Template:Extra Effect/doc 18:48 +8 Kuhlau talk contribs
- diffhist MediaWiki:Common.js 18:47 −1,799 Kuhlau talk contribs (move to gadget)
- diffhist N MediaWiki:Gadget-section-Utilities 18:34 +9 Kuhlau talk contribs (Created page with "Utilities")
- diffhist N MediaWiki:Gadget-section-Styles 18:34 +6 Kuhlau talk contribs (Created page with "Styles")
- diffhist MediaWiki:Gadgets-definition 18:32 −1 Kuhlau talk contribs
- diffhist MediaWiki:Gadgets-definition 18:32 −4 Kuhlau talk contribs
- diffhist Version/0.60.0 18:31 −28 Shirra talk contribs (→Anima: removing moneytree)
- diffhist MediaWiki:Navbox.css 18:25 −378 Kuhlau talk contribs
- diffhist m Apex Club 18:25 +1 Shirra talk contribs
- diffhist Template:Handbook Entries by Category Table 18:23 +22 Kuhlau talk contribs
- diffhist Apex Club 18:20 +195 GalaxyRiderthe1 talk contribs
- diffhist Version/0.3.0 18:17 −30 Shirra talk contribs (→Videos: replacing gallery with yt embed instead)
- diffhist Striker 17:57 −390 Shirra talk contribs