Main public logs
Appearance
Combined display of all available logs of greyhawk. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:05, 14 October 2025 Adventurer talk contribs deleted page File:Molan The Flan Elder Druid.jpg (content was: "File uploaded with MsUpload", and the only contributor was "Adventurer" (talk))
- 21:04, 14 October 2025 Adventurer talk contribs deleted page File:Karul.jpg (content was: "File uploaded with MsUpload", and the only contributor was "Adventurer" (talk))
- 21:04, 14 October 2025 Adventurer talk contribs deleted page File:Selena.jpg (content was: "File uploaded with MsUpload", and the only contributor was "Adventurer" (talk))
- 21:03, 14 October 2025 Adventurer talk contribs deleted page File:Kornast.jpg (content was: "File uploaded with MsUpload", and the only contributor was "Adventurer" (talk))
- 21:03, 14 October 2025 Adventurer talk contribs deleted page File:Lilia Broadsides.jpg (content was: "File uploaded with MsUpload", and the only contributor was "Adventurer" (talk))
- 21:02, 14 October 2025 Adventurer talk contribs deleted page File:Merchant of Lhynn Caravan Guard.jpg (content was: "File uploaded with MsUpload", and the only contributor was "Adventurer" (talk))
- 21:02, 14 October 2025 Adventurer talk contribs deleted page File:Mossbeard.jpg (content was: "File uploaded with MsUpload", and the only contributor was "Adventurer" (talk))
- 23:40, 13 October 2025 Adventurer talk contribs deleted page Message box (content was: "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image...")
- 23:39, 13 October 2025 Adventurer talk contribs deleted page Documentation/i18n (content was: "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the module namesp...")
- 23:38, 13 October 2025 Adventurer talk contribs deleted page Documentation/config (content was: "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ----------------------------------------------------------------------------------------...")
- 23:38, 13 October 2025 Adventurer talk contribs deleted page Arguments (content was: "-- 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' then...")
- 23:29, 13 October 2025 Adventurer talk contribs moved page Session 115 to Session 115 War Drums In The Mines without leaving a redirect
- 23:28, 13 October 2025 Adventurer talk contribs deleted page Uses TemplateStyles (content was: "-- This module implements the {{Uses TemplateStyles}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() return mw.loadData('Module:Uses TemplateStyles/config') end function p.m...")
- 23:28, 13 October 2025 Adventurer talk contribs deleted page Uses TemplateStyles/config (content was: "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpage_blac...")
- 23:27, 13 October 2025 Adventurer talk contribs deleted page TableTools (content was: "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
- 23:27, 13 October 2025 Adventurer talk contribs deleted page Template translation (content was: "local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }), pipe (|), backslash...")
- 23:26, 13 October 2025 Adventurer talk contribs deleted page TNT (content was: "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained at http...")
- 23:26, 13 October 2025 Adventurer talk contribs deleted page Yesno (content was: "-- 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 == 'true...")
- 23:25, 13 October 2025 Adventurer talk contribs deleted page The Engorged Warhorse (content was: "__NOTOC__ <templatestyles src="Template:Module/Style.css" /> <div class="module"> {{Special:Whatlinkshere/{{PAGENAME}}}} Category:Men and Machines Tavern located in the town of Fairshield.", and the only contributor was "DM" (talk))
- 23:24, 13 October 2025 Adventurer talk contribs deleted page Ivae Or (content was: "", and the only contributor was "Maintenance script" (talk))
- 23:24, 13 October 2025 Adventurer talk contribs deleted page NPC templates (content was: "From DMG 5E Appendix B the basic NPC attributes are: Occupation & History * Appearance Abilities Talents * Mannerisms Interactions with others useful knowledge * Ideal * Bond * Flaw Slight variation from Rodney Thompson's Lords of Chaos Campaign Session Prep notes Name: Description/backstory: Voice/Manerism: Ideal: Bond: Flaw:", and the only contributor was "Adventurer" (talk))
- 23:04, 13 October 2025 Adventurer talk contribs created page File:Warforged Infiltrator.png (File uploaded with MsUpload)
- 23:04, 13 October 2025 Adventurer talk contribs uploaded File:Warforged Infiltrator.png (File uploaded with MsUpload)
- 22:53, 13 October 2025 Adventurer talk contribs created page File:Eahtadan Gwamiel.png (File uploaded with MsUpload)
- 22:53, 13 October 2025 Adventurer talk contribs uploaded File:Eahtadan Gwamiel.png (File uploaded with MsUpload)
- 22:32, 13 October 2025 Adventurer talk contribs created page File:Yulanni.png (File uploaded with MsUpload)
- 22:32, 13 October 2025 Adventurer talk contribs uploaded File:Yulanni.png (File uploaded with MsUpload)
- 22:31, 13 October 2025 Adventurer talk contribs created page File:Xobzag.png (File uploaded with MsUpload)
- 22:31, 13 October 2025 Adventurer talk contribs uploaded File:Xobzag.png (File uploaded with MsUpload)
- 22:27, 13 October 2025 Adventurer talk contribs created page File:Trozig.png (File uploaded with MsUpload)
- 22:27, 13 October 2025 Adventurer talk contribs uploaded File:Trozig.png (File uploaded with MsUpload)
- 22:23, 13 October 2025 Adventurer talk contribs created page File:Thriven Dormor.png (File uploaded with MsUpload)
- 22:23, 13 October 2025 Adventurer talk contribs uploaded File:Thriven Dormor.png (File uploaded with MsUpload)
- 22:19, 13 October 2025 Adventurer talk contribs created page File:Surlimor Nolordin.png (File uploaded with MsUpload)
- 22:19, 13 October 2025 Adventurer talk contribs uploaded File:Surlimor Nolordin.png (File uploaded with MsUpload)
- 22:15, 13 October 2025 Adventurer talk contribs created page File:Sir Keldic.png (File uploaded with MsUpload)
- 22:15, 13 October 2025 Adventurer talk contribs uploaded File:Sir Keldic.png (File uploaded with MsUpload)
- 22:06, 13 October 2025 Adventurer talk contribs created page File:Simon Accord.png (File uploaded with MsUpload)
- 22:06, 13 October 2025 Adventurer talk contribs uploaded File:Simon Accord.png (File uploaded with MsUpload)
- 22:02, 13 October 2025 Adventurer talk contribs deleted page Rex (content was: " {{Monster Statblock |monster_name = A veteran warrior with a square jaw and calloused hands (Fighter Lvl 12) |size = Medium |type = humanoid (fighter) |alignment = Any alignment |ac = 18 |hp = 96 |speed = 30 ft. |str = 15 |dex = 13 |con = 14 |int = 10 |wis = 12 |cha = 8 |saving_throws = — |skills = Athl...", and the only contributor was "Adventurer" (talk))
- 21:54, 13 October 2025 Adventurer talk contribs created page File:Ellison Grey Eye.png (File uploaded with MsUpload)
- 21:54, 13 October 2025 Adventurer talk contribs uploaded File:Ellison Grey Eye.png (File uploaded with MsUpload)
- 21:52, 13 October 2025 Adventurer talk contribs created page File:Mossbeard.png (File uploaded with MsUpload)
- 21:52, 13 October 2025 Adventurer talk contribs uploaded File:Mossbeard.png (File uploaded with MsUpload)
- 21:52, 13 October 2025 Adventurer talk contribs created page File:Molan The Flan Elder Druid.png (File uploaded with MsUpload)
- 21:52, 13 October 2025 Adventurer talk contribs uploaded File:Molan The Flan Elder Druid.png (File uploaded with MsUpload)
- 21:51, 13 October 2025 Adventurer talk contribs created page File:Merchant of Lhynn Caravan Guard.png (File uploaded with MsUpload)
- 21:51, 13 October 2025 Adventurer talk contribs uploaded File:Merchant of Lhynn Caravan Guard.png (File uploaded with MsUpload)
- 21:50, 13 October 2025 Adventurer talk contribs created page File:Lilia Broadsides.png (File uploaded with MsUpload)
- 21:50, 13 October 2025 Adventurer talk contribs uploaded File:Lilia Broadsides.png (File uploaded with MsUpload)