User contributions for Laapsap

A user with 74 edits. Account created on 2 March 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

15 June 2023

14 June 2023

  • 17:4217:42, 14 June 2023 diff hist +20 m Kaul→‎Phase II
  • 17:2717:27, 14 June 2023 diff hist +6 m Kaul→‎Water Vassal
  • 17:2617:26, 14 June 2023 diff hist 0 N File:WaterVassal BasicAttack.gifNo edit summary current
  • 17:1717:17, 14 June 2023 diff hist 0 N File:WaterVassal Laser.gifNo edit summary current
  • 17:1617:16, 14 June 2023 diff hist +685 Kaul→‎Boss Fight
  • 16:4916:49, 14 June 2023 diff hist 0 N File:FireVassal Jump.gifNo edit summary current
  • 16:4416:44, 14 June 2023 diff hist −1 Kaul→‎=Water Vassal
  • 16:4416:44, 14 June 2023 diff hist +973 Kaul→‎Phase I
  • 16:2916:29, 14 June 2023 diff hist 0 N File:FireVassal BasicAttack.gifNo edit summary current
  • 10:1810:18, 14 June 2023 diff hist +62 Kaul→‎Boss Fight
  • 10:0910:09, 14 June 2023 diff hist −56 Template:Hidden beginNo edit summary current
  • 10:0810:08, 14 June 2023 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'..." current
  • 10:0610:06, 14 June 2023 diff hist +46,218 N Module:Protection banner/configCreated page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear..." current
  • 10:0310:03, 14 June 2023 diff hist 0 m Module:Effective protection expiryLaapsap moved page Module:Effective protection expiry' to Module:Effective protection expiry without leaving a redirect current
  • 10:0110:01, 14 June 2023 diff hist +1,494 N Module:Effective protection expiryCreated page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto..."
  • 10:0110:01, 14 June 2023 diff hist +3,438 N Module:Effective protection levelCreated page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve..." current
  • 10:0010:00, 14 June 2023 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 =..." current
  • 09:5909:59, 14 June 2023 diff hist +2,544 N Module:File linkCreated page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in..." current
  • 09:5809:58, 14 June 2023 diff hist +76 N Template:PpCreated page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>" current
  • 09:5609:56, 14 June 2023 diff hist +26,018 N Module:Protection bannerCreated page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and..." current
  • 09:5009:50, 14 June 2023 diff hist +178 N Template:Pp-templateCreated page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 09:4909:49, 14 June 2023 diff hist +242 N Template:Hidden begin/styles.cssCreated page with "→‎{{pp-template}}: .hidden-begin { box-sizing: border-box; width: 100%; padding: 5px; border: none; font-size: 95%; } .hidden-title { font-weight: bold; line-height: 1.6; text-align: left; } .hidden-content { text-align: left; }" current
  • 09:4809:48, 14 June 2023 diff hist +171 N Template:HatnoteCreated page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 09:4709:47, 14 June 2023 diff hist +256 N Template:Hidden endCreated page with "<includeonly></div></div></includeonly><noinclude> {{hatnote|Templates {{noredirect|Template:End hidden|End hidden}} and {{noredirect|Template:End hidden section|End hidden section}} redirect here.}} {{Documentation|Template:Hidden begin/doc}} </noinclude>" current
  • 09:4709:47, 14 June 2023 diff hist +901 N Template:Hidden beginCreated page with "<includeonly><templatestyles src="Template:Hidden begin/styles.css"/><div class="hidden-begin mw-collapsible {{#ifeq:{{{showhide|{{{toggle}}}}}}|left|mw-collapsible-leftside-toggle}} {{#if:{{{expanded|}}}||mw-collapsed}} {{{class|}}}" style="{{#if:{{{width|}}}|width:{{{width}}};}} {{#if:{{{border|}}}|border:{{{border}}};}} {{#if:{{{bgcolor|}}}|background-color:{{{bgcolor}}};}} {{{style|}}}"><!-- --><div class="hidden-title" style="{{#if:{{{ta1|}}}|text-align:{{{ta1}}};}}..."
  • 09:4509:45, 14 June 2023 diff hist +1,088 N Template:HiddenCreated page with "{{hidden begin|toggle={{{showhide|}}}{{{toggle|}}}|expanded={{{expand|{{{expanded|}}}}}}|class={{{class|}}}|border={{{border|none}}}|style={{{framestyle|{{{style|{{{css|}}}}}}}}} |titlebgcolor={{{titlebgcolor|{{{background|{{{bg1|}}}}}}}}}|ta1={{{titlealign|{{{ta1|center}}}}}}|titlestyle={{#if:{{{multiline|{{{multi-line|}}}}}}|height:auto;}}{{#ifeq:{{{fw1|bold}}}|bold||font-weight:{{{fw1|bold}}};}}{{{headercss|{{{headerstyle|{{{titlestyle|}}}}}}}}} |title={{#if:{{{multil..." current
  • 09:3309:33, 14 June 2023 diff hist +37 m Kaul→‎Boss Fight

12 June 2023

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