Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
पमुख पत्त Pamukha patta
मन्तन ठान Mantana ṭhāna
नूतन विपरिणामेति Nūtana vipariṇāmeti
अनियता पत्त Aniyatā patta
अवस्सय Avassaya
अन्वेसना
खोज
Appearance
ददाति Dadāti
Create account
Log in
Personal tools
ददाति Dadāti
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Module:NUMBEROFSECTIONS
Add languages
Module
सम्भासनं
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Upload file
Page information
Get shortened URL
Download QR code
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
local p = {} -- Unescape functionality grabbed from https://stackoverflow.com/a/14899740/1832568 local function unescape(str) str = string.gsub(str, '&#(%d+);', string.char) str = string.gsub(str, '&#x(%d+);', function(n) return string.char(tonumber(n, 16)) end) return str end -- Counting function accepting a string haystack and table of needles local function count(haystack, needles) local number = 0 -- While we have needles to look for for index, needle in ipairs(needles) do -- find them all in our haystack for m in string.gmatch(haystack, needle) do number = number + 1 end end return number end -- Function takes any number of # delimited page names and section level numbers function p.main(frame) local total = 0 local needles = {} local haystack = '' -- Separate page names from # delimited string into table local pages = mw.text.split(unescape(frame.args[1]), '%s?#%s?') -- Separate whitespace delimited section level numbers into table local levels = mw.text.split(frame.args['level'], '%s*') -- Iterate through levels for level in mw.text.gsplit(table.concat(levels), '') do -- and add the level needle to needles needles[#needles + 1] = '\n'..string.rep('=', tonumber(level))..'[^=]' end -- For each page name in pages for index, page in ipairs(pages) do -- create a haystack to search from the page content haystack = mw.title.new(page):getContent() -- If we've requested the content of a legitimate page if haystack then --[[ pass the raw markup and needles to count and add the return to total ]] total = total + count('\n' .. haystack, needles) end end --[[ then return how many sections of the required level are in all the pages passed ]] return total end return p
Summary:
By saving changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Preview page with this template
Wikidata entities used in this page
Module:NUMBEROFSECTIONS
: Sitelink, Description: en
Templates used on this page:
पटिरूप:Imported from English Wikipedia without documentation
(
edit
)
पटिरूप:Str rightc
(
edit
)
Module:NUMBEROFSECTIONS/doc
(
edit
)
Module:No globals
(
edit
)
Module:Ustring
(
edit
)
अन्वेसना
खोज
Editing
Module:NUMBEROFSECTIONS
Add languages
Add topic