All public logs
Jump to navigation
Jump to search
Combined display of all available logs of EarthMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:56, 21 October 2023 veyronity talk contribs uploaded File:Dwarf.png
- 15:43, 21 October 2023 veyronity talk contribs created page File:Winner.png
- 15:43, 21 October 2023 veyronity talk contribs uploaded File:Winner.png
- 15:35, 21 October 2023 upgradewastaken talk contribs created page Template:Item (Created page with "{| cellspacing="1" cellpadding="1" style="float:right; clear:right; margin: 0 0 .5em 1em; width:280px; background: border-collapse:collapse; border:3.5px solid {{{color|}}}; font-size:smaller; line-height:1.5" |- |<div> {| border="0" cellpadding="4" cellspacing="0" style="float:right; margin:0 0 0 0; width:100%; background:; border-collapse:collapse; vertical-align: middle; background: linear-gradient(to top, MistyRose, AntiqueWhite, Ivory, Beige, AliceBlue, WhiteSmoke,...")
- 15:27, 21 October 2023 upgradewastaken talk contribs created page File:Dried kelp.png
- 15:27, 21 October 2023 upgradewastaken talk contribs uploaded File:Dried kelp.png
- 15:20, 21 October 2023 upgradewastaken talk contribs created page File:Bone.png
- 15:20, 21 October 2023 upgradewastaken talk contribs uploaded File:Bone.png
- 15:15, 21 October 2023 upgradewastaken talk contribs created page File:Stone.png
- 15:15, 21 October 2023 upgradewastaken talk contribs uploaded File:Stone.png
- 15:07, 21 October 2023 upgradewastaken talk contribs created page Template:Translation category (Created page with "<includeonly>{{ #vardefine: $lang-list | {{ #dplreplace: / ar / ca / cz / da / 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}}}}/ }} |...")
- 15:06, 21 October 2023 upgradewastaken talk contribs created page Template:FileUrlStyle (Created page with "<includeonly>{{ #ifexist: File:{{PAGENAME:{{{2}}}}} }}{{ #widget: FileUrlStyle | class = {{{1}}} | url = {{ #urldecode: {{ #sub: {{filepath: {{#titleparts: {{PAGENAME:{{{2}}}}}}} | {{{3|}}} }} | {{ #len: {{ #explode: {{filepath: Wiki.png}} | b/bc/ }} }} }} }}{{#if: {{{query|}}} | &{{{query}}} }}&format=original }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 15:06, 21 October 2023 upgradewastaken talk contribs created page Template:FileUrl (Created page with "<includeonly>{{ #ifexist: File:{{PAGENAME:{{{1}}}}} }}{{ #widget: FileUrl | url = {{ #urldecode: {{ #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 --> </noinclude>")
- 15:05, 21 October 2023 upgradewastaken 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...")
- 15:02, 21 October 2023 upgradewastaken talk contribs created page Template:InvSprite (Created page with "{{#invoke: sprite | sprite | data = InvSprite | scale = {{{scale|1}}} }}")
- 15:01, 21 October 2023 upgradewastaken 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....")
- 14:58, 21 October 2023 upgradewastaken talk contribs created page File:InvSprite.png
- 14:58, 21 October 2023 upgradewastaken talk contribs uploaded File:InvSprite.png
- 14:57, 21 October 2023 upgradewastaken 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', 'format=original', '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 }, { name =...")
- 14:48, 21 October 2023 veyronity talk contribs moved page Aurora:The Kingdom of Patsgonia to Aurora:The Kingdom of Patagonia
- 14:31, 21 October 2023 upgradewastaken talk contribs moved page Module:ItemIMG to Module:Item without leaving a redirect
- 14:30, 21 October 2023 upgradewastaken talk contribs created page Module:ItemIMG (Created page with "local fileModule = require("Module:FileExists") local function capitalizeFirstLetter(input) local firstLetter = input:sub(1, 1) local restOfString = input:sub(2) return firstLetter:upper() .. restOfString:lower() end function p.getItemNameAndIMG( frame ) local arg = string.lower(frame.args[1]) local fileExists = fileModule.fileExists("File:"..arg) if fileExists then return "File:"..arg.."|25px]] "..capitalizeFirstLetter(arg) end return capitalizeFirstLette...")
- 14:21, 21 October 2023 upgradewastaken talk contribs created page Module:FileExists (Created page with "local p = {} function p.fileExists(filename) local title = mw.title.new(filename, 'File') if not title then return false end return title. Exists end return p")
- 11:01, 21 October 2023 corruptedgreed talk contribs created page File:Quarters Wand Lore nidomas.png
- 11:01, 21 October 2023 corruptedgreed talk contribs uploaded File:Quarters Wand Lore nidomas.png
- 11:01, 21 October 2023 corruptedgreed talk contribs created page File:Quarters Wand Lore wishful .png
- 11:01, 21 October 2023 corruptedgreed talk contribs uploaded File:Quarters Wand Lore wishful .png
- 11:01, 21 October 2023 corruptedgreed talk contribs created page File:Quarters Wand Lore Veyronity.png
- 11:01, 21 October 2023 corruptedgreed talk contribs uploaded File:Quarters Wand Lore Veyronity.png
- 11:01, 21 October 2023 corruptedgreed talk contribs created page File:Quarters Wand Lore Joigrama.png
- 11:01, 21 October 2023 corruptedgreed talk contribs uploaded File:Quarters Wand Lore Joigrama.png
- 11:01, 21 October 2023 corruptedgreed talk contribs created page File:Quarters Wand Lore Fruitloopins.png
- 11:01, 21 October 2023 corruptedgreed talk contribs uploaded File:Quarters Wand Lore Fruitloopins.png
- 11:01, 21 October 2023 corruptedgreed talk contribs created page File:Quarters Wand Lore CorruptedGreed.png
- 11:01, 21 October 2023 corruptedgreed talk contribs uploaded File:Quarters Wand Lore CorruptedGreed.png
- 11:00, 21 October 2023 corruptedgreed talk contribs created page File:Quarters Wand Lore 9DF.png
- 11:00, 21 October 2023 corruptedgreed talk contribs uploaded File:Quarters Wand Lore 9DF.png
- 10:56, 21 October 2023 upgradewastaken talk contribs created page Category:Asia (Aurora) (Created page with "Asia is a continent in Terra Aurora.")
- 10:55, 21 October 2023 upgradewastaken talk contribs moved page Mindanao to Aurora:Mindanao
- 08:31, 21 October 2023 upgradewastaken talk contribs created page File:MagicSkyboi12 latest.png
- 08:31, 21 October 2023 upgradewastaken talk contribs uploaded File:MagicSkyboi12 latest.png
- 08:25, 21 October 2023 nokteholda. talk contribs created page Infinite miner (Redirected page to I̸̥͑n̶̫̈f̶̖͆ĩ̶̪n̸̝͌i̴̱̋t̵͍͗e̵͉͋ ̶̟̕m̷̦͊i̵̪̎n̸̹̄ȇ̶̼r̷̻͝) Tags: New redirect Visual edit
- 08:21, 21 October 2023 upgradewastaken talk contribs moved page 24th of August 2023 Antarctic Union prime ministerial election to Aurora:24th of August 2023 Antarctic Union prime ministerial election
- 08:12, 21 October 2023 upgradewastaken talk contribs created page Template:Age in years and days (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:age|age_generic|template=age_yd}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 08:11, 21 October 2023 masrain talk contribs created page Category:Lore Items (Aurora) (Created page with "This is a category that lists all unique items that aren't possible to obtain normally. Category:Aurora")
- 08:11, 21 October 2023 masrain talk contribs deleted page Category:Lore Items (content was: "This is a category that lists all unique items that aren't possible to obtain normally. Category:Aurora", and the only contributor was "296167222450323456" (talk))
- 08:06, 21 October 2023 masrain talk contribs created page Category:Lore Items (Created page with "This is a category that lists all unique items that aren't possible to obtain normally.")
- 08:04, 21 October 2023 upgradewastaken talk contribs created page File:AU 4th cabinet declaration.png
- 08:04, 21 October 2023 upgradewastaken talk contribs uploaded File:AU 4th cabinet declaration.png
- 08:01, 21 October 2023 upgradewastaken talk contribs moved page Aurora:St0rmB0lt to St0rmB0lt