Search Results: Module:Section link/doc

Sorry, the article you're looking for isn't specifically available. Here are related topics:


Module:Section link
Minggu, 2022-10-23 22:23:54

section page = page or '' -- MediaWiki doesn't allow these in `page`, so only need to do for `section` if type(section) == 'string' then section...

Click to read more »
Module:WikitextParser
Rabu, 2026-02-11 21:55:10

'%%%0' ) end -- Get the lead section from the given wikitext -- The lead section is any content before the first section title. -- @param wikitext Required...

Click to read more »
Module:Biota infobox/core
Minggu, 2022-10-23 22:23:15

.. p.addImageSection(frame, taxoboxTable, 'range_map4') -- add synonyms section wikitextTable = wikitextTable .. p.addListSection(frame, taxoboxTable...

Click to read more »
Module:Hatnote
Sabtu, 2020-10-03 05:17:02

local section = maybeItalicize(parsed.section, options.italicizeSection) if not page then display = string.format('§ %s', section) elseif...

Click to read more »
Module:UserLinks/config
Sabtu, 2018-02-17 15:19:56

modules or directly from -- -- Lua. The messages ending with "section" are the section names on a help -- -- page that give advice to users who encounter...

Click to read more »
Module:Transcluder
Jumat, 2026-02-06 21:33:43

function getSection(text, section) section = mw.text.trim(section) local escapedSection = escapeString(section) -- First check if the section title matches...

Click to read more »
Module:UserLinks/shared
Senin, 2018-04-23 02:06:50

makeWikitextError. -- The section, if specified, is the section name on a help page that gives -- help to users about that particular error. if section then message...

Click to read more »
Module:Excerpt
Minggu, 2026-05-10 22:46:34

requested section exists and get the excerpt local excerpt local section = Excerpt.getArg( 2, fragment ) section = mw.text.trim( section ) if section ==...

Click to read more »
Module:Links
Senin, 2023-03-06 07:20:09

section then section = decodeAnchor(section) -- URI-encode (percent-encode) section to allow square brackets, [], -- in section name. If not percent-encoded...

Click to read more »
Module:Links2
Sabtu, 2020-09-19 04:13:17

section then section = decodeAnchor(section) -- URI-encode (percent-encode) section to allow square brackets, [], -- in section name. If not percent-encoded...

Click to read more »
Module:UserLinks
Sabtu, 2018-02-17 15:15:53

message('error-malformedlinkcode'), message('error-malformedlinkcode-section') ) end local linkFunction = linkFunctions[code] local link...

Click to read more »
Module:WPMILHIST Infobox style
Sabtu, 2016-07-16 08:05:38

'text-align:center;line-height:1.5em;', internal_border = '1px dotted #aaa;', section_border = '1px solid #aaa;' } retval.main_box_raw = 'width:315px;' .. retval...

Click to read more »
Module:Citation/CS1/Whitelist
Kamis, 2020-10-15 01:12:54

['script-section'] = true, ['script-title'] = true, ['script-website'] = true, ['script-work'] = true, ['season'] = true, ['section'] = true, ['section-format']...

Click to read more »
Module:Wd/i18n
Rabu, 2020-07-08 09:42:08

[aliasesP.chapter] = "chapter", [aliasesP.sectionVerseOrParagraph] = "section", ["external-id"] = "id", -- used...

Click to read more »
Module:Transclusion count/data/S
Kamis, 2022-12-29 06:19:21

= 2900, ["Search_box"] = 46000, ["Search_link"] = 8900, ["Section_link"] = 43000, ["Section_sizes"] = 3100, ["See"] = 11000, ["See_also"] = 176000, ["Seealso"]...

Click to read more »
Module:Links/templates
Senin, 2020-04-27 08:08:24

args[1] else return "[[" .. args[1] .. "]]" end end function export.section_link_t(frame) local params = { [1] = {}, } local args =...

Click to read more »
Module:FindYDCportal
Kamis, 2020-01-02 12:30:41

