User contributions for Noeth

From The Seven Sages of Rome
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

19 August 2024

6 August 2024

  • 15:0715:07, 6 August 2024 diff hist +396 Module:NavpillsNo edit summary current
  • 15:0615:06, 6 August 2024 diff hist −72 Template:NavpillsNo edit summary current
  • 15:0515:05, 6 August 2024 diff hist −71 Template:NavpillsNo edit summary
  • 15:0415:04, 6 August 2024 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
  • 15:0415:04, 6 August 2024 diff hist +5,013 N Module:CommonCreated page with "local common = {} --- Convert an input to number ---@param num string|integer Input ---@param onFail string|integer Output if conversion fails ---@param base integer Base for tonumber, defaults to 10 ---@return number function common.toNumber( num, onFail, base ) base = base or 10 if num == nil then return onFail end local numCopy = num if type( num ) == 'string' then numCopy = num:gsub( ',', '.' ) end numCopy = tonumber( numCopy..." current
  • 15:0315:03, 6 August 2024 diff hist +1,142 N Module:NavpillsCreated page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{Navpills}} from the frame function p.navpills( frame ) mArguments = require( 'Module:Arguments' ) return p._navpills( mArguments.getArgs( frame ) ) end function p._navpills( args ) if not args then return 'Missing arguments' end local html = mw.html.create( 'div' ):addClass( 'template-navpills' ):attr( 'role', 'navigation' ) for i, _ in i..."
  • 15:0215:02, 6 August 2024 diff hist +467 N Template:NavpillsCreated page with "<includeonly>{{#invoke:Navpills|navpills}}</includeonly><noinclude> Navpills is used to create a grid of navigation button. It is powered by Module:Navpills. == Example == <pre><nowiki> {{Navpills |page1 = Page 1 |page2 = Page 2 |page3 = Page 3 |text3 = Some Text |image3 = image.jpg }} </nowiki></pre> will give: {{Navpills |page1 = Page 1 |page2 = Page 2 |page3 = Page 3 |text3 = Some Text |image3 = image.jpg }} Category:Utility templates </noinclude>"
  • 14:0914:09, 6 August 2024 diff hist +3,110 MediaWiki:Common.cssNo edit summary Tag: Manual revert
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)