Combined display of all available logs of FOFL Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:44, 9 October 2023 Michael.oconnell talk contribs created page MediaWiki:Gadgets-definition (Created page with "* FantasyCalendar [ResourceLoader] | FantasyCalendarEmbed.js")
- 14:56, 6 October 2023 Michael.oconnell talk contribs created page MediaWiki:Citizen-footer-tagline (Created page with "Hi! :)")
- 14:56, 6 October 2023 Michael.oconnell talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "This wiki serves as a development space for the Tabletop Roleplaying Game System Fables Of Folly And Legend.")
- 13:53, 6 October 2023 Michael.oconnell talk contribs created page MediaWiki:Sidebar (Added books to navigation.)
- 02:47, 6 October 2023 Michael.oconnell talk contribs created page Template:ContentGrid (Created page with "<templatestyles src="ContentGrid/styles.css" /> <div class="wiki-template-contentgrid" style="margin-{{dir|{{pagelang}}|left|right}}: 1em; grid-template-columns: repeat(auto-fit, minmax({{{grid-columns-min-max|300px}}}, 1fr)); grid-gap: {{{grid-gap|10px}}}; grid-auto-rows: minmax({{{grid-rows-min-max|100px}}}, auto); width: {{{width|auto}}};">{{{content}}}</div>")
- 02:47, 6 October 2023 Michael.oconnell talk contribs created page Template:ContentGrid/styles.css (Created page with ".wiki-template-contentgrid { padding: 10px; margin-bottom: 1em; display: grid; }")
- 02:44, 6 October 2023 Michael.oconnell talk contribs created page Template:InfoCard (Created page with "<templatestyles src="InfoCard/styles.css" /> <div class="wiki-template-infocard {{{class|}}}"> <h3 class="wiki-template-infocard-title">{{{heading}}}</h3> <div class="wiki-template-infocard-content">{{{content}}}</div><!-- -->{{#if: {{{footer|}}} | <div class="wiki-template-infocard-footer">{{{footer|}}}</div> }}")
- 02:44, 6 October 2023 Michael.oconnell talk contribs created page Template:InfoCard/styles.css (Created page with ".wiki-template-infocard { border: 1px solid #ccc; box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 ); border-radius: 2px; padding: 1em; display: flex; flex-direction: column; justify-content: space-between; align-content: stretch; } .wiki-template-infocard-title { padding: 0 0 0.5625em 0; margin: 0; } .wiki-template-infocard-content { clear: both; flex: 1 1 auto; } .wiki-template-infocard-footer { padding-top: 1.5em; }")
- 23:19, 5 October 2023 Michael.oconnell talk contribs deleted page Module: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:19, 5 October 2023 Michael.oconnell 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....")
- 23:18, 5 October 2023 Michael.oconnell 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) --...")
- 23:18, 5 October 2023 Michael.oconnell 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, ...) -- Content sourced from commons:Data:I18n/Uses TemplateStyles.tab return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() re...")
- 23:18, 5 October 2023 Michael.oconnell 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...")
- 23:18, 5 October 2023 Michael.oconnell 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...")
- 23:18, 5 October 2023 Michael.oconnell 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. ----------------------------------------------------------------------------------------...")
- 23:18, 5 October 2023 Michael.oconnell talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- Th...")
- 23:18, 5 October 2023 Michael.oconnell talk contribs deleted page Template:IsDocSubpage (content was: "<onlyinclude><includeonly>{{#ifexpr: ( {{#ifeq:{{lc:{{SUBPAGENAME}}}}|{{lc:{{{override|doc}}}}}|1|0}} or ( {{#ifeq:{{lc:{{#titleparts:{{FULLPAGENAME}}|-1|-2}}}}|{{lc:{{{override|doc}}}}}|1|0}} and {{#if:{{#translation:}}|1|0}} ) )<!-- -->|{{{true|1}}}<!-- -->|{{{false|}}}<!-- -->}}</includeonly></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 23:18, 5 October 2023 Michael.oconnell talk contribs deleted page Template:Documentation subpage/en (content was: "<noinclude> <languages/> </noinclude>{{#switch: | = <includeonly><!-- -->{{#if:{{IsDocSubpage|override={{{override|doc}}}|false=}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = '''This is a...")
- 23:18, 5 October 2023 Michael.oconnell talk contribs deleted page Template:Documentation subpage (content was: "<noinclude> <languages/> </noinclude>{{#switch:<translate></translate> | = <includeonly><!-- -->{{#if:{{IsDocSubpage|override={{{override|doc}}}|false=}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link=...")
- 23:17, 5 October 2023 Michael.oconnell talk contribs deleted page Template:Uses TemplateStyles (content was: "<onlyinclude><includeonly>{{#invoke:Uses TemplateStyles|main}}</includeonly></onlyinclude> {{Uses TemplateStyles|Template:Uses TemplateStyles/example.css|nocat=true}} {{documentation}}")
- 23:17, 5 October 2023 Michael.oconnell talk contribs deleted page Template:Documentation/en (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page. It is intended for pages which are transcluded in other pages, i.e. temp...")
- 23:17, 5 October 2023 Michael.oconnell talk contribs deleted page Template:Documentation (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=1>Speci...")
- 23:17, 5 October 2023 Michael.oconnell 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',...")
- 23:17, 5 October 2023 Michael.oconnell 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...")
- 23:17, 5 October 2023 Michael.oconnell 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...")
- 23:17, 5 October 2023 Michael.oconnell 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('strict') 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 = 'imbox',...")
- 23:17, 5 October 2023 Michael.oconnell talk contribs deleted page Module: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:17, 5 October 2023 Michael.oconnell talk contribs deleted page Template:Dir (content was: "{{#switch:{{lc:{{#if:{{{lang|}}}|{{{lang|}}}|{{#if:{{{1|}}}|{{{1|}}}|{{int:lang}}}}}}}} |aeb|aeb-arab|aic|ar|arc|arq|ary|arz|azb|bcc|bgn|bqi|bqp|ckb|ckb-arab|dv|en-rtl|fa|fa-af|glk|ha-arab|haz|he|khw|kk-arab|kk-cn|ks|ks-arab|ku-arab|lki|lrc|luz|mzn|nqo|ota|phn|pnb|prd|prs|ps|sd|sdh|skr|skr-arab|tg-arab|tly|ug|ug-arab|ur|uz-arab|xpu|ydd|yi ={{#ifeq:{{{rtl|}}}|{{{rtl|-}}}|{{{rtl|}}}|{{#ifeq:{{{2|}}}|{{{2|-}}}|{{{2|}}}|rtl}}}} |#default ={{#ifeq:{{{ltr|}}}|{{{ltr|-}}}|{{{ltr|}}}|{...")
- 23:17, 5 October 2023 Michael.oconnell talk contribs deleted page Template:Pagelang (content was: "{{#ifeq:{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}}|en |{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|en |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }} |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 23:16, 5 October 2023 Michael.oconnell talk contribs deleted page Template:ContentGrid (content was: "<templatestyles src="ContentGrid/styles.css" /> <div class="wiki-template-contentgrid" style="margin-{{dir|{{pagelang}}|left|right}}: 1em; grid-template-columns: repeat(auto-fit, minmax({{{grid-columns-min-max|300px}}}, 1fr)); grid-gap: {{{grid-gap|10px}}}; grid-auto-rows: minmax({{{grid-rows-min-max|100px}}}, auto); width: {{{width|auto}}};">{{{content}}}</div><noinclude> {{Documentation}} </noinclude>")
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Uses TemplateStyles/config by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:TableTools by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:List by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Uses TemplateStyles by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Documentation/i18n by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:TNT by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Documentation/config by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Documentation by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Template:IsDocSubpage by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Template:Documentation subpage/en by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Template:Documentation subpage by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Template:Uses TemplateStyles by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Template:Documentation/en by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Template:Documentation by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Message box/configuration by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Arguments by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Yesno by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Message box by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Module:Template translation by file upload (1 revision)
- 23:14, 5 October 2023 Michael.oconnell talk contribs imported Template:Dir by file upload (1 revision)