checkYear(yearParam) --[[ the year portals have all been deleted, so comment out this section if doesPortalExist(yearParam) then return yearParam end ]]-- -- myDecade...

Click to read more »
Module:Citation/CS1
Minggu, 2022-10-23 22:19:13

== config.CitationClass and 'section' == A:ORIGIN ('Chapter') then Section = A['Chapter']; -- get |section= from |chapter= alias list; |chapter=...

Click to read more »
Module:Biota infobox
Minggu, 2022-10-23 22:23:26

p.addImageSection() - images and range maps p.addStatusSection() - conservation status p.addTaxonomySection() - listing of...

Click to read more »
Module:Template link
Senin, 2020-04-27 08:11:22

Section Transclusion"; ["#lstx" ] = "mw:Extension:Labeled Section Transclusion"; ["#lsth" ] = "mw:Extension:Labeled Section...

Click to read more »
Module:UserLinks/extra
Sabtu, 2018-02-17 15:19:00

snippets.interwiki, 3, snippets.username, { action = 'edit', section = 'new', }, 'message' ) end function linkFunctions.rbl(snippets)...

Click to read more »
Module:Sports table
Minggu, 2022-10-23 22:19:49

if we are using section transclusion for a different section if( isnotblank(Pargs['transcludesection']) and isnotblank(Args['section']) ) then if(...

Click to read more »
Module:Mapframe
Rabu, 2020-07-08 09:38:43

a section of a page. @param {string|nil} page Page name, or name#section, to get named coordinates from. If the name is omitted, i.e. #section or...

Click to read more »
Module:Check isxn
Sabtu, 2017-03-04 05:19:47

http://www.ismn-international.org/download/Web_ISMN_Users_Manual_2008-6.pdf section 2, pages 9–12. ]] local function check_ismn (id, error_string) local...

Click to read more »
Module:Flagg
Selasa, 2019-12-17 11:28:00

or "")) local fsec = args["psection"] or args["section"] local csec = args["csection"] or args["section"] fsec = fsec and "#"..fsec or "" csec = csec and...

Click to read more »
Module:Unicode data
Kamis, 2025-07-24 17:48:21

generate Hangul Syllable names, -- see "Hangul Syllable Name Generation" in section 3.12 of the -- Unicode Specification: -- https://www.unicode.org/versions/Unicode11...

Click to read more »
Module:Infobox road
Sabtu, 2023-07-29 07:07:52

local function law(args) local law = parser(args, 'law') or '' if args.section == '' then return nil else return "Defined by " .. law end end function...

Click to read more »
Module:Message box
Selasa, 2025-07-15 09:49:30

Else -- assume that it's a section heading, and make a link to the talk -- page of the current page with that section heading. local talkTitle...

Click to read more »
Module:Message box/configuration
Kamis, 2022-12-29 06:19:19

useCollapsibleTextFields = true, imageRightNone = true, sectionDefault = 'article', allowMainspaceCategories = true,...

Click to read more »
Module:Convert/text
Senin, 2018-04-16 06:39:44

all_categories -- [4] = 'anchor', -- anchor for link to relevant section on help page -- regex = gsub_regex, -- replace = gsub_table, --...

Click to read more »
Module:TaxonItalics
Jumat, 2019-11-22 02:34:59

["supersect."] = "supersect.", supersect = "supersect.", --sect. section = "sect.", ["sect."] = "sect.", sect = "sect.", --subsect....

Click to read more »
Module:Infobox military conflict
Minggu, 2022-10-23 22:22:29

combatants) :css('font-size', '90%') :css('border-top', infoboxStyle.section_border) :newline() :wikitext(self.args.notes) end if self.args...

Click to read more »
Module:Protection banner/config
Kamis, 2022-12-29 06:19:20

${TALKPAGE} - a link to the talk page. If a section is specified, links -- straight to that talk page section. -- -- ${TOOLTIPBLURB} - uses the PAGETYPE...

Click to read more »
Module:Lang/sandbox
Minggu, 2022-10-23 22:19:28

