Combined display of all available logs of Divinity Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:18, 16 March 2025 Alex talk contribs created page File:Skill DOS Cure Wounds Icon.png
- 23:18, 16 March 2025 Alex talk contribs uploaded File:Skill DOS Cure Wounds Icon.png
- 23:09, 16 March 2025 Alex talk contribs created page File:Skill DOS Crushing Fist.PNG
- 23:09, 16 March 2025 Alex talk contribs uploaded File:Skill DOS Crushing Fist.PNG
- 23:08, 16 March 2025 Alex talk contribs created page File:Skill DOS Crushing Fist Icon.png
- 23:08, 16 March 2025 Alex talk contribs uploaded File:Skill DOS Crushing Fist Icon.png
- 23:01, 16 March 2025 Alex talk contribs created page File:Skill DOS Battering Ram Icon.png
- 23:01, 16 March 2025 Alex talk contribs uploaded File:Skill DOS Battering Ram Icon.png
- 22:57, 16 March 2025 Alex talk contribs created page File:Skill DOS Battering Ram.PNG
- 22:57, 16 March 2025 Alex talk contribs uploaded File:Skill DOS Battering Ram.PNG
- 22:22, 16 March 2025 Alex talk contribs created page File:Wikipedia Icon.png (This work was retrieved from [https://commons.wikimedia.org/wiki/File:W-circle.svg Wikimedia Commons].)
- 22:22, 16 March 2025 Alex talk contribs uploaded File:Wikipedia Icon.png (This work was retrieved from [https://commons.wikimedia.org/wiki/File:W-circle.svg Wikimedia Commons].)
- 22:08, 16 March 2025 Alex talk contribs created page Template:License larian self (Created page with "{{imbox | image = 100px | text = This self-created work follows the Larian Studios Fan Content Policy and is published under [https://creativecommons.org/licenses/by-sa/4.0/deed.en CC BY-SA 4.0.] }} {{imbox | image = 200px | text = This self-created work follows the Divinity_Wiki:Copyrights#Larian_Studios'_Fan_Content_Policy|Larian Studios Fan Content P...")
- 22:04, 16 March 2025 Alex talk contribs created page Template:License self (Created page with "{{imbox | image = 200px | text = This self-created work is published under [https://creativecommons.org/licenses/by-sa/4.0/deed.en CC BY-SA 4.0.] }}")
- 21:57, 16 March 2025 Alex talk contribs created page Template:License larian (Created page with "{{imbox | image = 100px | text = This work is entirely copyrighted by Larian Studios and is permitted for use under the Larian Fan Content Policy. }}")
- 21:54, 16 March 2025 Alex talk contribs created page File:LarianLogo.png
- 21:54, 16 March 2025 Alex talk contribs uploaded File:LarianLogo.png
- 21:49, 16 March 2025 Alex talk contribs created page Template:License fair (Created page with "{{Imbox | image = 75px | text = This work is copyrighted and is published under fair use. }}")
- 21:45, 16 March 2025 Alex talk contribs created page Template:License public (Created page with "{{imbox | image = 200px | text = This work is in the public domain. }}")
- 21:41, 16 March 2025 Alex talk contribs created page Template:Imbox (Created page with "<onlyinclude> {{#invoke:Message box|imbox}} </onlyinclude>")
- 21:40, 16 March 2025 Alex talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 21:39, 16 March 2025 Alex talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 21:38, 16 March 2025 Alex talk contribs created the page Module:Message box/imbox.css using a non-default content model "Sanitized CSS"
- 21:38, 16 March 2025 Alex talk contribs created page Module:Message box/imbox.css (Alex created the page Module:Message box/imbox.css using a non-default content model "Sanitized CSS")
- 21:37, 16 March 2025 Alex talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. }")
- 21:36, 16 March 2025 Alex talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
- 21:35, 16 March 2025 Alex talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
- 21:35, 16 March 2025 Alex talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
- 21:34, 16 March 2025 Alex talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
- 21:33, 16 March 2025 Alex talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 21:32, 16 March 2025 Alex talk contribs created page Module:Yesno (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 =...")
- 21:24, 16 March 2025 Alex talk contribs created page Module:Message box (Created page with "-- 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 = '...")
- 21:17, 16 March 2025 Alex talk contribs created page Template:Navpills (Created page with "<includeonly> {{#invoke:Navpills|navpills}} </includeonly> <noinclude> This template renders as: {{Navpills | page1 = Items | page2 = Weapons | page3 = Characters | page4 = Quests | page5 = Spells | page6 = Locations | page7 = Recipes | page8 = Deities | page9 = Books | page10 = Skills }}")
- 21:00, 16 March 2025 Alex talk contribs created the page Module:Navpills/styles.css using a non-default content model "Sanitized CSS"
- 21:00, 16 March 2025 Alex talk contribs created page Module:Navpills/styles.css (Alex created the page Module:Navpills/styles.css using a non-default content model "Sanitized CSS")
- 20:15, 16 March 2025 Alex talk contribs created page Module:Arguments (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'...")
- 20:13, 16 March 2025 Alex talk contribs created page Module:Navpills (Created page with "local mArguments --initialize lazily local p = {} -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix, args) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) end end table.s...")
- 19:20, 16 March 2025 Alex talk contribs created page Template:SEO (Created page with "{{#seo | description = {{{description|Read about {{PAGENAME}} on Divinity Wiki.}}} | image = {{{image|}}} | keywords = {{PAGENAME}}, Divinity Wiki, Wiki, Divinity Original Sin 2, Divinity Original Sin 2 Wiki, Divinity Original Sin 1, Divinity Original Sin 1 Wiki, Divinity Original Sin, Divinity Original Sin Wiki, Divine Divinity, Divine Divinity Wiki, Beyond Divinity, Beyond Divinity Wiki, Divinity Dragon Commander, Divinity Dragon Commander Wiki, DOS, DOS Wiki, DOS2, DO...")
- 18:58, 16 March 2025 Alex talk contribs created page Template:Infobox char (Infobox created with infobox builder.)
- 15:53, 16 March 2025 Alex talk contribs created page MediaWiki:Citizen-footer-tagline (Created blank page)
- 15:52, 16 March 2025 Alex talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "Divinity Wiki is an unofficial wiki for the Divinity universe. This wiki is not affiliated with or endorsed by Larian Studios. All content is available under CC BY-SA 4.0, unless otherwise noted.")
- 04:16, 16 March 2025 Alex talk contribs created page MediaWiki:Licenses (Created page with "* Larian Studios ** This work is entirely copyrighted by Larian and is published under the Larian Fan Content Policy and CC BY-SA 4.0. ** This self-created work follows the Larian Fan Content Policy and is published under CC BY-SA 4.0. * Free content ** This self-created work is published under CC BY-SA 4.0. ** This work is published under fair use. ** This work is in the public domain.")
- 04:09, 16 March 2025 Alex talk contribs created page File:License CC BY-SA.png (For more information, visit the article on [https://creativecommons.org/licenses/by-sa/4.0/ Attribution-ShareAlike 4.0]].)
- 04:09, 16 March 2025 Alex talk contribs uploaded File:License CC BY-SA.png (For more information, visit the article on [https://creativecommons.org/licenses/by-sa/4.0/ Attribution-ShareAlike 4.0]].)
- 04:05, 16 March 2025 Alex talk contribs created page File:License Fair Use.png
- 04:05, 16 March 2025 Alex talk contribs uploaded File:License Fair Use.png
- 03:57, 16 March 2025 Alex talk contribs created page File:License Public Domain.png (For more information, visit the article on Public Domain.)
- 03:57, 16 March 2025 Alex talk contribs uploaded File:License Public Domain.png (For more information, visit the article on Public Domain.)
- 03:23, 16 March 2025 Alex talk contribs created page Divinity Wiki:Copyrights (Created page with "== Divinity Wiki Licensing == Divinity Wiki is licensed under [https://creativecommons.org/licenses/by-sa/4.0/|Attribution-ShareAlike 4.0 International (CC-BY-SA 4.0)], unless otherwise stated. We use content from Larian's IP as described in [https://larian.com/fan-content-policy|Larian Studios' Fan Content Policy]: == Larian Studios' Fan Content Policy == We greatly value interaction with our community, and our team loves to discover the unique & wonderful content tha...")
- 21:55, 15 March 2025 MediaWiki default talk contribs created page Main Page