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

User contributions for Antt1995

A user with 577 edits. Account created on 13 September 2023.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

7 June 2023

6 June 2023

1 June 2023

30 May 2023

  • 20:2820:28, 30 May 2023 diff hist +2,489 N Template:Category header/doc Update category
  • 20:2820:28, 30 May 2023 diff hist +282 N Template:Maintenance category/doc Created page with "{{Documentation}} This template should be placed at the top of categories used in the maintenance of Dyson Sphere Program Wiki, rather than as part of the encyclopedia. It sets the category to a hidden category. <includeonly>Category:Category namespace templates</includeonly>"
  • 20:1620:16, 30 May 2023 diff hist +20,557 N Module:String/doc No edit summary
  • 20:1420:14, 30 May 2023 diff hist +18,033 N Module:String Sync with Wikipedia
  • 20:1220:12, 30 May 2023 diff hist +1,140 N Module:GetParameters/doc Created page with "{{Documentation}} {{Wikipedia template}} == Usage == === getParameters === Takes 2 required arguments, <code>frame_args</code> and <code>arg_list</code>. Parses a frame's arguments, returning either the provided named arguments in <code>arg_list</code> if found or the positional parameters instead if not. This is designed to work around the stripping of values that takes place for defined parameters which could be important. As an example, the calls <syntaxhighlight la..."
  • 20:1120:11, 30 May 2023 diff hist +1,807 N Module:GetParameters Created page with "local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1; loca..."
  • 20:1020:10, 30 May 2023 diff hist +12,774 N Module:String2 Sync with Wikipedia

29 May 2023

24 May 2023

  • 07:0707:07, 24 May 2023 diff hist +360 N Template:Infobox data div No edit summary
  • 05:4005:40, 24 May 2023 diff hist +83 N Template:If empty No edit summary
  • 05:3905:39, 24 May 2023 diff hist +1,063 N Template:If empty/doc Created page with "{{Documentation}} {{Wikipedia template}} This template is used inside other templates. It takes any number of parameters and returns the first found to be defined and non-empty. If none is found, nothing is returned. By writing <code><nowiki>{{if empty|a|b|c}}</nowiki></code> instead of <code><nowiki>{{#if:a|a|{{#if:b|b|c}}}}</nowiki></code>, expression a and b do not have to be repeated and evaluated twice. The template provides a fallback order, similar to a try catch..."
  • 05:3605:36, 24 May 2023 diff hist +57 N Module:If empty/doc Created page with "{{Documentation}} This module implements {{t|If empty}}."
  • 05:3505:35, 24 May 2023 diff hist +234 N Module:If empty Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p"

19 May 2023

12 May 2023

7 May 2023

6 May 2023

4 May 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
🍪 We use cookies to keep session information to provide you a better experience.