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).
- 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...")
- 21:18, 4 October 2025 Root talk contribs created page Template:LootChest (Created page with "<includeonly>{{#if:{{{sandbox|}}}|{{#invoke:lootChest/sandbox|base}}|{{#invoke:lootChest|base}}}}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 21:17, 4 October 2025 Root talk contribs created page Module:LootChest/doc (Created page with "{{documentation header}} <div style="clear: right; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none;">__TOC__</div> {{see also|Chest loot}} == Maintenance == {{see also|Module:LootChest/items|Module:LootChest/chests}} <!-- attest to versions and sign here --> {| class="wikitable" |- | {{DataChecked|java|1.20.1}} | 20:49, June 9 2022 (UTC) |- | {{DataChecked|snapshot|1.20.2 Pre-release 1}} | 18:43, 20 April 2022 (UTC) |- | {{DataChecked...")
- 21:17, 4 October 2025 Root talk contribs created page Module:LootChest (Created page with "local sprite = require('Module:SpriteFile') local p = { calc_average_amount_this_item_per_pool = function( min_stacksize, max_stacksize, min_pool_rolls, max_pool_rolls, item_weight, pool_total_item_weight ) local avg_stacksize = ( min_stacksize + max_stacksize ) / 2 local avg_rolls = ( min_pool_rolls + max_pool_rolls ) / 2 return avg_stacksize * avg_rolls * item_weight / pool_total_item_weight end, calc_chance_any_of_this_item_per_pool = function(...")
- 21:17, 4 October 2025 Root talk contribs created page Template:LootChestItem/doc (Created page with "{{documentation header}} {{lua|LootChest}} This template prints a summary of availability of this item in the various worldgen chests. == Usage == It takes a list of items names as its only parameter. Make sure not to put any spaces after the commas. <pre> {{LootChest|<item1>[,<item2>][,...]}}</pre> == Available inputs == {{#invoke:LootChest|doc3}} == Example == <code><nowiki>{{LootChestItem|iron-ingot}}</nowiki></code> → {{LootChestItem|iron-ingot|nocat=1}}...")
- 21:17, 4 October 2025 Root talk contribs created page Template:LootChestItem (Created page with "<includeonly>{{#invoke:lootChest|base3}}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 21:14, 4 October 2025 Root talk contribs created page Template:DropTable/styles.css (Created page with ".droptable-tabber { max-width: max-content; } .droptable-tabber .tabber .tabbertab, .droptable-tabber ul.tabbernav li a, .droptable-tabber ul.tabbernav li.tabberactive a { background: none; border: none; } .droptable-tabber .tabber .tabbertab { padding: 0; } .droptable-tabber ul.tabbernav { font: inherit; font-size: 100%; } .droptable-tabber ul.tabbernav li a:hover { color: #000; } body.wgl-theme-dark .droptable-tabber ul.tabbernav li a:hover { color: #fff; }...")
- 21:13, 4 October 2025 Root talk contribs created page Bucket:Droptable (Created page with "{ "item": { "type": "PAGE" }, "json": { "type": "TEXT", "index": false } }")
- 21:05, 4 October 2025 Root talk contribs created page MediaWiki:Gadget-simplecalc.js (Created page with "a")
- 21:04, 4 October 2025 Root talk contribs created page Template:Simplecalc/doc (Created page with "{{documentation header}} <!-- documentation here --> This template is borrowed from Wikipedia. Check its documentation for more information. This template needs MediaWiki:Gadget-simplecalc.js. == Example == <pre> {{Simplecalc|id=a|default=2|size=4}} × {{Simplecalc|id=b|default=2|size=4}} = {{Simplecalc|id=c|formula=a*b|default=4|type=plain}} </pre> {{Simplecalc|id=a|default=2|size=4}} × {{Simplecalc|id=b|default=2|size=4}} = {{Simplecal...")
- 21:04, 4 October 2025 Root talk contribs created page Template:Simplecalc (Created page with "<includeonly><span class="{{#if:{{{class|}}}|calculator-field {{{class}}}|calculator-field}}" {{#if:{{{id|}}}|id="calculator-field-{{{id}}}"}} data-calculator-type="{{{type|number}}}" {{#if:{{{style|}}}{{#ifeq:{{{type}}}|hidden|1}}|style="{{#ifeq:{{{type}}}|hidden|display:none;|}}{{{style|}}}"}} {{#if:{{{formula|}}}|data-calculator-formula="{{{formula}}}"}} {{#if:{{{readonly|}}}|data-calculator-readonly="{{{readonly}}}"}} {{#if:{{{size|}}}|data-calculator-size="{{{size}}...")
- 21:03, 4 October 2025 Root talk contribs created page Template:Simplecalc label/doc (Created page with "{{documentation header}} <!-- documentation here --> This template is borrowed from Wikipedia Template:Calculator label. == Usage == Add a label for a field from {{tl|simplecalc}}. This associates the label with the element which is better for accessibility. It also means if you click on the label, it selects the field in question. Generally you just set the <code>for</code> parameter to the id of your calculator widget. === Example ===...")
- 21:03, 4 October 2025 Root talk contribs created page Template:Simplecalc label (Created page with "{{#if:{{{codex|}}}|<div class="cdx-label {{{codex-class|}}}">}}<span class="calculator-field-label {{#if:{{{codex|}}}|cdx-label__label}} {{{class|}}}" {{#if:{{{for|}}}|data-for="calculator-field-{{{for}}}"}} {{#if:{{{class-live|}}}|data-calculator-class="{{{class-live}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} >{{#if:{{{codex|}}}|<span class="cdx-label__label__text">}}{{{1|{{{label}}}}}}{{#if:{{...")
- 21:02, 4 October 2025 Root talk contribs created page Template:DropLine/doc (Created page with "{{documentation header}} <!-- documentation here --> {{lua|DropTable}} This template should be placed inside {{t|DropTable}}. == Usage == Information: * {{p|name}}: Item name, required. * {{p|image}}: InvSprite ID, defaults to {{p|name}}. * {{p|link}}: Link to the item page, defaults to {{p|name}}. * {{p|displayname}}: Display name of the item, defaults to {{p|name}}. * {{p|edition}}: Makes the row only displayed to one edition, <code>java</code> or <code>bedrock</code...")
- 21:02, 4 October 2025 Root talk contribs created page Template:DropLine (Created page with "<includeonly>{{#invoke:DropTable|line}}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>")
- 21:01, 4 October 2025 Root talk contribs created page Template:DropTable/doc (Created page with "{{documentation header}} <!-- documentation here --> {{Lua}} == Usage == * {{p|name}}: The mob name. The default is the page name. * {{p|image}}: EntitySprite ID. The default is {{p|name}}. * {{p|link}}: The link to the mob page. The default is {{p|name}}. * {{p|displayname}}: The display name of the mob. The default is {{p|name}}. * {{p|edition}}: Only shows table for one edition. Should be <code>java</code> or <code>bedrock</code>. * {{p|nosource}}: Specify this parame...")
- 21:01, 4 October 2025 Root talk contribs created page Template:DropTable (Created page with "<includeonly>{{#invoke:DropTable|main}}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>")
- 21:01, 4 October 2025 Root talk contribs created page Module:DropTable/doc (Created page with "{{documentation header}} <!-- documentation here --> The module implements {{t|DropTable}}, {{t|DropLine}} and {{t|Drop sources}}. <includeonly>{{sandbox other|| <!-- module categories/interwikis here --> }}</includeonly> <noinclude> <!-- documentation categories/interwikis here --> </noinclude>")
- 21:01, 4 October 2025 Root talk contribs created page Module:DropTable (Created page with "local i18n = { imageSprite = { item = 'Invicon', mob = 'EntitySprite' }, headerThing = { item = 'Item', mob = 'Mob' }, headerWithoutLooting = 'Default', headerLooting1 = 'Looting I', headerLooting2 = 'Looting II', headerLooting3 = 'Looting III', headerOverview = 'Quantity / Chance / Average', headerDropAmount = 'Amount', headerDistribution = 'Probability', headerAverage = 'Average', headerTotal = { item = 'Killed', mob = 'Drops' }, headerExpect...")
- 21:00, 4 October 2025 Root talk contribs created page Template:Drop sources/doc (Created page with "{{documentation header}} {{lua|DropTable}} Generates a list of mobs that drop given item. It uses Bucket:droptable. Bucket <code>droptable</code> is populated by {{t|DropTable}}. === Usage === <pre> {{Drop sources|<Item Name>}} </pre> === Item Name === The name of the item to search for. === Examples === Input: <pre> {{Drop sources|Blaze Rod}} </pre> Result: {{Drop sources|Blaze Rod}} <includeonly> </includeonly> <noinclude> </noinclude>")
- 21:00, 4 October 2025 Root talk contribs created page Template:Drop sources (Created page with "<includeonly>{{#invoke:DropTable|source}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 20:59, 4 October 2025 Root talk contribs created page File:Invicon Bamboo.png
- 20:59, 4 October 2025 Root talk contribs uploaded File:Invicon Bamboo.png
- 20:59, 4 October 2025 Root talk contribs created page File:Invicon Pale Oak Planks.png
- 20:59, 4 October 2025 Root talk contribs uploaded File:Invicon Pale Oak Planks.png
- 20:53, 4 October 2025 Root talk contribs created page Template:Nbt/doc (Created page with "{{Documentation header}}__NOTOC__ frame|The sprite sheet This template is used to more clearly illustrate NBT tags and JSON fields. When showing the structure of an NBT file, this template is best coupled with a unordered list, wrapped in a treeview class. == Usage == <pre style="max-width: 326px">{{nbt|<tagname>|display text (optional)}}</pre> === Types of tags === These are the types of tags ''Minecraft'' uses in its NBT data...")
- 20:52, 4 October 2025 Root talk contribs created page Template:Nbt (Created page with "<includeonly>{{#switch: {{{1|}}} |byte={{nbt/sprite|1|Byte}} |double={{nbt/sprite|2|Double}} |float={{nbt/sprite|3|Float}} |int |integer={{nbt/sprite|4|Int}} |long={{nbt/sprite|5|Long}} |short={{nbt/sprite|6|Short}} |string={{nbt/sprite|7|String}} |compound={{nbt/sprite|8|NBT Compound / JSON Object}} |byte array |byte-array={{nbt/sprite|9|Byte Array}} |integer array |integer-array |int array |int-array={{nbt/sprite|10|Int Array}} |list={{nbt/sprite|11|NBT List / JSON Arr...")
- 20:49, 4 October 2025 Root talk contribs created page Template:Navbox items/doc (Created page with "{{documentation header}} <!-- Documentation here --> This template should be transcluded at the '''bottom''' of all item pages. == Usage == <code><nowiki>{{Navbox items|1}}</nowiki></code> The {{p|1}} parameter sets a specific category of items, such as <code>tools</code>, <code>equipment</code>, <code>utilities</code>, <code>food</code>, <code>ingredients</code>, <code>creative</code>, <code>unused</code>, <code>unimplemented</code>, <code>joke</code>, or <code>re...")
- 20:49, 4 October 2025 Root talk contribs created page Template:Navbox items (Created page with "{|{{SimpleNavbox|Items|navbar=Template:Navbox items}} |-<!--The top 5 headers, "equipment, utilities, food, ingredients, creative/commands", should not be reordered or completely overhauled/reconfigured in full, without a talk page discussion--> |colspan="2"| <div style="margin-right:-6px"> {|style="border:0"{{SimpleNavbox|{{itemSprite|diamond-sword}} Equipment|class=<includeonly>{{#switch:{{lc:{{{1}}}}}|tools=|equipment=|all=|collapsed}}</includeonly>}} |- !Tool...")
- 20:48, 4 October 2025 Root talk contribs created page Category:Template images (Created page with "The Template images category Category:Images Category:Templates")
- 20:47, 4 October 2025 Root talk contribs created page Category:ItemSprite images (Created page with "These images are used with {{tl|ItemSprite}} and {{tl|ItemLink}} to represent ''Minecraft'' items, as well as blocks with distinct item forms in inventory. Category:Template images")
- 19:45, 4 October 2025 Root talk contribs created page Template:UI see also (Created page with "* {{tl|Crafting Table}} * {{tl|Inventory Table}} * {{tl|Furnace}} * {{tl|Brewing Stand}} * {{tl|Stonecutter}} * {{tl|Loom}} * {{tl|Grindstone}} * {{tl|Hotbar}} * {{tl|Smithing Table}} * {{tl|Legacy Smithing Table}} * {{tl|Anvil}} * {{tl|Inventory slot}} * {{tl|Inventory}} * Module:UI<noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>")
- 19:44, 4 October 2025 Root talk contribs created page File:Invicon Block of Iron.png
- 19:44, 4 October 2025 Root talk contribs uploaded File:Invicon Block of Iron.png
- 19:43, 4 October 2025 Root talk contribs created page File:Invicon Gold Ingot.png
- 19:43, 4 October 2025 Root talk contribs uploaded File:Invicon Gold Ingot.png
- 19:43, 4 October 2025 Root talk contribs created page File:Invicon Iron Ingot.png
- 19:43, 4 October 2025 Root talk contribs uploaded File:Invicon Iron Ingot.png
- 19:43, 4 October 2025 Root talk contribs created page File:Invicon Block of Lapis Lazuli.png