All public logs
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).
- 17: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...")
- 17: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,...")
- 17: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 =...")
- 17: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...")
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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))
- 17: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>...")
- 17: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...")
- 17: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>")
- 17: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 -->")
- 17: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")
- 17: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...")
- 17: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'...")
- 17: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>")
- 17:32, 19 May 2022 Diamondback88 talk contribs created page Module:InvSprite/doc (Created page with "test documentation page for Module:InvSprite")
- 17: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))
- 17: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>")
- 17:27, 19 May 2022 Diamondback88 talk contribs created page File:InvSprite.png
- 17:27, 19 May 2022 Diamondback88 talk contribs uploaded File:InvSprite.png
- 17:27, 19 May 2022 Diamondback88 talk contribs deleted page File:Test.png
- 17:19, 19 May 2022 Diamondback88 talk contribs created page File:Test.png
- 17:19, 19 May 2022 Diamondback88 talk contribs uploaded File:Test.png
- 17:18, 19 May 2022 Diamondback88 talk contribs deleted page File:Test.png
- 17:04, 19 May 2022 Diamondback88 talk contribs created page File:Test.png
- 17:04, 19 May 2022 Diamondback88 talk contribs uploaded File:Test.png
- 17:03, 19 May 2022 Diamondback88 talk contribs deleted page File:InvSprite.png
- 17:02, 19 May 2022 Diamondback88 talk contribs created page File:InvSprite.png
- 17:02, 19 May 2022 Diamondback88 talk contribs uploaded File:InvSprite.png
- 17:01, 19 May 2022 Diamondback88 talk contribs deleted page File:InvSprite.png
- 17:01, 19 May 2022 Diamondback88 talk contribs created page File:InvSprite.png
- 17:01, 19 May 2022 Diamondback88 talk contribs uploaded File:InvSprite.png
- 02:50, 19 May 2022 Diamondback88 talk contribs created page Module:Inventory slot (Created page with "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 be handled by -- other modules (such as being moved outside links) prefixes = { any = 'Any', matching = 'Mat...")
- 02:49, 19 May 2022 Diamondback88 talk contribs deleted page Module:InventorySlot (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))
- 02:43, 19 May 2022 Diamondback88 talk contribs created page Module:RecipeTable (Created page with "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 prefixes = slot.i18n.prefixes --[[Merges a list, or inserts a string or table into a table --]] local function...")
- 02:39, 19 May 2022 Diamondback88 talk contribs created page Testpage (Created page with "{{Slot|Chorus Fruit|count=6|Type=standard}}")
- 02:36, 19 May 2022 Diamondback88 talk contribs created page Module:InvSprite (Created page with "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 ingredient', id = 3 }, { name = 'Bucket', id = 4 }, { name = 'Decoration', id = 5 }, { name = 'Dye', id = 6 }, {...")
- 02:35, 19 May 2022 Diamondback88 talk contribs created page Module:Sprite (Created page with "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, size = 16, pos = 1, align = 'text-top' } local defaultStyle = default if settings then if not settings....")
- 02:34, 19 May 2022 Diamondback88 talk contribs created page Module:InventorySlot (Created page with "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 be handled by -- other modules (such as being moved outside links) prefixes = { any = 'Any', matching = 'Mat...")
- 02:33, 19 May 2022 Diamondback88 talk contribs created page Module:Crafting (Created page with "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 = 'Category:$1 recipe', itemBlockOfQuartz = 'Block of Quartz', itemBlockOfQuartz = 'Block of Quartz', itemBrownMus...")