Recent changes
Jump to navigation
Jump to search
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
| N 23:03 | Module:Card/items diffhist +128 Valaerys talk contribs (Created page with "return { ['Lucky Star'] = { rarity = '5' }, ['Coffee Bag'] = { rarity = '3' }, ['Mighty Pork Sausages'] = { rarity = '4' }, }") | ||||
|
|
N 22:59 | Module:Icon 3 changes hist +13,605 [Valaerys (3×)] | |||
| m |
|
22:59 (cur | prev) +12 Valaerys talk contribs (testing) | |||
|
|
22:52 (cur | prev) −174 Valaerys talk contribs | ||||
| N |
|
22:27 (cur | prev) +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:41 | Module:TemplateData diffhist +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...") | ||||
| 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: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) | ||||