All public logs
From Archon Arcana - The KeyForge Wiki
Combined display of all available logs of Archon Arcana - The KeyForge Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:00, 1 November 2024 Blinkingline talk contribs moved page Titan's Gate (KFA) to Titan’s Gate (KFA) (fancy apostrophe)
- 20:55, 30 October 2024 Blinkingline talk contribs created page Category:Formats (Redirected page to Unofficial Variants, Tournament Structures, and House Rules) Tag: New redirect
- 20:47, 30 October 2024 Blinkingline talk contribs deleted page Template:Sandbox (content was: "{{#vardefine:LocalScene_Region|{{{1|}}}}} localsceneregion state:{{#var:LocalScene_State"}}" LocalScene.Country="{{#var:LocalScene_Country}} region: {{#var:LocalScene_Region}} <div>{{{1|}}}</div> <div style="display:flex"><div>Name</div><div>Type</div><div>City</div><div>Notes</div></div> {{#cargo_query: tables=LocalScene |fields=LocalScene.OrgName, LocalScene.OrgTy...", and the only contributor was "Coffeesaga" (talk))
- 20:46, 30 October 2024 Blinkingline talk contribs created page Tournament Concepts (Redirected page to Tournament Guidelines) Tag: New redirect
- 20:35, 30 October 2024 Blinkingline talk contribs undeleted page Timequake (1 revision) (turns out we may need this)
- 20:32, 30 October 2024 Blinkingline talk contribs deleted page Module:Message box/configuration (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...")
- 20:31, 30 October 2024 Blinkingline talk contribs deleted page Module: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...")
- 20:31, 30 October 2024 Blinkingline talk contribs created page Module:Sandbox/doc (Created blank page)
- 20:30, 30 October 2024 Blinkingline talk contribs deleted page Module:No globals (content was: "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then -- perf optimization here and below: do not load Module:TNT unless there is an error error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error(require('Module:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
- 20:29, 30 October 2024 Blinkingline talk contribs deleted page Module:ScribuntoUnit/config (content was: "-- The cfg table, created by this module, contains all localisable strings and -- configuration, to make it easier to port this module to another wiki. local cfg = {} -- Do not edit this line. -- The successIndicator and failureIndicator are in the first column of the -- wikitable produced as output and indicate whether the test passed. These two -- strings are preprocessed by frame.preprocess. -- successIndicator: if the test passes -- failureIndicator: if the test fails cfg...")
- 20:28, 30 October 2024 Blinkingline talk contribs deleted page Module:ScribuntoUnit (content was: "------------------------------------------------------------------------------- -- Unit tests for Scribunto. ------------------------------------------------------------------------------- require('Module:No globals') local DebugHelper = {} local ScribuntoUnit = {} -- The cfg table contains all localisable strings and configuration, to make it -- easier to port this module to another wiki. local cfg = mw.loadData('Module:ScribuntoUnit/config') -------------------------------...")
- 20:28, 30 October 2024 Blinkingline talk contribs deleted page Module:SimpleDebug (content was: "--2020-06-16 fix error when vtos(nil), then it showed two nil --2020-06-08 if a variable is a function now is displayed as function (before "function") --2020-06-06 fix error which occasionally happens when a value == nil local p = {} p.s = '' p.tab = { oneline = true, allidx = false, } p.dec = -1 p.maxlines = { num = 100, doerror = true, } p...", and the only contributor was "[[Special:Contributions/imported>Jmarchn|imported>Jmarchn]]" ([[User talk:imported>Jmarchn|talk]]))
- 20:27, 30 October 2024 Blinkingline talk contribs deleted page Module: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...")
- 20:27, 30 October 2024 Blinkingline talk contribs deleted page Module: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....")
- 20:26, 30 October 2024 Blinkingline talk contribs deleted page Module: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...")
- 20:24, 30 October 2024 Blinkingline talk contribs deleted page Module: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...")
- 20:21, 30 October 2024 Blinkingline talk contribs deleted page Module:Lua banner/testcases (content was: "local mList = require('Module:List') local mMessageBox = require('Module:Message box') local p = require('Module:ScribuntoUnit'):new() local noWishConfig = { subpage_blacklist = { ['doc'] = true }, allow_wishes = false, error_category = 'ERRCAT_TITLE', -- wish_category = nil, -- should not be accessed default_category = 'DEFCAT_TITLE', module_categories = { ['String'] = 'STRINGCAT_TITLE' } } local withWishConfig = { subpage_blacklist = { ['doc'] = true }, all...")
- 20:21, 30 October 2024 Blinkingline talk contribs deleted page Module:Lua banner/sandbox (content was: "-- This module implements the {{lua}} 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/Lua banner', msg) end local function getConfig() return mw.loadData('Module:Lua banner/config/sandbox') end function p.main(frame) local origArgs = frame:...")
- 20:20, 30 October 2024 Blinkingline talk contribs deleted page Module:Lua banner/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, -- s...", and the only contributor was "Blinkingline" (talk))
- 20:19, 30 October 2024 Blinkingline talk contribs created page Module:LocaleTable/doc (Created blank page)
- 20:18, 30 October 2024 Blinkingline talk contribs deleted page Module:List (content was: "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) --...")
- 20:17, 30 October 2024 Blinkingline talk contribs created page Module:Luacard/doc (Created blank page)
- 20:16, 30 October 2024 Blinkingline talk contribs deleted page Module:Effective protection level (content was: "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action ~= 'edit' and action ~= 'move' and actio...")
- 20:16, 30 October 2024 Blinkingline talk contribs deleted page Module: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...")
- 20:15, 30 October 2024 Blinkingline talk contribs deleted page Module: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. ----------------------------------------------------------------------------------------...")
- 20:14, 30 October 2024 Blinkingline talk contribs deleted page Module: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...")
- 20:13, 30 October 2024 Blinkingline talk contribs deleted page Template:Uses TemplateStyles (content was: "<includeonly>{{#invoke:Uses TemplateStyles|main}}</includeonly><noinclude> {{Uses TemplateStyles|Template:Uses TemplateStyles/example.css|nocat=true}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 20:11, 30 October 2024 Blinkingline talk contribs deleted page Module:Lua banner/doc (content was: "This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lua banner') </syntaxhighlight> You can then generate a side box using the _main function....")
- 20:11, 30 October 2024 Blinkingline talk contribs deleted page Module:Graph/doc (content was: "Module with helper functions for the Graph extension. == Functions for templates == === <code>map</code> === Creates a JSON object for <code><nowiki><graph></nowiki></code> to display a political map with colored highlights. Maps can be found at Special:PrefixIndex/Module:Graph/ and new maps should also be saved under Modul:Graph/. ''...", and the only contributor was "Blinkingline" (talk))
- 20:10, 30 October 2024 Blinkingline talk contribs deleted page Template:Graph/doc (content was: "Module with helper functions for the Graph extension. == Functions for templates == === <code>map</code> === Creates a JSON object for <code><nowiki><graph></nowiki></code> to display a political map with colored highlights. Maps can be found at Special:PrefixIndex/Module:Graph/ and new maps should also be saved under Modul:Graph/. '''Parameters:''' * '''basemap:''' sets the base map. The map definitions must follow the [https://github.com/mbostock/t...")
- 20:09, 30 October 2024 Blinkingline talk contribs deleted page Module:Graph (content was: "-- ATTENTION: Please edit this code at https://de.wikipedia.org/wiki/Modul:Graph -- This way all wiki languages can stay in sync. Thank you! -- -- Version History (_PLEASE UPDATE when modifying anything_): -- 2019-01-24 Allow comma-separated lists to contain values with commas -- 2018-10-13 Fix browser color-inversion issues via #54595d per [[mw...", and the only contributor was "Blinkingline" (talk))
- 20:09, 30 October 2024 Blinkingline talk contribs deleted page Template:Tl (content was: "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 19:45, 30 October 2024 Blinkingline talk contribs created page ISO country codes (Created page with "[https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes]")
- 18:12, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main 4Qgr8o-6DhueOA==.js (Bot: Deleting a list of pages.)
- 18:11, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main cPRbIoDOeTbhdQ==.js (Bot: Deleting a list of pages.)
- 18:11, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main fMy7Meuw5NTqAg==.js (Bot: Deleting a list of pages.)
- 18:11, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main rp9PG Vptn5Lmw==.js (Bot: Deleting a list of pages.)
- 18:11, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main LbnMGokKhZt8jg==.js (Bot: Deleting a list of pages.)
- 18:11, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main lXFnfTXcojtAuQ==.js (Bot: Deleting a list of pages.)
- 18:11, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main WrwrZwkX ftJGg==.js (Bot: Deleting a list of pages.)
- 18:10, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main BT72mqJAmg-BEA==.js (Bot: Deleting a list of pages.)
- 18:10, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main jytGuD2v9zyUJw==.js (Bot: Deleting a list of pages.)
- 18:10, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main EfVb3stG21MdjA==.js (Bot: Deleting a list of pages.)
- 18:10, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main 95couFOTQQR80A==.js (Bot: Deleting a list of pages.)
- 18:10, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main QOoLm1dUzHcczA==.js (Bot: Deleting a list of pages.)
- 18:10, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main DRqH1oOk8khwGQ==.js (Bot: Deleting a list of pages.)
- 18:09, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main 11hMl8OVJ2hzwQ==.js (Bot: Deleting a list of pages.)
- 18:09, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main 9g3E2bSFPlgkdw==.js (Bot: Deleting a list of pages.)
- 18:09, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main 7RnGG5Wr-8HgbQ==.js (Bot: Deleting a list of pages.)
- 18:09, 30 October 2024 Blinkingline talk contribs deleted page MediaWiki:Main MV2-4Y4PvFtH4Q==.js (Bot: Deleting a list of pages.)