All public logs

Jump to navigation Jump to search

Combined display of all available logs of Parallel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 03:43, 27 May 2022 Diamondback88 talk contribs created page Module:Crafting/doc (Created page with "Implements <code><nowiki>{{Template:Crafting}}</nowiki></code> == Dependency == * Module:InventorySlot == See Also == * Template:Crafting * Template:CraftingCatalyst * Template:CraftingCell * Template:CraftingGrid * Template:CraftingHopper")
  • 03:41, 27 May 2022 Diamondback88 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...")
  • 03:39, 27 May 2022 Diamondback88 talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------------...")
  • 03:38, 27 May 2022 Diamondback88 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 =...")
  • 19:35, 19 May 2022 Diamondback88 talk contribs created page Module:No globals (Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
  • 19:34, 19 May 2022 Diamondback88 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('Module:No globals') 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' ---------------------------------...")
  • 19:33, 19 May 2022 Diamondback88 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'...")
  • 19:16, 19 May 2022 Diamondback88 talk contribs created page Module:Documentation (Created page with "-- 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 p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are ma...")
  • 19:15, 19 May 2022 Diamondback88 talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 19:15, 19 May 2022 Diamondback88 talk contribs created page Template:CraftingCatalyst (Created page with "<includeonly> {{#invoke:Crafting|Catalyst}} </includeonly> <noinclude> {{Documentation}} </noinclude>")
  • 19:14, 19 May 2022 Diamondback88 talk contribs created page Template:CraftingGrid (Created page with "{{#invoke:Crafting|Grid}}")
  • 19:14, 19 May 2022 Diamondback88 talk contribs created page Template:CraftingCell (Created page with "{{#invoke:Crafting|Cell}}")
  • 19:03, 19 May 2022 Diamondback88 talk contribs created page File:EffectsCSS.png
  • 19:03, 19 May 2022 Diamondback88 talk contribs uploaded File:EffectsCSS.png
  • 19:00, 19 May 2022 Diamondback88 talk contribs created page Module:EffectSprite/Aliases (Created page with "local aliases = { ['Absorption'] = { title = 'Absorption', name = 'absorption' }, ['Bad Luck'] = { title = 'Bad Luck', name = 'bad-luck' }, ['Bad Omen'] = { title = 'Bad Omen', name = 'bad-omen' }, ['Blindness'] = { title = 'Blindness', name = 'blindness' }, ['Conduit Power'] = { title = 'Conduit Power', name = 'conduit-power' }, ["Dolphin's Grace"] = { title = "Dolphin's Grace", name = "dolphin's-grace" }, ["Dolphins Grace"] = { title = "Dolphin's Grace",...")
  • 18:59, 19 May 2022 Diamondback88 talk contribs created page Module:EffectSprite (Created page with "return { settings = { align = 'middle', classname = 'effect-sprite', sheetsize = 288, size = 18, stylesheet = true, spriteSheet= "effect" }, ids = { absorption = { pos = 64, section = 4 }, ['absorption-revision-1'] = { pos = 35, section = 1 }, ['absorption-revision-2'] = { pos = 40, section = 1 }, ['bad-luck'] = { pos = 65, section = 4 }, ['bad-luck-revision-1'] = { pos = 39, section = 1 }, ['bad-luck-revision-2'] = { pos = 95, section = 1 },...")
  • 18:53, 19 May 2022 Diamondback88 talk contribs created page Template:Stack (Created page with "<includeonly>{{#invoke:Crafting|Item}}</includeonly><noinclude> {{Documentation}} <templatedata> { "params": { "1": { "label": "Item", "description": "The item to be displayed. Prefix with {{code|gm4:}} for GM4-specific items.", "example": "gm4:Boots of Ostara", "type": "line", "required": true }, "name": { "aliases": [ "Name", "title", "Title" ], "label": "Name", "description": "The display name for the item stack", "exa...")
  • 18:50, 19 May 2022 Diamondback88 talk contribs created page Template:Crafting (Created page with "<includeonly> <div class="crafting crafting-{{#switch: {{{Type}}} | custom = custom | Custom = custom | standard = standard | Standard = standard | zauber = zauber | Zauber = zauber | {{#switch: {{{Name}}} | Dropper = standard | Item Hopper = standard | Crafting Table = standard | Zauber Cauldron = zauber | custom }} }} {{#if: {{{Shapeless|}}}| crafting-shapeless}}"> {{#if: {{{Name|}}}| <div class="crafting-container-name"> {{{Name}}} </div> }} <div class=craft...")
  • 18:49, 19 May 2022 Diamondback88 talk contribs created page Module:InventorySlot/Aliases (Created page with "local aliases = { ['Broken Elytra'] = { title = '&eElytra', name = 'Broken Elytra' }, ['Clay (block)'] = { title = 'Clay', name = 'Clay (block)' }, ['Clay (ball)'] = { title = 'Clay', name = 'Clay (ball)' }, ['Iron Block'] = { title = 'Block of Iron', name = 'Block of Iron' }, ['Gold Block'] = { title = 'Block of Gold', name = 'Block of Gold' }, ['Diamond Block'] = { title = 'Block of Diamond', name = 'Block of Diamond' } } -- Tooltip colors -- local yellow...")
  • 18:47, 19 May 2022 Diamondback88 talk contribs created page Module:InventorySlot (Created page with "-- Based on work by the MC wiki: https://minecraft.gamepedia.com/ local UISlot = {} local sprite = require(Module:Sprite) local Sprites = { minecraft = sprite:new("inventory"), gm4 = sprite:new("gm4"), effect = sprite:new("effect"), trophy = sprite:new("trophy"), gm4RP = sprite:new("gm4RP") } function UISlot:new(item, large) o = {} setmetatable(o, {__index = self}) o:SetItem(item) o.__large = large return o end -- Sets the item of this UISlot. If 'raw h...")
  • 18:47, 19 May 2022 Diamondback88 talk contribs created page Module:Crafting (Created page with "p = {} function Grid(args, w, h, large) return require(Module:InventorySlot).Call(args,w,h,large) end -- Make a 3*3 crafting grid function p.Grid( f ) local args = f.args if #args == 0 then args = f:getParent().args end return Grid(args, args['width'] or args['Width'] or 3, args['height'] or args['Height'] or 3) end -- Make a 1*1 crafting grid function p.Cell( f ) local args = f.args if #args == 0 then args = f:getParent().args end return Grid(args,...")
  • 18:47, 19 May 2022 Diamondback88 talk contribs created page Module:InvSprite (Created page with "-- Created by the MC wiki: https://minecraft.gamepedia.com/Module:InvSprite return { settings = { align = 'middle', classname = 'inv-sprite', imagename = 'InvSpriteGM4.png', sheetsize = 1024, size = 32, stylesheet = true, --version = 1626701504696, spriteSheet= "inventory" }, sections = { { name = 'Armor', id = 1 }, { name = 'Banner', id = 2 }, { name = 'Brewing ingredient', id = 3 }, { name = 'Bucket', id = 4 }, { name = 'Decoration', id =...")
  • 18:46, 19 May 2022 Diamondback88 talk contribs created page Module:Sprite (Created page with "-- Based on work by the MC wiki: https://minecraft.gamepedia.com/ and https://minecraft.gamepedia.com/Module:Sprite local Sprite = {} local aliasData = { vanillaAliases = Module:InventorySlot/Aliases, gm4Aliases = Module:Gm4Sprite/Aliases, effectAliases = Module:EffectSprite/Aliases, trophyAliases = Module:TrophySprite/Aliases } Sprite.aliasData = aliasData local vanillaAliases = mw.loadData( aliasData.vanillaAliases ) local gm4Aliases = mw.loadDa...")
  • 18:44, 19 May 2022 Diamondback88 talk contribs deleted page Template:Translation category/doc (content was: "{{documentation header}} <!-- Documentation here --> This template is used to add a category to a template that automatically uses the translation project category for a translation project. Note that this template is useless if you do not have translation projects, so any calls in other templates can be replaced with a direct category link. == Usage == {{p...", and the only contributor was "Diamondback88" (talk))
  • 18:44, 19 May 2022 Diamondback88 talk contribs deleted page Template:Translation category (content was: "<includeonly>{{ #vardefine: $lang-list | {{ #dplreplace: / ar / ca / cz / dk / el / eo / et / fa / fin / ga / he / hr / id / is / lv / lt / moh / no / pt / ph / ro / sr / sk / se / th / tl / tr / ua / vi / yi / |[\n ]}}<!-- trim whitespace to maintain "switch" feel --> }}{{ #vardefine: $lang | {{ #if: {{ #pos: {{ #var: $lang-list }} | /{{SUBPAGENAME}}/ }}...", and the only contributor was "Diamondback88" (talk))
  • 18:44, 19 May 2022 Diamondback88 talk contribs deleted page Template:InvSprite (content was: "<includeonly>{{#invoke: sprite | sprite | data = InvSprite | scale = {{{scale|1}}} }}</includeonly><noinclude> {{#invoke: documentation | page }} <!-- Put categories/interwiki on the documentation page --> </noinclude>", and the only contributor was "Diamondback88" (talk))
  • 18:44, 19 May 2022 Diamondback88 talk contribs deleted page Template:FileUrl (content was: "<includeonly>{{ #ifexist: File:{{PAGENAME:{{{1}}}}} }}{{ #widget: FileUrl | url = {{ #sub: {{filepath: {{#titleparts: {{PAGENAME:{{{1}}}}}}} | {{{2|}}} }} | {{ #len: {{ #explode: {{filepath: Wiki.png}} | b/bc/ }} }} }}{{#if: {{{query|}}} | &{{{query}}} }}&format=original }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the docume...", and the only contributor was "Diamondback88" (talk))
  • 18:44, 19 May 2022 Diamondback88 talk contribs deleted page Template:Documentation (content was: "<includeonly>{{#invoke: documentation | page }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page --> </noinclude>", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:Sprite (content was: "local p = {} function p.base( f ) local args = f if f == mw.getCurrentFrame() then args = require( 'Module:ProcessArgs' ).merge( true ) else f = mw.getCurrentFrame() end local data = args.data and mw.loadData( 'Module:' .. args.data ) or {} local settings = data.settings -- Default settings local default = { scale = 1, sheetsize = 256,...", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:RecipeTable (content was: "local m = {} local i18n = { headingDescription = 'Description', headingIngredients = 'Ingredients', headingName = 'Name', headingRecipe = '$1 recipe', moduleSlot = Module:Inventory slot, moduleUi = Module:UI, separator = ' +', setSeparator = ' or', tableDescription = '$1 recipes', } local slot = require( i18n.moduleSlot ) local...", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:ProcessArgs (content was: "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'ta...", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:Inventory slot (content was: "local p = {} local i18n = { filename = 'Invicon $1', legacyFilename = 'Grid $1.png', modLink = 'Mods/$1/$2', moduleAliases = Module:Inventory slot/Aliases, moduleInvData = Module:InvSprite, moduleModData = 'Module:InvSprite/Mods/$1', moduleRandom = Module:Random, moduleSprite = Module:Sprite, -- List of special prefixes which should...", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:InvSprite/doc (content was: "test documentation page for Module:InvSprite", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:InvSprite (content was: "return { settings = { align = 'middle', classname = 'inv-sprite', image = 'InvSprite.png', sheetsize = 1024, size = 32, stylesheet = true, url = require( Module:Sprite ).getUrl( 'InvSprite.png', 'version=1650471405059', 'inv-sprite' ), }, sections = { { name = 'Armor', id = 1 }, { name = 'Banner', id = 2 }, { name = 'Brewing ingredi...", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:Documentation (content was: "local p = {} local defaultDocPage = 'doc' local getType = function( namespace, page ) local pageType = 'template' if namespace == 'Module' then pageType = 'module' elseif namespace == 'Widget' then pageType = 'widget' elseif page.fullText:gsub( '/' .. defaultDocPage .. '$', '' ):find( '%.css$' ) then pageType = 'stylesheet' elseif page.fullText:gs...", and the only contributor was "Diamondback88" (talk))
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:Crafting (content was: "local p = {} local i18n = { colored = 'Colored', coloredDyes = { 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Yellow Dye', 'Lime Dye', 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Green Dye', 'Red Dye', 'Black Dye', }, categoryIngredientUsage = 'Category:Recipe using $1', categoryRecipeType = '...", and the only contributor was "Diamondback88" (talk))
  • 18:40, 19 May 2022 Diamondback88 talk contribs created page Template:Translation category/doc (Created page with "{{documentation header}} <!-- Documentation here --> This template is used to add a category to a template that automatically uses the translation project category for a translation project. Note that this template is useless if you do not have translation projects, so any calls in other templates can be replaced with a direct category link. == Usage == {{p|1}} can be set to the name of the category. It is used directly on main pages, and {{p|1}}<code>/''lang''</code>...")
  • 18:39, 19 May 2022 Diamondback88 talk contribs created page Template:Translation category (Created page with "<includeonly>{{ #vardefine: $lang-list | {{ #dplreplace: / ar / ca / cz / dk / el / eo / et / fa / fin / ga / he / hr / id / is / lv / lt / moh / no / pt / ph / ro / sr / sk / se / th / tl / tr / ua / vi / yi / |[\n ]}}<!-- trim whitespace to maintain "switch" feel --> }}{{ #vardefine: $lang | {{ #if: {{ #pos: {{ #var: $lang-list }} | /{{SUBPAGENAME}}/ }} | {{SUBPAGENAME}} | {{ #if: {{ #pos: {{ #var: $lang-list }} | /{{SUBPAGENAME:{{BASEPAGENAME}}}}/ }} | {{SUB...")
  • 18:37, 19 May 2022 Diamondback88 talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke: documentation | page }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page --> </noinclude>")
  • 18:37, 19 May 2022 Diamondback88 talk contribs created page Template:FileUrl (Created page with "<includeonly>{{ #ifexist: File:{{PAGENAME:{{{1}}}}} }}{{ #widget: FileUrl | url = {{ #sub: {{filepath: {{#titleparts: {{PAGENAME:{{{1}}}}}}} | {{{2|}}} }} | {{ #len: {{ #explode: {{filepath: Wiki.png}} | b/bc/ }} }} }}{{#if: {{{query|}}} | &{{{query}}} }}&format=original }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page -->")
  • 18:36, 19 May 2022 Diamondback88 talk contribs created page Widget:InvSprite (Created page with "url(https://wiki.parallelmc.org/wiki/File:InvSprite.png) Taken from the MC wiki https://minecraft.gamepedia.com/File:InvSprite.png")
  • 18:34, 19 May 2022 Diamondback88 talk contribs created page Module:ProcessArgs (Created page with "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent().args...")
  • 18:34, 19 May 2022 Diamondback88 talk contribs created page Module:Documentation (Created page with "local p = {} local defaultDocPage = 'doc' local getType = function( namespace, page ) local pageType = 'template' if namespace == 'Module' then pageType = 'module' elseif namespace == 'Widget' then pageType = 'widget' elseif page.fullText:gsub( '/' .. defaultDocPage .. '$', '' ):find( '%.css$' ) then pageType = 'stylesheet' elseif page.fullText:gsub( '/' .. defaultDocPage .. '$', '' ):find( '%.js$' ) then pageType = 'script' elseif namespace == 'MediaWiki'...")
  • 18:33, 19 May 2022 Diamondback88 talk contribs created page Template:InvSprite (Created page with "<includeonly>{{#invoke: sprite | sprite | data = InvSprite | scale = {{{scale|1}}} }}</includeonly><noinclude> {{#invoke: documentation | page }} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
  • 18:32, 19 May 2022 Diamondback88 talk contribs created page Module:InvSprite/doc (Created page with "test documentation page for Module:InvSprite")
  • 18:31, 19 May 2022 Diamondback88 talk contribs deleted page Template:InvSprite (content was: "<includeonly>{{#invoke: sprite | sprite | data = InvSprite | scale = {{{scale|1}}} }}</includeonly><noinclude> {{#invoke: documentation | page }} <!-- Put categories/interwiki on the documentation page --> </noinclude>", and the only contributor was "Diamondback88" (talk))
  • 18:31, 19 May 2022 Diamondback88 talk contribs created page Template:InvSprite (Created page with "<includeonly>{{#invoke: sprite | sprite | data = InvSprite | scale = {{{scale|1}}} }}</includeonly><noinclude> {{#invoke: documentation | page }} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
  • 18:27, 19 May 2022 Diamondback88 talk contribs created page File:InvSprite.png
  • 18:27, 19 May 2022 Diamondback88 talk contribs uploaded File:InvSprite.png
  • 18:27, 19 May 2022 Diamondback88 talk contribs deleted page File:Test.png
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)