Main public logs
Appearance
Combined display of all available logs of Tekkit Lite Server. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:23, 23 May 2026 Rezizdigus talk contribs created page Tekkit Telekom/Scripts (Created page with "This page contains various Lua scripts or functions used by the Tekkit Telekom == Utility ==") Tag: Visual edit
- 20:45, 21 May 2026 Rezizdigus talk contribs created page Gery Co. (Created page with "{{MissingInformation}}") Tag: Visual edit
- 20:45, 21 May 2026 Rezizdigus talk contribs created page Tekkit Railways (Created page with "{{MissingInformation}}") Tag: Visual edit
- 20:41, 21 May 2026 Rezizdigus talk contribs created page 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
- 12:01, 17 May 2026 Rezizdigus talk contribs created page 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...")
- 12:00, 17 May 2026 Rezizdigus talk contribs created page 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...")
- 11:59, 17 May 2026 Rezizdigus talk contribs created page 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 =...")
- 11:58, 17 May 2026 Rezizdigus talk contribs created page 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...")
- 11:57, 17 May 2026 Rezizdigus talk contribs created page 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 = '...")
- 11:55, 17 May 2026 Rezizdigus talk contribs created page 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'...")
- 11:53, 17 May 2026 Rezizdigus talk contribs created page 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...")
- 11:51, 17 May 2026 Rezizdigus talk contribs created page 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. ---------------------------------------------------------------------------------...")
- 11:39, 17 May 2026 Rezizdigus talk contribs created page File:TLS AD Monkey Business.png
- 11:39, 17 May 2026 Rezizdigus talk contribs uploaded File:TLS AD Monkey Business.png
- 11:37, 17 May 2026 Rezizdigus talk contribs created page 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 -...")
- 11:37, 17 May 2026 Rezizdigus talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly>")
- 11:26, 17 May 2026 Rezizdigus talk contribs created page 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:24, 17 May 2026 Rezizdigus talk contribs created page 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>")
- 12:08, 18 September 2025 Kuba0040 talk contribs created page File:Anti-Pig Coallition hideout with pig incinerator.png
- 12:08, 18 September 2025 Kuba0040 talk contribs uploaded File:Anti-Pig Coallition hideout with pig incinerator.png
- 12:07, 18 September 2025 Kuba0040 talk contribs created page File:Oliwka's House.png
- 12:07, 18 September 2025 Kuba0040 talk contribs uploaded File:Oliwka's House.png
- 12:01, 18 September 2025 Kuba0040 talk contribs created page File:Alek's Hotel.png
- 12:01, 18 September 2025 Kuba0040 talk contribs uploaded File:Alek's Hotel.png
- 19:04, 16 September 2025 Gery0002 talk contribs changed group membership for Kuba0040: revoked push subscription manager, suppressor and Media Uploader campaign editor; kept bureaucrat, interface administrator and administrator unchanged
- 19:04, 16 September 2025 Gery0002 talk contribs changed group membership for Kuba0040: granted administrator, interface administrator, bureaucrat, suppressor, push subscription manager and Media Uploader campaign editor
- 19:02, 16 September 2025 User account Kuba0040 talk contribs was created by Gery0002 talk contribs (he the man)
- 21:07, 2 September 2025 Rezizdigus talk contribs deleted page Template:If (content was: "{{{{{|safesubst:}}}{{{{{|safesubst:}}}#switch:{{{1|}}}||exist|expr={{{{{|safesubst:}}}#if{{{1|}}}:{{{2|}}}|P3|P4}}|eq={{{{{|safesubst:}}}#ifeq:{{{2|}}}|{{{3|}}}|P4|P5}}|error={{{{{|safesubst:}}}#if:{{{{{|safesubst:}}}#iferror:{{{2|}}}||1}}|{{{{{|safesubst:}}}#ifeq:{{{4|}}}|{{{4|+}}}|P4|P2}}|P3}}|If/errmsg}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}}}", and the only contributor was "Rezizdigus" (talk))
- 21:06, 2 September 2025 Rezizdigus talk contribs created page Template:If (Created page with "{{{{{|safesubst:}}}{{{{{|safesubst:}}}#switch:{{{1|}}}||exist|expr={{{{{|safesubst:}}}#if{{{1|}}}:{{{2|}}}|P3|P4}}|eq={{{{{|safesubst:}}}#ifeq:{{{2|}}}|{{{3|}}}|P4|P5}}|error={{{{{|safesubst:}}}#if:{{{{{|safesubst:}}}#iferror:{{{2|}}}||1}}|{{{{{|safesubst:}}}#ifeq:{{{4|}}}|{{{4|+}}}|P4|P2}}|P3}}|If/errmsg}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}}}")
- 21:01, 2 September 2025 Rezizdigus talk contribs created page Template:MissingInformation (Created page with "<div style="background-color: #f8f9fa; border: 1px solid #c8ccd1; padding: 16px; width: 100%; display:flex; flex-direction: column; align-items: center; justify-content: center;box-sizing: border-box;"> <p class="font-size: 1.2rem;"> <b>This article is missing some information.</b> <br> You can improve the TLS Wiki by editing it. </p> <p> {{#if: {{{missing_information|}}} | Missing Information: {{{missing_information}}}|}} </p> </div> <noinclude> <templatedata> { "para...")
- 19:34, 1 September 2025 Rezizdigus talk contribs created page File:TLS 2 Unit 2 Reactor Control Circuit.png
- 19:34, 1 September 2025 Rezizdigus talk contribs uploaded File:TLS 2 Unit 2 Reactor Control Circuit.png
- 19:05, 1 September 2025 Rezizdigus talk contribs created page Emergency Disable System (Created page with "'''Emergency Disable System''' (or '''EDS''' for short) was the primary way of categorizing safety systems related to shutting down reactors on the TLS 2. == Categories == EDS was split into a few categories, differing in the was EDS acted upon being pressed. Despite there being multiple categories used on the server, in reality only EDS-2 was used the most, with EDS-5 usually being installed in other power plants. All subsequent EDS categories typically expand on...") Tag: Visual edit
- 15:31, 25 August 2025 Rezizdigus talk contribs created page Template:TLSInfoBox/styles.css (Created blank page)
- 15:18, 25 August 2025 Rezizdigus talk contribs created page Hypercore (Created page with "thumb|The entrance to HyperCore V2") Tag: Visual edit
- 15:18, 25 August 2025 Rezizdigus talk contribs created page File:HyperCore V2 entrance.png
- 15:18, 25 August 2025 Rezizdigus talk contribs uploaded File:HyperCore V2 entrance.png
- 14:59, 25 August 2025 Rezizdigus talk contribs created page RezTek (Created page with "== World downloads == {| class="wikitable" !Date saved/zipped !Oracle Bucket !Notes |- |13th August 2024 |[https://lrls4erj5bbb.objectstorage.uk-london-1.oci.customer-oci.com/n/lrls4erj5bbb/b/bucket-20211010-1903/o/reztek%2Fworld%2F13-08-2024-world.zip Download] | |- |17th August 2024 |[https://lrls4erj5bbb.objectstorage.uk-london-1.oci.customer-oci.com/n/lrls4erj5bbb/b/bucket-20211010-1903/o/reztek%2Fworld%2F17-08-2024-world.zip Download] | |- |21st August 2024 |[https:...") Tag: Visual edit
- 13:31, 25 August 2025 Rezizdigus talk contribs created page Template:Read more (Created page with " <noinclude> <templatedata> { "params": { "article": { "type": "wiki-page-name", "required": true } }, "paramOrder": [ "article" ] } </templatedata> </noinclude> <div style="padding-left: 16px;font-style:italic;">Read more: [[{{{article}}}|{{{article}}}]]</div>")
- 13:30, 25 August 2025 Rezizdigus talk contribs created page Unit 3's Printed Logs (Created page with "thumb|Noel's Printed Log following a nuke explosion at Unit 3 '''Unit 3's Printed Logs''' are are several printed logs found in crystal chests at Unit 3's control room on TLS 2.") Tag: Visual edit
- 13:24, 25 August 2025 Rezizdigus talk contribs created page How to Scram (Created page with "thumb|The "How to Scram" book '''How to Scram''' was a book written by Gery on the TLS 2, and is currently inside the Unit 1's control room.") Tag: Visual edit
- 13:24, 25 August 2025 Rezizdigus talk contribs created page File:How to Scram book on TLS 2.png
- 13:24, 25 August 2025 Rezizdigus talk contribs uploaded File:How to Scram book on TLS 2.png
- 19:37, 24 August 2025 Rezizdigus talk contribs created page File:TLS 2 NPP 3 Power Monitoring 2.png
- 19:37, 24 August 2025 Rezizdigus talk contribs uploaded File:TLS 2 NPP 3 Power Monitoring 2.png
- 19:37, 24 August 2025 Rezizdigus talk contribs created page File:TLS 2 NPP 3 Power Monitoring 1.png
- 19:37, 24 August 2025 Rezizdigus talk contribs uploaded File:TLS 2 NPP 3 Power Monitoring 1.png
- 19:36, 24 August 2025 Rezizdigus talk contribs created page File:TLS 2 NPP 3 Remains of an explosion.png
- 19:36, 24 August 2025 Rezizdigus talk contribs uploaded File:TLS 2 NPP 3 Remains of an explosion.png
- 19:35, 24 August 2025 Rezizdigus talk contribs created page File:TLS 2 NPP 3 Reactor in Confinement.png