User contributions for Rezizdigus
Appearance
Results for Rezizdigus talk block log uploads logs
A user with 280 edits. Account created on 23 August 2025.
23 May 2026
- 14:4314:43, 23 May 2026 diff hist +4,736 Tekkit Telekom/Scripts →drawCenterText current Tag: Visual edit
- 14:4114:41, 23 May 2026 diff hist +518 Tekkit Telekom/Scripts →Utility Tag: Visual edit
- 14:2314:23, 23 May 2026 diff hist +93 N Tekkit Telekom/Scripts Created page with "This page contains various Lua scripts or functions used by the Tekkit Telekom == Utility ==" Tag: Visual edit
21 May 2026
- 20:4920:49, 21 May 2026 diff hist −23 TLS 4 No edit summary current
- 20:4820:48, 21 May 2026 diff hist −12 TLS 4 No edit summary Tag: Visual edit
- 20:4520:45, 21 May 2026 diff hist +22 N Gery Co. Created page with "{{MissingInformation}}" current Tag: Visual edit
- 20:4520:45, 21 May 2026 diff hist +22 N Tekkit Railways Created page with "{{MissingInformation}}" current Tag: Visual edit
- 20:4420:44, 21 May 2026 diff hist +14 m Tekkit Telekom No edit summary current Tag: Visual edit
- 20:4120:41, 21 May 2026 diff hist +219 N Tekkit Telekom Created page with "'''Tekkit Telekom''' is an upcoming system used to bridge the gap between ComputerCraft computers and web services utilized to introduce functionality not available easily before (eg. drawing metro maps on CC Monitors)." Tag: Visual edit
17 May 2026
- 16:4416:44, 17 May 2026 diff hist −12 m Draw (Program) No edit summary current Tag: Visual edit
- 12:0112:01, 17 May 2026 diff hist +11,705 N Module:Template translation Created page with "local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }), pipe (|), bac..." current
- 12:0012:00, 17 May 2026 diff hist +7,941 N Module:TNT Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained..." current
- 11:5911:59, 17 May 2026 diff hist +745 N Module:Yesno Created page with "-- 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 =..." current
- 11:5811:58, 17 May 2026 diff hist +4,933 N Module:Message box/doc Created page with "<noinclude><!-- -->{{#ifeq:{{SUBPAGENAME}}|doc||{{Documentation subpage}}}}<!-- --><languages /><!-- --></noinclude>{{#switch:<translate></translate> | = <includeonly>{{Languages|Module:Message box/doc}}</includeonly> <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> <!-- {{Shared Template Warning|Module:Message box}} --> {{Used in system}} {{module rating|r}} {{module rating|p}} {{Lua|Module:Message box/configuration|Module:Ar..." current
- 11:5711:57, 17 May 2026 diff hist +18,558 N Module:Message box Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '..." current
- 11:5511:55, 17 May 2026 diff hist +10,054 N Module:Arguments Created page with "-- 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'..." current
- 11:5411:54, 17 May 2026 diff hist +41 Template:Documentation No edit summary current
- 11:5311:53, 17 May 2026 diff hist +1,434 N Template:Documentation/doc Created page with "{{Documentation subpage}} {{Lua|Module:Documentation}} {{used in system}} ==Usage== ===Customizing display=== Overrides exist to customize the output in special cases: * <nowiki>{{</nowiki>documentation|'''heading'''=}}: change the text of the "documentation" heading. If this is set to blank, the entire heading line (including the first [edit] link) will also disappear. ==Rationale== This template allows any page to use any documentation page, and makes it possible to p..." current
- 11:5211:52, 17 May 2026 diff hist 0 Template:Documentation No edit summary Tag: Manual revert
- 11:5111:51, 17 May 2026 diff hist +17,768 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------------..." current
- 11:4611:46, 17 May 2026 diff hist +890 Draw (Program) No edit summary Tag: Visual edit
- 11:4011:40, 17 May 2026 diff hist +77 Draw (Program) No edit summary Tag: Visual edit
- 11:3911:39, 17 May 2026 diff hist +15 N File:TLS AD Monkey Business.png No edit summary current
- 11:3811:38, 17 May 2026 diff hist 0 Template:Documentation No edit summary Tag: Reverted
- 11:3711:37, 17 May 2026 diff hist +36,079 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -..." current
- 11:3711:37, 17 May 2026 diff hist +110 N Template:Documentation Created page with "<includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly>"
- 11:3511:35, 17 May 2026 diff hist +561 Draw (Program) No edit summary Tag: Visual edit
- 11:2611:26, 17 May 2026 diff hist +221 N Draw (Program) Created page with "'''Draw''' is a custom ComputerCraft program used to display table image information (for example from the Paint program) on an Advanced Monitor. == Lua Code == <code>local defaultTerm = term.native</code> {{Code|test}}" Tag: Visual edit
- 11:2411:24, 17 May 2026 diff hist +409 N Template:Code Created page with "{{#if:{{{inline|}}}|<code {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}}>{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang="{{{lang|{{{2|text}}}}}}"|inline=true}}</code>|{{#if:{{{header|}}}|<u><small>{{{header}}}</small></u>}}{{#tag:syntaxhighlight |{{{code|{{{1}}}}}} |lang={{{lang|{{{2|bash}}}}}} }}}}<noinclude> {{documentation}} </noinclude>" current
15 May 2026
- 08:4808:48, 15 May 2026 diff hist 0 TLS 1 No edit summary current
- 08:4808:48, 15 May 2026 diff hist +60 TLS 1 No edit summary
- 08:4708:47, 15 May 2026 diff hist +49 m TLS 1 add links to player's articles Tag: Visual edit
15 September 2025
- 21:0821:08, 15 September 2025 diff hist −8 m Emergency Disable System →Categories current Tag: Visual edit
6 September 2025
- 21:2821:28, 6 September 2025 diff hist +68 Template:ReactorInfoBox No edit summary current
- 21:1921:19, 6 September 2025 diff hist +22 Terryiscool160 No edit summary current
- 21:1921:19, 6 September 2025 diff hist +22 Kuba0040 No edit summary current
- 21:1921:19, 6 September 2025 diff hist +22 Rezizdigus No edit summary current
- 21:1921:19, 6 September 2025 diff hist +22 Gery0002 No edit summary current
- 21:1721:17, 6 September 2025 diff hist +34 Terryiscool160 No edit summary Tag: Visual edit
- 21:1321:13, 6 September 2025 diff hist +16 Kuba0040 No edit summary
- 21:1121:11, 6 September 2025 diff hist 0 Template:PlayerInfoBox No edit summary current
- 21:1121:11, 6 September 2025 diff hist +42 Kuba0040 No edit summary Tag: Visual edit
- 21:1021:10, 6 September 2025 diff hist +224 Template:PlayerInfoBox No edit summary
- 21:0821:08, 6 September 2025 diff hist +68 Template:PlayerInfoBox No edit summary
- 21:0421:04, 6 September 2025 diff hist −2 Kuba0040 No edit summary Tag: Visual edit
- 21:0421:04, 6 September 2025 diff hist +27 Kuba0040 No edit summary Tag: Visual edit
- 16:2616:26, 6 September 2025 diff hist +324 Tekkit Lite Server →Trivia current Tag: Visual edit
- 16:1016:10, 6 September 2025 diff hist +120 TLS 2 →Power Plants current Tag: Visual edit
- 16:0816:08, 6 September 2025 diff hist 0 m TLS 2 →Unit 4 Tag: Visual edit
- 16:0716:07, 6 September 2025 diff hist +962 TLS 2 →Fourth and Fifth Power Plants Tag: Visual edit