• -- Module:Excerpt implements the Excerpt template -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Excerpt -- Authors: User:Sophivorus...
    10 KB (1,324 words) - 01:57, 28 January 2025
  • local p = {} local excerptModule = require('Module:Excerpt/portals') local slideshowModule = require('Module:Random slideshow') local randomModule =...
    16 KB (2,053 words) - 11:19, 18 August 2024
  • Template:Excerpt. See Template:Excerpt for documentation on the template parameters See mw:Module:Excerpt for documentation on this module See Module:Excerpt/config...
    3 KB (131 words) - 21:17, 29 August 2024
  • from the excerpt excerpt = Excerpt.filterFiles( excerpt, params.files ) excerpt = Excerpt.filterLists( excerpt, params.lists ) excerpt = Excerpt.filterTables(...
    24 KB (3,258 words) - 21:21, 26 May 2025
  • {{#invoke:Excerpt|main}} {{#invoke:Excerpt|main|}} {{#invoke:Excerpt|main| }} {{#invoke:Excerpt|main|2 > 1}} {{#invoke:Excerpt|main|Fake title}}...
    7 KB (240 words) - 13:06, 24 March 2025
  • {{#invoke:Excerpt/portals|lead}} Transcludes the lead of an article as an excerpt. Main documentation: {{Transclude lead excerpt/doc}} {{#invoke:Excerpt/portals|linked}}...
    2 KB (153 words) - 21:17, 29 August 2024
  • yesno = require('Module:Yesno') local ok, config = pcall(require, 'Module:Excerpt/config') if not ok then config = {} end local p = {} -- Helper function...
    7 KB (854 words) - 18:00, 28 August 2020
  • local p = {} local excerptModule = require('Module:Excerpt/portals/sandbox') local slideshowModule = require('Module:Random slideshow/sandbox') local...
    16 KB (2,058 words) - 11:09, 18 August 2024
  • -- This version of Excerpt is designed specifically for the portal namespace and its associated templates -- Prefer Module:Excerpt whenever possible ...
    49 KB (7,110 words) - 09:25, 31 December 2024
  • This module allows article excerpt (from Module:Excerpt) to be put into a slideshow (using Module:Random slideshow). It is intended to be used in portals...
    2 KB (214 words) - 21:17, 29 August 2024
  • -- This version of Excerpt is designed specifically for the portal namespace and its associated templates -- Prefer Module:Excerpt whenever possible ...
    48 KB (7,016 words) - 09:25, 31 December 2024
  • = { content = 'Articles with excerpts', errors = 'Articles with broken excerpts', --[0] = 'Articles with excerpts', }, -- Prefix for generating...
    5 KB (764 words) - 01:54, 28 January 2025
  • Config used by Module:Excerpt. Controls aspects related to categories, hatnotes, captions, the template blacklist, and html styling....
    441 bytes (18 words) - 21:17, 29 August 2024
  • = { content = 'Articles with excerpts', errors = 'Articles with broken excerpts', --[0] = 'Articles with excerpts', }, -- Prefix for generating...
    5 KB (765 words) - 21:54, 27 January 2025
  • local excerpt = mw.title.new(desc):getContent() or '' if excerpt ~= '' then excerpt = mw.text.truncate(excerpt --keep descriptions...
    5 KB (577 words) - 22:18, 25 March 2025
  • Intended for use on portal pages. local p = {} local excerptModule = require('Module:Excerpt/portals') local randomModule = require('Module:Random')...
    9 KB (1,181 words) - 13:28, 28 March 2025
  • end -- Prepare the template call local excerptContent = frame:expandTemplate{ title = "Excerpt", args = { [1] = prefix .....
    867 bytes (101 words) - 09:00, 23 April 2025
  • or ''; --the page to parse local exc = frame.args.excerpts or false; --opt to show an excerpt from start of each section if type( exc ) == 'string'...
    6 KB (767 words) - 21:17, 1 April 2013
  • as random slideshow}} for details. This module is also used by Module:Excerpt slideshow. On mobile devices, a standard gallery is displayed instead of...
    1 KB (108 words) - 01:58, 19 November 2023
  • 61000, ["Module:Escape"] = 12000, ["Module:Excerpt"] = 13000, ["Module:Excerpt/config"] = 13000, ["Module:Excerpt/portals"] = 4900, ["Module:Exist_not_redirect"]...
    6 KB (746 words) - 05:11, 22 June 2025
  • Intended for use on portal pages. local p = {} local excerptModule = require('Module:Excerpt/portals/sandbox') local randomModule = require('Module:Random')...
    9 KB (1,181 words) - 11:07, 18 August 2024
  • .. ' instead') end if not arr_contains({ 'sql', 'wikilinks', 'excerpts', 'comments', 'widths', 'hide', 'silent', 'table_style', 'table_class'...
    7 KB (980 words) - 17:23, 25 August 2024
  • require('Module:Arguments').getArgs local p = {} local excerptModule = require('Module:Excerpt/portals') local randomModule = require('Module:Random')...
    9 KB (1,221 words) - 22:41, 3 January 2022
  • local baselink = frame:getParent():getTitle() if baselink == 'Module:Excerpt' then baselink = '' end if mw.title.getCurrentTitle().fullText == baselink...
    26 KB (4,126 words) - 20:06, 6 May 2025
  • being an external link. For internal links, use getLinks instead. Module:Excerpt - Main caller of this module mw:WikitextParser.js - Similar parser written...
    5 KB (648 words) - 22:58, 23 March 2025
  • -<%s*/%s*[Rr][Ee][Ff]%s*>') if not refBody then -- the ref body is not in the excerpt refBody = mw.ustring.match(full, '<%s*[Rr][Ee][Ff][^>]*name%s*=%s*["\']...
    29 KB (4,258 words) - 12:44, 2 January 2025
  • tonumber( math.floor(date_diff/(6*60*24))/10 ) .. ' days'; end end p.getExcerpt = function( text, length ) length = length or 200; text = '\n'...
    8 KB (916 words) - 22:46, 1 April 2013
  • -<%s*/%s*[Rr][Ee][Ff]%s*>') if not refBody then -- the ref body is not in the excerpt refBody = mw.ustring.match(full, '<%s*[Rr][Ee][Ff][^>]*name%s*=%s*["\']...
    28 KB (4,086 words) - 13:27, 20 March 2025
  • local baselink = frame:getParent():getTitle() if baselink == 'Module:Excerpt' then baselink = '' end if mw.title.getCurrentTitle().text == baselink...
    26 KB (4,115 words) - 05:53, 15 October 2024
  • 6600, ["Trademarked"] = 4000, ["Transclude"] = 18000, ["Transclude_lead_excerpt"] = 3600, ["Transcluded_section"] = 4300, ["Transclusionless"] = 4800,...
    22 KB (2,324 words) - 05:14, 22 June 2025