Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Skycrafter

A user with 223 edits. Account created on 12 October 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

13 August 2025

  • 08:0808:08, 13 August 2025 diff hist +6,546 N Module:Message box/configurationCreated page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee..."
  • 08:0708:07, 13 August 2025 diff hist +10,054 N Module:ArgumentsCreated 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'..."
  • 08:0608:06, 13 August 2025 diff hist +745 N Module:YesnoCreated 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 =..."
  • 08:0608:06, 13 August 2025 diff hist +18,961 N Module:Message boxCreated page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------..."
  • 08:0508:05, 13 August 2025 diff hist +146 N Template:AmboxCreated page with "{{#invoke:Message box|ambox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 08:0408:04, 13 August 2025 diff hist +3,948 N Module:UnsubstCreated page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif..."
  • 00:1700:17, 13 August 2025 diff hist 0 m Template:Missing information1 revision imported

12 August 2025

8 July 2025

6 July 2025

1 July 2025

19 June 2025

17 December 2024

5 December 2024

28 November 2024

27 November 2024

25 November 2024

  • 22:5222:52, 25 November 2024 diff hist +75 N MediaWiki:Citizen.cssCreated page with ".skin-citizen-dark .mw-logo-icon { filter: invert(1) hue-rotate(180deg); }" current
  • 13:3113:31, 25 November 2024 diff hist +224 N Template:LGPLCreated page with "The LGPL is a more permissive version of the GPL. It is primarily used for software libraries, allowing them to be linked to both open-source and proprietary software while still preserving the freedom of the library itself." current
  • 13:3113:31, 25 November 2024 diff hist +246 N Template:GPLCreated page with "The GPL is a free software license that ensures users can freely use, modify, and distribute software under the same license terms. It guarantees freedom for software users and developers, requiring any modifications to be released under the GPL." current
  • 13:3113:31, 25 November 2024 diff hist +251 N Template:GFDLCreated page with "The GNU Free Documentation License allows for the free distribution, modification, and use of a work, provided that any modifications or derivatives also remain free under the same license. It is commonly used for documentation and text-based content." current
  • 13:3013:30, 25 November 2024 diff hist +205 N Template:CC-by-sa-2.5Created page with "This license allows anyone to share (copy, distribute, and transmit) and adapt the work, provided they attribute it to the original creator and share any derivatives under the same or a compatible license." current
  • 13:3013:30, 25 November 2024 diff hist +239 N Template:PDCreated page with "Content in the public domain is free to use without restrictions. This license indicates that the work is not protected by copyright, either because its copyright has expired or the creator has explicitly dedicated it to the public domain." current
  • 13:3013:30, 25 November 2024 diff hist +170 N Template:TMW-screenshotCreated page with "This license applies to screenshots of the Trackmania Wiki. These screenshots are typically considered free to use, provided they comply with MediaWiki's licensing terms." current
  • 13:2913:29, 25 November 2024 diff hist +252 N Template:Unknown copyrightCreated page with "This option is for content with an unclear or unidentified copyright status. It indicates that the uploader does not have precise information about the legal standing of the material. Users are encouraged to provide accurate copyright details if known." current
  • 13:2513:25, 25 November 2024 diff hist +319 N MediaWiki:LicensesCreated page with "* Unknown_copyright|I don't know exactly * Free licenses: ** TMW-screenshot|TrackMania Wiki screenshot ** PD|PD: public domain ** CC-by-sa-2.5|Creative Commons Attribution ShareAlike 2.5 ** GFDL|GFDL: GNU Free Documentation License ** GPL|GPL: GNU General Public License ** LGPL|LGPL: GNU Lesser General Public License" current

22 November 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)