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...")