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

Recent changes

More actions

Track the most recent changes to the wiki on this page.

Recent changes options Show 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:45, 30 August 2025
 
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

30 August 2025

N    01:53  Module:Cards/styles.css 3 changes history +1,055 [Alaric Greystone (3×)]
     
01:53 (cur | prev) +1,055 Alaric Greystone talk contribs
     
01:52 (cur | prev) 0 Alaric Greystone talk contribs (Alaric Greystone changed the content model of the page Module:Cards/styles.css from "Scribunto module" to "Sanitized CSS") Tag: content model change
N    
01:32 (cur | prev) 0 Alaric Greystone talk contribs (Created blank page)
     01:52 Content model change log Alaric Greystone talk contribs changed the content model of the page Module:Cards/styles.css from "Scribunto module" to "Sanitized CSS"
N    01:51  MediaWiki:Edittools 4 changes history +1,236 [Alaric Greystone (4×)]
     
01:51 (cur | prev) +1,236 Alaric Greystone talk contribs
     
01:47 (cur | prev) −1,340 Alaric Greystone talk contribs (Blanked the page) Tag: Blanking
     
01:16 (cur | prev) 0 Alaric Greystone talk contribs
N    
01:15 (cur | prev) +1,340 Alaric Greystone talk contribs (Created page with "<p style="margin-top: 6px; margin-bottom: 0px; border-width: 1px; border-style: solid; border-color: #aaaaaa; padding: 8px; font-size: 85%; line-height: 1.6em;">'''Insert:'''   <charinsert> Á á É é Í í Ó ó Ú ú Ý ý </charinsert>   <charinsert> À à È è Ì ì Ò ò Ù ù Ỳ ỳ </charinsert>   <charinsert> Â â Ê ê Î î Ô ô Û û Ŷ ŷ </charinsert>   <charinsert> Ä ä Ë ë Ï ï Ö ö Ü ü Ÿ ÿ </charinsert>   <charinsert...")
N    01:45  Module:FloatingUI/styles.css diffhist +95 Alaric Greystone talk contribs (Created page with ".ext-floatingui-floating-content { Needed when this is a span element: display: block; }")
N    01:44  Module:FloatingUI diffhist +2,029 Alaric Greystone talk contribs (Created page with "local mArguments -- initialize lazily --- Lua functions for Extension:FloatingUI local FloatingUI = {} --- Load FloatingUI library only --- --- @return string wikitext Wikitext to load the FloatingUI library only function FloatingUI.load() local frame = mw.getCurrentFrame() return frame:extensionTag { name = 'templatestyles', args = { src = 'Module:FloatingUI/styles.css' } } .. frame:callParserFunction { name = '#floatingui', args = { '' } } end --- Render the...")
N    01:40  Module:String2/doc diffhist +96 Alaric Greystone talk contribs (Created page with "See [https://en.wikipedia.org/wiki/Module:String2 Module:String2 on Wikipedia] for documentation")
N    01:40  Module:String2 diffhist +15,983 Alaric Greystone talk contribs (Created page with "require ('strict'); local p = {} p.trim = function(frame) return mw.text.trim(frame.args[1] or "") end p.sentence = function (frame) -- {{lc:}} is strip-marker safe, string.lower is not. frame.args[1] = frame:callParserFunction('lc', frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame ) local s = frame.args[1]; if not s or '' == s or s:match ('^%s+$') then -- when <s> is nil, empty, or only whitespace return s; -- aband...")
N    01:39  Module:String/doc diffhist +94 Alaric Greystone talk contribs (Created page with "See [https://en.wikipedia.org/wiki/Module:String Module:String on Wikipedia] for documentation")
N    01:39  Module:String diffhist +18,034 Alaric Greystone talk contribs (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
N    01:38  Module:GetParameters/doc diffhist +108 Alaric Greystone talk contribs (Created page with "See [https://en.wikipedia.org/wiki/Module:GetParameters Module:GetParameters on Wikipedia] for documentation")
N    01:38  Module:GetParameters diffhist +1,807 Alaric Greystone talk contribs (Created page with "local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1; loca...")
N    01:29  Module:Common/doc diffhist +49 Alaric Greystone talk contribs (Created page with "Commonly-used utility functions for other modules")
N    01:29  Module:Common diffhist +2,175 Alaric Greystone talk contribs (Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} --- Escape pattern for regex --- @param s string string to escape --- @return string local function escapePattern(s) return s:gsub("%W", "%%%1") end --- Check if table contains value, return key if match --- --- @param t table - Table to search --- @param val any - Value to match --- @return number|nil function p.tableCo...")
N    01:28  Template:Cards diffhist +1,569 Alaric Greystone talk contribs (Created page with "<includeonly>{{#invoke:Cards|cards}}</includeonly><noinclude> Cards is used to create a row of cards for displaying magical content. It is powered by Module:Cards. == Usage == <pre><nowiki> {{Cards |header1 = The Golden Snitch Controversy of 1999 |content1 = Ministry officials debate new Quidditch regulations following the discovery of enchanted Snitches in amateur matches. Professor McGonagall stated, "The integrity of the sport must be preserved, even in these chan...")
N    01:27  Module:Cards/doc diffhist +22 Alaric Greystone talk contribs (Created page with "See Template:Cards")
N    01:26  Module:Cards diffhist +1,318 Alaric Greystone talk contribs (Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{cards}} from the frame function p.cards(frame) mArguments = require('Module:Arguments') return p._cards(mArguments.getArgs(frame), frame) end function p._cards(args, frame) if not args then return 'Missing arguments' end local html = mw.html.create('div'):addClass('template-cards') local columns = 0 for i, _ in ipairs(getArgNums('content',...")
N    01:26  Module:Transcluder diffhist +30,080 Alaric Greystone talk contribs (Created page with "-- Module:Transcluder is a general-purpose transclusion engine -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Transcluder -- Authors: User:Sophivorus, User:Certes & others -- License: CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' or value == 'non' t...")
N    01:25  Module:Yesno diffhist +745 Alaric Greystone talk contribs (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
N    01:24  Module:Arguments diffhist +10,054 Alaric Greystone talk contribs (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
N    01:21  MediaWiki:Newuseredit-summary diffhist +15 Alaric Greystone talk contribs (Created page with "Welcome to SoH!")
N    01:19  Template:Welcome diffhist +2,107 Alaric Greystone talk contribs (Created page with "==Welcome to the Magical Community!== Greetings {{{realName|{{{name}}}}}}, and welcome to '''Secrets of Hogwarts'''! We're delighted you've joined our chronicling community to help rewrite magical history. Here are essential resources for new contributors: *'''Community & Guidance:''' **Common Room Discussion **Chronicles in Progress **Secret...")
N    01:17  MediaWiki:NewUserMessage diffhist +11 Alaric Greystone talk contribs (Created page with "{{welcome}}")
N    01:14  MediaWiki:Deletereason-dropdown diffhist +250 Alaric Greystone talk contribs (Created page with "*Common delete reasons ** Author request ** Copyright violation ** Vandalism/spam ** Fanon ** Incorrect spelling ** Useless redirect ** Worthless article ** Out-of-date article ** Redundant template ** Former category structure ** Not relevant to SoH")
N    01:13  MediaWiki:Allpages diffhist +16 Alaric Greystone talk contribs (Created page with "Special:Allpages")
     00:08  MediaWiki:Citizen.css 2 changes history −10 [Alaric Greystone (2×)]
     
00:08 (cur | prev) −1 Alaric Greystone talk contribs
     
00:07 (cur | prev) −9 Alaric Greystone talk contribs
     00:06 Upload log Alaric Greystone talk contribs uploaded File:Diagon alley.jpg

29 August 2025

     23:41  MediaWiki:Common.css 3 changes history +8,278 [Alaric Greystone (3×)]
     
23:41 (cur | prev) +2,587 Alaric Greystone talk contribs
     
23:17 (cur | prev) +5,314 Alaric Greystone talk contribs
     
22:58 (cur | prev) +377 Alaric Greystone talk contribs
     23:38  MediaWiki:Citizen.css 7 changes history +13,138 [Alaric Greystone (7×)]
     
23:38 (cur | prev) +794 Alaric Greystone talk contribs
     
23:31 (cur | prev) −6 Alaric Greystone talk contribs
     
23:18 (cur | prev) +12,077 Alaric Greystone talk contribs
     
23:04 (cur | prev) +192 Alaric Greystone talk contribs
     
23:01 (cur | prev) +67 Alaric Greystone talk contribs
     
22:36 (cur | prev) 0 Alaric Greystone talk contribs
     
22:35 (cur | prev) +14 Alaric Greystone talk contribs
N    23:16  MediaWiki:Common.js diffhist +7,941 Alaric Greystone talk contribs (Created page with "Any JavaScript here will be loaded for all users on every page load.: (function () { var pageName = mw.config.get("wgPageName"); var skin = mw.config.get("skin"); var isMainPage = mw.config.get("wgIsMainPage"); function onMainPage() { var searchTrigger = document.getElementById( "tg-mainpage-search-trigger" ); var searchInput = document.getElementById("searchInput"); var searchToggle; function onS...")
N    23:07  MediaWiki:Aboutpage diffhist +19 Alaric Greystone talk contribs (Created page with "Secrets of Hogwarts")
N    22:38  MediaWiki:Loginprompt diffhist +108 Alaric Greystone talk contribs (Created page with "Please present your credentials to enter the Hogwarts Archives. Unauthorized Muggles will be denied access.")
     22:34 Upload log Alaric Greystone talk contribs uploaded File:Login-background.jpg