Anonymous
×
Create a new article
Write your page title here:
We currently have 97 articles on The Dream Shrine. Type your article name above or click on one of the titles below and start writing!



The Dream Shrine

All public logs

Combined display of all available logs of The Dream Shrine. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:50, 6 August 2024 MagicPixieDreamGirl talk contribs created page Module:UtilsMarkup/Format (Created page with "local p = {} local h = {} local utilsString = require("Module:UtilsString") local utilsTable = require("Module:UtilsTable") local CLASS_TOOLTIP = require("Module:Constants/class/tooltip") local function tag(tag, attributes, styles) return function(content) return tostring(mw.html.create(tag) :attr(attributes or {}) :css(styles or {}) :wikitext(content)) end end local function extensionTag(tag, defaultArgs) return function(content, overrideArgs) local...")