Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • pointless class. -- The next occurrence will be the first row after a title -- in a subgroup and will also be first. index = 0 return first ...
    17 KB (2,526 words) - 10:01, 8 August 2023
  • link_title_ok (TitleLink, A:ORIGIN ('TitleLink'), Title, 'title'); -- check for wiki-markup in |title-link= or wiki-markup in |title= when |title-link=...
    215 KB (30,833 words) - 20:31, 10 April 2023
  • exist a method for such queries on Title objects returned by the mw.title library; but for now there's none. In Lua now, the only expansion possible...
    18 KB (2,159 words) - 13:11, 23 November 2021
  • 'no-page' ) end local title = mw.title.new(page) if not title then return getError( 'no-page' ) end if title.isRedirect then title = title.redirectTarget end...
    8 KB (1,085 words) - 18:27, 4 December 2022
  • for n,c in ipairs(args) do if c~="" then local title = mw.title.new("Template:Country data "..c) local link if title.isRedirect...
    1 KB (205 words) - 15:02, 5 December 2021
  • require("Module:Yesno") local function getTitle(title) local success, titleObj = pcall(mw.title.new, title) if success then return titleObj else return nil end end...
    5 KB (631 words) - 22:39, 26 March 2023
  • for k, v in two(ipairs(args)) do table.insert(pages, v) end local title = mw.title.getCurrentTitle() local skipCat = title.isTalkPage or title.namespace...
    1 KB (185 words) - 19:33, 10 December 2020
  • (category) local title = mw.title.new(category) local pageName, display if not title then -- category is not a valid title, usually because of...
    3 KB (471 words) - 15:35, 1 September 2021
  • getParent().args; local otab = {}; for _, v in ipairs(ppar) do table.insert(otab, frame:expandTemplate{ title = titl, args = { mw.text.trim(v), var1, var2...
    28 KB (4,296 words) - 13:15, 23 November 2021
  • checkType('_main', 2, args, 'table', true) args = args or {} local title = mw.title.getCurrentTitle() -- Get the template config. local templateCfgPage = TEMPLATE_ROOT...
    5 KB (726 words) - 14:33, 27 February 2022
  • -- Read arguments in order of output (Module:Navbox says this puts -- reference numbers in the right order). local _ _ = args.title _ = args.list _...
    7 KB (1,021 words) - 09:28, 19 January 2022
  • ['originaltitel'] = 'title', -- German (if 'originaltitel' is specified, any possible contents of 'title' should be put in 'trans-title') ['ort'] =...
    20 KB (2,049 words) - 03:55, 7 September 2021
  • JavaScript or CSS page. local title = self.title return title.namespace == 2 and ( title.contentModel == 'javascript' or title.contentModel == 'css' )...
    25 KB (3,056 words) - 18:27, 4 December 2022
  • _, filename in ipairs(filenames) do local fileTitle = mw.title.new(filename, 'Media') if fileTitle and fileTitle.file and fileTitle.file.exists then...
    5 KB (730 words) - 18:35, 2 January 2022
  • args.bordercolor .. "; width:87%;") args.title = args.title or args.teamdisplay or args.teamname args.title = "[[" .. args.teamname .. "|<span style=\"color:"...
    2 KB (299 words) - 17:31, 2 April 2022
  • make_coins_title (title, script) title = has_accept_as_written (title); if is_set (title) then title = strip_apostrophe_markup (title); --...
    16 KB (2,256 words) - 15:43, 14 January 2023
  • for k, v in pairs(default) do if v then line[k] = line[k] or v end end line['title'] = line['title'] and mw.ustring.gsub(line['title'], '%%1',...
    37 KB (5,439 words) - 18:39, 7 April 2023
  • make_coins_title (title, script) title = has_accept_as_written (title); if is_set (title) then title = strip_apostrophe_markup (title); --...
    16 KB (2,265 words) - 15:49, 14 January 2023
  • v in pairs(origArgs) do if type(k) == 'number' and mw.ustring.match(v,'%S') then if k > maxArg then maxArg = k end local title = mw.title.new(v)...
    1 KB (164 words) - 16:11, 5 December 2021
  • the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set...
    10 KB (1,274 words) - 18:12, 2 January 2022
View ( | ) (20 | 50 | 100 | 250 | 500)