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).
- 22:26, 2 May 2025 Medici talk contribs created page Category:Items (Created page with "Category:Content")
- 22:22, 2 May 2025 Medici talk contribs created page MediaWiki:Gadget-rsw-util.js (Created page with "(function ($, mw, rs) { 'use strict'; function createOOUIWindowManager() { if (window.OOUIWindowManager == undefined) { window.OOUIWindowManager = new OO.ui.WindowManager(); $( 'body' ).append( window.OOUIWindowManager.$element ); } return window.OOUIWindowManager; } /** * Reusable functions * * These are available under the `rswiki` global variable. * @example `rswiki.addCommas` * The alias `rs` is also avai...")
- 22:16, 2 May 2025 Medici talk contribs created page MediaWiki:Gadget-checkboxList-core.js (Created page with "* * Adds support for checkbox lists (Template:Checklist) * * Examples/Tests: <https://rs.wiki/User:Cqm/Scrapbook_4> * * History: * - 1.0: Original implementation - Cqm: /* * DATA STORAGE STRUCTURE * ---------------------- * * In its raw, uncompressed format, the stored data is as follows: * { * hashedPageName1: [ * [0, 1, 0, 1, 0, 1], * [1, 0, 1, 0, 1, 0], * [0, 0, 0, 0, 0, 0] * ], * hashedPageName2: [ *...")
- 05:36, 2 May 2025 Medici talk contribs blocked DarkLion talk contribs with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (Removing content from pages)
- 05:14, 2 May 2025 Medici talk contribs created page Template:Invokes (Created page with "<includeonly>{{#ifeq:{{NAMESPACE}}|Module|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' is invoked by [[{{{page|Template:{{{1}}}}}}]].{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Template invoked modules}}}}''</div>|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' invokes [[Module:{{{1}}}]] using Lua.{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Lua-based templat...")
- 05:08, 2 May 2025 Medici talk contribs created page MediaWiki:Gadgets-definition (Created page with "* checkboxList[ResourceLoader|dependencies=jquery.ui]|checkboxList.js|checkboxList.css")
- 04:56, 2 May 2025 Medici talk contribs created page MediaWiki:Gadget-checkboxList.css (Created page with "CSS for MediaWiki:Gadget-checkboxList.js: Use with Template:Checklist: =========================== lighttable checklists ===========================: /* checklist will otherwise render anything floated to the right unclickable due to overlap; 300px is the width of infoboxes and default thumbnail size the first rule is the fallback for ancient browsers; the second rule keeps 350px space to the side, down to 1000px width of its co...")
- 04:56, 2 May 2025 Medici talk contribs created page MediaWiki:Gadget-checkboxList.js (Created page with "$(function () { if ($("ul.checklist, div.checklist > ul").length) { mw.loader.load( 'ext.gadget.checkboxList-core' ); } })")
- 04:53, 2 May 2025 Medici talk contribs created page Template:Ctg/doc (Created page with "{{Documentation}} {{Invokes|Category handler}} Adds every category listed in the unnamed parameters to the page it is used on. This handler also includes built in sorting mechanics: * Pages that match the category name exactly will be sorted as <code><nowiki>[[Category:<category>| ]]</nowiki></code>, placing them at the front of the category. ** This rule also applies to titles that are simple plurals of each other; e.g. '''Rune''' and '''Runes''' * Pages that begin wi...")
- 04:51, 2 May 2025 Medici talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__</includeonly><noinclude>{{/doc}}</noinclude>")
- 04:51, 2 May 2025 Medici talk contribs created page Module:Yesno (Created page with "--[[ {{Helper module|name=Yesno |fname1=(arg) |ftype1=Any value |fuse1=Reads arg for yes/no and returns the appropriate boolean or nil |fname2=(arg1,arg2) |ftype2=Any value, Any value |fuse2=Reads arg1 for yes/no and returns the appropriate boolean; returns arg2 if arg1 was not an applicable value }} --]] -- <pre> -- Used to evaluate args to booleans where applicable -- -- Based on <https://en.wikipedia.org/wiki/Module:Yesno> -- see page history there for contributors --...")
- 04:50, 2 May 2025 Medici talk contribs created page Module:Tooltip (Created page with "local p = {} local yn = require('Module:Yesno') local hc = require('Module:Paramtest').has_content -- module access point for div p._div = function(args) local name = args.name if not hc(name) then error('Name is required!') end local content = args.content local hasarrow = yn(args.arrow or 'yes', true) local arrowsize = tonumber(args.arrowsize) or 10 local limitwidthbool = yn(args.limitwidth or 'yes', true) local style = args.style local div = mw.ht...")
- 04:50, 2 May 2025 Medici talk contribs created page Module:Documentation (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- subpage head...")
- 04:49, 2 May 2025 Medici talk contribs created page Module:DependencyList (Created page with "local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local tooltip = require( 'Module:Tooltip' ) local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 5 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamicRequireListQueryCache = {} local builtins = { ["libraryUtil"] = { link = "mw:S...")
- 04:49, 2 May 2025 Medici talk contribs created page Module:DPLlua (Created page with "-- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} local con...")
- 04:48, 2 May 2025 Medici talk contribs created page Module:Array (Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---Returns the length of the array but it also works on proxy arrays ---@param arr any[] ---@return integer local function len(arr) local l = #arr if l == 0 then if arr[1] ~= nil then -- Exponential search to find length of proxy table local low = 1 local high = 1 local ceil = math.ceil while arr[high] ~= nil do high...")
- 04:47, 2 May 2025 Medici talk contribs created page Module:Paramtest (Created page with "--[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,arg2},...}...")
- 04:46, 2 May 2025 Medici talk contribs created page Module:Category handler (Created page with "--[=[ <pre> -- Implements [Template:Ctg] -- Sorts pages into a category more appropriately than pagename alone -- Default and custom rules are outlined at Template:Category handler/doc --]=] local p = {} local ucf = require('Module:Paramtest').ucfirst local curpage = mw.title.getCurrentTitle() function p.main(frame) local ns = curpage.namespace -- Just don't bother unless we're in content namespaces if not (ns == 0 or ns == 120 or ns == 116) then return ''...")
- 04:45, 2 May 2025 Medici talk contribs created page Template:Ctg (Created page with "{{{{{|safesubst:}}}#invoke:Category handler|main}}<noinclude>{{/doc}}</noinclude>")
- 04:44, 2 May 2025 Medici talk contribs created page Beginners Corner (Created page with "{{Checklist| *Skill unlocks: **Druidic Ritual — Unlocks Herblore and the ability to use lamps and books of knowledge on Herblore **Rune Mysteries — Unlocks the ability to use lamps and books of knowledge on Runecraft **Tears of Guthix — Unlocks weekly access to a minigame that rewards experience in the player's lowest skill, which is useful in aiding progress...")
- 04:42, 2 May 2025 Medici talk contribs created page Template:Checklist (Created page with "<includeonly><div class="lighttable checklist {{#if: {{{notoggleparent|}}} | no-toggle-parent }} {{#if: {{{smallindent|}}} | smallindent }}">{{#if: {{{title|}}} | <p style="font-weight: bold; margin-left: 1.5em; margin-bottom: .25em">{{{title}}}</p> }} {{{1}}} </div>{{Ctg|Pages with a checklist}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 04:12, 2 May 2025 Medici talk contribs created page File:Seasonal info.png
- 04:12, 2 May 2025 Medici talk contribs uploaded File:Seasonal info.png
- 03:57, 2 May 2025 Medici talk contribs created page File:Beginners.png
- 03:57, 2 May 2025 Medici talk contribs uploaded File:Beginners.png
- 03:57, 2 May 2025 Medici talk contribs deleted page File:Beginners.png (content was: "", and the only contributor was "Medici" (talk))
- 03:57, 2 May 2025 Medici talk contribs created page File:Beginners.png
- 03:57, 2 May 2025 Medici talk contribs uploaded File:Beginners.png
- 03:56, 2 May 2025 Medici talk contribs deleted page File:Beginners.png (content was: "", and the only contributor was "Medici" (talk))
- 03:55, 2 May 2025 Medici talk contribs created page File:Beginners.png
- 03:55, 2 May 2025 Medici talk contribs uploaded File:Beginners.png
- 03:55, 2 May 2025 Medici talk contribs deleted page File:Beginners.png (content was: "", and the only contributor was "Medici" (talk))
- 03:53, 2 May 2025 Medici talk contribs created page File:Beginners.png
- 03:53, 2 May 2025 Medici talk contribs uploaded File:Beginners.png
- 03:53, 2 May 2025 Medici talk contribs deleted page File:Beginners.png (content was: "", and the only contributor was "Medici" (talk))
- 03:38, 2 May 2025 Medici talk contribs created page File:Beginners.png
- 03:38, 2 May 2025 Medici talk contribs uploaded File:Beginners.png
- 02:43, 2 May 2025 Medici talk contribs created page File:Website.png
- 02:43, 2 May 2025 Medici talk contribs uploaded File:Website.png
- 02:37, 2 May 2025 Medici talk contribs created page File:Discord.png
- 02:37, 2 May 2025 Medici talk contribs uploaded File:Discord.png
- 02:37, 2 May 2025 Medici talk contribs deleted page File:Discord.png (content was: "", and the only contributor was "Medici" (talk))
- 02:33, 2 May 2025 Medici talk contribs created page File:Discord.png
- 02:33, 2 May 2025 Medici talk contribs uploaded File:Discord.png
- 02:33, 2 May 2025 Medici talk contribs deleted page File:Discord.png (content was: "", and the only contributor was "Medici" (talk))
- 02:28, 2 May 2025 Medici talk contribs created page File:Discord.png
- 02:28, 2 May 2025 Medici talk contribs uploaded File:Discord.png
- 02:27, 2 May 2025 Medici talk contribs deleted page File:Discord.png (content was: "", and the only contributor was "Medici" (talk))
- 02:26, 2 May 2025 Medici talk contribs created page Template:Website (Created page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-twitter tile-halves plainlinks"> <div class="tile-top"> <div class="twitter-logo">60px|link=</div> [https://heavenlyps.net <div class="arrow nomobile"></div><p class="twitter-name">Visit our site!</p><p class="twitter-tagline">Vote, read news, and more!</p>] </div> </div>")
- 01:50, 2 May 2025 Medici talk contribs created page File:Discord.png