Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

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.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 12:13, 15 December 2025
 
Page name:
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:GameSummons [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
N    21:12  Template:Summon diffhist +82 Eviand talk contribs (Created page with "{{#invoke:GameSummons|infobox | 1={{{1|}}} | name={{{name|}}} | id={{{id|}}} }}")
N    21:12  Module:GameSummons/doc diffhist +4,531 Eviand talk contribs (Created page with "== Module:GameSummons == '''Module:GameSummons''' renders summon data from Data:summons.json into a reusable infobox-style table. It is intended to be used via a template (for example Template:Summon) so that summons can be embedded on any page without creating individual pages for each summon. This module: * Loads data via Module:GameData → <code>GameData.loadSummons()</code>. * Looks up summons primarily by display <code>"Name"</code> (what editors us...")
N    21:11  Module:GameSummons diffhist +7,537 Eviand talk contribs (Created page with "-- Module:GameSummons -- -- Renders summon data (from Data:summons.json) into an infobox-style table. -- Data is loaded via Module:GameData. -- -- Supported usage patterns (via Template:Summon): -- {{Summon|Angel Mage}} -> uses display Name (recommended) -- {{Summon|name=Angel Mage}} -> explicit Name -- {{Summon|id=Angel Mage}} -> Internal Name (power use) local GameData = require("Module:GameData") local p = {} -------------------...")