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 N Module:Card/items 23:03 +128 Valaerys talk contribs (Created page with "return { ['Lucky Star'] = { rarity = '5' }, ['Coffee Bag'] = { rarity = '3' }, ['Mighty Pork Sausages'] = { rarity = '4' }, }")
- diffhist m Module:Icon 22:59 +12 Valaerys talk contribs (testing)
- 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)