Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • :cssText(rowArgs.rowcellstyle) :wikitext(fixChildBoxes(rowArgs.header, 'th')) if rowArgs.data then root:wikitext( '[[Category:Pages using infobox...
    20 KB (2,611 words) - 23:35, April 16, 2023
  • -- Strip markers are replaced with dummy text representing the original wikitext. local pos, truncated local function truncate(text) if truncated then...
    3 KB (479 words) - 14:10, October 23, 2022
  • ) :wikitext(self.issue or nil) if (self.talk or self.fix) then textCellDiv:tag('span') :addClass('hide-when-compact') :wikitext(self.talk...
    18 KB (2,367 words) - 14:10, October 23, 2022
  • args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup)...
    17 KB (2,482 words) - 16:23, May 4, 2023
  • the template, in the wikitext of the template itself local args = pframe.args -- the arguments passed TO the template, in the wikitext that transcludes the...
    2 KB (238 words) - 19:47, August 31, 2020
  • :cssText(rowArgs.rowcellstyle) :wikitext(rowArgs.header) elseif rowArgs.label then if rowArgs.data then...
    16 KB (1,681 words) - 19:34, August 21, 2020
  • html.create('span') display :attr('title', 'Purge this page') :wikitext(args[1] or 'Purge') display = tostring(display) end -- Output the...
    1 KB (153 words) - 10:11, August 21, 2020
  • html_title) :cssText(font_style) :wikitext(is_mini and link_description.mini or link_description.full) :done() :wikitext(l[3]) :done() end local function...
    5 KB (727 words) - 23:35, April 16, 2023
  • :wikitext( k ) ) :node( mw.html.create( "br" ) ) :wikitext( handleNoexportWhitespace(...
    38 KB (3,826 words) - 10:39, August 21, 2020
  • -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default)...
    745 bytes (116 words) - 17:46, September 16, 2020
  • root = mw.html.create() root :wikitext(p._getModuleWikitext(args, env)) :wikitext(p.protectionTemplate(env)) :wikitext(p.sandboxNotice(args, env)) ...
    34 KB (3,996 words) - 14:10, October 23, 2022
  • :newline() :wikitext(self.options.before) :wikitext(self:getTemplateOutput(obj)) :wikitext(self.options.after) :wikitext('<pre style="white-space:...
    24 KB (2,873 words) - 20:33, September 2, 2020
  • findSortText(wikitext) -- Simplified wikitext parser that returns a value that can be used for -- sorting. wikitext = mw.text.killMarkers(wikitext) -- Replace...
    6 KB (759 words) - 12:30, October 18, 2020
  • :css('font-weight', 'bold') :cssText(args.outertitlestyle) :wikitext(args.outertitle) end if args.topimage then local imageCell = r...
    8 KB (1,050 words) - 11:47, August 21, 2020
  • with incorrect protection templates. The usual way to use this module from wikitext is with the {{pp-move-indef}} template. You can also use it from #invoke...
    2 KB (203 words) - 02:34, September 4, 2020
  • span:css('text-align', 'center') else span:css('text-align', 'left') end -- Add the wikitext. span :tag('sup') :css('font-size', 'inherit') :css('line-height'...
    2 KB (252 words) - 13:30, October 24, 2022
  • function Track.makeSimpleCell(wikitext) return mw.html.create('td') :css('vertical-align', 'top') :wikitext(wikitext or '&nbsp;') end function Tr...
    15 KB (1,830 words) - 12:50, October 18, 2020
  • :tag('span') :wikitext(string.format('[[File:%s|32x28px|class=noviewer]]', image)) :done() :tag('span') :wikitext(string.format('[[P...
    13 KB (1,951 words) - 19:51, August 21, 2020
  • end textCell:wikitext(data.text) if data.imageright then bodyRow:newline():tag('td') :addClass('mbox-imageright') :wikitext(data.imageright)...
    3 KB (367 words) - 19:39, August 21, 2020
  • cfg['documentation-icon-wikitext'] -- The wikitext for the icon shown at the top of the template. cfg['documentation-icon-wikitext'] = '[[File:Test Template...
    17 KB (2,082 words) - 15:42, September 12, 2022
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)