All public logs

Jump to navigation Jump to search

Combined display of all available logs of Palworld Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:43, 26 January 2024 Evalprime talk contribs created page Template:License Pocketpair (Created page with "{{License |title = This file is copyright of Pocketpair |description = This screenshot is believed to be freely usable under Pocketpair's [https://www.pocketpair.jp/guidelines-video guidance for content]. }}")
  • 05:36, 26 January 2024 Evalprime talk contribs created page Template:License (Created page with "{{Messagebox |width = 720px |title = {{{title}}} |text = {{{description}}} }}")
  • 05:34, 26 January 2024 Evalprime talk contribs created page Template:Messagebox (Created page with "<div style="display: flex; background-color: rgba(128, 128, 128, 0.1); border-radius: 0.15em; box-sizing: border-box; align-items: center; width: auto; padding: 0.4em 0.8em; margin: 0 auto; margin-bottom: 1em; max-width: 90%; border-left: 4px solid rgba(128, 128, 128, 0.25);"> <div style="width: 100%;"> <div>'''{{{title}}}'''</div> <div>{{{text}}}</div> </div> </div>")
  • 04:56, 26 January 2024 Evalprime 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...")
  • 04:55, 26 January 2024 Evalprime talk contribs created page Module:CargoQuery (Created page with "-- from https://terraria.wiki.gg/wiki/Module:CargoQuery local query = function(args) local query = {} for k, v in pairs(args) do if string.sub(k, 0, 2) == 'q?' then query[string.sub(k, 3)] = v end end return mw.ext.cargo.query(query.tables, query.fields, query) end local parse = function(x) local currentFrame = mw.getCurrentFrame() if x == currentFrame then -- being called from template, x is the frame object. return require('Module:ProcessArgs').merge...")
  • 01:46, 26 January 2024 Evalprime talk contribs created page Module:Yesno (Created page with "-- from https://en.wikipedia.org/wiki/Module: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 == 'true' or val == 't' or val == 'on' or tonumber(val) == 1 then re...")
  • 06:11, 25 January 2024 Evalprime talk contribs moved page Dedicated server to Server (looks like we're covering pocketpair's servers too)
  • 06:10, 25 January 2024 Evalprime talk contribs moved page Dedicated Server to Dedicated server (tbd, style guide title adjustment)
  • 06:25, 24 January 2024 Evalprime talk contribs created page Flour (Created page with "'''Flour''' is an item used in cooking. ==Products== {{Products}}")
  • 06:24, 24 January 2024 Evalprime talk contribs created page Grilled Lamball (Created page with "{{stub}} {{Item | type = Ingredient | consumable = Yes | examine = }} '''Grilled Lamball''' is a food item. It can be prepared at a campfire with 1 Lamball Mutton and 2 Lettuce. ==Crafting== {{Recipe |mat1=Lettuce |mat1qty=2 |mat2=Lamball Mutton |mat2qty=1 |output1=Grilled Lamball |output1qty=1 }} Category:Ingredients")
  • 06:23, 24 January 2024 Evalprime talk contribs created page Herb Roasted Lamball (Created page with "{{stub}} {{Item | type = Ingredient | consumable = Yes | examine = }} '''Herb Roasted Lamball''' is a food item. It can be prepared at a campfire with 1 Lamball Mutton and 2 Red Berries. ==Crafting== {{Recipe |mat1=Red Berries |mat1qty=2 |mat2=Lamball Mutton |mat2qty=1 |output1=Herb Roasted Lamball |output1qty=1 }} Category:Ingredients")
  • 06:10, 24 January 2024 Evalprime talk contribs created page Paladium Fragment (Created page with "{{stub}} {{Item | type = Material | consumable = No | examine = }} '''Paladium Fragments''' are materials in ''Palworld'' that can be obtained through mining paladium rocks. ==Products== {{Products}}")
  • 06:08, 24 January 2024 Evalprime talk contribs created page Alarm Bell (Created page with "{{stub}} {{Item | type = Defense | consumable = No | examine = }} An '''Alarm Bell''' can be built as a defense. It may be built by players with 5 Paladium Fragments and 20 stone. ==Crafting== {{Recipe |mat1=Paladium Fragment |mat1qty=5 |mat2=Stone |mat2qty=20 |output1=Alarm Bell |output1qty=1 }}")
  • 05:13, 24 January 2024 Evalprime talk contribs created page Module:String (Created page with "-- From https://www.mediawiki.org/wiki/Module:String --[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options...")
  • 03:46, 24 January 2024 Evalprime talk contribs created page Template:Products/List2 (Created page with "{{ItemDisplay|{{#explode:{{{1|}}}|:|0}}<!-- end itemdisplay -->}} {{#explode:{{{1|}}}|:|1}}")
  • 03:46, 24 January 2024 Evalprime talk contribs created page Template:Products/List (Created page with "{{#ifeq:{{#pos:{{{Mat|}}}|{{PAGENAME}}}}|0|| |- |{{ItemDisplay|{{{Result}}} }} |{{#arraymaptemplate:{{{Mat|}}}|Template:Products/List2|,|<br>}} |- }}")
  • 03:45, 24 January 2024 Evalprime talk contribs created page Template:Products (Created page with "{| class="wikitable" ! Item !! Materials |- {{#cargo_query:table=ItemMats |fields=Result,GROUP_CONCAT(Mat,":",Quantity)=Mat |group by=Result |format=template |template=User:RheingoldRiver/range concat/tl |named args=yes }} |}")
  • 00:55, 24 January 2024 Evalprime talk contribs created page Palworld Wiki:Style guide (Created page with "This '''style guide''' documents the established format of pages on the Palworld Wiki.")
  • 06:01, 22 January 2024 Evalprime talk contribs created page User:Evalprime/infobox (Created page with "{| class="infobox plainlinks" id="infobox-item" cellpadding="0" cellspacing="0" style="width: 300px; margin: 0.5em 0 1em 1em; border-collapse: collapse; float: right; table-layout: fixed; border: 1px solid var(--theme-border-color); word-break: break-word; display: table;" |- ! class="infobox-header" style="font-size: 1.15em; line-height: 1.4em; background: var(--theme-page-background-color--secondary); padding: 0.5em 0; white-space: normal;" colspan=2 | {{{name|{{PAGENA...")
  • 05:21, 22 January 2024 Evalprime talk contribs created page Berry Plantation (Created page with "{{Item}} A '''Berry Plantation''' is an item that can be used to plant and grow Berry Seeds. It can be automated through the use of Pals that plant, water, and gather resources. ==Crafting== {{Recipe |mat1=Berry Seeds |mat1qty=3 |mat2=Wood |mat2qty=20 |mat3=Stone |mat3qty=20 |output1=Berry Plantation |output1qty=1 }}")
  • 03:04, 22 January 2024 Evalprime talk contribs created page Template:Recipe (Created page with "{| style="max-width: 450px;" ! colspan="3" | Material ! Quantity |- {{#if:{{{mat1|}}}| {{!}} [[File:{{{mat1|}}}|x30px]] {{!}} colspan="2" {{!}} [[{{{mat1|}}}]] {{!}} {{#if:{{{mat1qty|}}}|{{{mat1qty|}}}|1}} }} ! colspan="3" | Output ! Quantity {{#if:{{{output1|}}}| {{!}} [[File:{{{output1|}}}|x30px]] {{!}} colspan="2" {{!}} [[{{{output1|}}}]] {{!}} {{#if:{{{output1qty|}}}|{{{output1qty|}}}|1}} }} |} <noinclude> {{/doc}}</noinclude>")
  • 02:55, 22 January 2024 Evalprime talk contribs created page Long-eared Headband (Created page with "{{Item}} The '''Long-eared Headband''' is a head slot item. It can be crafted after obtaining a schematic through the Wandering Merchant.")
  • 00:06, 22 January 2024 Evalprime talk contribs created page Wandering Merchant (Created page with "The '''Wandering Merchant''' appears at settlements, selling various schematics, goods, and resources. Additionally, goods can be sold to the merchant for gold.")
  • 00:00, 22 January 2024 Evalprime talk contribs created page Bows (Created page with "'''Bows''' are ranged weapons.")
  • 23:58, 21 January 2024 Evalprime talk contribs created page Arrow (Created page with "{{Item | type = | description = | weight = | mag = | ammo = | source = | buy = | sell = }} '''Arrows''' are the weakest arrows in ''Palworld''. They can only be used with Old Bows.")
  • 23:55, 21 January 2024 Evalprime talk contribs created page Arrows (Created page with "'''Arrows''' are a type of ammunition used with bows.")
  • 21:28, 21 January 2024 Evalprime talk contribs created page Wool (Created page with "'''Wool''' is gathered from Pals that drop wool, including Cremis, Lamballs, and Melpaca.")
  • 19:45, 21 January 2024 Evalprime talk contribs created page User talk:Rani (Created page with "== wiki discord == hey, does this wiki have a Discord? would be helpful to have a place to discuss stuff. ~~~~")
  • 19:15, 21 January 2024 Evalprime talk contribs moved page Health to Health points (seems like it's referred to as HP in text so this might be a good name)
  • 19:08, 21 January 2024 Evalprime talk contribs created page Homing Sphere Launcher (Created page with "The '''Homing Sphere Launcher''' is a ranged weapon obtained through Ancient Technology Points at level 50.")
  • 18:42, 21 January 2024 Evalprime talk contribs created page User talk:Karmaworks (Created page with "== wiki discord == hey, does this wiki have a Discord? would be helpful to have a place to discuss stuff ~~~~")