Combined display of all available logs of WikiQuestions. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:56, 16 July 2024 JoshuaOlu talk contribs deleted page Module:User error/doc (Mass deletion of recently added pages)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Languages/Lang by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Languages by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Effective protection level by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Module other by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Pp-template by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Nmbox/styles.css by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Nmbox by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Documentation/styles.css by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Documentation/i18n by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:TNT by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Documentation/config by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Documentation by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Translatable/en by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Documentation/en by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Documentation by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Arguments by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Yesno by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Message box by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Module:Template translation by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Dir by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Localized link by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Ll by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Pagelang by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Translatable by file upload (1 revision) (Welcome Template)
- 19:56, 16 July 2024 JoshuaOlu talk contribs imported Template:Welcome by file upload (1 revision) (Welcome Template)
- 19:55, 16 July 2024 JoshuaOlu talk contribs deleted page Module:Translate/doc (Mass deletion of recently added pages)
- 19:54, 16 July 2024 JoshuaOlu talk contribs deleted page Module:Documentation/doc (Mass deletion of recently added pages)
- 19:44, 16 July 2024 JoshuaOlu talk contribs deleted page Module:Mbox (Mass deletion of recently added pages)
- 19:43, 16 July 2024 JoshuaOlu talk contribs deleted page Module:Hatnote/styles.css (Mass deletion of recently added pages)
- 19:42, 16 July 2024 JoshuaOlu talk contribs deleted page Module:Translate (Mass deletion of recently added pages)
- 15:24, 16 July 2024 JoshuaOlu talk contribs created page WikiQuestions:Privacy policy (Created by Adapting a page from Star Citizen Wiki)
- 00:47, 16 July 2024 JoshuaOlu talk contribs created page Module:Translate/doc (Created page with "{{Documentation|scwShared=true}} This module allows templates and modules to be easily translated as part of the multilingual templates and modules project. Instead of storing English text in a module or a template, Translate module allows modules to be designed language-neutral, and store multilingual text in the <code>/i18n.json</code> subpage. This way your module or template will use those translated strings (messages), or if the message has not yet been translated,...")
- 00:46, 16 July 2024 JoshuaOlu talk contribs created page Module:Translate (Created page with "require( 'strict' ) local Translate = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local i18n = require( 'Module:i18n' ):new() --- Cache table containing i18n data at the 'data' key, and a key map at the 'keys' key --- The table is keyed by the i18n.json module name local cache = {} local i18nDataset = 'Module:Translate/i18n.json' --- Uses the cur...")
- 00:45, 16 July 2024 JoshuaOlu talk contribs created page Module:I18n/category/en.json (Created page with "{ "category_documentation": "%s documentation", "category_error_item_missing_manufacturer": "Items missing manufacturer", "category_error_item_missing_uuid": "Items missing UUID", "category_error_pages_with_script_errors": "Pages with script errors", "category_ground_vehicle": "Ground vehicles", "category_ground_vehicle_pledge": "Pledge vehicles", "category_ground_vehicle_size": "%s vehicles", "category_ground_vehicles": "ground vehicles", "category_imported_fro...")
- 00:43, 16 July 2024 JoshuaOlu talk contribs created page Module:I18n/doc (Created page with "{{Documentation|scwShared=true}}")
- 00:42, 16 July 2024 JoshuaOlu talk contribs created page Module:I18n (Created page with "require( 'strict' ) local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset namespace from key prefix --- --- @param key string The translation key -...")
- 00:42, 16 July 2024 JoshuaOlu talk contribs created page Module:Mbox/doc (Created page with "{{Documentation}}")
- 00:41, 16 July 2024 JoshuaOlu talk contribs created page Module:Mbox (Created page with "local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error { message = 'Error: ' .. msg...")
- 00:40, 16 July 2024 JoshuaOlu talk contribs created page Module:User error/doc (Created page with "{{Documentation}} A less intimidating version of the built-in <syntaxhighlight inline lang="lua">error(...)</syntaxhighlight> function, to help editors fix their mistakes when transcluding a template.")
- 00:39, 16 July 2024 JoshuaOlu talk contribs created page Module:User error (Created page with "-------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. -------------------------------------------------------------------------------- local checkType = require("libraryUtil").checkType; return function (message, ...) checkType("Module:User...")
- 00:38, 16 July 2024 JoshuaOlu talk contribs created page Module:Paramtest/doc (Created page with "{{Documentation}} {{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{ {ar...")
- 00:38, 16 July 2024 JoshuaOlu talk contribs created page Module:Paramtest (Created page with "-- Imported from: https://runescape.wiki/w/Module:Paramtest --[[ {{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...")
- 00:37, 16 July 2024 JoshuaOlu talk contribs created page Module:Array/doc (Created page with "{{Documentation}} {{Helper module |name = Array |fname1 = <nowiki>all( arr, [fn] )</nowiki> |ftype1 = <samp>arr: any[]</samp><br><samp>fn?: any</samp><br><samp>-> boolean</samp> |fuse1 = Behaviour depends on the value of <code>fn</code>: * <code>nil</code> - Checks that the array doesn't contain any '''false''' elements. * <code>fun(elem: any, i?: integer): boolean</code> - Returns '''true''' if <code>fn</code> returns '''true''' for every element. * <code>nu...")
- 00:36, 16 July 2024 JoshuaOlu talk contribs created page Module:Array (Created page with "-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(number|number[]...")
- 00:35, 16 July 2024 JoshuaOlu talk contribs created page Module:DependencyList/doc (Created page with "{{Documentation|scwShared=true}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation.")
- 00:35, 16 July 2024 JoshuaOlu talk contribs created page Module:DependencyList (Created page with "--- Based on Module:DependencyList from RuneScape Wiki --- Modified to use SMW instead of DPL --- @see https://runescape.wiki/w/Module:DependencyList require("strict"); local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local userError = require("Module:User error") local hatnote = require('Module:Hatnote')._hatnote local mHatlist = require('Mod...")
- 00:33, 16 July 2024 JoshuaOlu talk contribs created page Module:Documentation/doc (Created page with "{{Documentation|scwShared=true}} '''Module:Documentation''' implements Template:Documentation for templates and modules.")
- 00:33, 16 July 2024 JoshuaOlu talk contribs created page Module:Documentation (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mbox = require( 'Module:Mbox' )._mbox local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local lang = mw.getContentLanguage() local p = {} --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --- @return string If the key was not found, the key is returned local...")
- 00:32, 16 July 2024 JoshuaOlu talk contribs created page Template:Documentation/doc (Created page with "{{Documentation}} The '''documentation''' template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc". ==Usage== Place {{t|documentation}} at the top of the documentation page. If the page to be documented is a subpage, use {{t|documentation|pagename of page to be documented}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{t|documentation|Template:Foo/ba...")