Main public logs

From TibiaCraft
Jump to navigationJump to search

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

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:16, 4 October 2025 Root talk contribs created page Template:SlotSprite/doc (Created page with "{{documentation header}} {{lua|SpriteFile}} {{moreImages|Bundle + icon}} This template displays an inventory image for empty slots. == Parameters == {| class="wikitable" ! Name ! Usage |- | {{p|1}} | Sets the image. |- | {{p|link}} | Sets the link for the image and the optional text. If unset or set to <code>none</code>, no link is added<br>Supports both internal and external links<br> |- | {{p|text}} | If set, the value is displayed as text after the image. |} == Exa...")
  • 22:15, 4 October 2025 Root talk contribs created page Template:SlotSprite (Created page with "<includeonly>{{#invoke: spriteFile | sprite | name = SlotSprite | size = 32 | align = middle | keepcase = 1 }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page -->")
  • 22:15, 4 October 2025 Root talk contribs created page Module:Blast resistance values/doc (Created page with "{{documentation header}} This module lists blast resistance values. It is meant to be the single source for this information; this way, when new blocks are added or values are changed, they can be changed here and automatically propagate everywhere they are used. == Adding values == To add a value, add <code>['block'] = 'value',</code> on a separate line, replacing <code>block</code> with the block's in-game name in lowercase and <code>v...")
  • 22:15, 4 October 2025 Root talk contribs created page Module:Blast resistance values (Created page with "return { ['barrier'] = '3,600,000.75', ['leftover'] = '3,600,000.75', ['light'] = '3,600,000.75', ['an ant'] = '3,600,000', ['bedrock'] = '3,600,000', ['command block'] = '3,600,000', ['chain command block'] = '3,600,000', ['client_request_placeholder_block'] = '3,600,000', ['impulse command block'] = '3,600,000', ['repeating command block'] = '3,600,000', ['end gateway'] = '3,600,000', ['end portal'] = '3,600,000', ['end portal frame'] = '3,600,000', ['i...")
  • 22:11, 4 October 2025 Root talk contribs created page Category:Missing hardness (Created page with "__HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ Pages with a name {{tl|Hardness values}} or {{t|breaking row}} doesn't recognise. If you know the correct hardness value for a particular block, in most cases, please update Module:Hardness values with the correct ID and hardness value. '''Do not''' just insert the value directly in a particular article using the <code>hardness</code> parameter, as it would result in the article having another error and being placed into :Cate...")
  • 22:10, 4 October 2025 Root talk contribs created page Module:Hardness values/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module lists the hardness values for all blocks in ''Minecraft''. <includeonly> <!-- Template categories/interwiki here --> Category:Data modules </includeonly> <noinclude> <!-- Documentation categories/interwiki here --> </noinclude>")
  • 22:10, 4 October 2025 Root talk contribs created page Module:Hardness values (Created page with "return { --Arranged from greatest hardness to lowest hardness. ['quadruple compressed poisonous potato block'] = 1312.2, ['charred baked potato bricks'] = 1000, ['charred baked potato brick slab'] = 1000, ['charred baked potato brick stairs'] = 1000, ['charred baked potato brick wall'] = 1000, ['triple compressed poisonous potato block'] = 145.8, ['flowing lava'] = 100, ['flowing water'] = 100, ['lava'] = 100, ['water'] = 100, ['pedestal'] = 55, ['rei...")
  • 22:10, 4 October 2025 Root talk contribs created page Template:Hardness values/doc (Created page with "{{documentation header}} <!-- Documentation here --> {{lua|Block value|data=Hardness values}} This template is the single source for all Hardness values. It is meant to be the single source for this information; this way, when new blocks are added or values are changed, they can be changed here and automatically propagate everywhere they are used. == Example == <code><nowiki>{{Hardness values|Obsidian}}</nowiki></code> becomes {{Hardness...")
  • 22:09, 4 October 2025 Root talk contribs created page Template:Hardness values (Created page with "<includeonly>{{#invoke: block value | value | type=hardness }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
  • 22:09, 4 October 2025 Root talk contribs created page Module:Block value/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module implements {{t|hardness values}} and {{t|blast resistance values}}. == Dependencies == * Module:ProcessArgs <includeonly> <!-- Template categories/interwiki here --> </includeonly> <noinclude> </noinclude>")
  • 22:09, 4 October 2025 Root talk contribs created page Module:Block value (Created page with "local p = {} function p.value( f ) local args = f if f == mw.getCurrentFrame() then args = require( 'Module:ProcessArgs' ).merge( true ) end local block = mw.text.trim( args[1] or '' ):lower() local argType = args.type local values = mw.loadData( 'Module:' .. argType .. ' values' ) local value = values[block] local category = '' if not value then value = values[block:gsub( 's$', '' )] if not value then value = '[[Template:' .. argType .. ' values...")
  • 22:09, 4 October 2025 Root talk contribs created page Template:Blast resistance values/doc (Created page with "{{documentation header}} {{lua|Block value|data=Blast resistance values}} This template outputs the corresponding blast resistance value given a block name as its input. ==Example== <code><nowiki>{{Blast resistance values|Obsidian}}</nowiki></code> becomes {{Blast resistance values|Obsidian}}. <code><nowiki>{{Blast resistance values|Non-existing value}}</nowiki></code> becomes {{Blast resistance values|Non-existing value}}. == Missing v...")
  • 22:08, 4 October 2025 Root talk contribs created page Template:Blast resistance values (Created page with "<includeonly>{{#invoke: block value | value | type=blast resistance }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
  • 22:08, 4 October 2025 Root talk contribs created page Template:Documentation subpage/doc (Created page with "{{documentation header}} <!-- Documentation here --> == Usage == Used on the top of a documentation page. <includeonly>{{sandbox other|| <!-- Template categories/interwikis here --> * }}</includeonly> <noinclude> <!-- Documentation categories/interwikis here --> </noinclude>")
  • 22:07, 4 October 2025 Root talk contribs created page Template:Documentation subpage (Created page with "<includeonly>{{#invoke: documentation | docPage }}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>")
  • 22:07, 4 October 2025 Root talk contribs created page Template:Distinguish/doc (Created page with "{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{Shortcut|Confuse|Not to be confused with}} == Usage == <code><nowiki>{{distinguish|Villager}}</nowiki></code> {{distinguish|Villager}} <code><nowiki>{{distinguish|Villager|Illager}}</nowiki></code> {{distinguish|Villager|Illager}} <code><nowiki>{{distinguish|Villager|Illager|Pillager}}</nowiki></code> {{distinguish|Villager|Illager|Pillager}} This hatnote is generally used when there can...")
  • 22:07, 4 October 2025 Root talk contribs created page Template:Distinguish (Created page with "{{#if:{{{1|}}}{{{text|}}} | {{hatnote|Not to be confused with {{ #if: {{{text|}}} | {{{text}}} | [[:{{{1}}}]]{{ #if: {{{2|}}} | {{#if: {{{3|}}} | , |  or }} [[:{{{2}}}]] }}{{ #if: {{{3|}}} | {{#if: {{{4|}}} | , | , or }} [[:{{{3}}}]] }}{{ #if: {{{4|}}} | {{#if: {{{5|}}} | , | , or }} [[:{{{4}}}]] }}{{ #if: {{{5|}}} | , or [[:{{{5}}}]] }} }}. }} }}<noinclude><!-- splitting these lines causes {{Document...")
  • 22:07, 4 October 2025 Root talk contribs created page Template:Infobox block/doc (Created page with "{{Documentation header}}{{Distinguish|Template:Blocks|Template:Blocked}} <!-- documentation here --> This template provides a uniform infobox for all block pages. {{Shortcut|block}} == Usage == <pre style="display: table;"> {{Block | title = <!-- Without tabs --> | image = | image2 = | image3 = <!-- With tabs --> | group = | 1-1 = | 1-2 = | 1-3 = | group2 = | 2-1 = | 2-2 = | 2-3 = | group3 = | 3-1 = | 3-2 = | 3-3 = | group4 = | 4-1 = | 4-2 = | 4-3 = |...")
  • 22:06, 4 October 2025 Root talk contribs created page Template:Infobox block (Created page with "{{#invoke:infobox|infobox | invimage = title | rows = {{#if: {{{rarity|}}} | {{infobox row|class=list-style-none|label={{#ifeq:{{NAMESPACE}}|Earth|Rarity|Rarity tier}}|field={{ucfirst:{{{rarity|}}}}} }} | }} {{#if: {{{renewable|}}} | {{infobox row|label=Renewable|field={{{renewable}}} }} }} {{#if: {{{stackable|}}} | {{infobox row|label=Stackable|field={{{stackable}}}{{#if: {{{maxStack|}}} | ({{{maxStack}}}) }} }} |<!-...")
  • 22:05, 4 October 2025 Root talk contribs deleted page Stone Tile (content was: "#REDIRECT Light Wooden Floor", and the only contributor was "Root" (talk))
  • 22:05, 4 October 2025 Root talk contribs moved page Stone Tile to Light Wooden Floor
  • 22:05, 4 October 2025 Root talk contribs created page File:Invicon Light Wooden Floor.png
  • 22:05, 4 October 2025 Root talk contribs uploaded File:Invicon Light Wooden Floor.png
  • 22:03, 4 October 2025 Root talk contribs created page File:Invicon Birch Slab.png
  • 22:03, 4 October 2025 Root talk contribs uploaded File:Invicon Birch Slab.png
  • 22:02, 4 October 2025 Root talk contribs created page Stone Tile (Created page with "=== Crafting === {{Crafting |A3= Birch Slab |B3= Birch Slab |C3= Birch Slab |Output= Light Wooden Floor |type= Floors }}")
  • 21:56, 4 October 2025 Root talk contribs created page Module:Recipe list/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module is used to list all recipes in a particular category. The type function will match recipes which have the type parameter set to the same value as the input. == Example == <code>{<nowiki/>{#invoke:recipe list|type|Foodstuff}}</code>, lists all recipes with type set to Foodstuff. {{#invoke:recipe list|type|Foodstuff}} <includeonly> <!-- Template categories/interwiki here --> </includeonly> <noinclude> <!-...")
  • 21:56, 4 October 2025 Root talk contribs created page Module:Recipe list (Created page with "local p = {} function p.type( f ) local args = f.args local crafting = require( Module:Crafting ).table local type = mw.text.trim( args[1] ) local showDesciption local templates = {} local data = bucket('crafting_recipe') .select('type', 'json') .where('type', type) .run() for _, v in ipairs(data) do local tArgs = mw.text.jsonDecode(v['json']) if tArgs.description then showDescription = true end tArgs.ignoreusage = '1' ta...")
  • 21:55, 4 October 2025 Root talk contribs created page Crafting/Floors (Created page with "{{#invoke: recipe list | type | Floors }}")
  • 21:54, 4 October 2025 Root talk contribs created page Template:LoadBox/doc (Created page with "{{Documentation header}} {{LoadBox |page=Template:LoadBox/example |title=LoadBox Example }} This template creates a box able to load content from another page. == Usage == <nowiki>{{LoadBox |page=<page> |title=<title> |link=<link> |float=<float> |class=<class> |style=<style> |titlestyle=<titlestyle> |contentstyle=<contentstyle> }}</nowiki> ;page : Specifies the wiki link text of the content to be loaded (e.g., <code>page=Namespace:Article/subpage</code>). ;title : Sp...")
  • 21:54, 4 October 2025 Root talk contribs created page Template:LoadBox (Created page with "<includeonly><div class="load-page loadbox {{{class|}}}" data-page="{{{page}}}" style="{{#switch:{{{float|}}}|left=float: left; margin-right: 1em;|none=|float: right; margin-left: 1em;}}{{{style|}}}" {{#if: {{{transcluded|}}} | data-template="true" }} >{{{beforetitle|}}}<p {{#if: {{{titlestyle|}}} | style="{{{titlestyle}}}" }}><span id="{{{titleid|{{{title|}}}}}}" ><b>{{{title|<strong class="error">Error: Title not specified (help)</strong>...")
  • 21:54, 4 October 2025 Root talk contribs created page Template:LoadPage/doc (Created page with "{{Documentation header}} The LoadPage template creates a placeholder for unloaded content, and a link to load the content. Use the LoadPage template to split articles into multiple pieces to be loaded into a primary article as needed. == Usage == <nowiki>{{LoadPage|<page>|<title>|<element>}}</nowiki> The ''<page>'' parameter specifies the page title (including namespace) of the content to be loaded when requested (for example, <code>Namespace:Article/subpage</code...")
  • 21:54, 4 October 2025 Root talk contribs created page Template:LoadPage (Created page with "<includeonly><div class="load-page" data-page="{{trim|{{{1}}}}}{{#if: {{{transcluded|}}} ||{{{args|}}}}}" {{#if: {{{transcluded|}}} | data-template="true" }}> <{{{3|h2}}}>{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}</{{{3|h2}}}>{{{extra|}}} <div class="load-page-content noscript">{{main|{{trim|{{{1}}}}}}}<span class="mw-editsection-like" title="Edit: {{trim|{{{1}}}}}">[<nowiki/>[[Special:EditPage/{{{1}}}|edit]]<nowiki/>]</span></div> </div>{{#if:{{msgnw::{{{1}}}}}}}</includeon...")
  • 21:52, 4 October 2025 Root talk contribs created page Template:Anchor/doc (Created page with "{{Documentation header}} This template can be used to allow linking to a section of an article without the creation of headers. Common use cases include use within larger tables and after renaming a section. == Usage == If <code><nowiki>{{anchor|Example}}</nowiki></code> is placed on the next line, then Template:Anchor#Example will link to that line. For example, this code: <syntaxhighlight lang=wikitext> {{anchor|Example}} Example anchor sentence. </syntaxhighligh...")
  • 21:51, 4 October 2025 Root talk contribs created page Template:Anchor (Created page with "{{ {{{|safesubst:}}}#if:{{{1|}}}|<span class="anchor" id="{{{1|}}}"></span>}}{{ {{{|safesubst:}}}#if:{{{2|}}}|<span class="anchor" id="{{{2|}}}"></span>}}{{ {{{|safesubst:}}}#if:{{{3|}}}|<span class="anchor" id="{{{3|}}}"></span>}}{{ {{{|safesubst:}}}#if:{{{4|}}}|<span class="anchor" id="{{{4|}}}"></span>}}{{ {{{|safesubst:}}}#if:{{{5|}}}|<span class="anchor" id="{{{5|}}}"></span>}}{{ {{{|safesubst:}}}#if:{{{6|}}}|<span class="anchor" id="{{{6|}}}"></span>}}{{ {{{|safesu...")
  • 21:49, 4 October 2025 Root talk contribs deleted page Minecraft crafting recipes (content was: "#REDIRECT [https://minecraft.wiki/w/Crafting]", and the only contributor was "Root" (talk))
  • 21:42, 4 October 2025 Root talk contribs created page Minecraft crafting recipes (Created page with "#REDIRECT https://minecraft.wiki/w/Crafting")
  • 21:41, 4 October 2025 Root talk contribs created page Crafting (Created page with "'''TibiaCraft''' includes all the standard [Minecraft crafting recipes] and adds a variety of unique custom ones. You can find the custom recipes listed below.")
  • 21:24, 4 October 2025 Root talk contribs created page Template:Editions/doc (Created page with "{{documentation header}} <!-- Documentation here --> __NOTOC__ {{shortcut|Els|Edition link|Edition links}} This template creates links to any specified amount of editions. == Parameters == === Anonymous parameters === The template accepts infinite anonymous parameters, one for each edition. Known parameter values automatically select an associated edition name to display and a page name for linking. If an unknown parameter value is encountered, default values are gener...")
  • 21:23, 4 October 2025 Root talk contribs created page Template:Editions (Created page with "<includeonly><!-- Local variables used in the argument processing loop: argnum index for accessing template call arguments argval value of indexed template call argument editions-editionname name of the edition as used on the wiki; obsolescent argument values are upgraded here editions-linkname name of the edition's article page for linking Output variables used by the template expansion: editions-text comma-separated list...")
  • 21:23, 4 October 2025 Root talk contribs created page Template:Edition/doc (Created page with "{{documentation header}} <!-- Documentation here --> {{Shortcut|el}} == Usage == Like {{t|editions}} but only supports one unnamed parameter and can be substituted properly. <includeonly>{{sandbox other|| <!-- Template categories/interwikis here --> Category:Typing-aid templates Category:Edition link templates es:Plantilla:Edición fr:Modèle:El it:Template:Edizione ja:テンプレート:Edition uk:Шаблон:El }}</includeonly> <noinclude...")
  • 21:23, 4 October 2025 Root talk contribs created page Template:Edition (Created page with "{{ {{{|safesubst:}}}#switch: {{ {{{|safesubst:}}}lc: {{{1}}}}} | lce | console | legacy console = | #default = {{ {{{|safesubst:}}}#if: {{{noitalics|}}}||''}}}}{{ {{{|safesubst:}}}#if:{{{nl|}}}||{{ {{{|safesubst:}}}!((}}}}{{ {{{|safesubst:}}}#if: {{ {{{|safesubst:}}}#if:{{{short|}}}||1}}{{ {{{|safesubst:}}}#if:{{{nl|}}}||1}}|{{ {{{|safesubst:}}}#switch: {{ {{{|safesubst:}}}lc: {{{1}}}}} | je | java = Java Edition | be | bedrock = Bedrock Edition...")
  • 21:23, 4 October 2025 Root talk contribs created page Bucket:Crafting recipe (Created page with "{ "ingredient": { "type": "PAGE", "repeated": true }, "output": { "type": "PAGE", "repeated": true }, "type": { "type": "TEXT" }, "json": { "type": "TEXT", "index": false } }")
  • 21:20, 4 October 2025 Root talk contribs created page Template:BlockSprite/doc (Created page with "{{documentation header}} {{lua|SpriteFile}} This template displays a block sprite from the following naming scheme: <code>File:BlockSprite_<id>.png</code> {{Sprite/Parameters}} == Examples == {| class="wikitable" ! Code ! Result |- | {{t|BlockSprite|grass-block}} || {{BlockSprite|grass-block}} |- | {{t|BlockSprite|grass-block-top}} || {{BlockSprite|grass-block-top}} |- | {{t|BlockSprite|cobblestone}} || {{BlockSprite|cobblestone}} |- | {{t|BlockSprite|poppy}} || {{Bloc...")
  • 21:19, 4 October 2025 Root talk contribs created page Template:BlockSprite (Created page with "<includeonly>{{#invoke: SpriteFile | sprite | name = BlockSprite }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
  • 21:19, 4 October 2025 Root talk contribs created page Module:LootChest/chests/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module is a sub-module of Module:LootChest. It's sole purpose is to output loot table data from across the game. == Usage == Generally, it should only be edited if a new loot table is added, in which case, the raw <code>json</code> data should be copied over directly as follows: Original module: <pre> poolsBedrockUpcoming = {} } } -- end of file </pre> Module after adding new loot table: <pre>...")
  • 21:19, 4 October 2025 Root talk contribs created page Module:LootChest/chests (Created page with "-- NOTE: order here doesn't matter. -- * in the table, chests are sorted in alphabetical order -- * in the table, items are sorted by chance, then by avg#, then alphabetically. -- * If poolsJavaUpcoming is omitted, poolsJava is used. To omit a pool entirely, set it to {}. -- * If the loot is the same on both editions, use the same loot table twice. -- these values are used: -- * in place of the keys, when the key is used as a parameter return {...")
  • 21:18, 4 October 2025 Root talk contribs created page Module:LootChest/items/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module is a sub-module of Module:LootChest. It's sole purpose is to output loot table data from across the game. <includeonly>{{sandbox other|| <!-- Template categories/interwikis here --> }} </includeonly> <noinclude> <!-- Documentation categories/interwikis here --> </noinclude>")
  • 21:18, 4 October 2025 Root talk contribs created page Module:LootChest/items (Created page with "-- These 'items' define which sprite, label and link to use in the table. -- Properties 'cannot_stack', 'preserve_case', and 'plural' describe how to display the single-item summary in p.base2. -- Order within this 'items' list doesn't matter. return { ["acacia-log"] = { "block", link="Log" }, ["acacia-sapling"] = { "block", link="Sapling" }, ["activator-rail"] = { "block" }, ["amethyst-shard"] = { "item" }, ["angler-...")
  • 21:18, 4 October 2025 Root talk contribs created page Template:LootChest/doc (Created page with "{{documentation header}} {{Lua}} == Usage == Thie template accepts any number of chest parameters, and any number of column parameters. The parameters can be used in any order too. Only one set of parameters is required, and the others are optional: * If no chest parameters are listed, then all chest parameters, matching each of the column parameters, will be used automatically. * If no column parameters are listed, then all column parameters, matching each of the che...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)