Deletion log
More actions
Below is a list of the most recent deletions.
- 17:48, 18 February 2026 Lucah1337 talk contribs deleted page Template:Vehicle specifications (content was: "{{#invoke:Vehicle specifications|main |manufacturer={{{manufacturer|}}} |name={{{name|{{PAGENAME}}}}} |year={{{year|}}} |vehicle id={{{vehicle id|}}} |type={{{type|}}} |class={{{class|}}} |form factor={{{form factor|}}} |price={{{price|}}} |rank={{{rank|}}} |team={{{team|}}} |job={{{job|}}} |top speed={{{top speed|}}} |top reverse speed={{{top reverse speed|}}} |accelera...", and the only contributor was "Lucah1337" (talk))
- 17:48, 18 February 2026 Lucah1337 talk contribs deleted page Template:Vehicle specifications/styles.css (content was: ".vehicle-spec-table { width: 100%; table-layout: fixed; border-collapse: collapse; } .vehicle-spec-table tr { border-bottom: 1px solid #a2a9b1; } .vehicle-spec-table td { padding: 0.25em 0.5em; }", and the only contributor was "Lucah1337" (talk))
- 17:48, 18 February 2026 Lucah1337 talk contribs deleted page Module:Vehicle specifications (content was: "local p = {} function p.main(frame) local args = frame.args local form_factor = args["form factor"] or "" local is_trailer = (form_factor:lower() == "trailer") local tabs = {} -- Collect tab content -- SMW Integration: Set subobject with all properties (only if non-empty; omit ID for auto-generation) if mw.smw then -- Check if mw.smw is available...", and the only contributor was "Lucah1337" (talk))
- 13:08, 18 February 2026 Lucah1337 talk contribs deleted page Module:Hfkjsdf (content was: "local test", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:Arguments (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Arguments -- License: CC-BY-SA 4.0 -- 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 argumen...", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:Documentation (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Documentation -- License: CC-BY-SA 4.0 -- 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('M...", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:Documentation/config (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Documentation/config -- License: CC-BY-SA 4.0 ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to...", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:Documentation/i18n (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Documentation/i18n -- License: CC-BY-SA 4.0 local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading...", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:Module wikitext (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Module_wikitext -- License: CC-BY-SA 4.0 local p = {} p.text = '' function p.main() return p.text end function p._addText(text, preprocessFrame) if preprocessFrame ~= false then text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text) end p.text = p.text .. text end return p", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:TNT (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:TNT -- License: CC-BY-SA 4.0 -- -- 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:...", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:Message box (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Message_box -- License: CC-BY-SA 4.0 -- 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...", and the only contributor was "Lucah1337" (talk))
- 12:56, 18 February 2026 Lucah1337 talk contribs deleted page Module:Message box/configuration (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Message_box/configuration -- License: CC-BY-SA 4.0 -------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains c...", and the only contributor was "Lucah1337" (talk))
- 12:55, 18 February 2026 Lucah1337 talk contribs deleted page Module:Category handler (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Category_handler -- License: CC-BY-SA 4.0 -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- --...", and the only contributor was "Lucah1337" (talk))
- 12:55, 18 February 2026 Lucah1337 talk contribs deleted page Module:Category handler/config (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Category_handler/config -- License: CC-BY-SA 4.0 -------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist conf...", and the only contributor was "Lucah1337" (talk))
- 12:55, 18 February 2026 Lucah1337 talk contribs deleted page Module:Category handler/data (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Category_handler/data -- License: CC-BY-SA 4.0 -- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = requir...", and the only contributor was "Lucah1337" (talk))
- 12:55, 18 February 2026 Lucah1337 talk contribs deleted page Module:Category handler/shared (content was: "-- Copied from https://www.mediawiki.org/wiki/Module:Category_handler/shared -- License: CC-BY-SA 4.0 -- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then ret...", and the only contributor was "Lucah1337" (talk))
- 12:55, 18 February 2026 Lucah1337 talk contribs deleted page Template:Documentation (content was: "<includeonly>{{#if:{{{content|}}}| [[Category:Template documentation pages{{#translation:}}]] }}</includeonly>", and the only contributor was "Lucah1337" (talk))
- 12:55, 18 February 2026 Lucah1337 talk contribs deleted page Module:Key (content was: "-- Copied from https://en.wikipedia.org/wiki/Module:Key -- License: CC-BY-SA 4.0 -- This module implements {{key press}}. local kbdPrefix = '<kbd class="keyboard-key nowrap">' local kbdSuffix = '</kbd>' local keyText = { ['caps lock'] = '⇪ Caps Lock', ['caps lock'] = '⇪ Caps Lock', ['shift'] = '⇧ Shift', ['shift'] = '⇧ Sh...", and the only contributor was "[[Special:Contributions/Lucah1337|Lucah1337" (talk))
- 12:55, 18 February 2026 Lucah1337 talk contribs deleted page Template:Key press (content was: "<includeonly>{{{{{♥|safesubst:}}}#invoke:key|keypress}}</includeonly><noinclude> {{documentation}} </noinclude>", and the only contributor was "Lucah1337" (talk))
- 12:51, 18 February 2026 Lucah1337 talk contribs deleted page Meta:Staff (content was: "I'm Janine and I live in Lodz. <br>I'm interested in Biology, Cheerleading and English art. I like to travel and watching Bones.<br><br>Check out my web page :: [https://binaryoptions.wiki/index.php?title=Pocket_Option_%E4%BA%A4%E6%98%93%E5%B9%B3%E5%8F%B0%E8%AF%84%E6%B5%8B 二元期权]", and the only contributor was "JanineMiranda" (talk))
- 15:35, 26 January 2026 Lucah1337 talk contribs changed visibility of a revision on page Talk:Main Page: content hidden, edit summary hidden and username hidden (Containing personal information)
- 15:34, 26 January 2026 Lucah1337 talk contribs changed visibility of a revision on page Talk:Main Page: content hidden, edit summary hidden and username hidden (Containing personal information)