Contribuições do(a) usuário(a) Dr.faustobdls
Aspeto
Usuário com 336 edições. Conta criada em 25 de janeiro de 2025.
27 de janeiro de 2025
- 22h28min22h28min de 27 de janeiro de 2025 dif his +3 545 N Módulo:Namespace detect/config Criou página com '-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...'
- 22h26min22h26min de 27 de janeiro de 2025 dif his +153 N Predefinição:Sandbox other Criou página com '{{#ifeq:{{SUBPAGENAME}}|sandbox|{{{1|}}}|{{{2|}}}}}<noinclude> {{Documentation}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>' atual
- 22h25min22h25min de 27 de janeiro de 2025 dif his +170 N Predefinição:Documentation categories Criou página com '{{#if:{{Sandbox other|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}||{{{1|}}}}}<noinclude> {{Documentation}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>' atual
- 22h25min22h25min de 27 de janeiro de 2025 dif his +754 N Predefinição:Documentation subpage Criou página com '<includeonly>{{#ifeq: {{lc:{{SUBPAGENAME}}}} | doc | <!-- On /doc subpage --> </includeonly>{{Message box |type = info |image = Edit-copy purple.svg |title = This subpage provides documentation for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}. }}<includeonly>{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}{{#ifexist:{{SUBJECTSPACE}}:{{BASEPAGENAME}} | Category:{{#switch: {{SUBJECTSPACE}} | Template = Template | Module = Module | Widget = Widget |...' atual
- 22h22min22h22min de 27 de janeiro de 2025 dif his +888 N Módulo:Category handler/shared Criou página com '-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...'
- 22h22min22h22min de 27 de janeiro de 2025 dif his +306 N Módulo:Category handler/doc Criou página com '{{Documentation subpage}} {{Lua|Module:Yesno|Module:Arguments|Module:Category handler/shared|Module:Category handler/data|Module:Category handler/blacklist}} {{Adapted from Wikipedia|Module:Category handler}} {{Documentation categories| <!-- Categories and interwikis go here. --> Category:Modules }}' atual
- 22h22min22h22min de 27 de janeiro de 2025 dif his +631 N Módulo:Category handler/data Criou página com '-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...'
- 22h22min22h22min de 27 de janeiro de 2025 dif his +5 755 N Módulo:Category handler/config Criou página com '-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...'
- 22h22min22h22min de 27 de janeiro de 2025 dif his +322 N Módulo:Category handler/blacklist Criou página com '-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Path of Exile Wiki$', -- don't categorise the main page. '/[aA]rchive' -- Don't categorise archives. }'
- 22h19min22h19min de 27 de janeiro de 2025 dif his +210 N Predefinição:Category handler/doc Criou página com '{{Documentation subpage}} {{Lua|Module:Category handler}} {{Adapted from Wikipedia|Template:Category handler}} {{Documentation categories| <!-- Categories and interwikis go here. --> Category:Templates }}' atual
- 22h18min22h18min de 27 de janeiro de 2025 dif his +7 871 N Módulo:Category handler Criou página com '-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...'
- 22h18min22h18min de 27 de janeiro de 2025 dif his +75 N Predefinição:Category handler Criou página com '{{#invoke:Category handler|main}}<noinclude> {{Documentation}} </noinclude>' atual
- 20h08min20h08min de 27 de janeiro de 2025 dif his +397 N Predefinição:Main other Criou página com '{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{Documentation}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>' atual
- 20h07min20h07min de 27 de janeiro de 2025 dif his +2 248 N Módulo:Sister project Criou página com '------------------------------------------------------------------------------- -- -- Module:Sister project -- -- This module implements Template:Sister ------------------------------------------------------------------------------- local c = {} c.projects = { poewiki = { param = 'poewiki', interwiki = 'poewiki', name = 'Path of Exile Wiki', }, } c.display_order = {'poewiki'} -- ----------------------------...'
- 19h59min19h59min de 27 de janeiro de 2025 dif his +3 091 N Módulo:Navbar Criou página com 'local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end ul:tag('li') :addClass('nv-'..full) :wikitext(l[1] .. link .. l[2]) :tag(args.mini and 'abbr' or 'span') :attr('title', descrip..' this template') :cssText(args.fontstyle) :wikitext(args.mini and mini or full) :done() :wikitext(l[3]) end function p.brackets (position, c, args, d...'
- 19h57min19h57min de 27 de janeiro de 2025 dif his +17 502 N Módulo:Documentation/config Criou página com '---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------------...'
- 19h57min19h57min de 27 de janeiro de 2025 dif his +37 480 N Módulo:Documentation Criou página com '-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- 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 made available in the p -- table for testing purpos...'
- 19h56min19h56min de 27 de janeiro de 2025 dif his +167 N Predefinição:Lua Criou página com '<includeonly>{{#invoke:Lua|main}}</includeonly><noinclude> {{Lua|Module:Lua}} {{documentation}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>' atual
- 19h55min19h55min de 27 de janeiro de 2025 dif his +3 934 N Módulo:Lua Criou página com '------------------------------------------------------------------------------- -- -- Module:Lua -- -- This module implements Template:Lua. ------------------------------------------------------------------------------- local mTableTools = require('Module:TableTools') local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame, { wr...'
- 19h54min19h54min de 27 de janeiro de 2025 dif his +12 014 N Módulo:Navbox Criou página com '-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local tableRowAdded = false local border local listnums = {} local function trim(s) return (mw.ustring.gsub(s, "^%s*(.-)%s*$", "%1")) end local function addNewline(s) if s:match('^[*:;#]') or s:match('^{|') then return '\n' .. s ..'\n' else return s end end local function addTableRow(t...'
- 19h27min19h27min de 27 de janeiro de 2025 dif his 0 Ato 1 Sem resumo de edição
- 19h21min19h21min de 27 de janeiro de 2025 dif his 0 N Arquivo:Underground waypoint area icon.png Sem resumo de edição atual
- 19h21min19h21min de 27 de janeiro de 2025 dif his 0 N Arquivo:Underground no waypoint area icon.png Sem resumo de edição atual
- 19h20min19h20min de 27 de janeiro de 2025 dif his 0 N Arquivo:Waypoint area icon.png Sem resumo de edição atual
- 19h20min19h20min de 27 de janeiro de 2025 dif his 0 N Arquivo:Town area icon.png Sem resumo de edição atual
- 19h14min19h14min de 27 de janeiro de 2025 dif his 0 N Arquivo:No waypoint area icon.png Sem resumo de edição atual
- 19h01min19h01min de 27 de janeiro de 2025 dif his +113 N Predefinição:Documentation Criou página com '{{#invoke:documentation|main}}<noinclude> <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>' atual
- 19h01min19h01min de 27 de janeiro de 2025 dif his +94 N Predefinição:Navbox Criou página com '<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>' atual
- 19h00min19h00min de 27 de janeiro de 2025 dif his +2 325 N Predefinição:Navbox World Criou página com '{{navbox | name = Navbox World | title = The World | listclass = hlist | group1 = Act 1 | list1 = * The Riverbank * Clearfell Encampment * Clearfell * Mud Burrow * The Grelwood * The Red Vale * The Grim Tangle * Cemetery of the Eternals * Mausoleum of the Praetor * Tomb of the Consort * Hunting Grounds * Freythorn * Ogham Farmlands * Ogham Village * The Manor Ramparts * Ogham Manor <hr> | group2 = ...'
- 18h54min18h54min de 27 de janeiro de 2025 dif his +161 N Predefinição:Ql Criou página com '<includeonly>[[File:{{{3|{{{2|{{{1}}}}}}}}} quest icon.png|16px|link={{{1}}}]][[{{{1}}}|{{{2|{{{1}}}}}}]]</includeonly><noinclude> {{Documentation}} </noinclude>'
- 18h54min18h54min de 27 de janeiro de 2025 dif his +102 N Predefinição:Sister Criou página com '<includeonly>{{#invoke:Sister project|sister}}</includeonly><noinclude> {{Documentation}} </noinclude>' atual
- 18h53min18h53min de 27 de janeiro de 2025 dif his +145 N Predefinição:Version history table end Criou página com '|}<noinclude> {{Documentation|Template:Version history table header/doc}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>' atual
- 18h53min18h53min de 27 de janeiro de 2025 dif his +176 N Predefinição:Version history table header Criou página com '{| class="wikitable responsive-table" ! width="10%" | Version ! Changes <noinclude>|} {{Documentation}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>'
- 18h53min18h53min de 27 de janeiro de 2025 dif his +480 N Predefinição:Version history table row Criou página com '<noinclude>{| class="wikitable" </noinclude>|- | align=center | {{#ifeq: {{{1|?}}} | ? | <abbr title="The exact version this change was made is unknown.">Unknown</abbr> {{main other|Category:Pages with version history for unknown versions}} | {{#switch: {{{rel|}}} | before = Before }} [[Version {{{1|}}}|{{{1|}}}]] }} || {{{2|}}}<noinclude> |} {{Documentation|Template:Version history table header/doc}} <!-- Categories and interwikis go on the /doc subpage. --> </noinc...' atual
- 18h50min18h50min de 27 de janeiro de 2025 dif his +497 N Predefinição:Quest link/doc Criou página com '{{Documentation subpage}} {{Template shortcut|Ql}} {{tlx|Quest link}} creates a link to a quest page. ==Usage== * {{tlx|ql|The Lost Lute}} → {{ql|The Lost Lute}} * {{tlx|ql|The Trail of Corruption (Act 2)|The Trail of Corruption|The Trail of Corruption Act 2}} → {{ql|The Trail of Corruption (Act 2)|The Trail of Corruption|The Trail of Corruption Act 2}} {{Documentation categories| <!-- Categories and interwikis go here. --> Category:Link formatting templates...' atual
- 18h49min18h49min de 27 de janeiro de 2025 dif his +161 N Predefinição:Quest link Criou página com '<includeonly>[[File:{{{3|{{{2|{{{1}}}}}}}}} quest icon.png|16px|link={{{1}}}]][[{{{1}}}|{{{2|{{{1}}}}}}]]</includeonly><noinclude> {{Documentation}} </noinclude>' atual
- 18h48min18h48min de 27 de janeiro de 2025 dif his +2 132 N Missão Criou página com 'The story of Path of Exile 2 progresses through a series of '''quests''', currently spanning six acts. In order to progress the storyline, the main quests must be completed. There are also optional side quests. Most quests give a quest reward after completion. They are viewed on the World Screen by pressing the U button. ==Act 1== <section begin=act1 /> * {{Ql|Reaching Clearfell}} * {{Ql|Treacherous Ground}} * {{Ql|Secrets in the Dark}} * {{Ql|The Mysteriou...'
26 de janeiro de 2025
- 23h42min23h42min de 26 de janeiro de 2025 dif his +16 N Página Principal Criou página com 'Pagina Principal'
- 13h48min13h48min de 26 de janeiro de 2025 dif his +745 N Módulo:Yesno Criou página com '-- 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 =...'
- 13h47min13h47min de 26 de janeiro de 2025 dif his +16 469 N Módulo:TableTools Criou página com '------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....'
- 13h46min13h46min de 26 de janeiro de 2025 dif his +12 721 N Módulo:Math Criou página com '--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function...'
- 12h53min12h53min de 26 de janeiro de 2025 dif his +108 873 N Módulo:Game Criou página com 'local game = {} -- In-game units of measure game.units = { seconds = { full = 'Seconds', long_upper = 'Seconds', long_lower = 'seconds', short_upper = 'Sec', short_lower = 'sec', long_upper_plural = 'Seconds', long_lower_plural = 'seconds', short_upper_plural = 'Sec', short_lower_plural = 'sec', long_upper_singular = 'Second', long_lower_singular = 'second', short_upper_s...'
- 12h53min12h53min de 26 de janeiro de 2025 dif his +1 059 N Módulo:Exponential search Criou página com '-- This module provides a generic exponential search algorithm. local checkType = require('libraryUtil').checkType local function midPoint(lower, upper) return math.floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i, lower, upper) else upper = i i = mid...'
- 12h52min12h52min de 26 de janeiro de 2025 dif his +32 731 N Módulo:Cargo Criou página com '------------------------------------------------------------------------------- -- -- Module:Cargo -- -- Common tasks for the cargo extension are generalized into handy functions -- in this meta module. ------------------------------------------------------------------------------- local m_util = require('Module:Util') local cargo = mw.ext.cargo -- Should we use the sandbox version of our submodules? local use_sandbox = m_util.misc.maybe...'
- 12h51min12h51min de 26 de janeiro de 2025 dif his +10 054 N Módulo:Arguments Criou página com '-- 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'...'
- 12h49min12h49min de 26 de janeiro de 2025 dif his +307 N Módulo:No globals Criou página com '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)'
- 12h47min12h47min de 26 de janeiro de 2025 dif his +7 308 N Módulo:Item link Criou página com '------------------------------------------------------------------------------- -- -- Module:Item link -- -- This module implements Template:Item link. ------------------------------------------------------------------------------- require('Module:No globals') local m_util = require('Module:Util') local m_item_util = require('Module:Item util') -- Should we use the sandbox version of our submodules? local use_sandbox = m_util.misc.maybe_sa...'
- 12h46min12h46min de 26 de janeiro de 2025 dif his +6 477 N Módulo:Item util Criou página com '------------------------------------------------------------------------------- -- -- Module:Item util -- -- This meta module contains utility functions for modules that deal with items ------------------------------------------------------------------------------- local m_util = require('Module:Util') local m_cargo -- Lazy load require('Module:Cargo') -- Should we use the sandbox version of our submodules? local use_sandbox = m_util.misc...'
- 12h45min12h45min de 26 de janeiro de 2025 dif his +41 889 N Módulo:Util Criou página com '------------------------------------------------------------------------------- -- -- Module:Util -- -- This meta module contains a number of utility functions ------------------------------------------------------------------------------- local getArgs -- Lazy load require('Module:Arguments').getArgs local m_cargo -- Lazy load require('Module:Cargo') -- The cfg table contains all localisable strings and configuration, to make it -- easie...'
- 12h44min12h44min de 26 de janeiro de 2025 dif his +3 795 N Módulo:Util/config Criou página com '------------------------------------------------------------------------------- -- -- Configuration for Module:Util -- ------------------------------------------------------------------------------- local cfg = {} -- ---------------------------------------------------------------------------- -- i18n -- ---------------------------------------------------------------------------- cfg.i18n = {} -- String values that should cast to boolean false...'