Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Heavenly Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:50, 3 May 2025 Medici talk contribs created page Template:Infobox Activity (Created page with "{{#invoke:Infobox Activity|main}}<noinclude>{{/doc}}</noinclude>")
- 01:50, 3 May 2025 Medici talk contribs created page Module:Trailblazer Region (Created page with "local p = {} local lang = mw.getContentLanguage() local regions = { misthalin = true, karamja = true, asgarnia = true, desert = true, fremennik = true, kandarin = true, morytania = true, tirannwn = true, wilderness = true, kourend = true, varlamore = true, } function p._main(region, note, link, global_highlight, league) if region == nil or string.lower(region) == "no" then return "None" end local ret = {} for value in string.gmatch(region, "[^,]+") do...")
- 01:49, 3 May 2025 Medici talk contribs created page Module:Edit button (Created page with "-- {{Helper module|name=Edit button|fname1=(text)|ftype1=string|fuse1=Creates an edit button for the current page that the module is invoked on<br><br><code>text</code> defaults to "edit"}} -- Creates a link that opens the editor screen for whatever page this module is invoked on return function(text, page) local page_title = page or mw.title.getCurrentTitle().fullText local url = tostring(mw.uri.fullUrl(page_title,'action=edit')) return '['..url..' '..(text or 'edi...")
- 01:48, 3 May 2025 Medici talk contribs created page Module:Infobox (Created page with "--[=[ -- For documentation, see Module:Infobox/doc --]=] -- <nowiki> local Infobox = {} Infobox.__index = Infobox Infobox.__tostring = Infobox.tostring -- Edit button for unknown params local editbutton = require('Module:Edit button') local var = mw.ext.VariablesLua local edit = editbutton("'''?''' (edit)") -- Page title local pagename = mw.title.getCurrentTitle().fullText -- map of flags to html tags used by Infobox.addRow() -- let's only define it once, since :...")
- 01:48, 3 May 2025 Medici talk contribs created page Module:Infobox Activity (Created page with "-------------------------- -- Module for Template:Infobox Activity ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local tb = require('Module:Trailblazer Region') function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'image', func = 'image' }, { name = 'aka', func = 'has_content'...")
- 01:45, 3 May 2025 Medici talk contribs created page File:Season1.png
- 01:45, 3 May 2025 Medici talk contribs uploaded File:Season1.png
- 01:44, 3 May 2025 Medici talk contribs deleted page File:Season1.png (content before blanking was: "")
- 01:43, 3 May 2025 Medici talk contribs deleted page File:Season1.png (Deleted old revision 20250503014348!Season1.png: content before blanking was: "")
- 01:43, 3 May 2025 Medici talk contribs uploaded a new version of File:Season1.png
- 01:40, 3 May 2025 Medici talk contribs created page File:Season1.png
- 01:40, 3 May 2025 Medici talk contribs uploaded File:Season1.png
- 01:19, 3 May 2025 Medici talk contribs created page File:Season token.png
- 01:19, 3 May 2025 Medici talk contribs uploaded File:Season token.png
- 01:19, 3 May 2025 Medici talk contribs deleted page File:Season token.png (content was: "", and the only contributor was "Medici" (talk))
- 01:18, 3 May 2025 Medici talk contribs created page File:Season token.png
- 01:18, 3 May 2025 Medici talk contribs uploaded File:Season token.png
- 01:17, 3 May 2025 Medici talk contribs deleted page File:Season token.png (content was: "", and the only contributor was "Medici" (talk))
- 01:16, 3 May 2025 Medici talk contribs created page File:Season token.png
- 01:16, 3 May 2025 Medici talk contribs uploaded File:Season token.png
- 01:16, 3 May 2025 Medici talk contribs deleted page File:Season token.png (content was: "", and the only contributor was "Medici" (talk))
- 01:09, 3 May 2025 Medici talk contribs created page Seasonal Info (Created page with " {{Item Information|Main |title=Seasonal Items |item1={{plink|Season token}} |info1=Used to do things... JORDAN! }}")
- 01:08, 3 May 2025 Medici talk contribs created page File:Season token.png
- 01:08, 3 May 2025 Medici talk contribs uploaded File:Season token.png
- 01:08, 3 May 2025 Medici talk contribs deleted page File:Season token.png (content was: "", and the only contributor was "Medici" (talk))
- 01:06, 3 May 2025 Medici talk contribs created page File:Season token.png
- 01:06, 3 May 2025 Medici talk contribs uploaded File:Season token.png
- 01:06, 3 May 2025 Medici talk contribs deleted page File:Season token.png (content was: "", and the only contributor was "Medici" (talk))
- 01:05, 3 May 2025 Medici talk contribs created page File:Season token.png
- 01:05, 3 May 2025 Medici talk contribs uploaded File:Season token.png
- 00:55, 3 May 2025 Medici talk contribs created page Template:Item Information (Created page with "{{#invoke:Item_info|main |title=Your Title Here |item1=First Item |info1=Information about first item |item2=Second Item |info2=Information about second item ...and so on}}")
- 00:52, 3 May 2025 Medici talk contribs created page Module:Item Information (Created page with "local p = {} local paramTest = require('Module:Paramtest') local onMain = require('Module:Mainonly').on_main local yesNo = require('Module:Yesno') -- Add error checking for SMW local smw = mw.smw if not smw then mw.log('SMW Lua bridge not available') smw = { set = function() return nil end -- Stub function that does nothing } end function buildRow(item, info) local row = mw.html.create('tr') row:tag('td'):wikitext(item) row:tag('td'):w...")
- 00:46, 3 May 2025 Medici talk contribs created page Module:Demo (Created page with "--<nowiki> local T = require("Module:T")._main local p = {} function p.f(frame) local args = frame:getParent().args local template = args[1] local _args = {} for k, v in pairs(args) do if type(k) == "number" then if k ~= 1 then _args[k - 1] = v end else _args[k] = v end end return '<span class="plainlinks">' .. T(args) .. " produces<br>" .. frame:expandTemplate({ title = template, args = _args }) .. '</span>' end return p --</nowiki>")
- 00:46, 3 May 2025 Medici talk contribs created page Module:T (Created page with "-- <nowiki> -- Template:T -- local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local link = args[1] local uri local targs = {} local ns local i = 1 -- strip transclusion modifiers (mw:Help:Magic words#Transclusion modifiers) link = link :gsub('safesubst:', '') :gsub('subst:', '') :gsub('int:', '') :gsub('msg:', '')...")
- 00:45, 3 May 2025 Medici talk contribs created page Template:T (Created page with "<includeonly><span class="plainlinks">{{#invoke:T|main}}</span></includeonly><noinclude>{{/doc}}</noinclude>")
- 00:44, 3 May 2025 Medici talk contribs created page Template:Plink (Created page with "<includeonly><span class="plink-template">[[File:{{{pic|{{{1}}}}}}.png|link={{{1}}}]]</span>[[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:25, 3 May 2025 Maintenance script talk contribs created page Special:Badtitle/NS102:Owl:differentFrom (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page Special:Badtitle/NS102:Foaf:homepage (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page Special:Badtitle/NS102:Foaf:name (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page Special:Badtitle/NS102:Foaf:knows (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page MediaWiki:Smw import owl (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page MediaWiki:Smw import foaf (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page MediaWiki:Smw import skos (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page MediaWiki:Smw import schema (Semantic MediaWiki default vocabulary import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page Special:Badtitle/NS112:Profile:Facetedsearch default profile (Semantic MediaWiki search import)
- 00:25, 3 May 2025 Maintenance script talk contribs created page Special:Badtitle/NS112:Group:Predefined properties (Semantic MediaWiki group import)
- 00:24, 3 May 2025 Maintenance script talk contribs created page Special:Badtitle/NS112:Group:Schema properties (Semantic MediaWiki group import)
- 22:36, 2 May 2025 Medici talk contribs created page Template:Recommended equipment (Created page with "<includeonly>{{#invoke:Recommended equipment|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 22:35, 2 May 2025 Medici talk contribs created page Module:Mainonly (Created page with "--[[ {{Helper module|name=Mainonly |fname1=_main(arg) |ftype1=Any value |fuse1=If the module is invoked in the content namespace, it will return arg, otherwise, it will return an empty string |fname2=on_main() |ftype2=N/A |fuse2=Returns true if invoked in the content namespace, otherwise false }} --]] -- -- Module to return text only when invoked in the content namespace -- local p = {} function p.main(frame) local ret = frame:getParent().args[1] or '' return p._main...")
- 22:34, 2 May 2025 Medici talk contribs created page Module:Recommended equipment (Created page with "local p = {} local paramTest = require('Module:Paramtest') local onMain = require('Module:Mainonly').on_main local yesNo = require('Module:Yesno') local SlotInfo = { { name = 'head', icon = 'Head slot', txt = 'Head', link = 'Head slot table' }, { name = 'neck', icon = 'Neck slot', txt = 'Neck', link = 'Neck slot table' }, { name = 'cape', icon = 'Cape slot', txt = 'Back', link = 'Cape slot table' }, { name = 'body', icon = 'Body slot', txt = 'Body', link = 'Body sl...")