error detected) or nil. see http://www.rfc-editor.org/rfc/bcp/bcp47.txt section 2.1 ]] local function get_ietf_parts (source, args_script, args_region...

Click to read more »
Module:Lang
Minggu, 2022-10-23 22:19:23

error detected) or nil. see http://www.rfc-editor.org/rfc/bcp/bcp47.txt section 2.1 ]] local function get_ietf_parts (source, args_script, args_region...

Click to read more »
Module:Citation/CS1/Configuration
Kamis, 2020-10-15 03:34:35

(published $1)', ['retrieved'] = 'Retrieved $1', ['season'] = 'Saison $1', ['section'] = '§ $1', ['sections'] = '§§ $1', ['series'] = '$1 $2', ...

Click to read more »
Module:SportsRankings/data/World Football Elo Ratings
Jumat, 2023-07-28 01:14:52

day = 17, month = 'Julie', year = 2023 } -- see "Generating code" section on doc page for how to update the rankings data.rankings = { { 'Argentina'...

Click to read more »
Module:Labels/data/topical
Minggu, 2020-11-01 13:17:21

two sections: topical labels and labels for set-type categories. -- Each section is sorted alphabetically. -- Topical labels labels["accounting"] = {...

Click to read more »
Module:SportsRankings/data/FIFA World Rankings
Jumat, 2023-07-28 01:15:10

{ day = 29, month = 'Juin', year =2023 } -- see "Generating code" section on doc page for how to update the rankings data.rankings = { ...

Click to read more »
Module:La-verb
Senin, 2020-04-27 08:06:58

"ō", } end if rfind(base, "[uv]end$") then -- Per Lane's grammar section 899: "Verbs in -ere and -īre often have -- -undus, when not preceded...

Click to read more »
Module:Ru-noun
Senin, 2020-04-27 08:11:12

built-in notes. We need to handle those notes with an "internal_notes" section similar to what is used in the adjective module. [IMPLEMENTED. NEED...

Click to read more »
Module:Routemap
Senin, 2018-05-07 01:03:44

"Missing parameter!", ["collapsible-block-not-closed"] = "Collapsible section not closed properly!", ["collapsible-block-not-open"] = "Missing start-Collapsible...

Click to read more »
Module:Protection banner
Rabu, 2026-02-18 15:57:12

title.namespace].talk.name, self._protectionObj.title.text, self._args.section or 'top', self:_getExpandedMessage('talk-page-link-display') ) end ...

Click to read more »
Module:Infobox gene
Minggu, 2018-06-03 13:56:15

add a section of the infobox about genetically related diseases, with references --if (disease ~= "" and dis_ref ~= "") then --removes section from those...

Click to read more »
Module:Val/units
Minggu, 2016-05-22 02:11:59

all fields: -- Unit-code symbol-accepts-HTML-only pagename#section-OK -- -- Plus there is an optional field that goes at the end after two...

Click to read more »
Module:Navseasoncats
Jumat, 2020-01-03 10:35:20

roffset=10 for 1980, 40 for 2010, 40 for 2030 end end ** End section commented by BHG --]] end local nmindec = tonumber(mindec) --similar...

Click to read more »
Module:Citation/CS1/Identifiers
Kamis, 2020-10-15 01:12:54

http://www.ismn-international.org/download/Web_ISMN_Users_Manual_2008-6.pdf section 2, pages 9–12. ]] local function ismn (id) local handler = cfg.id_handlers['ISMN'];...

Click to read more »
Module:Wd
Rabu, 2020-07-08 09:39:07

retrieved = "P813", referenceURL = "P854", sectionVerseOrParagraph = "P958", archiveURL = "P1065", title ...

Click to read more »
Module:College color/data
Rabu, 2017-04-26 07:26:16

|url=http://www.valdosta.edu/administration/creative-services/documents/section-3.pdf |title=VSU Of cial Name Usage, Colors & Typography |accessdate=2016-09-08}}"}...

Click to read more »