Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Prime-WoW Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:12, 22 August 2022 Xordac talk contribs imported Template:Documentation header by file upload (1 revision)
- 03:12, 22 August 2022 Xordac talk contribs imported Template:Documentation by file upload (1 revision)
- 03:12, 22 August 2022 Xordac talk contribs imported Template:Crafting Table/doc by file upload (1 revision)
- 03:12, 22 August 2022 Xordac talk contribs imported Template:Crafting Table by file upload (1 revision)
- 03:10, 22 August 2022 Xordac talk contribs deleted page Template:Yesno (content was: "<includeonly>{{#switch: {{lc: {{{1|}}}}} | y | yes | t | true | 1 = {{{yes|yes}}} | n | no | f | false | 0 | = {{{no|}}} |<!--blank--> = {{{blank|{{{no|}}} }}} | #default = {{{yes|yes}}} }}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwiki on the documentation page --></noinclude>")
- 03:10, 22 August 2022 Xordac 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 ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent().args end...")
- 03:10, 22 August 2022 Xordac 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:gsub( '/' .. defaultDocPage .. '$', '' ):find( '%.js$' ) then pageType = 'script' elseif namespace == 'MediaWiki' then...")
- 03:10, 22 August 2022 Xordac 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 be handled by -- other modules (such as being moved outside links) prefixes = { any = 'Any', matching = 'Matching',...")
- 03:09, 22 August 2022 Xordac 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', 'cb=20220729155858&cb=20220729155858&cb=20220729155858&amp;format=original&amp;format=original&format=original&format=original', 'inv-sprite' ), }, sections = { { name = 'Armor', id = 1 }, { name = 'Banner', id = 2 }, {...")
- 03:09, 22 August 2022 Xordac talk contribs deleted page Module:Inventory slot/Aliases (content was: "local 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', } local aliases = { -- Common fuel types for furnace -- ['Any fuel'] = { 'Coal', 'Charcoal', { title = 'Log', name = 'Oak Log' }, { title = 'Overworld Planks', name = 'Oak Planks' }, 'Block of Coal' }, ['Any leather armor'] = { 'Leather Cap', 'Leathe...")
- 03:08, 22 August 2022 Xordac talk contribs deleted page Module:Random (content was: "local p = {} local seeded local randomseed = math.randomseed local random = math.random function p.random( m, n ) if not seeded then p.seed() end return random( n and m or m and 1 or 0, n or m or 1 ) end function p.seed( seed ) randomseed( seed or ( os.time() + os.clock() * 1000000000 ) ) -- First few values of seed is not guaranteed to be random on some platforms random() random() seeded = true end return p")
- 03:08, 22 August 2022 Xordac 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, size = 16, pos = 1, align = 'text-top' } local defaultStyle = default if settings then if not settings.stylesh...")
- 03:08, 22 August 2022 Xordac talk contribs deleted page Template:Crafting Table (content was: "<includeonly>{{#invoke: UI | craftingTable }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 03:08, 22 August 2022 Xordac talk contribs deleted page Template:Crafting Table/doc (content was: "{{documentation header}} {{lua|UI}} This template is used to create an interface that looks similar to the Crafting Table's. See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions. Most of the time, such as when creating the list of crafting recipes on an item's article, {{tl|Crafting}} can be used instead. __TOC__ == Usage == <pre style="max-width: 250px">{{Crafting Table |A1= |B1=...")
- 03:07, 22 August 2022 Xordac talk contribs deleted page Template:Documentation header (content was: "<includeonly>{{#invoke: documentation | docPage }}</includeonly><noinclude> {{documentation|content= Used on the top of a documentation page. }} * tr:Şablon:Belgelendirme başlığı zh:Template:Documentation header")
- 03:07, 22 August 2022 Xordac 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 documentation page -->")
- 03:07, 22 August 2022 Xordac talk contribs deleted page Template:FileUrlStyle (content was: "<includeonly>{{ #ifexist: File:{{PAGENAME:{{{2}}}}} }}{{ #widget: FileUrlStyle | class = {{{1}}} | url = {{ #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>")
- 03:07, 22 August 2022 Xordac talk contribs deleted page Template:Lua (content was: "{{msgbox | image = Lua logo.svg | text = This {{#ifeq:{{NAMESPACENUMBER}}|828|module depends on|template uses}} '''<includeonly>[[</includeonly>Module:{{ucfirst: {{PAGENAME:{{{1|{{#ifeq:{{SUBPAGENAME}}|doc|{{BASEPAGENAME}}|{{PAGENAME}}}}}}}}} }}<includeonly>]]</includeonly>''', {{ #if: {{{data|}}} | with data stored in [[Module:{{ ucfirst: {{PAGENAME:{{{data}}}}} }}]]{{ #if: {{{data2|}}} | and [[Module:{{ ucfirst: {{PAGENAME:{{{data2}}}}} }}]] }} | a script written in w...")
- 03:07, 22 August 2022 Xordac talk contribs deleted page Template:Msgbox (content was: "#REDIRECT Template:Message box")
- 03:06, 22 August 2022 Xordac talk contribs deleted page Template:Message box (content was: "<includeonly><div class="msgbox {{#if: {{{mini|{{{small|}}}}}} | msgbox-mini | }} {{ #switch: {{{type|}}} | style | display | presentation = msgbox-yellow | minor | minor-issue | content | issue = msgbox-orange | major | major-issue | delete = msgbox-red | organization | title | move = msgbox-purple | details | parity | edition | upcoming = msgbox-blue | notice | note | info = msgbox-green | other = msgbox-magenta | #default = {{#if: {{#pos: {{{class|}}} | ms...")
- 03:06, 22 August 2022 Xordac talk contribs deleted page Template:Tl (content was: "#REDIRECT Template:Template link")
- 03:06, 22 August 2022 Xordac talk contribs deleted page Template:Template link (content was: "<includeonly>{{#if:{{yesno|{{{code|yes}}}}}|<code>}}{{{{#if: {{{subst|}}}|subst: }}[[{{#if: {{#pos: {{{1}}} | : }} || Template: }}{{{1}}}|{{ #ifeq: {{NAMESPACE:{{{1}}}}} | Template | {{PAGENAME:{{{1}}}}} | {{{1}}} }}]]{{ #if: {{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}} | {{!}}{{{2|}}} }}{{ #if: {{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}} | {{!}}{{{3|}}} }}{{ #if: {{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}} | {{!}}{{{4|}...")
- 03:06, 22 August 2022 Xordac talk contribs deleted page Template:UI see also (content was: "* {{tl|Crafting Table}} * {{tl|Inventory Table}} * {{tl|Furnace}} * {{tl|Brewing Stand}} * {{tl|Stonecutter}} * {{tl|Loom}} * {{tl|Grindstone}} * {{tl|Hotbar}} * {{tl|Inventory}} * {{tl|Inventory slot}} * Module:UI<noinclude> {{Documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 03:06, 22 August 2022 Xordac talk contribs deleted page Template:Documentation (content was: "<includeonly>{{#invoke: documentation | page }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page --> </noinclude>")
- 03:05, 22 August 2022 Xordac talk contribs deleted page Module:UI (content was: "local slot = require( Module:Inventory slot ).slot local addSlot = function( args, item, prefix, class, default ) local none, nostacksize prefix = prefix or '' if #prefix == 0 then none = 'none' nostacksize = ((item == '' or nil) and '') or (args and args[item] and args[item]:gsub( '[,%d]', '' ) or '') end return slot{ nostacksize or args[item], mod = args.Mod, link = none or args[prefix .. 'link'], title = none or args[prefix .. 'title'], class = class, defaul...")
- 02:39, 22 August 2022 Xordac talk contribs imported Module:UI by file upload (1 revision)
- 02:39, 22 August 2022 Xordac talk contribs deleted page Module:UI (content was: "local slot = require( Module:Inventory slot ).slot local addSlot = function( args, item, prefix, class, default ) local none, nostacksize prefix = prefix or '' if #prefix == 0 then none = 'none' nostacksize = ((item == '' or nil) and '') or (args and args[item] and args[item]:gsub( '[,%d]', '' ) or '') end return slot{ nostacksize or args[item], mod = args.Mod, link = none or args[prefix .. 'link'], title = none or args[prefix .. 'title'], class = class, defaul...")
- 02:38, 22 August 2022 Xordac talk contribs imported Template:Documentation by file upload (1 revision)
- 02:38, 22 August 2022 Xordac talk contribs deleted page Template:Documentation (content was: "<includeonly>{{#invoke: documentation | page }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page --> </noinclude>")
- 02:23, 22 August 2022 Xordac talk contribs imported Module:UI by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:UI see also by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Tl by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Template link by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Msgbox by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Message box by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Lua by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:FileUrlStyle by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:FileUrl by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Documentation header by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Documentation by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Crafting Table/doc by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs imported Template:Crafting Table by file upload (1 revision)
- 02:23, 22 August 2022 Xordac talk contribs deleted page Module:UI (content was: "local slot = require( Module:Inventory slot ).slot local addSlot = function( args, item, prefix, class, default ) local none, nostacksize prefix = prefix or '' if #prefix == 0 then none = 'none' nostacksize = ((item == '' or nil) and '') or (args and args[item] and args[item]:gsub( '[,%d]', '' ) or '') end return slot{ nostacksize or args[item], mod = args.Mod, link = none or args[prefix .. 'link'], title = none or args[prefix .. 'title'], class = class, defaul...")
- 02:23, 22 August 2022 Xordac talk contribs deleted page Template:UI see also (content was: "* {{tl|Crafting Table}} * {{tl|Inventory Table}} * {{tl|Furnace}} * {{tl|Brewing Stand}} * {{tl|Stonecutter}} * {{tl|Loom}} * {{tl|Grindstone}} * {{tl|Hotbar}} * {{tl|Inventory}} * {{tl|Inventory slot}} * Module:UI<noinclude> {{Documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 02:22, 22 August 2022 Xordac talk contribs deleted page Template:Tl (content was: "#REDIRECT Template:Template link")
- 02:22, 22 August 2022 Xordac talk contribs deleted page Template:Template link (content was: "<includeonly>{{#if:{{yesno|{{{code|yes}}}}}|<code>}}{{{{#if: {{{subst|}}}|subst: }}[[{{#if: {{#pos: {{{1}}} | : }} || Template: }}{{{1}}}|{{ #ifeq: {{NAMESPACE:{{{1}}}}} | Template | {{PAGENAME:{{{1}}}}} | {{{1}}} }}]]{{ #if: {{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}} | {{!}}{{{2|}}} }}{{ #if: {{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}} | {{!}}{{{3|}}} }}{{ #if: {{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}} | {{!}}{{{4|}...")
- 02:22, 22 August 2022 Xordac talk contribs deleted page Template:Msgbox (content was: "#REDIRECT Template:Message box")
- 02:22, 22 August 2022 Xordac talk contribs deleted page Template:Message box (content was: "<includeonly><div class="msgbox {{#if: {{{mini|{{{small|}}}}}} | msgbox-mini | }} {{ #switch: {{{type|}}} | style | display | presentation = msgbox-yellow | minor | minor-issue | content | issue = msgbox-orange | major | major-issue | delete = msgbox-red | organization | title | move = msgbox-purple | details | parity | edition | upcoming = msgbox-blue | notice | note | info = msgbox-green | other = msgbox-magenta | #default = {{#if: {{#pos: {{{class|}}} | ms...")
- 02:22, 22 August 2022 Xordac talk contribs deleted page Template:Lua (content was: "{{msgbox | image = Lua logo.svg | text = This {{#ifeq:{{NAMESPACENUMBER}}|828|module depends on|template uses}} '''<includeonly>[[</includeonly>Module:{{ucfirst: {{PAGENAME:{{{1|{{#ifeq:{{SUBPAGENAME}}|doc|{{BASEPAGENAME}}|{{PAGENAME}}}}}}}}} }}<includeonly>]]</includeonly>''', {{ #if: {{{data|}}} | with data stored in [[Module:{{ ucfirst: {{PAGENAME:{{{data}}}}} }}]]{{ #if: {{{data2|}}} | and [[Module:{{ ucfirst: {{PAGENAME:{{{data2}}}}} }}]] }} | a script written in w...")
- 02:21, 22 August 2022 Xordac talk contribs deleted page Template:FileUrlStyle (content was: "<includeonly>{{ #ifexist: File:{{PAGENAME:{{{2}}}}} }}{{ #widget: FileUrlStyle | class = {{{1}}} | url = {{ #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>")