Search results

Jump to navigation Jump to search
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • local function trim(s) return s:match('^%s*(.-)%s*$') ...
    696 bytes (117 words) - 21:09, 20 March 2017
  • function trim(s) return (mw.ustring.gsub(s, "^%s*(.-)%s*$", "%1")) ...
    3 KB (435 words) - 18:06, 20 February 2017
  • local function makeParam(s) return lb:rep(3) .. s .. rb:rep(3) ...
    1 KB (217 words) - 18:07, 20 February 2017
  • '%s-%s-%sT%s:%s:%s', ...
    1 KB (215 words) - 18:07, 20 February 2017
  • {num = 90, rule = 'ninety-%s'}, {num = 80, rule = 'eighty-%s'}, ...
    2 KB (273 words) - 11:40, 5 February 2018
  • |s|single |s|single =  /> ...
    701 bytes (87 words) - 18:07, 20 February 2017
  • local function hsl2lum( h, s, l ) if ( 0 <= h and h < 360 and 0 <= s and s <= 1 and 0 <= l and l <= 1 ) then ...
    6 KB (1,131 words) - 11:40, 5 February 2018
  • string.format('%s|%s', string.gsub(v, '|.*$', ''), display) or v 'The main %ss for this [[Wikipedia:Categorization|category]] are %s' ...
    2 KB (327 words) - 20:40, 1 April 2017
  • <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> ...
    140 bytes (18 words) - 22:55, 25 November 2017
  • Meanstick is Seagrave's 75' rearmount 3-section steel ladder ...
    1 member (0 subcategories, 0 files) - 14:42, 22 May 2021
  • <includeonly>{{safesubst:#invoke:String | sub | s={{{1|}}} | 1 | {{safesubst:#expr: -{{{2|1}}} - 1}} | ignore_errors=true }}< ...
    179 bytes (17 words) - 11:40, 5 February 2018
  • return string.format('[[%s#%s|%s]]', page, section, display) "(string, table or nil expected, got %s)", ...
    3 KB (456 words) - 18:07, 20 February 2017
  • local text = string.format('For more details on %s, see %s.', topic, list) ...
    1 KB (138 words) - 18:45, 20 February 2017
  • local function removeInitialColon(s) return s:match('^:?(.*)') ...
    7 KB (843 words) - 18:07, 20 February 2017
  • ...yler's contract and expanded [[:Category:Firematic Supply|Firematic Supply's]] territory to include Rockland County. From 2010 onward, all Pierce appara ...
    2 members (0 subcategories, 0 files) - 07:12, 1 January 2018
  • v = v:match('^%s*(.-)%s*$') moduleLinks[i] = string.format('[[:%s]]', module) ...
    2 KB (318 words) - 18:07, 20 February 2017
  • local nsStripped = ns:gsub('^[_%s]*:', '') ns = ns:match('^%s*(.-)%s*$') -- trim whitespace ...
    2 KB (282 words) - 18:07, 20 February 2017
  • ...y changes in the {{#switch:{{NAMESPACE}}|Module=module's|#default=template's}} [[{{#switch: {{SUBPAGENAME}} ...
    1 KB (156 words) - 11:40, 5 February 2018
  • [1] = { 'second', 'seconds', "second's", "seconds'" }, [3600] = { 'hour', 'hours', "hour's", "hours'" }, ...
    4 KB (598 words) - 11:40, 5 February 2018
  • labelForm = '%s: %s', string.format('%s|%s', string.gsub(v, '|.*$', ''), display) or v ...
    3 KB (377 words) - 18:45, 20 February 2017
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)