User contributions for Kruithne
From Runsafe
Jump to navigationJump to search
5 July 2014
- 22:0122:01, 5 July 2014 diff hist −261 Template:Entity No edit summary current
- 22:0022:00, 5 July 2014 diff hist +359 Ogre No edit summary
- 21:5921:59, 5 July 2014 diff hist +102 N Module:BlockSprite Created page with "return { name = 'Block', ids = 'BlockSprite/IDs', sheetsize = 384, pos = 384, stylesheet = true }" current
- 21:5921:59, 5 July 2014 diff hist +17,172 N Module:BlockSprite/IDs Created page with "return { -- Natural -- ['air'] = 40, ['barrier'] = 40, ['andesite'] = 465, ['bedrock'] = 26, ['coarse-dirt'] = 480, ['cobblestone'] = 25, ['diorite'] = 463, ['moss-s..." current
- 21:4321:43, 5 July 2014 diff hist +7,568 N Module:ItemSprite/IDs Created page with "return { -- Armor -- ['leather-cap'] = 225, ['leather-helmet'] = 225, ['leather-tunic'] = 226, ['leather-chestplate'] = 226, ['leather-pants'] = 227, ['leather-leggings..." current
- 21:4221:42, 5 July 2014 diff hist +82 N Module:ItemSprite Created page with "return { name = 'Item', ids = 'ItemSprite/IDs', pos = 256, stylesheet = true }" current
- 21:4121:41, 5 July 2014 diff hist +147 N Template:BlockLink Created page with "<includeonly>{{#invoke: Sprite | link | settings = BlockSprite }}</includeonly><noinclude> {{/doc}} Category:Formatting templates </noinclude>" current
- 21:4021:40, 5 July 2014 diff hist +6,399 N 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 ) end -- Default settings local..." current
- 21:3721:37, 5 July 2014 diff hist −19,609 Ogre No edit summary
- 21:3721:37, 5 July 2014 diff hist +1,381 N Module:Iconbar Created page with "local p = {} function p.bar( f ) local args = require( 'Module:ProcessArgs' ).merge() local full = args.full local half = args.half or 'Half ' .. full local empty = args.e..." current
- 21:3621:36, 5 July 2014 diff hist +1,170 N Template:Healthbar Created page with "<includeonly>{{#invoke: Iconbar | bar | full = {{ #if: {{{mob|}}} | Mob | {{#if: {{{poisoned|}}} | Poisoned | {{#if: {{{withered|}}} | Withered | {{#if: {{{absorpt..." current
- 21:3521:35, 5 July 2014 diff hist +645 N Template:Drop Created page with "<includeonly>* {{#switch: {{lc: {{{edition}}} }} | pc | computer = <abbr title="Computer Edition only">PC</abbr> | console = File:ConsoleOnly.png|20px|Console..." current
- 21:2821:28, 5 July 2014 diff hist +550 N Template:Hp Created page with "<includeonly><span class="nowrap">{{#if: {{{notag|}}} || {{#if: {{{1|}}} | {{{1}}} | 0 }} ( }}{{healthbar |{{#if: {{{1|}}} | {{#ifexpr: {{{1}}} > 16 | 2 | {{{1}}} }} | 0 }} |{..." current
- 21:2721:27, 5 July 2014 diff hist +169 N Template:Infobox row Created page with "<includeonly>! {{ucfirst: {{{1|{{{label|}}}}}} }} | {{#if: {{{class|}}} | class="{{{class}}}" }} | {{{2|{{{field|}}}}}} |-</includeonly><noinclude> {{/doc}} </noinclude>" current
- 21:2621:26, 5 July 2014 diff hist 0 Module:Grid No edit summary current
- 21:2621:26, 5 July 2014 diff hist −4 Module:ProcessArgs No edit summary current
- 21:2521:25, 5 July 2014 diff hist +3,512 N Module:Infobox No edit summary current
- 20:5120:51, 5 July 2014 diff hist −16 Module:Grid No edit summary
- 20:5020:50, 5 July 2014 diff hist −54 Ogre No edit summary
- 20:5020:50, 5 July 2014 diff hist −214 Module:Infobox No edit summary
- 20:4720:47, 5 July 2014 diff hist +3,491 N Module:Infobox No edit summary
- 20:4320:43, 5 July 2014 diff hist +813 N Module:ProcessArgs No edit summary
- 20:4120:41, 5 July 2014 diff hist −19,522 Ogre No edit summary
- 20:4120:41, 5 July 2014 diff hist +19,999 Ogre No edit summary
- 20:4020:40, 5 July 2014 diff hist +214 Ogre No edit summary
- 20:3620:36, 5 July 2014 diff hist −160 Ogre No edit summary
- 20:3420:34, 5 July 2014 diff hist +10,287 N Module:Grid Created page with "local p = {} -- Individual cell function p.cell( f ) local args = f.args or f if f == mw.getCurrentFrame() and args[1] == nil then args = f:getParent().args end args[1..."
- 20:3420:34, 5 July 2014 diff hist +614 N Module:Animate Created page with "local p = {} function p.animate( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local files = args[1] or '' local size = args[2] or ..." current
- 20:3220:32, 5 July 2014 diff hist +809 N 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( or..."
- 20:2820:28, 5 July 2014 diff hist +35 Template:Entity No edit summary
- 20:2420:24, 5 July 2014 diff hist +423 Ogre No edit summary
- 20:2320:23, 5 July 2014 diff hist +2,291 N Template:Entity No edit summary
- 20:2320:23, 5 July 2014 diff hist −73 Template:Entity No edit summary
- 20:2320:23, 5 July 2014 diff hist +2,399 N Template:Entity Created page with "<includeonly>{{#invoke:infobox|infobox | rows = {{ #if: {{{health|}}} | {{infobox row|label=Health points|field={{{health}}} }} }} {{ #if: {{{armor|}}} | {{infobox ..."
- 20:2220:22, 5 July 2014 diff hist +3,512 N Module:Infobox Created page with "local p = {} function p.infobox( f ) local args = require( 'Module:ProcessArgs' ).merge( true ) local titleObject = mw.title.getCurrentTitle() local title = args.title or t..."
- 15:5515:55, 5 July 2014 diff hist +3,025 N Huckleberry Installing No edit summary
- 15:5315:53, 5 July 2014 diff hist +2,617 N Huckleberry Installing No edit summary
- 15:5215:52, 5 July 2014 diff hist +2 Huckleberry Installing No edit summary
- 15:5215:52, 5 July 2014 diff hist +456 Huckleberry Installing No edit summary
- 15:4815:48, 5 July 2014 diff hist +1,962 N Huckleberry Installing Created page with "link=Huckleberry =='''Installing Huckleberry (Windows)'''== Getting Huckleberry on Windows is simple, download the executable (https://github.com..."
- 15:4515:45, 5 July 2014 diff hist −63 Huckleberry FAQ No edit summary
- 15:1115:11, 5 July 2014 diff hist −59 Huckleberry FAQ No edit summary
4 July 2014
- 13:5513:55, 4 July 2014 diff hist +549 N Ogre No edit summary
3 July 2014
- 21:1521:15, 3 July 2014 diff hist 0 Huckleberry →Installing Huckleberry (Mac/Linux/Windows XP)
- 20:0920:09, 3 July 2014 diff hist +77 Huckleberry →Installing Huckleberry (Mac/Linux/Windows XP)
- 20:0720:07, 3 July 2014 diff hist +70 Huckleberry →Installing Huckleberry (Mac/Linux)
- 19:4119:41, 3 July 2014 diff hist 0 Huckleberry No edit summary
- 19:3319:33, 3 July 2014 diff hist +62 Huckleberry No edit summary
- 19:3319:33, 3 July 2014 diff hist +227 Huckleberry No edit summary
- 19:3219:32, 3 July 2014 diff hist +226 Huckleberry No edit summary