User contributions for Root
From TibiaCraft
Jump to navigationJump to search
4 October 2025
- 19:0519:05, 4 October 2025 diff hist +1,742 N Template:Samps/doc Created page with "{{documentation header}} <!-- Documentation here --> {{lua|Delimited tag}} {{see also|Template:Code}} This template is a simplified usage of {{code|<nowiki><samp>...</samp></nowiki>}}, which is used mainly to format file names and the like. == Usage == Each anonymous parameter is a string to format. Note that {{code|<nowiki>...</nowiki>}} is needed around a parameter value if it contains the pipe ({{code|{{!}}}}) or equals ({{code|{{=}}}}) symbols, or they..." current
- 19:0519:05, 4 October 2025 diff hist +183 N Template:Samps Created page with "<includeonly>{{ #invoke:delimited tag|output |tag=samp }}</includeonly><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 19:0519:05, 4 October 2025 diff hist +429 N Template:Samp Created page with "<samp {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} style="padding-left:0.4em; padding-right:0.4em; color:{{#if:{{{color|}}}|{{{color}}}}};{{#if:{{{style|}}}| {{{style}}}|}}" {{#if:{{{lang|}}}|lang="{{{lang}}}" xml:lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</samp><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 19:0419:04, 4 October 2025 diff hist +1,087 N Template:Samp/doc Created page with "{{documentation header}} <!-- Documentation here --> {{see also|Template:Code}} This template is a simplified usage of {{code|<nowiki><samp>...</samp></nowiki>}}, which is used to format sample outputs. Usage of samp is deprecated for filenames, so use {{t|mono}} instead. == Usage == The first anonymous parameter is a string to format. Note that {{code|<nowiki>...</nowiki>}} is needed around a parameter value if it contains the pipe ({{code|{{!}}}}) or equa..." current
- 19:0319:03, 4 October 2025 diff hist +2,446 N Template:About/doc Created page with "{{documentation header}} Creates a hatnote to help readers navigate to similar pages. == Usage == <code><nowiki>{{About|About|Use 2|Page 2|Use 3|Page 3|Use 4|Page 4|Use 5|Page 5}}</nowiki></code> ''Note: If page is not provided, it links to <code><nowiki>Page name</nowiki> (disambiguation)</code> (<code>{{PAGENAME}} (disamiguation)</code> in case of this page)'' See the template data for more explaination. === TemplateData === <templatedata> { "pa..." current
- 19:0319:03, 4 October 2025 diff hist +3,008 N Template:About Created page with "<includeonly>{{Hatnote|{{#if: {{{1|}}}|<!-- -->This {{#if:{{{section|}}}|section|{{SUBJECTSPACE formatted}}}} is about {{{1}}}. }}<!-- -->For {{#if:{{{2|}}}|{{{2}}}|other uses}}, see {{#if:{{{3|}}}|[[{{{3}}}|{{ #replace: {{{3}}} | # | § }}]]{{#ifeq:{{{4|}}}|and| and {{#if:{{{5|}}}|[[{{{5}}}|{{ #replace: {{{5}}} | # | § }}]]|{{#ifeq: {{NAMESPACE}} | | [[{{PAGENAME}} (disambiguation)]] | {{FULLPAGENAME}} (disambiguation)|{{PAGENAM..." current
- 19:0319:03, 4 October 2025 diff hist +722 N Template:For Created page with "<includeonly>{{Hatnote|For {{#if: {{{1|}}} | {{{1}}} | other uses}}, see {{ #if: {{{2|}}} | [[:{{{2}}}|{{#replace: {{{2}}} | # | § }}]] | [[{{FULLPAGENAME}} (disambiguation)|{{PAGENAME}} (disambiguation)]] }}{{ #if: {{{4|}}}{{{5|}}} | , [[:{{{3}}}|{{#replace: {{{3}}} | # | § }}]], {{ #if: {{{5|}}} | [[:{{{4}}}|{{#replace: {{{4}}} | # | § }}]], and [[:{{{5}}}|{{#replace: {{{5}}} | # | § }}]]. | an..." current
- 19:0219:02, 4 October 2025 diff hist +1,217 N Template:For/doc Created page with "{{documentation header}} Used to direct users to a separate page that is similar to the page's title. == Usage == {{t|For|USE1|PAGE1|PAGE2|PAGE3|PAGE4}} See Template data for more info. === TemplateData === <templatedata> { "params": { "1": { "label": "Use 1", "description": "Appends this after 'For'. Defaults to other uses.", "example": "wood logs", "type": "string", "suggested": true }, "2": { "label": "Page 1", "descri..." current
- 19:0219:02, 4 October 2025 diff hist +478 N Template:Hatnote/doc Created page with "{{documentation header}} === Usage === <pre>{{Hatnote|text, usually for disambiguation purposes}}</pre> ;produces {{Hatnote|text, usually for disambiguation purposes}} ''Note'': Since the text displayed by this template has already been italicized, it is no longer necessary to italicize it. <!-- template categories/interwikis --> <includeonly>{{sandbox other|| Category:Formatting templates }} </includeonly> <!-- doc categories/interwikis --> <noinclude> </noinclude>" current
- 19:0219:02, 4 October 2025 diff hist +198 N Template:Hatnote Created page with "<includeonly><div role="note" class="hatnote searchaux {{{class|}}}">{{{1}}}</div></includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>" current
- 19:0119:01, 4 October 2025 diff hist +8,838 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...." current
- 19:0119:01, 4 October 2025 diff hist +220 N Module:Delimited tag/doc Created page with "{{documentation header}} <!-- documentation here --> <includeonly>{{sandbox other|| <!-- module categories/interwikis here --> }}</includeonly> <noinclude> <!-- documentation categories/interwikis here --> </noinclude>" current
- 19:0019:00, 4 October 2025 diff hist +1,931 N Module:Delimited tag Created page with "local p = {} function p.output(frame) local args = frame if frame == mw.getCurrentFrame() then args = require('Module:ProcessArgs').merge(true) end local format_delimiter = function(wikitext) local output = wikitext output = (args["prefix"] or "") .. output .. (args["postfix"] or "") if args["all-link"] then output = "" .. output .. "" end if args["tag"] then local html = mw.html.create(args["tag"]) if args["word..." current
- 19:0019:00, 4 October 2025 diff hist +27 N Template:Cd Redirected page to Template:Code current Tag: New redirect
- 18:5918:59, 4 October 2025 diff hist +1,561 N Template:See also/doc Created page with "{{Documentation header}}__NOTOC__ {{For|template that produces links to other "see also" templates|Template:Template "see also" see also}} This template should be put at the ''beginning'' of a section that has relating article(s). Do not use this template on top of a page, where hatnotes are for disambiguation and not for related topics. The template is sometimes accompanied by a very brief summary of the article it is linking to. A maximum of 6 articles can be linked..." current
- 18:5918:59, 4 October 2025 diff hist +1,300 N Template:See also Created page with "<includeonly>{{#vardefine:params|{{#expr: {{#if: {{{2|}}} | 2 | 0 }} + {{#if: {{{3|}}} | 1 | 0 }} + {{#if: {{{4|}}} | 1 | 0 }} + {{#if: {{{5|}}} | 1 | 0 }} + {{#if: {{{6|}}} | 1 | 0 }} }} }}{{Hatnote|See also: {{#if: {{{title1|}}} | [[:{{{1}}}|{{{title1}}}]] | [[:{{{1}}}|{{#replace: {{{1}}} | # | § }}]] }}{{ #if: {{{2|}}} | {{#ifexpr: {{#var:params}} > 2 | , | and }} {{#if: {{{title2|}}} | [[:{{{2}}}|{{{title2}}}]] | :{{{2}}}|{{#replace: {{{2}}} | # |..." current
- 18:5818:58, 4 October 2025 diff hist +9,309 N Template:Code/doc Created page with "{{documentation header}} <!-- Documentation here --> {{lua|Delimited tag}} {{shortcut|cd}} {{see also|Template:Samp}} This template is an alternative way to use <code><nowiki><code>...</code></nowiki></code> (i.e. the HTML <code><code></code> element). You should avoid using this template in history sections, but it's fine if you do. This template is made to easily list multiple items, for single items using <code><nowiki><code>...</code></nowiki></code> directly..." current
- 18:5818:58, 4 October 2025 diff hist +319 N Template:Code Created page with "<includeonly>{{#if: {{{2|}}}{{{wordbreak|{{{wb|}}}}}} | {{#invoke:delimited tag|output|1={{{1|{{{code|}}}}}}|tag=code|wordbreak={{{wordbreak|{{{wb|}}}}}}}} | <code>{{{1|{{{code|}}}}}}</code> }}</includeonly><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 18:5818:58, 4 October 2025 diff hist +31 N File:Lua logo.svg Redirected page to File:Lua logo.png current Tag: New redirect
- 18:5718:57, 4 October 2025 diff hist 0 N File:Lua logo.png No edit summary current
- 18:5618:56, 4 October 2025 diff hist +1,015 N Template:AnimateSprite/doc Created page with "{{documentation header}} {{lua}} <!-- Documentation here --> Used for animating sprites. == Usage == Use {{p|name}} to specify the sprite name prefix, it defaults to {{code|InvSprite}}. == Example == {{t|AnimateSprite|name{{=}}BlockSprite|size{{=}}16|align{{=}}text-top|stone; cobblestone; granite; diorite; andesite}} {{AnimateSprite|name=BlockSprite|size=16|align=text-top|stone; cobblestone; granite; diorite; andesite}} {{t|AnimateSprite|name{{=}}InvSprite|Brown Dye;..." current
- 18:5518:55, 4 October 2025 diff hist +165 N Template:AnimateSprite Created page with "<includeonly>{{#invoke: AnimateSprite | animate }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --></noinclude>" current
- 18:5518:55, 4 October 2025 diff hist +734 N Module:AnimateSprite Created page with "local p = {} function p.animate( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local icons = {} local sprite = require( 'Module:SpriteFile' ).sprite local name = args.name or 'InvSprite' local function image( icon ) args.name = name args[1] = icon args.size = args.size or 32 args.align = args.align or 'middle' args.keepcase = true return sprite(args) or '' end for icon in mw.text.gsplit( args[1], '%s*;%s*..." current
- 18:5518:55, 4 October 2025 diff hist +277 N Module:AnimateSprite/doc Created page with "{{documentation header}} <!-- Documentation here --> == Usage == Implement {{t|AnimateSprite}}. <includeonly> <!-- Template categories/interwikis here --> Category:Sprite modules </includeonly> <noinclude> <!-- Documentation categories/interwikis here --> </noinclude>" current
- 18:5518:55, 4 October 2025 diff hist +554 N Module:UI/doc Created page with "{{documentation header}} <!-- Documentation here --> This module implements common UI templates, to avoid overhead from excessive #invoke calls. == Dependencies == * Module:Inventory slot * Module:AnimateSprite * Module:TSLoader == See also == * {{t|Crafting Table}} * {{t|Furnace}} * {{t|Brewing Stand}} * {{t|Stonecutter}} * {{t|Loom}} * {{t|Smithing Table}} * {{t|Legacy Smithing Table}} <includeonly> <!-- Template categories/interwiki here --> </includeo..." current
- 18:5418:54, 4 October 2025 diff hist +13,232 N Module:UI Created page with "local slot = require( Module:Inventory slot ).slot local p = {} local function addSlot( 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'], cl..." current
- 18:5318:53, 4 October 2025 diff hist +3,961 N Template:Move/doc Created page with "{{Documentation header}} This template is used to mark a page for moving to a different name. It is preferable to start a discussion on the talk page of the page when using this template, to prevent potential conflicts. Pages with this template on are added to Category:Pending move. == Usage == <pre style="display: table">{{Move | 1 = Suggested destination | 2 = Second suggested destination | reason = Additional reason | discussAnchor = Talk page section | discuss..." current
- 18:5318:53, 4 October 2025 diff hist +1,947 N Template:Move Created page with "{{Message box | type = move | image = {{#switch: {{NAMESPACE}} | #default = Move arrows.svg }} | title = {{#if: {{{export|}}} | <div class="delete-reason" style="display: none;">Export completed</div> }}It has been suggested that this page be moved {{#if: {{{1|}}} | to <span class="plainlinks">[{{fullurl:{{{1}}}|redirect=no}} {{{1}}}]</span> {{#if: {{{2|}}} | or <span class="plainlinks">[{{fullurl:{{{2}}}|redirect=no}} {{{2}}}]</span> }} | somewhere else}}. {{#if: {{{exp..." current
- 18:5318:53, 4 October 2025 diff hist +118 N Template:Subst Created page with "{{Subst:{{#if:{{{1|}}}|[[Template:{{{1}}}|{{{1}}}]]}}}} <noinclude> {{documentation}} </noinclude>" current
- 18:5218:52, 4 October 2025 diff hist +35 N Template:Tcode Redirected page to Template:TemplateCode current Tag: New redirect
- 18:5218:52, 4 October 2025 diff hist +401 N Template:TemplateCode Created page with "<includeonly><code>{<!-- -->{{{{1}}}{{#if: {{{2|}}}|{{!}}{{{2|}}} }}{{#if: {{{3|}}}|{{!}}{{{3|}}} }}{{#if: {{{4|}}}|{{!}}{{{4|}}} }}{{#if: {{{5|}}}|{{!}}{{{5|}}} }}{{#if: {{{6|}}}|{{!}}{{{6}}}{{#if: {{{7|}}}|{{!}}{{{7|}}} }}{{#if: {{{8|}}}|{{!}}{{{8|}}} }} }}<!-- -->}<!-- -->}</code></includeonly><noinclude> <!-- categories/interwikis on the /doc subpage, not here --> {{Documentation}} </noinclude>" current
- 18:5118:51, 4 October 2025 diff hist +1,359 N Template:Template link/doc Created page with "{{Documentation header}} {{shortcut|tl|t}} This template is used to easily link to a template, while displaying the template brackets. == Usage == {{tcode|tl|template name|subst{{=}}<var>yes/no</var>|code{{=}}<var>yes/no</var>}} ''template name'' can be any page, using the same conventions as transclusion. Basically the "Template:" prefix is optional, and a colon is required to link the main space. Parameters can also be added, to a maximum of 8. Note that <code>=</co..." current
- 18:5118:51, 4 October 2025 diff hist +36 N Template:T Redirected page to Template:Template link current Tag: New redirect
- 18:5018:50, 4 October 2025 diff hist +1,026 N Module:Recipe table/doc Created page with "{{documentation header}} <!-- Documentation here --> This module creates the table for {{t|crafting}}, {{t|brewing}}, {{t|smelting}} and {{t|looming}}. It can only be invoked within other modules. == Usage == The entry point is the <code>table</code> function. The first argument should be whatever arguments you want to pass through, the second argument should be a table of settings. {| class="wikitable" ! Setting !! Use |- | type || What type of recipe, e.g.: <code>'Cra..." current
- 18:5018:50, 4 October 2025 diff hist +17,503 N Module:Recipe table Created page with "local m = {} -- Internationalization local i18n = { -- Dependencies moduleSlot = Module:Inventory slot, moduleUi = Module:UI, -- Table headings headingDescription = 'Description', headingIngredients = 'Ingredients', headingName = 'Name', headingRecipe = '$1 recipe', -- may require an inflected form instead headingRecipeFallback = 'Recipe', -- if one table has multiple recipe types -- Ingredient separator separator = ' +', setSeparator =..." current
- 18:5018:50, 4 October 2025 diff hist +473 N Template:Template "see also" see also/doc Created page with "{{documentation header}} <!-- documentation here --> This is the meta "see also" template, used for quick linking (and updating of links) between see also templates. It should be transcluded on all see also templates. == Usage == <code><nowiki>{{Template "see also" see also}}</nowiki></code> <includeonly> <!-- template categories/interwikis --> Category:Documentation templates </includeonly> <noinclude> <!-- documentation categories/interwikis --> </noinclude>" current
- 18:4918:49, 4 October 2025 diff hist +440 N Template:Template "see also" see also Created page with "*{{tl|Citation see also}} *{{tl|Iconbar see also}} *{{tl|Infobox see also}} *{{tl|License see also}} *{{tl|Link see also}} *{{tl|Maintenance see also}} *{{tl|Module recipe see also}} *{{tl|Navbox see also}} *{{tl|Recipe table see also}} *{{tl|Sprite see also}} *{{tl|Tag see also}} *{{tl|Template "see also" see also}} *{{tl|UI see also}}<noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>" current
- 18:4918:49, 4 October 2025 diff hist −2,617 Template:Module recipe see also Replaced content with "*Module:Crafting *Module:Smelting *Module:Brewing *Module:Stonecutting *Module:Looming *Module:Grinding<noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>" current Tag: Replaced
- 18:4918:49, 4 October 2025 diff hist +2,846 N Template:Module recipe see also Created page with "local p = {} -- Internationalization data local i18n = { moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, moduleSlot = Module:Inventory slot, type = 'Crafting' } p.i18n = i18n -- Global dependencies and constants local slot = require( i18n.moduleSlot ) local recipeTable = require( i18n.moduleRecipe ).table local cArgVals = { 'A1', 'B1', 'C1', 'A2', 'B2', 'C2', 'A3', 'B3', 'C3' } p.cArgVals = cArgVals -- Service function: Automatical..."
- 18:4818:48, 4 October 2025 diff hist +501 N Template:Module recipe see also/doc Created page with "{{documentation header}} <!-- documentation here --> This is a "see also" template, used for quick linking (and updating of links) between recipe modules. It should be transcluded on all recipe modules. == Usage == <code><nowiki>{{module recipe see also}}</nowiki></code> == See also == {{Template "see also" see also}} <includeonly> <!-- template categories/interwikis --> Category:Documentation templates </includeonly> <noinclude> <!-- documentation categories/in..." current
- 18:4818:48, 4 October 2025 diff hist +495 N Module:Crafting/doc Created page with "{{documentation header}} <!-- Documentation here --> This module implements {{tl|crafting}}. Parent arguments are automatically merged with directly passed arguments (the latter overwriting the former). == Dependencies == * Module:Inventory slot * Module:Recipe table * Module:ProcessArgs == See also == {{module recipe see also}} <includeonly> <!-- Template categories/interwiki here --> </includeonly> <noinclude> <!-- Documentation categories/interwiki he..." current
- 18:4818:48, 4 October 2025 diff hist +2,846 N Module:Crafting Created page with "local p = {} -- Internationalization data local i18n = { moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, moduleSlot = Module:Inventory slot, type = 'Crafting' } p.i18n = i18n -- Global dependencies and constants local slot = require( i18n.moduleSlot ) local recipeTable = require( i18n.moduleRecipe ).table local cArgVals = { 'A1', 'B1', 'C1', 'A2', 'B2', 'C2', 'A3', 'B3', 'C3' } p.cArgVals = cArgVals -- Service function: Automatical..." current
- 18:4618:46, 4 October 2025 diff hist −189 Template:SUBJECTSPACE formatted No edit summary current
- 18:4618:46, 4 October 2025 diff hist +498 N Template:SUBJECTSPACE formatted/doc Created page with "{{documentation header}} <!-- Documentation here --> === Usage === This template returns a descriptor for the SUBJECTSPACE formatted for inclusion in a sentence of text. It applies the correct capitalization for midsentence appearance, returns "article" if the subjectspace is any of the content namespaces, and adds "page" if grammatically correct. <includeonly> <!-- Template categories/interwiki here --> </includeonly> <noinclude> <!-- Documentation categories/interwiki..." current
- 18:4618:46, 4 October 2025 diff hist +498 N Template:SUBJECTSPACE formatted Created page with "{{documentation header}} <!-- Documentation here --> === Usage === This template returns a descriptor for the SUBJECTSPACE formatted for inclusion in a sentence of text. It applies the correct capitalization for midsentence appearance, returns "article" if the subjectspace is any of the content namespaces, and adds "page" if grammatically correct. <includeonly> <!-- Template categories/interwiki here --> </includeonly> <noinclude> <!-- Documentation categories/interwiki..."
- 18:4618:46, 4 October 2025 diff hist +503 N Template:Direct link/doc Created page with "{{documentation header}} <!-- Documentation here --> {{shortcut|Static link|Escaped link}} Used to create a link to a wiki page that doesn't show up in any maintenance pages like Special:WantedPages or Special:WhatLinksHere. ; Parameters * {{p|1}}: Page title * {{P|2}}: Optional page name; defaults to {{p|1}} <includeonly> <!-- Template categories/interwiki here --> Category:Formatting templates </includeonly> <noinclude> <!-- Documentation categories/inte..." current
- 18:4518:45, 4 October 2025 diff hist +197 N Template:Direct link Created page with "<includeonly><span class="plainlinks">[{{fullurl:{{{1}}}}} {{{2|{{{1}}}}}}]</span></includeonly><noinclude>{{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>" current
- 18:4518:45, 4 October 2025 diff hist −123 Template:Experiment/doc No edit summary current
- 18:4518:45, 4 October 2025 diff hist +356 N Template:Experiment Created page with "{{#ifeq: {{PAGENAME}} | {{BASEPAGENAME}} | Editors can experiment in this {{SUBJECTSPACE formatted}}'s {{Direct link|{{FULLPAGENAME}}/sandbox|sandbox}} {{#if: {{{2|}}} | or {{direct link|{{FULLPAGENAME}}/testcases|testcases}} page. | page. }}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 18:4518:45, 4 October 2025 diff hist +428 N Template:Experiment/doc Created page with "{{documentation header}} <!-- Documentation here --> == Usage == Place this template at the bottom of documentation pages, inside the includeonly section. <includeonly> <!-- Template categories/interwikis here --> tr:Deney uk:Шаблон:Експеримент </includeonly> <noinclude> <!-- Documentation categories/interwikis here --> tr:Deney/belge uk:Шаблон:Експеримент/док </noinclude>"