Related changes
More actions
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
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
12 December 2025
| 21:33 | Protection log Eviand talk contribs protected Module:GameEffects [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
| N 21:20 | Template:Effect diffhist +82 Eviand talk contribs (Created page with "{{#invoke:GameEffects|infobox | 1={{{1|}}} | name={{{name|}}} | id={{{id|}}} }}") | ||||
| N 21:20 | Module:GameEffects/doc diffhist +5,081 Eviand talk contribs (Created page with "== Module:GameEffects == '''Module:GameEffects''' renders effect / status data from Data:effects.json into a reusable infobox-style table. It is intended to be used via a template (for example Template:Effect) so that status effects can be embedded on any page without creating individual pages for each effect. This module: * Loads data via Module:GameData → <code>GameData.loadEffects()</code>. * Looks up effects primarily by display <code>"Name"</code>...") | ||||
| N 21:19 | Module:GameEffects diffhist +10,181 Eviand talk contribs (Created page with "-- Module:GameEffects -- -- Renders effect / status data (from Data:effects.json) into -- an infobox-style table. Data is loaded via Module:GameData. -- -- Supported usage patterns (via Template:Effect): -- {{Effect|Poison}} -> uses display Name (recommended) -- {{Effect|name=Poison}} -> explicit Name -- {{Effect|id=Poison}} -> Internal Name (power use) local GameData = require("Module:GameData") local p = {} ----------------------...") | ||||