wikiparser-node 1.34.0 → 1.35.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.md +29 -28
  2. package/bundle/bundle-es8.min.js +29 -29
  3. package/bundle/bundle-lsp.min.js +34 -34
  4. package/bundle/bundle.min.js +24 -24
  5. package/config/default.json +4 -0
  6. package/config/enwiki.json +3 -0
  7. package/config/jawiki.json +3 -0
  8. package/config/minimum.json +1 -0
  9. package/config/zhwiki.json +3 -0
  10. package/coverage/badge.svg +1 -1
  11. package/data/signatures.json +13 -0
  12. package/dist/addon/attribute.js +13 -12
  13. package/dist/addon/link.js +3 -3
  14. package/dist/addon/token.js +4 -4
  15. package/dist/addon/transclude.js +8 -8
  16. package/dist/base.d.mts +3 -1
  17. package/dist/base.d.ts +3 -1
  18. package/dist/bin/config.js +4 -4
  19. package/dist/index.js +21 -13
  20. package/dist/lib/document.js +14 -12
  21. package/dist/lib/element.d.ts +2 -1
  22. package/dist/lib/element.js +17 -13
  23. package/dist/lib/lintConfig.js +7 -6
  24. package/dist/lib/lsp.js +10 -8
  25. package/dist/lib/node.js +8 -6
  26. package/dist/lib/range.js +17 -13
  27. package/dist/lib/ranges.js +25 -26
  28. package/dist/lib/text.js +14 -13
  29. package/dist/lib/title.js +7 -6
  30. package/dist/parser/braces.js +5 -7
  31. package/dist/parser/hrAndDoubleUnderscore.js +2 -2
  32. package/dist/parser/list.js +1 -1
  33. package/dist/parser/magicLinks.js +3 -2
  34. package/dist/parser/selector.js +15 -15
  35. package/dist/render/html.js +4 -4
  36. package/dist/src/arg.js +4 -4
  37. package/dist/src/atom.js +1 -1
  38. package/dist/src/attribute.js +6 -5
  39. package/dist/src/attributes.js +10 -7
  40. package/dist/src/converter.js +4 -4
  41. package/dist/src/converterRule.js +2 -2
  42. package/dist/src/heading.js +2 -2
  43. package/dist/src/imageParameter.js +12 -3
  44. package/dist/src/index.js +15 -10
  45. package/dist/src/link/base.js +10 -7
  46. package/dist/src/link/category.js +3 -3
  47. package/dist/src/link/file.js +6 -5
  48. package/dist/src/link/index.js +5 -3
  49. package/dist/src/multiLine/gallery.js +2 -2
  50. package/dist/src/nowiki/comment.js +4 -3
  51. package/dist/src/nowiki/doubleUnderscore.js +1 -1
  52. package/dist/src/nowiki/index.js +8 -8
  53. package/dist/src/nowiki/listBase.js +2 -2
  54. package/dist/src/nowiki/noinclude.js +2 -2
  55. package/dist/src/nowiki/quote.js +3 -3
  56. package/dist/src/onlyinclude.js +1 -1
  57. package/dist/src/parameter.js +2 -2
  58. package/dist/src/table/index.js +9 -8
  59. package/dist/src/table/td.js +5 -5
  60. package/dist/src/table/trBase.js +4 -4
  61. package/dist/src/tag/html.js +9 -9
  62. package/dist/src/tag/index.js +6 -5
  63. package/dist/src/tag/tvar.js +4 -3
  64. package/dist/src/tagPair/index.js +6 -4
  65. package/dist/src/transclude.js +3 -3
  66. package/dist/util/debug.js +3 -2
  67. package/dist/util/diff.js +11 -6
  68. package/dist/util/selector.js +1 -1
  69. package/dist/util/string.js +2 -2
  70. package/extensions/dist/base.js +14 -3
  71. package/extensions/dist/codejar.js +1 -1
  72. package/extensions/dist/lsp.js +3 -0
  73. package/extensions/typings.d.ts +1 -0
  74. package/package.json +29 -29
  75. package/logo.png +0 -0
@@ -1,40 +1,40 @@
1
- "use strict";(()=>{var Vu=Object.defineProperty;var Tr=e=>{throw TypeError(e)};var Qu=(e,t,i)=>t in e?Vu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i;var Ju=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var je=(e,t,i)=>Qu(e,typeof t!="symbol"?t+"":t,i),ns=(e,t,i)=>t.has(e)||Tr("Cannot "+i);var b=(e,t,i)=>(ns(e,t,"read from private field"),i?i.call(e):t.get(e)),j=(e,t,i)=>t.has(e)?Tr("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,i),E=(e,t,i,n)=>(ns(e,t,"write to private field"),n?n.call(e,i):t.set(e,i),i),R=(e,t,i)=>(ns(e,t,"access private method"),i);var Cr=(e,t,i,n)=>({set _(r){E(e,t,r,i)},get _(){return b(e,t,n)}});var ec=Ju((ic,Gu)=>{var qa=Object.create,gt=Object.defineProperty,Wa=Object.getOwnPropertyDescriptor,Gn=Object.getOwnPropertyNames,Xu=Object.getPrototypeOf,Ku=Object.prototype.hasOwnProperty,Ma=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e),Ot=e=>{throw TypeError(e)},Ua=(e,t,i)=>t in e?gt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,Ir=(e,t)=>gt(e,"name",{value:t,configurable:!0}),L=(e,t)=>function(){return e&&(t=(0,e[Gn(e)[0]])(e=0)),t},Vn=(e,t)=>function(){return t||(0,e[Gn(e)[0]])((t={exports:{}}).exports,t),t.exports},oe=(e,t)=>{for(var i in t)gt(e,i,{get:t[i],enumerable:!0})},za=(e,t,i,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Gn(t))!Ku.call(e,r)&&r!==i&&gt(e,r,{get:()=>t[r],enumerable:!(n=Wa(t,r))||n.enumerable});return e},Yu=(e,t,i)=>(i=e!=null?qa(Xu(e)):{},za(t||!e||!e.__esModule?gt(i,"default",{value:e,enumerable:!0}):i,e)),se=e=>za(gt({},"__esModule",{value:!0}),e),le=e=>{var t;return[,,,qa((t=e==null?void 0:e[Ma("metadata")])!=null?t:null)]},Ha=["class","method","getter","setter","accessor","field","value","get","set"],Xt=e=>e!==void 0&&typeof e!="function"?Ot("Function expected"):e,Zu=(e,t,i,n,r)=>({kind:Ha[e],name:t,metadata:n,addInitializer:s=>i._?Ot("Already initialized"):r.push(Xt(s||null))}),Qn=(e,t)=>Ua(t,Ma("metadata"),e[3]),ne=(e,t,i,n)=>{for(var r=0,s=e[t>>1],l=s&&s.length;r<l;r++)t&1?s[r].call(i):n=s[r].call(i,n);return n},re=(e,t,i,n,r,s)=>{var l,a,d,u,o,c=t&7,f=!!(t&8),m=!!(t&16),y=c>3?e.length+1:c?f?1:2:0,S=Ha[c+5],$=c>3&&(e[y-1]=[]),_=e[y]||(e[y]=[]),T=c&&(!m&&!f&&(r=r.prototype),c<5&&(c>3||!m)&&Wa(c<4?r:{get[i](){return xe(this,s)},set[i](h){return Ne(this,s,h)}},i));c?m&&c<4&&Ir(s,(c>2?"set ":c>1?"get ":"")+i):Ir(r,i);for(var g=n.length-1;g>=0;g--)u=Zu(c,i,d={},e[3],_),c&&(u.static=f,u.private=m,o=u.access={has:m?h=>td(r,h):h=>i in h},c^3&&(o.get=m?h=>(c^1?xe:$n)(h,r,c^4?s:T.get):h=>h[i]),c>2&&(o.set=m?(h,x)=>Ne(h,r,x,c^4?s:T.set):(h,x)=>h[i]=x)),a=(0,n[g])(c?c<4?m?s:T[S]:c>4?void 0:{get:T.get,set:T.set}:r,u),d._=1,c^4||a===void 0?Xt(a)&&(c>4?$.unshift(a):c?m?s=a:T[S]=a:r=a):typeof a!="object"||a===null?Ot("Object expected"):(Xt(l=a.get)&&(T.get=l),Xt(l=a.set)&&(T.set=l),Xt(l=a.init)&&$.unshift(l));return c||Qn(e,r),T&&gt(r,i,T),m?c^4?s:T:r},ed=(e,t,i)=>Ua(e,typeof t!="symbol"?t+"":t,i),Jn=(e,t,i)=>t.has(e)||Ot("Cannot "+i),td=(e,t)=>Object(t)!==t?Ot('Cannot use the "in" operator on this value'):e.has(t),xe=(e,t,i)=>(Jn(e,t,"read from private field"),i?i.call(e):t.get(e)),Ye=(e,t,i)=>t.has(e)?Ot("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,i),Ne=(e,t,i,n)=>(Jn(e,t,"write to private field"),n?n.call(e,i):t.set(e,i),i),$n=(e,t,i)=>(Jn(e,t,"access private method"),i),id=(e,t,i,n)=>({set _(r){Ne(e,t,r,i)},get _(){return xe(e,t,n)}}),Da,gi,Xn=L({"base.ts"(){"use strict";Da=(()=>{const e={redirect:1,onlyinclude:1,noinclude:1,include:1,comment:1,ext:1,arg:2,"magic-word":2,template:2,heading:2,html:3,table:4,hr:5,"double-underscore":5,link:6,category:6,file:6,quote:7,"ext-link":8,"free-ext-link":9,"magic-link":9,list:10,dd:10,converter:11};return Object.setPrototypeOf(e,null),e})(),gi=(()=>{const e=["arg-in-ext","bold-header","format-leakage","fostered-content","h1","illegal-attr","insecure-style","invalid-gallery","invalid-imagemap","invalid-invoke","invalid-isbn","invalid-json","invalid-url","lonely-apos","lonely-bracket","lonely-http","nested-link","no-arg","no-duplicate","no-ignored","obsolete-attr","obsolete-tag","parsing-order","pipe-like","syntax-like","table-layout","tag-like","unbalanced-header","unclosed-comment","unclosed-quote","unclosed-table","unescaped","unknown-page","unmatched-tag","unterminated-url","url-encoding","var-anchor","void-ext"];return Object.freeze(e),e})()}});function Pe(e,t,i){return i===1?e.replace(/\0(\d+)g\x7F/gu,(n,r)=>Pe(String(t[r]),t,2)):i===2?e.replace(/\0(\d+)n\x7F/gu,(n,r)=>String(t[r])):e.replace(/\0(\d+)\x7F/gu,(n,r)=>t[r])}var et,rs,Ft,Et,jt,bt,ci,Te,pt,Nr,Lr,Ai,pi,Ga,Fr,Er,fi,Rt,ve=L({"util/string.ts"(){"use strict";et=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,rs=String.raw`[^[\]<>"\0-\x1F\x7F${et}\uFFFD]`,Ft=String.raw`(?:\[[\da-f:.]+\]|${rs})`,Et=String.raw`(?:${rs}|\0\d+[cn!~]\x7F)*`,jt=e=>e.trim().toLowerCase(),bt=(e,t)=>i=>i.replace(e,t),ci=bt(/[\0\x7F]|\r$/gmu,""),Te=bt(/\0\d+[cn]\x7F/gu,""),pt=(e,t="")=>e.map(i=>typeof i=="string"?i:i.text()).join(t),Nr={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},Lr=bt(/&(?:#(\d+|[Xx][\da-fA-F]+)|([lg]t|[LG]T|[lr]brac[ke]|nbsp|amp|AMP|quot|QUOT));/gu,(e,t,i)=>t?String.fromCodePoint(+((/^x/iu.test(t)?"0":"")+t)):Nr[i.toLowerCase()]),pi=e=>(Ai!=null||(Ai=Lr),Ai(e)),Ga=bt(/&#(\d+|x[\da-f]+);/giu,(e,t)=>String.fromCodePoint(+((/^x/iu.test(t)?"0":"")+t))),Fr={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},Er=(e=/[&<>"{}[\]|]/gu)=>bt(e,t=>`&${Fr[t]};`),fi=Er(/[&<>]/gu),Rt=(e,t={})=>{const{pre:i="",post:n="",sep:r=""}=t;return i+e.map(s=>s.print()).join(r)+n}}}),sd=Vn({"i18n/en.json"(e,t){t.exports={"argument-in-ext":"template argument inside an extension tag","attributes-of-closing-tag":"attributes of a closing tag","bold-apostrophes":"bold apostrophes","bold-in-header":"bold text in a section header",close:null,"closing-and-self-closing":"tag that is both closing and self-closing",comment:null,"conflicting-image-parameter":"conflicting image $1 parameter","content-outside-table":"content to be moved outside the table",decode:null,delink:null,"duplicate-attribute":"duplicate $1 attribute","duplicate-category":"duplicate category","duplicate-id":"duplicate HTML id","duplicate-image-parameter":"duplicate image $1 parameter","duplicate-parameter":"duplicate template parameter",encode:null,escape:null,expand:null,"ext-in-html":"extension tag in HTML tag attributes",frame:null,"full-width-punctuation":"full-width punctuation","header-in-html":"section header in HTML tag attributes","header-like":"header-like syntax in plain text","horizontal-alignment":null,"html-in-table":"HTML tag in table attributes","illegal-attribute-name":"invalid attribute name","illegal-attribute-value":"invalid attribute value","illegal-module":"invalid Scribunto module name","imagemap-without-image":"<imagemap> without an image","in-url":"$1 in URL","inconsistent-table":"inconsistent table layout","insecure-style":"insecure style","invalid-attribute":"element containing an invalid attribute name","invalid-category":"invalid category name","invalid-content":"invalid content in <$1>","invalid-conversion-flag":"invalid conversion flag","invalid-gallery":"invalid gallery image","invalid-gallery-link":"invalid link in gallery image","invalid-image-parameter":"invalid image parameter","invalid-imagemap-link":"invalid link in <imagemap>","invalid-isbn":"invalid ISBN","invalid-parameter":"invalid parameter of <$1>","invalid-self-closing":"invalid self-closing tag","invalid-thumb":"invalid thumbnail filename","invalid-url":"invalid URL","invisible-triple-braces":"invisible content inside triple braces","italic-apostrophes":"italic apostrophes","left-bracket":"opening bracket","link-in-extlink":"internal link in an external link",lonely:'lonely "$1"',"missing-extension":"missing file extension","missing-function":"missing Scribunto module function name",newline:null,"no-self-closing":"no self-closing","nonzero-tabindex":"nonzero tabindex","nothing-in":"nothing should be in <$1>","obsolete-attribute":"obsolete attribute","obsolete-tag":"obsolete HTML tag",open:null,prefix:null,"pipe-in-link":'additional "|" in the link text',"pipe-in-table":'additional "|" in a table cell',"redirect-like":"redirect-like syntax in a list item","ref-in-link":"<ref> in an internal or external link",remove:null,"template-in-link":"template in an internal link target","unbalanced-in-section-header":"unbalanced $1 in a section header",unclosed:"unclosed $1","unclosed-comment":"unclosed HTML comment","unclosed-quotes":"unclosed quotes","unclosed-table":"unclosed table","unclosed-tag":"unclosed tag","unescaped-query":"unescaped query string in an anonymous parameter","unexpected-argument":"unexpected template argument","unmatched-closing":"unmatched closing tag","unnecessary-encoding":"unnecessary percent-encoding in an internal link",uppercase:null,"useless-attribute":"useless attribute","useless-fragment":"useless fragment","useless-link-text":"useless link text","variable-anchor":"variable anchor in a section header","vertical-alignment":null,whitespace:null}}}),nd=Vn({"config/minimum.json"(e,t){t.exports={ext:[],html:[["b","bdi","del","i","ins","u","font","big","small","sub","sup","h1","h2","h3","h4","h5","h6","cite","code","em","s","strike","strong","tt","var","div","center","blockquote","ol","ul","dl","table","caption","pre","ruby","rb","rp","rt","rtc","p","span","abbr","dfn","kbd","samp","data","time","mark","tr","td","th","q","bdo"],["li","dt","dd"],["br","wbr","hr","meta","link"]],namespaces:{0:"",6:"File",10:"Template",14:"Category",828:"Module"},nsid:{"":0,file:6,template:10,category:14,module:828},functionHook:["msgnw"],variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{msgnw:"msgnw",pageid:"pageid",articlepath:"articlepath",server:"server",servername:"servername",scriptpath:"scriptpath",stylepath:"stylepath","#language":"language","#special":"special","#speciale":"speciale","#tag":"tag","#formatdate":"formatdate","#dateformat":"formatdate","#invoke":"invoke","#while":"while","#dowhile":"dowhile","#loop":"loop","#forargs":"forargs","#fornumargs":"fornumargs","#if":"if","#ifeq":"ifeq","#switch":"switch","#ifexist":"ifexist","#ifexpr":"ifexpr","#iferror":"iferror","#time":"time","#timel":"timel","#expr":"expr","#rel2abs":"rel2abs","#titleparts":"titleparts","#categorytree":"categorytree","#urldecode":"urldecode","#choose":"choose","#var":"var","#varexists":"varexists","#var_final":"var_final","#vardefine":"vardefine","#vardefineecho":"vardefineecho","#widget":"widget","#related":"related","#regex":"regex","#regex_var":"regex_var","#regexquote":"regexquote","#regexall":"regexall","#len":"len","#pos":"pos","#rpos":"rpos","#sub":"sub","#count":"count","#rmatch":"rmatch","#rreplace":"rreplace","#replace":"replace","#rsplit":"rsplit","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#translation":"translation","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"lst","#section-x":"lstx","#section-h":"lsth","#statements":"statements","#useliquidthreads":"useliquidthreads","#lqtpagelimit":"lqtpagelimit","#avatar":"avatar","#img":"img","#chart":"chart"},{"!":"!","=":"=","#FORMAL":"formal","#bcp47":"bcp47","#dir":"dir","#interwikilink":"interwikilink","#interlanguagelink":"interlanguagelink","#contentmodel":"contentmodel","#timef":"timef","#timefl":"timefl"},["msg","raw"],["subst","safesubst"]],doubleUnderscore:[[],[]],protocol:"bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|matrix:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|wikipedia://|worldwind://|xmpp:",interwiki:[],img:{},redirection:["#redirect"],variants:[]}}}),$e,Va,Qa,Di,_n,Ue=L({"util/constants.ts"(){"use strict";$e=11,Va=sd(),Qa=new Set(["alt","link","lang","page","caption"]),Di=new Set(["tiff","tif","png","gif","jpg","jpeg","webp","xcf","pdf","svg","djvu"]),_n=nd()}});function ct(e){const t=new Map,i=new WeakMap;return n=>{const r=typeof n=="string"?t:i;if(r.has(n)){const l=r.get(n);return l.lastIndex=0,l}const s=e(n);return r.set(n,s),s}}var mi,Ja,jr,Xa,qi,$i,Rr,Ka,Ve=L({"../common/dist/index.mjs"(){"use strict";mi=e=>decodeURIComponent(e.replace(/%(?![\da-f]{2})/giu,"%25")),Ja=e=>Math.round(e*255).toString(16).padStart(2,"0"),jr=(()=>{const e=String.raw`#(?:[\da-f]{3,4}|(?:[\da-f]{2}){3,4})(?![\p{L}\p{N}_])`,t=String.raw`(?:\d*\.)?\d+%?`,i=String.raw`(?:\d*\.)?\d+(?:deg|grad|rad|turn)?`,n=String.raw`rgba?\(\s*(?:${String.raw`${new Array(3).fill(t).join(String.raw`\s+`)}(?:\s*\/\s*${t})?`}|${String.raw`${new Array(3).fill(t).join(String.raw`\s*,\s*`)}(?:\s*,\s*${t})?`})\s*\)`,r=String.raw`hsla?\(\s*(?:${String.raw`${i}\s+${t}\s+${t}(?:\s*\/\s*${t})?`}|${String.raw`${i}${String.raw`\s*,\s*(?:\d*\.)?\d+%`.repeat(2)}(?:\s*,\s*${t})?`})\s*\)`;return{full:new RegExp(String.raw`(^|[^\p{L}\p{N}_])(${e}|${n}|${r})`,"giu"),rgb:new RegExp(String.raw`(^|[^\p{L}\p{N}_])(${e}|${n})`,"giu")}})(),Xa=(e,t=!0)=>{const i=[],n=jr[t?"full":"rgb"];n.lastIndex=0;let r=n.exec(e),s=0;for(;r;){const l=r.index+r[1].length;l>s&&i.push([e.slice(s,l),s,l,!1]),{lastIndex:s}=n,i.push([r[2],l,s,e[l-1]!=="&"||!/^#\d+$/u.test(r[2])]),r=n.exec(e)}return e.length>s&&i.push([e.slice(s),s,e.length,!1]),i},qi=e=>{const t=[];let i=0;for(const n of e.split(`
2
- `)){const r=i+n.length;t.push([n,i,r]),i=r+1}return t},$i=e=>e&&Number(e[1]),Rr=(e,t)=>{var n;let i;for(const r of t){const{line:s,column:l,position:a}=r;a==null?s?(i!=null||(i=qi(e)),(n=r.column)!=null||(r.column=1),r.position=i[s-1][1]+(r.column-1)):(r.position=0,r.line=1,r.column=1):(!s||!l)&&(i!=null||(i=qi(e)),r.line=i.findIndex(([,,d])=>a<=d)+1,r.column=a-i[r.line-1][1]+1)}return t},Ka=(e,t)=>{if(t||e.trim())try{JSON.parse(e)}catch(i){const{message:n}=i,r=$i(/\bline (\d+)/u.exec(n)),s=$i(/\bcolumn (\d+)/u.exec(n)),l=$i(/\bposition (\d+)/u.exec(n));return Rr(e,[{message:n,line:r,column:s,position:l,severity:"error"}])}return[]}}}),fe,ye=L({"lib/rect.ts"(){"use strict";var e,t,i,n,Tn,s;fe=(s=class{constructor(l,a){j(this,n);j(this,e);j(this,t);j(this,i);E(this,e,l),E(this,t,a)}get start(){return b(this,t)}get top(){return R(this,n,Tn).call(this).top}get left(){return R(this,n,Tn).call(this).left}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n=new WeakSet,Tn=function(){var l;return(l=b(this,i))!=null||E(this,i,b(this,e).getRootNode().posFromIndex(b(this,t))),b(this,i)},s)}}),Pr,Or,hi,xi,ls,Y,G,qe,Ji,ee,Kn,tt,Yn,Zn,er,vi,Pt,tr,ht,ir,Q=L({"util/lint.ts"(){"use strict";Ve(),Ie(),ye(),D(),Pr=new Set(["tr","td","th","caption"]),Or=new Set(["Template:!!","Template:!-"]),hi=e=>{const t=e.childNodes.find(i=>i.text().trim());if(!t||t.type==="text"&&t.data.trim().startsWith("!")||t.is("magic-word")&&t.name==="!"||t.is("template")&&Or.has(t.name)||t.is("html")&&Pr.has(t.name))return!1;if(t.is("arg"))return t.length>1&&hi(t.childNodes[1]);if(t.is("magic-word"))try{const i=t.getPossibleValues().map(hi);return i.includes(2)?2:i.includes(1)&&1}catch{}return t.is("template")||t.is("magic-word")&&t.name==="invoke"?1:2},xi=(e,t,i,n)=>({line:e+i-1,character:(i===1?t:0)+n}),ls=e=>(t,i,n,r,s="error")=>{const{start:l}=i,{top:a,left:d}=i instanceof fe?i:new fe(t,l),{offsetHeight:u,offsetWidth:o}=t,{startIndex:c,startLine:f,startCol:m}=e(t,l,a,d),{line:y,character:S}=xi(f,m,u,o);return{rule:n,message:F.msg(r),severity:s,startIndex:c,endIndex:c+t.toString().length,startLine:f,endLine:y,startCol:m,endCol:S}},Y=ls((e,t,i,n)=>{const r=e.getRelativeIndex(),{top:s,left:l}=e.parentNode.posFromIndex(r);return{startIndex:t+r,startLine:i+s,startCol:s?l:n+l}}),G=ls((e,t,i,n)=>({startIndex:t,startLine:i,startCol:n})),qe=(e,t,i,n=0)=>({desc:F.msg(t),range:[e.startIndex+n,e.endIndex],text:i}),Ji=(e,t,i)=>({desc:F.msg(t),range:[e,e],text:i}),ee=(e,t=0,i="")=>typeof e=="number"?{desc:F.msg("remove"),range:[e,e+t],text:i}:qe(e,"remove",i,t),Kn=(e,t)=>qe(e,"decode",mi(t.text().replace(/%(?=21|3[ce]|5[bd]|7[b-d])/giu,"%25"))),tt=(e,t,i=0)=>({desc:F.msg("close"),range:[e+i,e],text:t}),Yn=e=>({desc:F.msg("open"),range:[e+1,e+2],text:""}),Zn=(e,t)=>qe(e,"comment",`<!--${t}-->`),er=(e,t)=>qe(e,"uppercase",t.toUpperCase()),vi=(e,t=0)=>({desc:F.msg("whitespace"),range:[e,e+t],text:" "}),Pt=(e,t,i=1)=>({desc:F.msg("escape"),range:[e,e+i],text:t.repeat(i)}),tr=(e,t)=>({desc:F.msg("escape"),range:[e,e+t.length],text:t.replace(/\|/gu,"&#124;")}),ht=(e,t,i,n)=>{if(e&&(n||F.viewOnly&&e[0]===pe.rev))return e[1];const r=t();return(n||F.viewOnly)&&i([pe.rev,r]),r},ir=(e,t)=>e==="ol"&&t==="type"?["1","a","A","i","I"]:e==="th"&&t==="scope"?["row","col","rowgroup","colgroup"]:t==="dir"?["ltr","rtl","auto"]:t==="aria-hidden"?["true","false"]:[]}}),Br,sr,Ya=L({"util/selector.ts"(){"use strict";Br=e=>{if(e.includes("#")){const t=e.indexOf("#"),i=e.slice(0,t),n=e.slice(t+1);return(r,s)=>(t===0||r===i)&&s===n}return t=>t===e},sr=(e,t,i)=>{if(e=e.trim(),!e)return(()=>!0);const n=e.split(",").map(r=>r.trim()).filter(r=>r!=="").map(Br);return(({type:r,name:s})=>n.some(l=>l(r,s)))}}}),rd=Vn({"../node_modules/binary-search/index.js"(e,t){t.exports=function(i,n,r,s,l){var a,d;if(s===void 0)s=0;else if(s=s|0,s<0||s>=i.length)throw new RangeError("invalid lower bound");if(l===void 0)l=i.length-1;else if(l=l|0,l<s||l>=i.length)throw new RangeError("invalid upper bound");for(;s<=l;)if(a=s+(l-s>>>1),d=+r(i[a],n,a,i),d<0)s=a+1;else if(d>0)l=a-1;else return a;return~s}}}),qr,Za,ld=L({"util/search.ts"(){"use strict";qr=Yu(rd()),Za=(e,t,i)=>{const n=(0,qr.default)(e,t,i);return n<0?~n:n}}}),Xi,nr=L({"mixin/cached.ts"(){"use strict";Q(),Xi=(e=!0)=>t=>{const i=new WeakMap;return function(...n){return ht(i.get(this),()=>t.apply(this,n),r=>{i.set(this,r)},e)}}}}),eo,ad=L({"mixin/nodeLike.ts"(){"use strict";eo=e=>{class t extends e{get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get offsetHeight(){return this.getDimension().height}get offsetWidth(){return this.getDimension().width}}return t}}}),Wr,Mr,_i,Wt,Mt,Ti,Ut,zt,Ht,lt,to=L({"lib/node.ts"(){"use strict";Ve(),ld(),Q(),Ie(),nr(),ad(),D(),Mr=[eo],Wr=[Xi(!1)],lt=class{constructor(){ne(Ht,5,this),ed(this,"childNodes",[]),Ye(this,_i),Ye(this,Wt),Ye(this,Mt),Ye(this,Ti),Ye(this,Ut),Ye(this,zt,{})}get parentNode(){return xe(this,_i)}get nextSibling(){return xe(this,Wt)}get previousSibling(){return xe(this,Mt)}getChildNodes(){const{childNodes:e}=this;return Object.isFrozen(e)?[...e]:e}getAttribute(e){return e==="padding"?0:this[e]}setAttribute(e,t){switch(e){case"parentNode":Ne(this,_i,t),t||(Ne(this,Wt,void 0),Ne(this,Mt,void 0));break;case"nextSibling":Ne(this,Wt,t);break;case"previousSibling":Ne(this,Mt,t);break;case"aIndex":F.viewOnly&&Ne(this,Ut,[pe.rev,t]);break;default:this[e]=t}}getRootNode(){return ht(xe(this,Ti),()=>{var e,t;return(t=(e=this.parentNode)==null?void 0:e.getRootNode())!=null?t:this},e=>{const[,t]=e;t.type==="root"&&Ne(this,Ti,e)})}indexFromPos(e,t){{if(e<0||t<0)return;const i=this.getLines();if(e>=i.length)return;const[,n,r]=i[e],s=n+t;return s>r?void 0:s}}posFromIndex(e){{const{length:t}=String(this);if(e+=e<0?t:0,e>=0&&e<=t){const i=this.getLines(),n=Za(i,e,([,,r],s)=>r-s);return{top:n,left:e-i[n][1]}}return}}getDimension(){{const e=this.getLines(),t=e[e.length-1];return{height:e.length,width:t[2]-t[1]}}}getGaps(e){return 0}getRelativeIndex(e){if(e===void 0){const{parentNode:t}=this;return t?t.getRelativeIndex(t.childNodes.indexOf(this)):0}return ht(xe(this,zt)[e],()=>{const{childNodes:t}=this,i=e+(e<0?t.length:0);let n=this.getAttribute("padding");for(let r=0;r<i;r++)F.viewOnly&&(xe(this,zt)[r]=[pe.rev,n]),n+=t[r].toString().length+this.getGaps(r);return n},t=>{xe(this,zt)[e]=t})}getAbsoluteIndex(){return ht(xe(this,Ut),()=>{const{parentNode:e}=this;return e?e.getAbsoluteIndex()+this.getRelativeIndex():0},e=>{Ne(this,Ut,e)})}getBoundingClientRect(){return{...this.getDimension(),...this.getRootNode().posFromIndex(this.getAbsoluteIndex())}}is(e){return this.type===e}getLines(){return qi(String(this))}seal(e,t){{if(F.internal)return;const i=!t&&!!this[e];i||Object.defineProperty(this,e,{enumerable:i,configurable:!0})}}lspError(e){throw new Error(`${e} method is only available in the LSP version!`)}},Ht=le(null),_i=new WeakMap,Wt=new WeakMap,Mt=new WeakMap,Ti=new WeakMap,Ut=new WeakMap,zt=new WeakMap,re(Ht,1,"getLines",Wr,lt),lt=re(Ht,0,"AstNode",Mr,lt),ne(Ht,1,lt)}}),io,od=L({"mixin/elementLike.ts"(){"use strict";Ya(),io=e=>{var t,Cn;{class n extends e{constructor(){super(...arguments);j(this,t)}getElementBy(l){const a=[...this.childNodes].reverse();for(;a.length>0;){const d=a.pop(),{type:u,childNodes:o}=d;if(u!=="text"){if(l(d))return d;for(let c=o.length-1;c>=0;c--)a.push(o[c])}}}querySelector(l){return this.getElementBy(R(this,t,Cn).call(this,l))}getElementsBy(l){const a=[...this.childNodes].reverse(),d=[];for(;a.length>0;){const u=a.pop(),{type:o,childNodes:c}=u;if(o!=="text"){l(u)&&d.push(u);for(let f=c.length-1;f>=0;f--)a.push(c[f])}}return d}querySelectorAll(l){return this.getElementsBy(R(this,t,Cn).call(this,l))}escape(){for(const l of this.childNodes)l.escape()}}return t=new WeakSet,Cn=function(l){return sr(l,this)},n}}}}),Ur,as,zr,Kt,ud=L({"lib/element.ts"(){"use strict";ve(),Ie(),Ya(),to(),od(),Ur=[io],Kt=class extends(zr=lt){get length(){return this.childNodes.length}text(e){return pt(this.childNodes,e)}removeAt(e){return yi(this,e,1)[0]}insertAt(e,t=this.length){return yi(this,t,0,[e]),e}closest(e){const t=sr(e,this);let{parentNode:i}=this;for(;i;){if(t(i))return i;({parentNode:i}=i)}}isInside(e){var t;return((t=this.closest(`${e},ext`))==null?void 0:t.type)===e}append(...e){this.safeAppend(e)}safeAppend(e){for(const t of e)this.insertAt(t)}safeReplaceChildren(e){for(let t=this.length-1;t>=0;t--)this.removeAt(t);this.safeAppend([...e])}setText(e,t=0){t+=t<0?this.length:0;const i=this.childNodes[t],{data:n}=i;return i.replaceData(e),n}toString(e,t=""){return this.childNodes.map(i=>i.toString(e)).join(t)}caretPositionFromIndex(e){{if(e===void 0)return;const{length:t}=this.toString();if(e>t||e<-t)return;e+=e<0?t:0;let i=this,n=0,r=0;for(;i.type!=="text";){const{childNodes:s}=i;n+=i.getAttribute("padding");for(let l=0;n<=e&&l<s.length;l++){const a=s[l],{nextSibling:d}=a,u=a.toString(),o=u.length;if(a.setAttribute("aIndex",n),n+=o,n>e||n===e&&o>0&&(!d||d.type==="text"||a.type!=="text"&&(u.trim()||!d.toString().trim()))){i=a,n-=o,r=n;break}n+=i.getGaps(l)}if(i.childNodes===s)return{offsetNode:i,offset:e-r}}return{offsetNode:i,offset:e-r}}this.lspError("AstElement.caretPositionFromIndex")}elementFromIndex(e){var t;{const i=(t=this.caretPositionFromIndex(e))==null?void 0:t.offsetNode;return(i==null?void 0:i.type)==="text"?i.parentNode:i}this.lspError("AstElement.elementFromIndex")}elementFromPoint(e,t){return this.elementFromIndex(this.indexFromPos(t,e))}lint(e=this.getAbsoluteIndex(),t){{const i=[];for(let n=0,r=e+this.getAttribute("padding");n<this.length;n++){const s=this.childNodes[n];s.setAttribute("aIndex",r);const l=s.lint(r,t);l.length>0&&Array.prototype.push.apply(i,l),r+=s.toString().length+this.getGaps(n)}return i}}print(e={}){{const t=e.class;return this.toString()?(t===""?"":`<span class="wpb-${t!=null?t:this.type}${this.getAttribute("invalid")?" wpb-invalid":""}">`)+Rt(this.childNodes,e)+(t===""?"":"</span>"):""}}json(e,t=this.getAbsoluteIndex()){{const i={...this,type:this.type,range:[t,t+this.toString().length],childNodes:[]};for(let n=0,r=t+this.getAttribute("padding");n<this.length;n++){const s=this.childNodes[n],{length:l}=s.toString();s.setAttribute("aIndex",r),i.childNodes.push(s.type==="text"?{data:s.data,range:[r,r+l]}:s.json(void 0,r)),r+=l+this.getGaps(n)}return i}}},as=le(zr),Kt=re(as,0,"AstElement",Ur,Kt),ne(as,1,Kt)}}),wi,Ki=L({"mixin/gapped.ts"(){"use strict";wi=(e=1)=>t=>{class i extends t{getGaps(){return e}}return i}}}),Ce,Le=L({"mixin/noEscape.ts"(){"use strict";Ce=e=>{{class t extends e{escape(){}}return t}}}}),Hr,so,dd=L({"src/parameter.ts"(){"use strict";ve(),Q(),D(),V(),Hr=new RegExp(`https?://${Ft}${Et}$`,"iu"),so=class extends U{get type(){return"parameter"}get anon(){return this.firstChild.length===0}get duplicated(){var e;try{return!!((e=this.parentNode)!=null&&e.getDuplicatedArgs().some(([t])=>t===this.name))}catch{return!1}}constructor(e,t,i,n=[]){super(void 0,i,n);const r=new U(typeof e=="number"?void 0:e,i,n,{}),s=new U(t,i,n);r.type="parameter-key",r.setAttribute("stage",2),s.type="parameter-value",s.setAttribute("stage",2),this.append(r,s)}trimName(e,t=!0){const i=(typeof e=="string"?e:e.toString(!0)).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1");return this.setAttribute("name",i),i}afterBuild(){if(!this.anon){const{parentNode:e,firstChild:t}=this,i=this.trimName(t);e&&e.getArgs(i,!1,!1).add(this)}super.afterBuild()}toString(e){return this.anon?this.lastChild.toString(e):super.toString(e,"=")}text(){return this.anon?this.lastChild.text():super.text("=")}getGaps(){return this.anon?0:1}lint(e=this.getAbsoluteIndex(),t){var i;{const n=super.lint(e,t),r="unescaped",{lintConfig:s}=F,l=s.getSeverity(r);if(l){const{firstChild:a}=this,d=(i=Hr.exec(a.text()))==null?void 0:i[0];try{if(d&&new URL(d).search){const u=Y(a,{start:e},r,"unescaped-query",l);u.startIndex=u.endIndex,u.startLine=u.endLine,u.startCol=u.endCol,u.endIndex++,u.endCol++,(s.computeEditInfo||s.fix)&&(u.fix=Pt(u.startIndex,"{{=}}")),n.push(u)}}catch{}}return n}}print(){return super.print({sep:this.anon?"":"="})}json(e,t=this.getAbsoluteIndex()){{const i=super.json(void 0,t);return Object.assign(i,{anon:this.anon},this.duplicated&&{duplicated:!0}),i}}}}}),Me,ft=L({"src/atom.ts"(){"use strict";var e,t;V(),Me=(t=class extends U{constructor(n,r,s,l,a){super(n,s,l,a);j(this,e);E(this,e,r)}get type(){return b(this,e)}set type(n){E(this,e,n)}getAttribute(n){var r;return n==="invalid"?this.type==="converter-flag"&&!!((r=this.parentNode)!=null&&r.isInvalidFlag(this)):super.getAttribute(n)}},e=new WeakMap,t)}}),Ge,mt=L({"src/syntax.ts"(){"use strict";var e,t;V(),Ge=(t=class extends U{constructor(n,r,s,l,a){super(n,s,l,a);j(this,e);E(this,e,r)}get type(){return b(this,e)}lint(n=this.getAbsoluteIndex()){return super.lint(n,!1)}},e=new WeakMap,t)}}),no={};oe(no,{TranscludeToken:()=>at});var Dr,os,Gr,at,ro=L({"src/transclude.ts"(){"use strict";var e,t,i,n,r,s,Yt,lo,d;ve(),Q(),Ie(),ye(),Ki(),Le(),D(),V(),dd(),ft(),mt(),Dr=[Ce,wi()],at=(d=class extends(Gr=U){constructor(o,c,f,m=[]){var w,A;let y;const S=/^(?:\s|\0\d+[cn]\x7F)*\0(\d+)h\x7F(?:\s|\0\d+[cn]\x7F)*/u.exec(o);S&&(y=Number(S[1]),o=o.replace(`\0${y}h`,m[y].toString().replace(/^\n/u,"")));super(void 0,f,m,{});j(this,s);je(this,"modifier","");j(this,e,"template");j(this,t,":");j(this,i,!1);j(this,n,new Map);j(this,r);const{parserFunction:$,variable:_,functionHook:T}=f,g=(w=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(o))==null?void 0:w[0];if(g)this.setAttribute("modifier",g),o=o.slice(g.length);else if(o.includes(":")){const[C,...N]=o.split(":"),[B]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec((A=N[0])!=null?A:"");this.setModifier(`${C}:${B}`)&&(o=N.join(":").slice(B.length))}const h=o.search(/[::]/u),x=o[h]===":",p=h!==-1;if(p||c.length===0&&!b(this,i)){const C=p?o.slice(0,h):o,N=p&&o.slice(h+1),B=Te(C),q=p?B.slice(B.search(/\S/u))+(x?":":""):B.trim(),[,O,P]=qu(q,$),I=!("functionHook"in f)||T.includes(P),W=_.includes(P);if(p?P&&I:W){this.setAttribute("name",P),E(this,e,"magic-word"),x&&E(this,t,":");const J=new Ge(C,"magic-word-name",f,m);if(super.insertAt(J),N!==!1&&c.unshift([N]),this.name==="invoke")for(let X=0;X<2;X++){const z=c.shift();if(!z)break;const H=new Me(z.join("="),`invoke-${X?"function":"module"}`,f,m);super.insertAt(H)}}}if(this.type==="template"){const C=Te(o).trim();if(!this.normalizeTitle(C,10,{halfParsed:!0,temporary:!0}).valid)throw m.pop(),new SyntaxError("Invalid template name");const N=new Me(o,"template-name",f,m,{});super.insertAt(N)}typeof y=="number"&&(m[y]=void 0);const k=this.isTemplate();let v=1;for(let C=0;C<c.length;C++){const N=c[C];k||this.name==="switch"&&C>0||this.name==="tag"&&C>1||(N[0]=N.join("="),N.length=1),N.length===1&&(N.unshift(v),v++),this.insertAt(new so(...N,f,m))}this.seal("modifier")}get type(){return b(this,e)}get module(){return this.type==="magic-word"&&this.name==="invoke"?R(this,s,Yt).call(this).title:void 0}get function(){var o;return this.type==="magic-word"&&this.name==="invoke"?(o=this.childNodes[2])==null?void 0:o.text().trim():void 0}setModifier(o){const{parserFunction:[,,c,f]}=this.getAttribute("config"),m=Te(o).trim();if(o&&!m.endsWith(":"))return!1;const y=m.slice(0,-1).toLowerCase(),S=c.includes(y),$=f.includes(y);return(b(this,i)?S:$||!o)||(pe.running||this.length>1)&&(S||$||!o)?(this.setAttribute("modifier",o),E(this,i,S),!!o):!1}isTemplate(){return this.type==="template"||this.name==="invoke"}afterBuild(){this.modifier.includes("\0")&&this.setAttribute("modifier",this.buildFromStr(this.modifier,0)),super.afterBuild(),this.isTemplate()&&this.type==="template"&&(E(this,r,R(this,s,Yt).call(this)),this.setAttribute("name",b(this,r).title))}toString(o){const{childNodes:c,length:f,firstChild:m,modifier:y,type:S}=this;return`{{${y}${S==="magic-word"?m.toString(o)+(f===1?"":b(this,t))+c.slice(1).map($=>$.toString(o)).join("|"):super.toString(o,"|")}}}`}text(){const{childNodes:o,length:c,firstChild:f,modifier:m,type:y,name:S}=this;return y==="magic-word"&&S==="vardefine"?"":`{{${m}${y==="magic-word"?f.text()+(c===1?"":b(this,t))+pt(o.slice(1),"|"):super.text("|")}}}`}getAttribute(o){switch(o){case"padding":return this.modifier.length+2;case"title":return b(this,r);case"colon":return b(this,t);case"invalid":return this.type==="magic-word"&&this.name==="invoke"&&(this.length===2||!R(this,s,Yt).call(this).valid);default:return super.getAttribute(o)}}lint(o=this.getAbsoluteIndex(),c){{const f=super.lint(o,c);if(!this.isTemplate())return f;const{type:m,childNodes:y,length:S}=this,$=new fe(this,o),{lintConfig:_}=F,{computeEditInfo:T}=_,g=m==="magic-word";let h="no-ignored",x=_.getSeverity(h,"fragment");if(g&&!R(this,s,Yt).call(this).valid)h="invalid-invoke",x=_.getSeverity(h,"name"),x&&f.push(Y(y[1],$,h,"illegal-module",x));else if(x){const p=y[g?1:0],k=p.childNodes.findIndex(w=>w.type==="text"&&pi(w.data).includes("#")),v=p.childNodes[k];if(v){const w=Y(p,$,h,"useless-fragment",x);T&&(w.suggestions=[ee(w,p.getRelativeIndex(k)+v.data.indexOf("#"))]),f.push(w)}}if(h="invalid-invoke",x=_.getSeverity(h,"function"),x&&g&&S===2)return f.push(G(this,$,h,"missing-function",x)),f;if(h="no-duplicate",x=_.getSeverity(h,"parameter"),x){const p=this.getDuplicatedArgs().filter(([,v])=>!v[0].querySelector("ext")),k="duplicate-parameter";for(const[,v]of p)Array.prototype.push.apply(f,v.map(w=>{const A=Y(w,$,h,k,x);return T&&(A.suggestions=[ee(A,-1)]),A}))}return f}}insertAt(o,c=this.length){return super.insertAt(o,c),o.anon?R(this,s,lo).call(this,o):o.name&&this.getArgs(o.name,!1,!1).add(o),o}getAllArgs(){return this.childNodes.filter(ss("parameter"))}getAnonArgs(){return this.getAllArgs().filter(({anon:o})=>o)}getArgs(o,c,f=!0){const m=String(o).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1");let y;return b(this,n).has(m)?y=b(this,n).get(m):(y=new Set(this.getAllArgs().filter(({name:S})=>m===S)),b(this,n).set(m,y)),y}getDuplicatedArgs(){return[...b(this,n)].filter(([,{size:o}])=>o>1).map(([o,c])=>[o,[...c]])}getPossibleValues(){const{type:o,name:c,childNodes:f}=this;if(o==="template")throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!");let m,y;switch(c){case"if":case"ifexist":case"ifexpr":case"iferror":m=2;break;case"ifeq":m=3;break;case"switch":{const S=f.slice(2),$=S[S.length-1];y=[...S.filter(({anon:_})=>!_),...$!=null&&$.anon?[$]:[]].map(({lastChild:_})=>_);break}default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}y!=null||(y=f.slice(m,m+2).map(({lastChild:S})=>S));for(let S=0;S<y.length;){const{length:$,0:_}=y[S].childNodes.filter(T=>T.text().trim());if($===0)y.splice(S,1);else if($>1||!_.is("magic-word"))S++;else try{const T=_.getPossibleValues();Array.prototype.splice.apply(y,[S,1,...T]),S+=T.length}catch{S++}}return y}print(){{const{childNodes:o,length:c,firstChild:f,modifier:m,type:y}=this;return`<span class="wpb-${y}${this.getAttribute("invalid")?" wpb-invalid":""}">{{${y==="magic-word"?fi(m)+f.print()+(c===1?"":b(this,t))+Rt(o.slice(1),{sep:"|"}):(m?`<span class="wpb-magic-word">${fi(m)}</span>`:"")+Rt(o,{sep:"|"})}}}</span>`}}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakMap,s=new WeakSet,Yt=function(){const o=this.type==="template";return this.normalizeTitle((o?"":"Module:")+Te(this.childNodes[o?0:1].text()),10,{temporary:!0,...!o&&{page:""}})},lo=function(o){const c=this.getAnonArgs(),f=typeof o!="number";for(let m=f?c.indexOf(o):o-1;m<c.length;m++){const y=c[m],{name:S}=y,$=String(m+1);(S!==$||y===o)&&(y.setAttribute("name",$),this.getArgs($,!1,!1).add(y))}},d),os=le(Gr),at=re(os,0,"TranscludeToken",Dr,at),ne(os,1,at)}}),Ci,us,Vr,Qr,Jr,Xr,ds,Kr,In,cd=L({"lib/text.ts"(){"use strict";var e,Nn,i;ve(),Q(),Ie(),D(),to(),Ci=String.raw`[${et}\t]*`,us=String.raw`<(?:/[^\S\n]*)?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|\n={2,}`,Vr=new RegExp(String.raw`${us}|https?[:/]/+|(?:rfc|pmid)(?=[-::]?${Ci}\d)|isbn(?=[-::]?${Ci}(?:\d(?:${Ci}|-)){6})`,"giu"),Qr=new RegExp(us,"giu"),Jr=new Set(["attr-value","ext-link-text","link-text"]),Xr={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},ds=new Set(["html","head","style","title","body","a","audio","img","video","embed","iframe","object","canvas","script","col","colgroup","tbody","tfoot","thead","button","input","label","option","select","textarea"]),Kr=(()=>{try{return new RegExp(String.raw`[\p{L}\p{N}_]`,"u")}catch{return/\w/u}})(),In=(i=class extends lt{constructor(s){super();j(this,e);je(this,"data","");this.data=s}get type(){return"text"}toString(s){var l;return s&&!((l=this.parentNode)!=null&&l.getAttribute("built"))?Te(this.data):this.data}text(){return this.data}lint(s=this.getAbsoluteIndex(),l){var a,d,u;{if(l===!1)return[];const{data:o,parentNode:c,nextSibling:f,previousSibling:m}=this;if(!c)throw new Error("An isolated text node cannot be linted!");const{type:y,parentNode:S}=c;if(y==="attr-value"){const{name:O,tag:P}=S;if(P==="ref"&&(O==="name"||O==="follow")||O==="group"&&(P==="ref"||P==="references")||P==="choose"&&(O==="before"||O==="after"))return[]}if(l!=null||(l=c.isPlain()&&!Jr.has(y)?Vr:Qr),o.search(l)===-1)return[];l.lastIndex=0;const $=[],_=f==null?void 0:f.type,T=f==null?void 0:f.name,g=m==null?void 0:m.type,h=this.getRootNode(),x=h.toString(),{ext:p,html:k,variants:v}=h.getAttribute("config"),{top:w,left:A}=h.posFromIndex(s),{lintConfig:C}=F,N=C.rules["tag-like"],B=typeof N=="object"&&N[1]?new Set(Object.keys(N[1]).filter(O=>O!=="invalid"&&O!=="disallowed")):new Set,q=new Set(["onlyinclude","noinclude","includeonly",...p,...k[0],...k[1],...k[2],...B,...C.getSeverity("tag-like","disallowed")?ds:[]]);for(let O=l.exec(o);O;O=l.exec(o)){let{index:P,0:I}=O;const[,W,J]=O,X=I==="["&&y==="ext-link-text";if(I.startsWith("<")&&!q.has(W.toLowerCase())||X&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(o.slice(P+1))||f!=null&&f.is("ext")&&T==="nowiki"&&((a=f.innerText)!=null&&a.includes("]"))))continue;if(J&&J!=="]"){const{length:me}=J;P+=me,I=I.slice(me)}else I.startsWith(`
3
- ==`)&&(P++,I=I.slice(1));I=I.toLowerCase();const[z]=I,H=I==="rfc"||I==="pmid"||I==="isbn",Z=z==="{",ie=z==="}",ue=z==="[",be=z==="]";let{length:de}=I;be&&(P||de>1)&&l.lastIndex--;let ae=s+P,Se=ae+de,ce,M,K,ke;const he=x[Se],Fe=x[ae-1],Je=Z||ue,Ae=I==="{"&&Fe==="-"&&v.length>0,te=I==="}"&&he==="-"&&v.length>0,st=ue&&_==="free-ext-link"&&!o.slice(P+1).trim()||be&&g==="free-ext-link"&&!o.slice(0,P).includes("]");if(H)ce="lonely-http",I=I.toUpperCase(),M=C.getSeverity(ce,I);else if(z==="<"){ce="tag-like";let me;/^<\/?\s/u.test(I)||!/[\s/>]/u.test(he!=null?he:"")?me="invalid":B.has(W)?me=W:ds.has(W)&&!p.includes(W)&&(me="disallowed"),M=C.getSeverity(ce,me)}else if(z==="=")ce="syntax-like",M=C.getSeverity(ce,"heading");else if(Ae||te)ce="lonely-bracket",M=C.getSeverity(ce,"converter"),Ae&&P>0?(I="-{",P--,ae--,de=2):te&&P<o.length-1&&(I="}-",Se++,de=2);else if(st)ce="lonely-bracket",M=C.getSeverity(ce,"extLink");else if(Je||ie||be)if(ce="lonely-bracket",de>1||Z&&he===z||ie&&Fe===z)M=C.getSeverity(ce,"double");else{if(!X){const me=Xr[z],Ee=Je?o.slice(P+1):o.slice(0,P);if(Z&&((d=me.exec(Ee))==null?void 0:d[0])==="}"||ie&&((u=me.exec(Ee))==null?void 0:u[0])==="{")continue;if(!Ee.includes(z)){const He=Je?"nextSibling":"previousSibling";let Be=this[He];for(;Be&&(Be.type!=="text"||!me.test(Be.data));)Be=Be[He];if(Be&&me.exec(Be.data)[0]!==z)continue}}M=C.getSeverity(ce,"single")}else ce="lonely-http",M=C.getSeverity(ce);if(!M)continue;const qt=this.posFromIndex(P),{line:$r,character:_r}=xi(w,A,qt.top+1,qt.left);if(z==="="){const me=o.indexOf(`
4
- `,P);let Ee=f,He;if(me===-1){let Be=0;for(;Ee&&!(Ee.type==="text"&&(Be=Ee.data.indexOf(`
5
- `),Be!==-1));)Ee=Ee.nextSibling;if(!Ee)continue;He=Ee.data.slice(0,Be)}else He=o.slice(P+de,me);if(!/(?:^|[^=])=+\s*(?:\S\s*)?$/u.test(He))continue;me===-1?(Se=Ee.getAbsoluteIndex()+He.length,{top:K,left:ke}=h.posFromIndex(Se)):(Se+=He.length,de+=He.length)}const nt={rule:ce,message:F.msg(z==="="?"header-like":"lonely",H||z==="h"||Ae||te?I:z),severity:M,startIndex:ae,endIndex:Se,startLine:$r,endLine:K!=null?K:$r,startCol:_r,endCol:ke!=null?ke:_r+de};if(C.computeEditInfo)if(z==="<")nt.suggestions=[Pt(ae,"&lt;")];else if(z==="h"&&y!=="link-text"&&Kr.test(Fe||""))nt.suggestions=[vi(ae)];else if(X){const me=c.getAbsoluteIndex()+c.toString().length;nt.suggestions=[Pt(me,"&#93;")]}else if(I==="]"&&st){const me=s-m.toString().length;nt.suggestions=[Ji(me,"left-bracket","[")]}else H&&(nt.suggestions=[...O[0]===I?[]:[er(nt,I)],...he===":"||he===":"?[vi(Se,1)]:[]]);$.push(nt)}return $}}replaceData(s){R(this,e,Nn).call(this,s)}splitText(s){{const{parentNode:l,data:a}=this;if(!l)throw new Error("The text node to be split has no parent node!");const d=new i(a.slice(s));return yi(l,l.childNodes.indexOf(this)+1,0,[d]),this.setAttribute("data",a.slice(0,s)),d}this.lspError("AstText.splitText")}escape(){{const{parentNode:s}=this;if(!s)throw new Error("The text node to be escaped has no parent node!");const{TranscludeToken:l}=(ro(),se(no)),a=s.getAttribute("config"),d=s.childNodes.indexOf(this)+1,u=f=>Math.max(this.data.lastIndexOf("=",f),this.data.lastIndexOf("|",f));let o=u();const c=(()=>new l(this.data[o]==="="?"=":"!",[],a));for(;o>=0;o=u(o-1))o<this.data.length-1&&this.splitText(o+1),s.insertAt(pe.run(c),d),R(this,e,Nn).call(this,this.data.slice(0,o))}}print(){return fi(this.data)}},e=new WeakSet,Nn=function(s){this.setAttribute("data",s)},i)}}),it,xt=L({"mixin/hidden.ts"(){"use strict";it=(e=!0,t=!0)=>i=>{class n extends i{text(){return""}lint(s){return e?[]:super.lint(s)}}return n}}}),ze,Qe=L({"mixin/padded.ts"(){"use strict";ze=({length:e})=>t=>{class i extends t{getAttribute(r){return r==="padding"?e:super.getAttribute(r)}}return i}}}),Yr,cs,Zr,De,Si=L({"src/link/base.ts"(){"use strict";var e,t,i,n,ao,s;Q(),Ue(),Ie(),ye(),Qe(),Le(),D(),V(),ft(),Yr=[Ce,ze("[[")],De=(s=class extends(Zr=U){constructor(a,d,u,o=[],c="|"){super(void 0,u,o,{});j(this,n);j(this,e,!0);j(this,t);j(this,i);if(this.insertAt(new Me(a,"link-target",u,o,{})),d!==void 0){const f=new U(d,u,o,{});f.type="link-text",f.setAttribute("stage",$e-1),this.insertAt(f)}E(this,t,c)}get link(){return b(this,i)}get fragment(){return b(this,i).fragment}afterBuild(){E(this,i,this.getTitle()),b(this,t).includes("\0")&&E(this,t,this.buildFromStr(b(this,t),0)),R(this,n,ao).call(this),super.afterBuild()}setAttribute(a,d){a==="bracket"?E(this,e,d):a==="title"?E(this,i,d):super.setAttribute(a,d)}toString(a){const d=super.toString(a,b(this,t));return b(this,e)?`[[${d}]]`:d}text(){const a=super.text("|");return b(this,e)?`[[${a}]]`:a}getAttribute(a){return a==="title"?b(this,i):super.getAttribute(a)}getGaps(a){return a===0?b(this,t).length:1}lint(a=this.getAbsoluteIndex(),d){{const u=super.lint(a,d),{childNodes:[o,c],type:f}=this,{encoded:m,fragment:y}=b(this,i),{lintConfig:S}=F,{computeEditInfo:$,fix:_}=S,T=new fe(this,a);let g="unknown-page",h=S.getSeverity(g);if(h&&o.childNodes.some(({type:x})=>x==="template")&&u.push(Y(o,T,g,"template-in-link",h)),g="url-encoding",h=S.getSeverity(g),h&&m){const x=Y(o,T,g,"unnecessary-encoding",h);($||_)&&(x.fix=Kn(x,o)),u.push(x)}if(g="pipe-like",h=S.getSeverity(g,"link"),h&&(f==="link"||f==="category")){const x=c==null?void 0:c.childNodes.findIndex(k=>k.type==="text"&&k.data.includes("|")),p=c==null?void 0:c.childNodes[x];if(p){const k=Y(c,T,g,"pipe-in-link",h);if($){const v=k.startIndex+c.getRelativeIndex(x);k.suggestions=[tr(v,p.data)]}u.push(k)}}if(g="no-ignored",h=S.getSeverity(g,"fragment"),h&&y!==void 0&&!Bu(f)){const x=Y(o,T,g,"useless-fragment",h);if($||_){const p=o.childNodes.findIndex(v=>v.type==="text"&&v.data.includes("#")),k=o.childNodes[p];k&&(x.fix=ee(x,o.getRelativeIndex(p)+k.data.indexOf("#")))}u.push(x)}return u}}getTitle(a,d){return this.normalizeTitle(this.firstChild.text(),0,{halfParsed:d,temporary:a,decode:!0,selfLink:!0})}print(){return super.print(b(this,e)?{pre:"[[",post:"]]",sep:b(this,t)}:{sep:b(this,t)})}json(a,d=this.getAbsoluteIndex()){{const u=super.json(void 0,d),{type:o,fragment:c}=this;return c!==void 0&&(o==="link"||o==="redirect-target")&&(u.fragment=c),u}}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n=new WeakSet,ao=function(){this.type!=="ext-inner"&&this.setAttribute("name",b(this,i).title)},s),cs=le(Zr),De=re(cs,0,"LinkBaseToken",Yr,De),ne(cs,1,De)}}),el,hs,tl,We,vt=L({"src/nowiki/base.ts"(){"use strict";Le(),V(),el=[Ce],We=class extends(tl=U){get innerText(){return this.firstChild.data}constructor(e="",t,i){super(e,t,i)}},hs=le(tl),We=re(hs,0,"NowikiBaseToken",el,We),ne(hs,1,We)}}),il,gs,sl,Oe,Bt=L({"src/nowiki/noinclude.ts"(){"use strict";Q(),xt(),D(),vt(),il=[it(!1)],Oe=class extends(sl=We){get type(){return"noinclude"}toString(e){return e?"":super.toString()}lint(e=this.getAbsoluteIndex()){{const{lintConfig:t}=F,i="no-ignored",n=t.getSeverity(i,"include");if(n){const{innerText:r}=this,s=/^<(noinclude|includeonly|onlyinclude)\s+(?:[^\s>/]|\/(?!>))[^>]*>$/iu.exec(r);if(s){const l=G(this,{start:e},i,"useless-attribute",n),{computeEditInfo:a}=t,d=s[1].length+1,u=r.endsWith("/>")?2:1;return l.startIndex+=d,l.startCol+=d,l.endIndex-=u,l.endCol-=u,a&&(l.suggestions=[ee(l)]),[l]}}return[]}}},gs=le(sl),Oe=re(gs,0,"NoincludeToken",il,Oe),ne(gs,1,Oe)}}),oo,hd=L({"src/link/redirectTarget.ts"(){"use strict";Q(),D(),Si(),Bt(),oo=class extends De{get type(){return"redirect-target"}constructor(e,t,i,n){super(e,void 0,i,n),t!==void 0&&this.insertAt(new Oe(t,i,n))}getTitle(){return this.normalizeTitle(this.firstChild.toString(),0,{halfParsed:!0,decode:!0,page:""})}lint(e=this.getAbsoluteIndex()){{const t=super.lint(e,!1),i="no-ignored",{lintConfig:n}=F,r=n.getSeverity(i,"redirect");if(r&&this.length===2){const s=Y(this.lastChild,{start:e},i,"useless-link-text",r);s.startIndex--,s.startCol--,(n.computeEditInfo||n.fix)&&(s.fix=ee(s)),t.push(s)}return t}}}}}),nl,ps,rl,Zt,gd=L({"src/redirect.ts"(){"use strict";var e,t,i;xt(),Le(),V(),mt(),hd(),nl=[it(!1,!1),Ce],Zt=(i=class extends(rl=U){constructor(r,s,l,a,d,u,o=[]){super(void 0,u,o);j(this,e);j(this,t);E(this,e,r),E(this,t,d),this.append(new Ge(s,"redirect-syntax",u,o),new oo(l,a==null?void 0:a.slice(1),u,o))}get type(){return"redirect"}getAttribute(r){return r==="padding"?b(this,e).length:super.getAttribute(r)}toString(r){return b(this,e)+super.toString(r)+b(this,t)}lint(r=this.getAbsoluteIndex()){{const s=r+b(this,e).length+this.firstChild.toString().length;return this.lastChild.setAttribute("aIndex",s),this.lastChild.lint(s)}}print(){return super.print({pre:b(this,e),post:b(this,t)})}},e=new WeakMap,t=new WeakMap,i),ps=le(rl),Zt=re(ps,0,"RedirectToken",nl,Zt),ne(ps,1,Zt)}}),uo={};oe(uo,{parseRedirect:()=>co});var co,pd=L({"parser/redirect.ts"(){"use strict";D(),gd(),co=(e,t,i)=>{var r;(r=t.regexRedirect)!=null||(t.regexRedirect=new RegExp(String.raw`^(\s*)((?:${t.redirection.join("|")})\s*(?::\s*)?)\[\[([^\n|\]]+)(\|.*?)?\]\](\s*)`,"iu"));const n=t.regexRedirect.exec(e);return n&&F.normalizeTitle(n[3],0,!1,t,{halfParsed:!0,temporary:!0,decode:!0,page:""}).valid?(e=`\0${i.length}o${e.slice(n[0].length)}`,new Zt(...n.slice(1),t,i),e):!1}}}),ll,fs,al,ei,fd=L({"src/onlyinclude.ts"(){"use strict";Qe(),Le(),V(),ll=[Ce,ze("<onlyinclude>")],ei=class extends(al=U){get type(){return"onlyinclude"}toString(e){return`<onlyinclude>${super.toString(e)}</onlyinclude>`}isPlain(){return!0}print(){return super.print({pre:'<span class="wpb-ext">&lt;onlyinclude&gt;</span>',post:'<span class="wpb-ext">&lt;/onlyinclude&gt;</span>'})}},fs=le(al),ei=re(fs,0,"OnlyincludeToken",ll,ei),ne(fs,1,ei)}}),ol,ms,ul,ot,rr=L({"src/tagPair/index.ts"(){"use strict";var e,t,i;Ki(),Le(),V(),ol=[wi(),Ce],ot=(i=class extends(ul=U){constructor(r,s,l,a,d,u=[]){super(void 0,d);j(this,e);j(this,t);je(this,"closed");this.setAttribute("name",r.toLowerCase()),E(this,e,[r,a||r]),this.closed=a!=="",E(this,t,a===void 0),this.append(s,l);const o=typeof s=="string"?-1:u.indexOf(s);u.splice(o===-1?1/0:o,0,this)}get innerText(){return b(this,t)?void 0:this.lastChild.text()}get selfClosing(){return b(this,t)}toString(r){const{firstChild:s,lastChild:l}=this,[a,d]=b(this,e);return b(this,t)?`<${a}${s.toString(r)}/>`:`<${a}${s.toString(r)}>${l.toString(r)}${this.closed?`</${d}>`:""}`}text(){const[r,s]=b(this,e);return b(this,t)?`<${r}${this.firstChild.text()}/>`:`<${r}${super.text(">")}${this.closed?`</${s}>`:""}`}getAttribute(r){return r==="padding"?b(this,e)[0].length+1:super.getAttribute(r)}print(){{const[r,s]=b(this,e);return super.print(b(this,t)?{pre:`&lt;${r}`,post:"/&gt;"}:{pre:`&lt;${r}`,sep:"&gt;",post:this.closed?`&lt;/${s}&gt;`:""})}}json(r,s=this.getAbsoluteIndex()){{const l=super.json(void 0,s);return l.selfClosing=b(this,t),l}}},e=new WeakMap,t=new WeakMap,i),ms=le(ul),ot=re(ms,0,"TagPairToken",ol,ot),ne(ms,1,ot)}}),dl,xs,cl,ti,md=L({"src/tagPair/include.ts"(){"use strict";Q(),ye(),xt(),D(),rr(),dl=[it(!1)],ti=class extends(cl=ot){get type(){return"include"}constructor(e,t="",i,n,r,s){super(e,t,i!=null?i:"",i===void 0||n!=null?n:"",r,s)}toString(e){return e?"":super.toString()}lint(e=this.getAbsoluteIndex()){{const t=[],{firstChild:i,closed:n,name:r}=this,s=new fe(this,e),l=["no-ignored","unclosed-comment"],{lintConfig:a}=F,{computeEditInfo:d}=a,u=l.map(o=>a.getSeverity(o,"include"));if(u[0]&&i.data.trim()){const o=Y(i,s,l[0],"useless-attribute",u[0]);d&&(o.suggestions=[ee(o)]),t.push(o)}if(u[1]&&!n){const o=G(this,s,l[1],F.msg("unclosed",`<${r}>`),u[1]);d&&(o.suggestions=[tt(o.endIndex,`</${r}>`)]),t.push(o)}return t}}},xs=le(cl),ti=re(xs,0,"IncludeToken",dl,ti),ne(xs,1,ti)}}),Yi,lr=L({"mixin/attributesParent.ts"(){"use strict";Yi=(e=0)=>t=>{var i,Ln;{class r extends t{constructor(){super(...arguments);j(this,i)}hasAttr(a){return R(this,i,Ln).call(this).hasAttr(a)}getAttr(a){return R(this,i,Ln).call(this).getAttr(a)}}return i=new WeakSet,Ln=function(){return this.childNodes[e]},r}}}}),ge,vs,bs,Dt,Ii,ys,Gt,ws,Ss,ks,Ni,As,$s,_s,Xe,ar,or,ur,ho,dr,cr=L({"util/sharable.ts"(){"use strict";ge=new Set(["align"]),vs=new Set(["cite"]),bs=new Set(["cite","datetime"]),Dt=new Set(["width"]),Ii=new Set(["axis","align","bgcolor","height","width","valign"]),ys=new Set([...Ii,"abbr","headers","scope","rowspan","colspan"]),Gt=new Set(["type"]),ws=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Ss=new Set(["clear"]),ks=new Set(["bgcolor","align","valign"]),Ni=new Set(["id","qid","forcemathmode","type","display"]),As=new Set(["enclose","inline","lang","line","linelinks","style","class","id","dir","copy","highlight","start"]),$s=new Set(["weight"]),_s=new Set(["width","height","zoom","latitude","longitude","align","mapstyle","lang","alt","text"]),Xe=new Set,ar=new Set(["id","class","style","lang","dir","title","tabindex","aria-describedby","aria-flowto","aria-hidden","aria-label","aria-labelledby","aria-level","aria-owns","role","about","property","resource","datatype","typeof","itemid","itemprop","itemref","itemscope","itemtype"]),or={div:ge,h1:ge,h2:ge,h3:ge,h4:ge,h5:ge,h6:ge,blockquote:vs,q:vs,p:ge,br:Ss,pre:Dt,ins:bs,del:bs,ul:Gt,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...ws,"border"]),caption:ge,tr:ks,td:ys,th:ys,font:new Set(["size","color","face"]),hr:Dt,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:Gt,poem:ge,categorytree:ge,combooption:ge,img:new Set(["alt","src","width","height","loading","srcset"])},ur={pre:new Set(["format"]),gallery:new Set(["mode","showfilename","caption","perrow","widths","heights","showthumbnails"]),poem:new Set(["compact"]),categorytree:new Set(["hideroot","onlyroot","depth","mode","hideprefix","namespaces","showcount","notranslations"]),combooption:new Set(["name","for","inline"]),nowiki:Xe,indicator:new Set(["name"]),langconvert:new Set(["from","to"]),ref:new Set(["group","name","follow","dir","details"]),references:new Set(["group","responsive"]),charinsert:new Set(["label"]),choose:new Set(["uncached","before","after"]),option:$s,choicetemplate:$s,imagemap:Xe,inputbox:Xe,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:Xe,poll:new Set(["id","show-results-before-voting"]),score:new Set(["line_width_inches","lang","override_midi","raw","note-language","override_audio","override_ogg","sound","vorbis"]),seo:new Set(["title","title_mode","title_separator","keywords","description","robots","google_bot","image","image_width","image_height","image_alt","type","site_name","locale","section","author","published_time","twitter_site"]),tab:new Set(["nested","name","index","class","block","inline","openname","closename","collapsed","dropdown","style","bgcolor","container","id","title"]),tabs:new Set(["plain","class","container","id","title","style"]),combobox:new Set(["placeholder","value","id","class","text","dropdown","style"]),math:new Set([...Ni,"chem"]),chem:Ni,ce:Ni,hiero:Xe,phonos:new Set(["ipa","class","text","lang","wikibase","file"]),section:new Set(["begin","end"]),source:As,syntaxhighlight:As,templatedata:Xe,timeline:new Set(["method","font"]),quiz:new Set(["display","shuffleanswers","points","shuffle","case"]),languages:Xe,mapframe:new Set([..._s,"frameless"]),maplink:new Set([..._s,"class"]),rss:new Set(["template","templatename","max","highlight","filter","filterout","reverse","date","item-max-length"]),"page-collection":new Set(["lang","name","description","end-date"])},ho={table:ws,td:new Set([...Ii,"scope"]),th:Ii,br:Ss,caption:ge,div:ge,hr:Dt,h1:ge,h2:ge,h3:ge,h4:ge,h5:ge,h6:ge,li:Gt,p:ge,pre:Dt,tr:ks,ul:Gt},dr={dynamicpagelist:["category","notcategory","namespace","count","offset","imagewidth","imageheight","imagesperrow","mode","gallerycaption","galleryshowfilesize","galleryshowfilename","order","ordermethod","redirects","stablepages","qualitypages","suppresserrors","addfirstcategorydate","shownamespace","ignoresubpages","googlehack","nofollow"],inputbox:["preloadparams[]","type","width","preload","preloadtitle","page","editintro","useve","usedt","summary","nosummary","minor","break","default","placeholder","bgcolor","buttonlabel","searchbuttonlabel","fulltextbutton","namespaces","labeltext","hidden","id","inline","prefix","dir","searchengine","searchtype","searchfilter","tour","arialabel"]}}}),hl,gl,pl,fl,Wi,xd=L({"src/attribute.ts"(){"use strict";var e,t,i,n,r,go,Fn,a;Q(),ve(),Ue(),cr(),ye(),D(),V(),ft(),hl=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|src|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,gl=/(?:^|\s|\*\/)(?:javascript|vbscript)(?:\W|$)/iu,pl=new Set(["ext","arg","magic-word","template"]),fl=new Set(["about","property","resource","datatype","typeof","itemid","itemprop","itemref","itemscope","itemtype"]),Wi=(a=class extends U{constructor(u,o,c,f,m,y="",S,$=[]){const _=new Me(c,"attr-key",m,$);let T;if(c==="title"||o==="img"&&c==="alt")T=new U(S,m,$,{}),T.type="attr-value",T.setAttribute("stage",$e-1);else if(o==="gallery"&&c==="caption"||o==="ref"&&c==="details"||(o==="mapframe"||o==="maplink")&&c==="text"||o==="choose"&&(c==="before"||c==="after")){const g={...m,excludes:[...m.excludes,"heading","html","table","hr","list"]};T=new U(S,g,$,{}),T.type="attr-value",T.setAttribute("stage",1)}else T=new Me(S,"attr-value",m,$,{});super(void 0,m,$);j(this,r);j(this,e);j(this,t);j(this,i);j(this,n);E(this,e,u),this.append(_,T),E(this,i,y),E(this,n,[...f]),E(this,t,o),this.setAttribute("name",jt(Te(c)))}get type(){return b(this,e)}get tag(){return b(this,t)}get balanced(){return!b(this,i)||b(this,n)[0]===b(this,n)[1]}afterBuild(){b(this,i).includes("\0")&&E(this,i,this.buildFromStr(b(this,i),0)),this.parentNode&&E(this,t,this.parentNode.name),R(this,r,go).call(this),super.afterBuild()}toString(u){const[o="",c=""]=b(this,n);return b(this,i)?super.toString(u,b(this,i)+o)+c:this.firstChild.toString(u)}text(){return b(this,i)?`${super.text(`${b(this,i).trim()}"`)}"`:this.firstChild.text()}getGaps(){var u,o;return b(this,i)?b(this,i).length+((o=(u=b(this,n)[0])==null?void 0:u.length)!=null?o:0):0}lint(u=this.getAbsoluteIndex(),o){var c;{const f=super.lint(u,o),{balanced:m,firstChild:y,lastChild:S,name:$,tag:_}=this,T=new fe(this,u),g=["unclosed-quote","obsolete-attr"],{lintConfig:h}=F,x=g.map(k=>h.getSeverity(k,$));if(x[0]&&!m){const k=Y(S,T,g[0],"unclosed-quotes",x[0]);k.startIndex--,k.startCol--,h.computeEditInfo&&(k.suggestions=[tt(k.endIndex,b(this,n)[0])]),f.push(k)}const p=R(this,r,Fn).call(this,u,T);return p&&f.push(p),x[1]&&((c=ho[_])!=null&&c.has($))&&f.push(Y(y,T,g[1],"obsolete-attribute",x[1])),f}}getValue(){return b(this,i)?this.lastChild.text().trim():this.type==="ext-attr"||""}escape(){this.type!=="ext-attr"&&(E(this,i,"{{=}}"),this.lastChild.escape())}getAttribute(u){return u==="invalid"?R(this,r,Fn).call(this):super.getAttribute(u)}print(){{const[u="",o=""]=b(this,n);return b(this,i)?super.print({sep:fi(b(this,i))+u,post:o}):super.print()}}json(u,o=this.getAbsoluteIndex()){{const c=super.json(void 0,o);return c.tag=this.tag,c}}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakSet,go=function(){this.setAttribute("name",jt(this.firstChild.text()))},Fn=function(u,o){const{firstChild:c,lastChild:f,type:m,name:y,tag:S,parentNode:$}=this,_=!f.childNodes.some(({type:w})=>pl.has(w)),T=this.getValue(),g=ur[S],h=or[S],{length:x}=this.toString();let p="illegal-attr",k,v;if({lintConfig:k}=F,{computeEditInfo:v}=k,!(g!=null&&g.has(y))&&!(h!=null&&h.has(y))&&(m==="ext-attr"?g||h:!/\{\{[^{]+\}\}/u.test(y))&&(m==="ext-attr"&&!h||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(y)&&(S==="meta"||S==="link"||!ar.has(y)))||(y==="itemtype"||y==="itemid"||y==="itemref")&&!($!=null&&$.hasAttr("itemscope"))){if(u===void 0)return!0;{const w=k.getSeverity(p,"unknown");if(w){const A=Y(c,o,p,"illegal-attribute-name",w);return v&&(A.suggestions=[ee(u,x)]),A}}}else if(y==="style"&&typeof T=="string"&&hl.test(T)){if(u===void 0)return!0;{p="insecure-style";const w=k.getSeverity(p);return w&&Y(f,o,p,"insecure-style",w)}}else if(y==="tabindex"&&typeof T=="string"&&T!=="0"){if(u===void 0)return!0;{const w=k.getSeverity(p,"tabindex");if(w){const A=Y(f,o,p,"nonzero-tabindex",w);return v&&(A.suggestions=[ee(u,x),qe(A,"0 tabindex","0")]),A}}}else if(typeof T=="string"&&((/^xmlns:[\w:.-]+$/u.test(y)||fl.has(y))&&gl.test(T)||_&&(y==="href"||S==="img"&&y==="src")&&!new RegExp(String.raw`^(?:${this.getAttribute("config").protocol}|//)\S+$`,"iu").test(T))){if(u===void 0)return!0;{const w=k.getSeverity(p,"value");return w&&Y(f,o,p,"illegal-attribute-value",w)}}else if(_&&m!=="ext-attr"){const w=ir(S,y),A=String(T).toLowerCase();if(w.length>0&&w.every(C=>C!==A)){if(u===void 0)return!0;{const C=k.getSeverity(p,"value");return C&&Y(f,o,p,"illegal-attribute-value",C)}}}return!1},a)}}),Ts,ml,xl,Zi,hr=L({"src/attributes.ts"(){"use strict";var e,t,Mi,n;Q(),ve(),ye(),D(),V(),ft(),xd(),Ts=r=>r.slice(0,-1),ml=r=>`${Ts(r)}-dirty`,xl=(()=>{try{return new RegExp(String.raw`[\p{L}\p{N}]`,"u")}catch{return/[^\W_]/u}})(),Zi=(n=class extends U{constructor(s,l,a,d,u=[]){super(void 0,d,u,{});j(this,t);j(this,e);if(E(this,e,l),this.setAttribute("name",a),s){const o=/([^\s/](?:(?!\0\d+~\x7F)[^\s/=])*)(?:((?:\s(?:\s|\0\d+[cn]\x7F)*)?(?:=|\0\d+~\x7F)(?:\s|\0\d+[cn]\x7F)*)(?:(["'])([\s\S]*?)(\3|$)|(\S*)))?/gu;let c="",f=o.exec(s),m=0;const y=(()=>{c&&(super.insertAt(new Me(c,ml(l),d,u,{})),c="")});for(;f;){const{index:S,0:$,1:_,2:T,3:g,4:h,5:x,6:p}=f;if(c+=s.slice(m,S),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(Te(_).trim())){const k=h!=null?h:p,v=[g,x],w=new Wi(Ts(l),a,_,v,d,T,k,u);y(),super.insertAt(w)}else c+=$;({lastIndex:m}=o),f=o.exec(s)}c+=s.slice(m),y()}}get type(){return b(this,e)}afterBuild(){const{parentNode:s}=this;s!=null&&s.is("td")&&this.setAttribute("name",s.subtype),super.afterBuild()}getAttrTokens(s){return this.childNodes.filter(l=>l instanceof Wi&&(!s||l.name===jt(s)))}hasAttr(s){return this.getAttrTokens(s).length>0}getAttrToken(s){{const l=this.getAttrTokens(s);return l[l.length-1]}}getAttr(s){var l;return(l=this.getAttrToken(s))==null?void 0:l.getValue()}lint(s=this.getAbsoluteIndex(),l){{const a=super.lint(s,l),{parentNode:d,childNodes:u}=this,o=new Map,c=new Set,f=new fe(this,s),m=["no-ignored","no-duplicate"],{lintConfig:y}=F,{computeEditInfo:S,fix:$}=y,_=["closingTag","invalidAttributes","nonWordAttributes"].map(g=>y.getSeverity(m[0],g));if(_[0]&&R(this,t,Mi).call(this)){const g=G(this,f,m[0],"attributes-of-closing-tag",_[0]);if(S){const h=d.getAbsoluteIndex();g.suggestions=[ee(g),Yn(h)]}a.push(g)}for(const g of u)if(g instanceof Wi){const{name:h}=g;o.has(h)?(c.add(h),o.get(h).push(g)):o.set(h,[g])}else{const h=g.text().trim(),x=_[xl.test(h)?1:2];if(h&&x){const p=Y(g,f,m[0],"invalid-attribute",x);S&&(p.suggestions=[ee(p,0," ")]),a.push(p)}}const T=y.getSeverity(m[1],"attribute");if(T&&c.size>0)for(const g of c){const h=o.get(g).map(x=>{const p=x.getValue();return[x,p===!0?"":p]});Array.prototype.push.apply(a,h.map(([x,p],k)=>{const v=Y(x,f,m[1],F.msg("duplicate-attribute",g),T);if(S||$){const w=ee(v);!p||h.slice(0,k).some(([,A])=>A===p)?v.fix=w:S&&(v.suggestions=[w])}return v}))}return a}}escape(){this.type!=="ext-attrs"&&super.escape()}getAttribute(s){return s==="invalid"?R(this,t,Mi).call(this):super.getAttribute(s)}print(){return this.toString()?`<span class="wpb-${this.type}${R(this,t,Mi).call(this)?" wpb-invalid":""}">${this.childNodes.map(s=>s.print(s instanceof Me?{class:s.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}},e=new WeakMap,t=new WeakSet,Mi=function(){const{parentNode:s}=this;return(s==null?void 0:s.type)==="html"&&s.closing&&this.text().trim()!==""},n)}}),po={};oe(po,{PreToken:()=>fo});var fo,vd=L({"src/pre.ts"(){"use strict";Ue(),V(),Bt(),fo=class extends U{get type(){return"ext-inner"}constructor(e,t,i=[]){if(e){const n=/<nowiki>/giu,r=/<\/nowiki>/giu,{length:s}=n.source;let l=n.exec(e);l&&(r.lastIndex=l.index+s);let a=r.exec(e),d=0,u="";for(;l&&a;)new Oe(l[0],t,i,!0),new Oe(a[0],t,i,!0),u+=`${e.slice(d,l.index)}\0${i.length-1}n${e.slice(l.index+s,a.index)}\0${i.length}n`,d=a.index+s+1,n.lastIndex=d,l=n.exec(e),l&&(r.lastIndex=l.index+s),a=r.exec(e);e=u+e.slice(d)}super(e,t,i,{}),this.setAttribute("stage",$e-1)}isPlain(){return!0}lint(e=this.getAbsoluteIndex()){return super.lint(e,/<\s*\/\s*(pre)\b/giu)}}}}),es,gr=L({"src/multiLine/index.ts"(){"use strict";V(),es=class extends U{get type(){return"ext-inner"}toString(e){return super.toString(e,`
1
+ "use strict";(()=>{var jo=Object.create;var Wt=Object.defineProperty;var Oo=Object.getOwnPropertyDescriptor;var Tu=Object.getOwnPropertyNames;var yu=Object.getPrototypeOf,ku=Object.prototype.hasOwnProperty;var qo=(o,r)=>(r=Symbol[o])?r:Symbol.for("Symbol."+o),hr=o=>{throw TypeError(o)};var _o=(o,r,e)=>r in o?Wt(o,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[r]=e;var Bo=(o,r)=>Wt(o,"name",{value:r,configurable:!0});var L=(o,r)=>()=>(o&&(r=o(o=0)),r);var Qi=(o,r)=>()=>(r||o((r={exports:{}}).exports,r),r.exports),re=(o,r)=>{for(var e in r)Wt(o,e,{get:r[e],enumerable:!0})},Wo=(o,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Tu(r))!ku.call(o,n)&&n!==e&&Wt(o,n,{get:()=>r[n],enumerable:!(t=Oo(r,n))||t.enumerable});return o};var vu=(o,r,e)=>(e=o!=null?jo(yu(o)):{},Wo(r||!o||!o.__esModule?Wt(e,"default",{value:o,enumerable:!0}):e,o)),K=o=>Wo(Wt({},"__esModule",{value:!0}),o);var O=o=>{var r;return[,,,jo((r=o==null?void 0:o[qo("metadata")])!=null?r:null)]},Do=["class","method","getter","setter","accessor","field","value","get","set"],ln=o=>o!==void 0&&typeof o!="function"?hr("Function expected"):o,Au=(o,r,e,t,n)=>({kind:Do[o],name:r,metadata:t,addInitializer:i=>e._?hr("Already initialized"):n.push(ln(i||null))}),dn=(o,r)=>_o(r,qo("metadata"),o[3]),B=(o,r,e,t)=>{for(var n=0,i=o[r>>1],s=i&&i.length;n<s;n++)r&1?i[n].call(e):t=i[n].call(e,t);return t},j=(o,r,e,t,n,i)=>{var s,a,l,g,d,u=r&7,p=!!(r&8),m=!!(r&16),c=u>3?o.length+1:u?p?1:2:0,h=Do[u+5],b=u>3&&(o[c-1]=[]),y=o[c]||(o[c]=[]),x=u&&(!m&&!p&&(n=n.prototype),u<5&&(u>3||!m)&&Oo(u<4?n:{get[e](){return f(this,i)},set[e](k){return S(this,i,k)}},e));u?m&&u<4&&Bo(i,(u>2?"set ":u>1?"get ":"")+e):Bo(n,e);for(var T=t.length-1;T>=0;T--)g=Au(u,e,l={},o[3],y),u&&(g.static=p,g.private=m,d=g.access={has:m?k=>Su(n,k):k=>e in k},u^3&&(d.get=m?k=>(u^1?f:C)(k,n,u^4?i:x.get):k=>k[e]),u>2&&(d.set=m?(k,A)=>S(k,n,A,u^4?i:x.set):(k,A)=>k[e]=A)),a=(0,t[T])(u?u<4?m?i:x[h]:u>4?void 0:{get:x.get,set:x.set}:n,g),l._=1,u^4||a===void 0?ln(a)&&(u>4?b.unshift(a):u?m?i=a:x[h]=a:n=a):typeof a!="object"||a===null?hr("Object expected"):(ln(s=a.get)&&(x.get=s),ln(s=a.set)&&(x.set=s),ln(s=a.init)&&b.unshift(s));return u||dn(o,n),x&&Wt(n,e,x),m?u^4?i:x:n},ge=(o,r,e)=>_o(o,typeof r!="symbol"?r+"":r,e),Xi=(o,r,e)=>r.has(o)||hr("Cannot "+e),Su=(o,r)=>Object(r)!==r?hr('Cannot use the "in" operator on this value'):o.has(r),f=(o,r,e)=>(Xi(o,r,"read from private field"),e?e.call(o):r.get(o)),w=(o,r,e)=>r.has(o)?hr("Cannot add the same private member more than once"):r instanceof WeakSet?r.add(o):r.set(o,e),S=(o,r,e,t)=>(Xi(o,r,"write to private field"),t?t.call(o,e):r.set(o,e),e),C=(o,r,e)=>(Xi(o,r,"access private method"),e);var Yn=(o,r,e,t)=>({set _(n){S(o,r,n,e)},get _(){return f(o,r,t)}});var Mo,Dt,Zn=L(()=>{"use strict";Mo=(()=>{let o={redirect:1,onlyinclude:1,noinclude:1,include:1,comment:1,ext:1,arg:2,"magic-word":2,template:2,heading:2,html:3,table:4,hr:5,"double-underscore":5,link:6,category:6,file:6,quote:7,"ext-link":8,"free-ext-link":9,"magic-link":9,list:10,dd:10,converter:11};return Object.setPrototypeOf(o,null),o})(),Dt=(()=>{let o=["arg-in-ext","bold-header","format-leakage","fostered-content","h1","illegal-attr","insecure-style","invalid-gallery","invalid-imagemap","invalid-invoke","invalid-isbn","invalid-json","invalid-url","lonely-apos","lonely-bracket","lonely-http","nested-link","no-arg","no-duplicate","no-ignored","obsolete-attr","obsolete-tag","parsing-order","pipe-like","syntax-like","table-layout","tag-like","unbalanced-header","unclosed-comment","unclosed-quote","unclosed-table","unescaped","unknown-page","unmatched-tag","unterminated-url","url-encoding","var-anchor","void-ext"];return Object.freeze(o),o})()});function $e(o,r,e){return e===1?o.replace(/\0(\d+)g\x7F/gu,(t,n)=>$e(String(r[n]),r,2)):e===2?o.replace(/\0(\d+)n\x7F/gu,(t,n)=>String(r[n])):o.replace(/\0(\d+)\x7F/gu,(t,n)=>r[n])}var We,Uo,tt,rt,nt,un,br,se,Pe,wu,Cu,ei,Mt,Ho,Lu,Eu,Ut,it,ae=L(()=>{"use strict";We=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,Uo=String.raw`[^[\]<>"\0-\x1F\x7F${We}\uFFFD]`,tt=String.raw`(?:\[[\da-f:.]+\]|${Uo})`,rt=String.raw`(?:${Uo}|\0\d+[cn!~]\x7F)*`,nt=o=>o.trim().toLowerCase();un=(o,r)=>e=>e.replace(o,r),br=un(/[\0\x7F]|\r$/gmu,""),se=un(/\0\d+[cn]\x7F/gu,""),Pe=(o,r="")=>o.map(e=>typeof e=="string"?e:e.text()).join(r),wu={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},Cu=un(/&(?:#(\d+|[Xx][\da-fA-F]+)|([lg]t|[LG]T|[lr]brac[ke]|nbsp|amp|AMP|quot|QUOT));/gu,(o,r,e)=>r?String.fromCodePoint(+((/^x/iu.test(r)?"0":"")+r)):wu[e.toLowerCase()]),Mt=o=>(ei!=null||(ei=Cu),ei(o)),Ho=un(/&#(\d+|x[\da-f]+);/giu,(o,r)=>String.fromCodePoint(+((/^x/iu.test(r)?"0":"")+r))),Lu={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},Eu=(o=/[&<>"{}[\]|]/gu)=>un(o,r=>`&${Lu[r]};`),Ut=Eu(/[&<>]/gu),it=(o,r={})=>{let{pre:e="",post:t="",sep:n=""}=r;return e+o.map(i=>i.print()).join(n)+t}});var zo=Qi((cp,$u)=>{$u.exports={"argument-in-ext":"template argument inside an extension tag","attributes-of-closing-tag":"attributes of a closing tag","bold-apostrophes":"bold apostrophes","bold-in-header":"bold text in a section header",close:null,"closing-and-self-closing":"tag that is both closing and self-closing",comment:null,"conflicting-image-parameter":"conflicting image $1 parameter","content-outside-table":"content to be moved outside the table",decode:null,delink:null,"duplicate-attribute":"duplicate $1 attribute","duplicate-category":"duplicate category","duplicate-id":"duplicate HTML id","duplicate-image-parameter":"duplicate image $1 parameter","duplicate-parameter":"duplicate template parameter",encode:null,escape:null,expand:null,"ext-in-html":"extension tag in HTML tag attributes",frame:null,"full-width-punctuation":"full-width punctuation","header-in-html":"section header in HTML tag attributes","header-like":"header-like syntax in plain text","horizontal-alignment":null,"html-in-table":"HTML tag in table attributes","illegal-attribute-name":"invalid attribute name","illegal-attribute-value":"invalid attribute value","illegal-module":"invalid Scribunto module name","imagemap-without-image":"<imagemap> without an image","in-url":"$1 in URL","inconsistent-table":"inconsistent table layout","insecure-style":"insecure style","invalid-attribute":"element containing an invalid attribute name","invalid-category":"invalid category name","invalid-content":"invalid content in <$1>","invalid-conversion-flag":"invalid conversion flag","invalid-gallery":"invalid gallery image","invalid-gallery-link":"invalid link in gallery image","invalid-image-parameter":"invalid image parameter","invalid-imagemap-link":"invalid link in <imagemap>","invalid-isbn":"invalid ISBN","invalid-parameter":"invalid parameter of <$1>","invalid-self-closing":"invalid self-closing tag","invalid-thumb":"invalid thumbnail filename","invalid-url":"invalid URL","invisible-triple-braces":"invisible content inside triple braces","italic-apostrophes":"italic apostrophes","left-bracket":"opening bracket","link-in-extlink":"internal link in an external link",lonely:'lonely "$1"',"missing-extension":"missing file extension","missing-function":"missing Scribunto module function name",newline:null,"no-self-closing":"no self-closing","nonzero-tabindex":"nonzero tabindex","nothing-in":"nothing should be in <$1>","obsolete-attribute":"obsolete attribute","obsolete-tag":"obsolete HTML tag",open:null,prefix:null,"pipe-in-link":'additional "|" in the link text',"pipe-in-table":'additional "|" in a table cell',"redirect-like":"redirect-like syntax in a list item","ref-in-link":"<ref> in an internal or external link",remove:null,"template-in-link":"template in an internal link target","unbalanced-in-section-header":"unbalanced $1 in a section header",unclosed:"unclosed $1","unclosed-comment":"unclosed HTML comment","unclosed-quotes":"unclosed quotes","unclosed-table":"unclosed table","unclosed-tag":"unclosed tag","unescaped-query":"unescaped query string in an anonymous parameter","unexpected-argument":"unexpected template argument","unmatched-closing":"unmatched closing tag","unnecessary-encoding":"unnecessary percent-encoding in an internal link",uppercase:null,"useless-attribute":"useless attribute","useless-fragment":"useless fragment","useless-link-text":"useless link text","variable-anchor":"variable anchor in a section header","vertical-alignment":null,whitespace:null}});var Go=Qi((fp,Nu)=>{Nu.exports={ext:[],html:[["b","bdi","del","i","ins","u","font","big","small","sub","sup","h1","h2","h3","h4","h5","h6","cite","code","em","s","strike","strong","tt","var","div","center","blockquote","ol","ul","dl","table","caption","pre","ruby","rb","rp","rt","rtc","p","span","abbr","dfn","kbd","samp","data","time","mark","tr","td","th","q","bdo"],["li","dt","dd"],["br","wbr","hr","meta","link"]],namespaces:{"0":"","6":"File","10":"Template","14":"Category","828":"Module"},nsid:{"":0,file:6,template:10,category:14,module:828},functionHook:["msgnw"],variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{msgnw:"msgnw",pageid:"pageid",articlepath:"articlepath",server:"server",servername:"servername",scriptpath:"scriptpath",stylepath:"stylepath","#language":"language","#special":"special","#speciale":"speciale","#tag":"tag","#formatdate":"formatdate","#dateformat":"formatdate","#invoke":"invoke","#while":"while","#dowhile":"dowhile","#loop":"loop","#forargs":"forargs","#fornumargs":"fornumargs","#if":"if","#ifeq":"ifeq","#switch":"switch","#ifexist":"ifexist","#ifexpr":"ifexpr","#iferror":"iferror","#time":"time","#timel":"timel","#expr":"expr","#rel2abs":"rel2abs","#titleparts":"titleparts","#categorytree":"categorytree","#urldecode":"urldecode","#choose":"choose","#var":"var","#varexists":"varexists","#var_final":"var_final","#vardefine":"vardefine","#vardefineecho":"vardefineecho","#widget":"widget","#related":"related","#regex":"regex","#regex_var":"regex_var","#regexquote":"regexquote","#regexall":"regexall","#len":"len","#pos":"pos","#rpos":"rpos","#sub":"sub","#count":"count","#rmatch":"rmatch","#rreplace":"rreplace","#replace":"replace","#rsplit":"rsplit","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#translation":"translation","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"lst","#section-x":"lstx","#section-h":"lsth","#statements":"statements","#useliquidthreads":"useliquidthreads","#lqtpagelimit":"lqtpagelimit","#avatar":"avatar","#img":"img","#chart":"chart"},{"!":"!","=":"=","#FORMAL":"formal","#bcp47":"bcp47","#dir":"dir","#interwikilink":"interwikilink","#interlanguagelink":"interlanguagelink","#contentmodel":"contentmodel","#isbn":"isbn","#timef":"timef","#timefl":"timefl"},["msg","raw"],["subst","safesubst"]],doubleUnderscore:[[],[]],protocol:"bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|matrix:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|wikipedia://|worldwind://|xmpp:",interwiki:[],img:{},redirection:["#redirect"],variants:[]}});var Vo,Qo,gn,Ji,ti=L(()=>{"use strict";Vo=zo(),Qo=new Set(["alt","link","lang","page","caption"]),gn=new Set(["tiff","tif","png","gif","jpg","jpeg","webp","xcf","pdf","svg","djvu"]),Ji=Go()});function Be(o){let r=new Map,e=new WeakMap;return t=>{let n=typeof t=="string"?r:e;if(n.has(t)){let s=n.get(t);return s.lastIndex=0,s}let i=o(t);return n.set(t,i),i}}var Ht,Xo,Iu,Jo,ri,Ki,Fu,Ko,He=L(()=>{"use strict";Ht=o=>decodeURIComponent(o.replace(/%(?![\da-f]{2})/giu,"%25")),Xo=o=>Math.round(o*255).toString(16).padStart(2,"0"),Iu=(()=>{let o=String.raw`#(?:[\da-f]{3,4}|(?:[\da-f]{2}){3,4})(?![\p{L}\p{N}_])`,r=String.raw`(?:\d*\.)?\d+%?`,e=String.raw`(?:\d*\.)?\d+(?:deg|grad|rad|turn)?`,t=String.raw`rgba?\(\s*(?:${String.raw`${new Array(3).fill(r).join(String.raw`\s+`)}(?:\s*\/\s*${r})?`}|${String.raw`${new Array(3).fill(r).join(String.raw`\s*,\s*`)}(?:\s*,\s*${r})?`})\s*\)`,n=String.raw`hsla?\(\s*(?:${String.raw`${e}\s+${r}\s+${r}(?:\s*\/\s*${r})?`}|${String.raw`${e}${String.raw`\s*,\s*(?:\d*\.)?\d+%`.repeat(2)}(?:\s*,\s*${r})?`})\s*\)`;return{full:new RegExp(String.raw`(^|[^\p{L}\p{N}_])(${o}|${t}|${n})`,"giu"),rgb:new RegExp(String.raw`(^|[^\p{L}\p{N}_])(${o}|${t})`,"giu")}})(),Jo=(o,r=!0)=>{let e=[],t=Iu[r?"full":"rgb"];t.lastIndex=0;let n=t.exec(o),i=0;for(;n;){let s=n.index+n[1].length;s>i&&e.push([o.slice(i,s),i,s,!1]),{lastIndex:i}=t,e.push([n[2],s,i,o[s-1]!=="&"||!/^#\d+$/u.test(n[2])]),n=t.exec(o)}return o.length>i&&e.push([o.slice(i),i,o.length,!1]),e};ri=o=>{let r=[],e=0;for(let t of o.split(`
2
+ `)){let n=e+t.length;r.push([t,e,n]),e=n+1}return r},Ki=o=>o&&Number(o[1]),Fu=(o,r)=>{var n;let e,t=i=>{e!=null||(e=ri(o));let s=e.findIndex(([,,a])=>i<=a)+1;return{line:s,column:i-e[s-1][1]+1}};for(let i of r){let{line:s,column:a,from:l,to:g}=i;l==null?s?(e!=null||(e=ri(o)),(n=i.column)!=null||(i.column=1),i.from=e[s-1][1]+(i.column-1)):(i.from=0,i.line=1,i.column=1):(!s||!a)&&Object.assign(i,t(l)),g!==void 0&&({line:i.endLine,column:i.endColumn}=t(g)),i.position=i.from}return r},Ko=(o,r)=>{if(r||o.trim())try{JSON.parse(o)}catch(e){let{message:t}=e,n=Ki(/\bline (\d+)/u.exec(t)),i=Ki(/\bcolumn (\d+)/u.exec(t)),s=Ki(/\bposition (\d+)/u.exec(t));return Fu(o,[{message:t,line:n,column:i,from:s,severity:"error"}])}return[]}});var pn,xr,cn,fn,Yi,U,pe=L(()=>{"use strict";U=class{constructor(r,e){w(this,fn);w(this,pn);w(this,xr);w(this,cn);S(this,pn,r),S(this,xr,e)}get start(){return f(this,xr)}get top(){return C(this,fn,Yi).call(this).top}get left(){return C(this,fn,Yi).call(this).left}};pn=new WeakMap,xr=new WeakMap,cn=new WeakMap,fn=new WeakSet,Yi=function(){var r;return(r=f(this,cn))!=null||S(this,cn,f(this,pn).getRootNode().posFromIndex(f(this,xr))),f(this,cn)}});var Ru,Pu,Tr,yr,Yo,q,P,ve,kr,_,ni,je,ii,si,oi,vt,st,ai,ze,li,z=L(()=>{"use strict";He();Ae();pe();M();Ru=new Set(["tr","td","th","caption"]),Pu=new Set(["Template:!!","Template:!-"]),Tr=o=>{let r=o.childNodes.find(e=>e.text().trim());if(!r||r.type==="text"&&r.data.trim().startsWith("!")||r.is("magic-word")&&r.name==="!"||r.is("template")&&Pu.has(r.name)||r.is("html")&&Ru.has(r.name))return!1;if(r.is("arg"))return r.length>1&&Tr(r.childNodes[1]);if(r.is("magic-word"))try{let e=r.getPossibleValues().map(Tr);return e.includes(2)?2:e.includes(1)&&1}catch{}return r.is("template")||r.is("magic-word")&&r.name==="invoke"?1:2},yr=(o,r,e,t)=>({line:o+e-1,character:(e===1?r:0)+t}),Yo=o=>(r,e,t,n,i="error")=>{let{start:s}=e,{top:a,left:l}=e instanceof U?e:new U(r,s),{offsetHeight:g,offsetWidth:d}=r,{startIndex:u,startLine:p,startCol:m}=o(r,s,a,l),{line:c,character:h}=yr(p,m,g,d);return{rule:t,message:v.msg(n),severity:i,startIndex:u,endIndex:u+r.toString().length,startLine:p,endLine:c,startCol:m,endCol:h}},q=Yo((o,r,e,t)=>{let n=o.getRelativeIndex(),{top:i,left:s}=o.parentNode.posFromIndex(n);return{startIndex:r+n,startLine:e+i,startCol:i?s:t+s}}),P=Yo((o,r,e,t)=>({startIndex:r,startLine:e,startCol:t})),ve=(o,r,e,t=0)=>({desc:v.msg(r),range:[o.startIndex+t,o.endIndex],text:e}),kr=(o,r,e)=>({desc:v.msg(r),range:[o,o],text:e}),_=(o,r=0,e="")=>typeof o=="number"?{desc:v.msg("remove"),range:[o,o+r],text:e}:ve(o,"remove",e,r),ni=(o,r)=>ve(o,"decode",Ht(r.text().replace(/%(?=21|3[ce]|5[bd]|7[b-d])/giu,"%25"))),je=(o,r,e=0)=>({desc:v.msg("close"),range:[o+e,o],text:r}),ii=o=>({desc:v.msg("open"),range:[o+1,o+2],text:""}),si=(o,r)=>ve(o,"comment",`<!--${r}-->`),oi=(o,r)=>ve(o,"uppercase",r.toUpperCase()),vt=(o,r=0)=>({desc:v.msg("whitespace"),range:[o,o+r],text:" "}),st=(o,r,e=1)=>({desc:v.msg("escape"),range:[o,o+e],text:r.repeat(e)}),ai=(o,r)=>({desc:v.msg("escape"),range:[o,o+r.length],text:r.replace(/\|/gu,"&#124;")}),ze=(o,r,e,t)=>{if(o&&(t||v.viewOnly&&o[0]===J.rev))return o[1];let n=r();return(t||v.viewOnly)&&e([J.rev,n]),n},li=(o,r)=>o==="ol"&&r==="type"?["1","a","A","i","I"]:o==="th"&&r==="scope"?["row","col","rowgroup","colgroup"]:r==="dir"?["ltr","rtl","auto"]:r==="aria-hidden"?["true","false"]:[]});var Bu,di,Zi=L(()=>{"use strict";Bu=o=>{if(o.includes("#")){let r=o.indexOf("#"),e=o.slice(0,r),t=o.slice(r+1);return(n,i)=>(r===0||n===e)&&i===t}return r=>r===o},di=(o,r,e)=>{if(o=o.trim(),!o)return(()=>!0);let t=o.split(",").map(n=>n.trim()).filter(n=>n!=="").map(Bu);return(({type:n,name:i})=>t.some(s=>s(n,i)))}});var ea=Qi((wp,Zo)=>{Zo.exports=function(o,r,e,t,n){var i,s;if(t===void 0)t=0;else if(t=t|0,t<0||t>=o.length)throw new RangeError("invalid lower bound");if(n===void 0)n=o.length-1;else if(n=n|0,n<t||n>=o.length)throw new RangeError("invalid upper bound");for(;t<=n;)if(i=t+(n-t>>>1),s=+e(o[i],r,i,o),s<0)t=i+1;else if(s>0)n=i-1;else return i;return~t}});var ta,ra,na=L(()=>{"use strict";ta=vu(ea()),ra=(o,r,e)=>{let t=(0,ta.default)(o,r,e);return t<0?~t:t}});var vr,ui=L(()=>{"use strict";z();vr=(o=!0)=>r=>{let e=new WeakMap;return function(...t){return ze(e.get(this),()=>r.apply(this,t),n=>{e.set(this,n)},o)}}});var ia,sa=L(()=>{"use strict";ia=o=>{class r extends o{get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get offsetHeight(){return this.getDimension().height}get offsetWidth(){return this.getDimension().width}}return r}});var oa,aa,hn,Ar,Sr,bn,wr,Cr,mn,Ge,es=L(()=>{"use strict";He();na();z();Ae();ui();sa();M();aa=[ia],oa=[vr(!1)];Ge=class{constructor(){B(mn,5,this);ge(this,"childNodes",[]);w(this,hn);w(this,Ar);w(this,Sr);w(this,bn);w(this,wr);w(this,Cr,{})}get parentNode(){return f(this,hn)}get nextSibling(){return f(this,Ar)}get previousSibling(){return f(this,Sr)}getChildNodes(){let{childNodes:r}=this;return Object.isFrozen(r)?[...r]:r}getAttribute(r){return r==="padding"?0:this[r]}setAttribute(r,e){switch(r){case"parentNode":S(this,hn,e),e||(S(this,Ar,void 0),S(this,Sr,void 0));break;case"nextSibling":S(this,Ar,e);break;case"previousSibling":S(this,Sr,e);break;case"aIndex":v.viewOnly&&S(this,wr,[J.rev,e]);break;default:this[r]=e}}getRootNode(){return ze(f(this,bn),()=>{var r,e;return(e=(r=this.parentNode)==null?void 0:r.getRootNode())!=null?e:this},r=>{let[,e]=r;e.type==="root"&&S(this,bn,r)})}indexFromPos(r,e){{if(r<0||e<0)return;let t=this.getLines();if(r>=t.length)return;let[,n,i]=t[r],s=n+e;return s>i?void 0:s}}posFromIndex(r){{let{length:e}=String(this);if(r+=r<0?e:0,r>=0&&r<=e){let t=this.getLines(),n=ra(t,r,([,,i],s)=>i-s);return{top:n,left:r-t[n][1]}}return}}getDimension(){{let r=this.getLines(),e=r[r.length-1];return{height:r.length,width:e[2]-e[1]}}}getGaps(r){return 0}getRelativeIndex(r){if(r===void 0){let{parentNode:e}=this;return e?e.getRelativeIndex(e.childNodes.indexOf(this)):0}return ze(f(this,Cr)[r],()=>{let{childNodes:e}=this,t=r+(r<0?e.length:0),n=this.getAttribute("padding");for(let i=0;i<t;i++)v.viewOnly&&(f(this,Cr)[i]=[J.rev,n]),n+=e[i].toString().length+this.getGaps(i);return n},e=>{f(this,Cr)[r]=e})}getAbsoluteIndex(){return ze(f(this,wr),()=>{let{parentNode:r}=this;return r?r.getAbsoluteIndex()+this.getRelativeIndex():0},r=>{S(this,wr,r)})}getBoundingClientRect(){return{...this.getDimension(),...this.getRootNode().posFromIndex(this.getAbsoluteIndex())}}is(r){return this.type===r}getLines(){return ri(String(this))}seal(r,e){{if(v.internal)return;let t=!e&&!!this[r];t||Object.defineProperty(this,r,{enumerable:t,configurable:!0})}}lspError(r){throw new Error(`${r} method is only available in the LSP version!`)}};mn=O(null),hn=new WeakMap,Ar=new WeakMap,Sr=new WeakMap,bn=new WeakMap,wr=new WeakMap,Cr=new WeakMap,j(mn,1,"getLines",oa,Ge),Ge=j(mn,0,"AstNode",aa,Ge),B(mn,1,Ge)});var la,da=L(()=>{"use strict";Zi();la=o=>{var r,ts;{class t extends o{constructor(){super(...arguments);w(this,r)}getElementBy(s){let a=[...this.childNodes].reverse();for(;a.length>0;){let l=a.pop(),{type:g,childNodes:d}=l;if(g!=="text"){if(s(l))return l;for(let u=d.length-1;u>=0;u--)a.push(d[u])}}}querySelector(s){return this.getElementBy(C(this,r,ts).call(this,s))}getElementsBy(s){let a=[...this.childNodes].reverse(),l=[];for(;a.length>0;){let g=a.pop(),{type:d,childNodes:u}=g;if(d!=="text"){s(g)&&l.push(g);for(let p=u.length-1;p>=0;p--)a.push(u[p])}}return l}querySelectorAll(s){return this.getElementsBy(C(this,r,ts).call(this,s))}escape(){for(let s of this.childNodes)s.escape()}}return r=new WeakSet,ts=function(s){return di(s,this)},t}}});var ua,rs,ju,zt,ga=L(()=>{"use strict";ae();Ae();Zi();es();da();ua=[la];zt=class extends(ju=Ge){get length(){return this.childNodes.length}text(r){return Pe(this.childNodes,r)}removeAt(r){return Gt(this,r,1)[0]}insertAt(r,e=this.length){return Gt(this,e,0,[r]),r}closest(r){let e=di(r,this),{parentNode:t}=this;for(;t;){if(e(t))return t;({parentNode:t}=t)}}isInside(r){var e;return((e=this.closest(`${r},ext`))==null?void 0:e.type)===r}append(...r){this.safeAppend(r)}safeAppend(r){for(let e of r)this.insertAt(e)}safeReplaceChildren(r){for(let e=this.length-1;e>=0;e--)this.removeAt(e);this.safeAppend([...r])}setText(r,e=0){e+=e<0?this.length:0;let t=this.childNodes[e],{data:n}=t;return t.replaceData(r),n}toString(r,e=""){return this.childNodes.map(t=>t.toString(r)).join(e)}caretPositionFromIndex(r){{if(r===void 0)return;let{length:e}=this.toString();if(r>e||r<-e)return;r+=r<0?e:0;let t=this,n=0,i=0;for(;t.type!=="text";){let{childNodes:s}=t;n+=t.getAttribute("padding");for(let a=0;n<=r&&a<s.length;a++){let l=s[a],{nextSibling:g}=l,d=l.toString(),u=d.length;if(l.setAttribute("aIndex",n),n+=u,n>r||n===r&&u>0&&(!g||g.type==="text"||l.type!=="text"&&(d.trim()||!g.toString().trim()))){t=l,n-=u,i=n;break}n+=t.getGaps(a)}if(t.childNodes===s)return{offsetNode:t,offset:r-i}}return{offsetNode:t,offset:r-i}}this.lspError("AstElement.caretPositionFromIndex")}elementFromIndex(r){var e;{let t=(e=this.caretPositionFromIndex(r))==null?void 0:e.offsetNode;return(t==null?void 0:t.type)==="text"?t.parentNode:t}this.lspError("AstElement.elementFromIndex")}elementFromPoint(r,e){return this.elementFromIndex(this.indexFromPos(e,r))}lint(r=this.getAbsoluteIndex(),e){{let t=[];for(let n=0,i=r+this.getAttribute("padding");n<this.length;n++){let s=this.childNodes[n];s.setAttribute("aIndex",i);let a=s.lint(i,e);a.length>0&&Array.prototype.push.apply(t,a),i+=s.toString().length+this.getGaps(n)}return t}}print(r={}){{let e=r.class;return this.toString()?(e===""?"":`<span class="wpb-${e!=null?e:this.type}${this.getAttribute("invalid")?" wpb-invalid":""}">`)+it(this.childNodes,r)+(e===""?"":"</span>"):""}}json(r,e=1/0,t=this.getAbsoluteIndex()){{let n={...this,type:this.type,range:[t,t+this.toString().length],childNodes:[]};if(e>=1)for(let i=0,s=t+this.getAttribute("padding");i<this.length;i++){let a=this.childNodes[i],{length:l}=a.toString();a.setAttribute("aIndex",s),n.childNodes.push(a.type==="text"?{data:a.data,range:[s,s+l]}:a.json(void 0,e-1,s)),s+=l+this.getGaps(i)}return n}}};rs=O(ju),zt=j(rs,0,"AstElement",ua,zt),B(rs,1,zt)});var At,xn=L(()=>{"use strict";At=(o=1)=>r=>{class e extends r{getGaps(){return o}}return e}});var Z,we=L(()=>{"use strict";Z=o=>{{class r extends o{escape(){}}return r}}});var Ou,gi,pa=L(()=>{"use strict";ae();z();M();G();Ou=new RegExp(`https?://${tt}${rt}$`,"iu"),gi=class extends ${get type(){return"parameter"}get anon(){return this.firstChild.length===0}get duplicated(){var r;try{return!!((r=this.parentNode)!=null&&r.getDuplicatedArgs().some(([e])=>e===this.name))}catch{return!1}}constructor(r,e,t,n=[]){super(void 0,t,n);let i=new $(typeof r=="number"?void 0:r,t,n,{}),s=new $(e,t,n);i.type="parameter-key",i.setAttribute("stage",2),s.type="parameter-value",s.setAttribute("stage",2),this.append(i,s)}trimName(r,e=!0){let t=(typeof r=="string"?r:r.toString(!0)).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1");return this.setAttribute("name",t),t}afterBuild(){if(!this.anon){let{parentNode:r,firstChild:e}=this,t=this.trimName(e);r&&r.getArgs(t,!1,!1).add(this)}super.afterBuild()}toString(r){return this.anon?this.lastChild.toString(r):super.toString(r,"=")}text(){return this.anon?this.lastChild.text():super.text("=")}getGaps(){return this.anon?0:1}lint(r=this.getAbsoluteIndex(),e){var t;{let n=super.lint(r,e),i="unescaped",{lintConfig:s}=v,a=s.getSeverity(i);if(a){let{firstChild:l}=this,g=(t=Ou.exec(l.text()))==null?void 0:t[0];try{if(g&&new URL(g).search){let d=q(l,{start:r},i,"unescaped-query",a);d.startIndex=d.endIndex,d.startLine=d.endLine,d.startCol=d.endCol,d.endIndex++,d.endCol++,(s.computeEditInfo||s.fix)&&(d.fix=st(d.startIndex,"{{=}}")),n.push(d)}}catch{}}return n}}print(){return super.print({sep:this.anon?"":"="})}json(r,e,t=this.getAbsoluteIndex()){{let n=super.json(void 0,e,t);return Object.assign(n,{anon:this.anon},this.duplicated&&{duplicated:!0}),n}}}});var Lr,ce,St=L(()=>{"use strict";G();ce=class extends ${constructor(e,t,n,i,s){super(e,n,i,s);w(this,Lr);S(this,Lr,t)}get type(){return f(this,Lr)}set type(e){S(this,Lr,e)}getAttribute(e){var t;return e==="invalid"?this.type==="converter-flag"&&!!((t=this.parentNode)!=null&&t.isInvalidFlag(this)):super.getAttribute(e)}};Lr=new WeakMap});var Tn,Te,wt=L(()=>{"use strict";G();Te=class extends ${constructor(e,t,n,i,s){super(e,n,i,s);w(this,Tn);S(this,Tn,t)}get type(){return f(this,Tn)}lint(e=this.getAbsoluteIndex()){return super.lint(e,!1)}};Tn=new WeakMap});var ma={};re(ma,{TranscludeToken:()=>ot});var ca,kn,Ct,Er,Vt,$r,at,yn,fa,ns,qu,ot,is=L(()=>{"use strict";ae();z();Ae();pe();xn();we();M();G();pa();St();wt();ca=[Z,At()];ot=class extends(qu=$){constructor(e,t,n,i=[]){var y,x;let s,a=/^(?:\s|\0\d+[cn]\x7F)*\0(\d+)h\x7F(?:\s|\0\d+[cn]\x7F)*/u.exec(e);a&&(s=Number(a[1]),e=e.replace(`\0${s}h`,i[s].toString().replace(/^\n/u,"")));super(void 0,n,i,{});w(this,at);ge(this,"modifier","");w(this,kn,"template");w(this,Ct,":");w(this,Er,!1);w(this,Vt,new Map);w(this,$r);let{parserFunction:l,variable:g,functionHook:d}=n,u=(y=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(e))==null?void 0:y[0];if(u)this.setAttribute("modifier",u),e=e.slice(u.length);else if(e.includes(":")){let[T,...k]=e.split(":"),[A]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec((x=k[0])!=null?x:"");this.setModifier(`${T}:${A}`)&&(e=k.join(":").slice(A.length))}let p=e.search(/[::]/u),m=e[p]===":",c=p!==-1;if(c||t.length===0&&!f(this,Er)){let T=c?e.slice(0,p):e,k=c&&e.slice(p+1),A=se(T),N=c?A.slice(A.search(/\S/u))+(m?":":""):A.trim(),[,E,F]=ha(N,l),V=!("functionHook"in n)||d.includes(F),W=g.includes(F);if(c?F&&V:W){this.setAttribute("name",F),S(this,kn,"magic-word"),m&&S(this,Ct,":");let Y=new Te(T,"magic-word-name",n,i);if(super.insertAt(Y),k!==!1&&t.unshift([k]),this.name==="invoke")for(let D=0;D<2;D++){let I=t.shift();if(!I)break;let R=new ce(I.join("="),`invoke-${D?"function":"module"}`,n,i);super.insertAt(R)}}}if(this.type==="template"){let T=se(e).trim();if(!this.normalizeTitle(T,10,{halfParsed:!0,temporary:!0}).valid)throw i.pop(),new SyntaxError("Invalid template name");let k=new ce(e,"template-name",n,i,{});super.insertAt(k)}typeof s=="number"&&(i[s]=void 0);let h=this.isTemplate(),b=1;for(let T=0;T<t.length;T++){let k=t[T];h||this.name==="switch"&&T>0||this.name==="tag"&&T>1||(k[0]=k.join("="),k.length=1),k.length===1&&(k.unshift(b),b++),this.insertAt(new gi(...k,n,i))}this.seal("modifier")}get type(){return f(this,kn)}get module(){return this.type==="magic-word"&&this.name==="invoke"?C(this,at,yn).call(this).title:void 0}get function(){var e;return this.type==="magic-word"&&this.name==="invoke"?(e=this.childNodes[2])==null?void 0:e.text().trim():void 0}setModifier(e){let[,,t,n]=this.getAttribute("config").parserFunction,i=se(e).trim();if(e&&!i.endsWith(":"))return!1;let s=i.slice(0,-1).toLowerCase(),a=t.includes(s),l=n.includes(s);return(f(this,Er)?a:l||!e)||(J.running||this.length>1)&&(a||l||!e)?(this.setAttribute("modifier",e),S(this,Er,a),!!e):!1}isTemplate(){return this.type==="template"||this.name==="invoke"}afterBuild(){this.modifier.includes("\0")&&this.setAttribute("modifier",this.buildFromStr(this.modifier,0)),super.afterBuild(),this.isTemplate()&&this.type==="template"&&(S(this,$r,C(this,at,yn).call(this)),this.setAttribute("name",f(this,$r).title))}toString(e){let{childNodes:t,length:n,firstChild:i,modifier:s,type:a}=this;return`{{${s}${a==="magic-word"?i.toString(e)+(n===1?"":f(this,Ct))+t.slice(1).map(l=>l.toString(e)).join("|"):super.toString(e,"|")}}}`}text(){let{childNodes:e,length:t,firstChild:n,modifier:i,type:s,name:a}=this;return s==="magic-word"&&a==="vardefine"?"":`{{${i}${s==="magic-word"?n.text()+(t===1?"":f(this,Ct))+Pe(e.slice(1),"|"):super.text("|")}}}`}getAttribute(e){switch(e){case"padding":return this.modifier.length+2;case"title":return f(this,$r);case"colon":return f(this,Ct);case"invalid":return this.type==="magic-word"&&this.name==="invoke"&&(this.length===2||!C(this,at,yn).call(this).valid);default:return super.getAttribute(e)}}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t);if(!this.isTemplate())return n;let{type:i,childNodes:s,length:a}=this,l=new U(this,e),{lintConfig:g}=v,{computeEditInfo:d}=g,u=i==="magic-word",p="no-ignored",m=g.getSeverity(p,"fragment");if(u&&!C(this,at,yn).call(this).valid)p="invalid-invoke",m=g.getSeverity(p,"name"),m&&n.push(q(s[1],l,p,"illegal-module",m));else if(m){let c=s[u?1:0],h=c.childNodes.findIndex(y=>y.type==="text"&&Mt(y.data).includes("#")),b=c.childNodes[h];if(b){let y=q(c,l,p,"useless-fragment",m);d&&(y.suggestions=[_(y,c.getRelativeIndex(h)+b.data.indexOf("#"))]),n.push(y)}}if(p="invalid-invoke",m=g.getSeverity(p,"function"),m&&u&&a===2)return n.push(P(this,l,p,"missing-function",m)),n;if(p="no-duplicate",m=g.getSeverity(p,"parameter"),m){let c=this.getDuplicatedArgs().filter(([,b])=>!b[0].querySelector("ext")),h="duplicate-parameter";for(let[,b]of c)Array.prototype.push.apply(n,b.map(y=>{let x=q(y,l,p,h,m);return d&&(x.suggestions=[_(x,-1)]),x}))}return n}}insertAt(e,t=this.length){return super.insertAt(e,t),e.anon?C(this,at,fa).call(this,e):e.name&&this.getArgs(e.name,!1,!1).add(e),e}getAllArgs(){return this.childNodes.filter(Nr("parameter"))}getAnonArgs(){return this.getAllArgs().filter(({anon:e})=>e)}getArgs(e,t,n=!0){let i=String(e).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1"),s;return f(this,Vt).has(i)?s=f(this,Vt).get(i):(s=new Set(this.getAllArgs().filter(({name:a})=>i===a)),f(this,Vt).set(i,s)),s}getDuplicatedArgs(){return[...f(this,Vt)].filter(([,{size:e}])=>e>1).map(([e,t])=>[e,[...t]])}getPossibleValues(){let{type:e,name:t,childNodes:n}=this;if(e==="template")throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!");let i,s;switch(t){case"if":case"ifexist":case"ifexpr":case"iferror":i=2;break;case"ifeq":i=3;break;case"switch":{let a=n.slice(2),l=a[a.length-1];s=[...a.filter(({anon:g})=>!g),...l!=null&&l.anon?[l]:[]].map(({lastChild:g})=>g);break}default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}s!=null||(s=n.slice(i,i+2).map(({lastChild:a})=>a));for(let a=0;a<s.length;){let{length:l,0:g}=s[a].childNodes.filter(d=>d.text().trim());if(l===0)s.splice(a,1);else if(l>1||!g.is("magic-word"))a++;else try{let d=g.getPossibleValues();Array.prototype.splice.apply(s,[a,1,...d]),a+=d.length}catch{a++}}return s}print(){{let{childNodes:e,length:t,firstChild:n,modifier:i,type:s}=this;return`<span class="wpb-${s}${this.getAttribute("invalid")?" wpb-invalid":""}">{{${s==="magic-word"?Ut(i)+n.print()+(t===1?"":f(this,Ct))+it(e.slice(1),{sep:"|"}):(i?`<span class="wpb-magic-word">${Ut(i)}</span>`:"")+it(e,{sep:"|"})}}}</span>`}}};ns=O(qu),kn=new WeakMap,Ct=new WeakMap,Er=new WeakMap,Vt=new WeakMap,$r=new WeakMap,at=new WeakSet,yn=function(){let e=this.type==="template";return this.normalizeTitle((e?"":"Module:")+se(this.childNodes[e?0:1].text()),10,{temporary:!0,...!e&&{page:""}})},fa=function(e){let t=this.getAnonArgs(),n=typeof e!="number";for(let i=n?t.indexOf(e):e-1;i<t.length;i++){let s=t[i],{name:a}=s,l=String(i+1);(a!==l||s===e)&&(s.setAttribute("name",l),this.getArgs(l,!1,!1).add(s))}},ot=j(ns,0,"TranscludeToken",ca,ot),B(ns,1,ot)});var ss,xa,_u,Wu,Du,Mu,ba,Uu,An,os,as,vn,Ta=L(()=>{"use strict";ae();z();Ae();M();es();ss=String.raw`[${We}\t]*`,xa=String.raw`<(?:/[^\S\n]*)?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|\n={2,}`,_u=new RegExp(String.raw`${xa}|https?[:/]/+|(?:rfc|pmid)(?=[-::]?${ss}\d)|isbn(?=[-::]?${ss}(?:\d(?:${ss}|-)){6})`,"giu"),Wu=new RegExp(xa,"giu"),Du=new Set(["attr-value","ext-link-text","link-text"]),Mu={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},ba=new Set(["html","head","style","title","body","a","audio","img","video","embed","iframe","object","canvas","script","col","colgroup","tbody","tfoot","thead","button","input","label","option","select","textarea"]),Uu=(()=>{try{return new RegExp(String.raw`[\p{L}\p{N}_]`,"u")}catch{return/\w/u}})(),as=class as extends Ge{constructor(e){super();w(this,An);ge(this,"data","");this.data=e}get type(){return"text"}toString(e){var t;return e&&!((t=this.parentNode)!=null&&t.getAttribute("built"))?se(this.data):this.data}text(){return this.data}lint(e=this.getAbsoluteIndex(),t){var n,i,s;{if(t===!1)return[];let{data:a,parentNode:l,nextSibling:g,previousSibling:d}=this;if(!l)throw new Error("An isolated text node cannot be linted!");let{type:u,parentNode:p}=l;if(u==="attr-value"){let{name:D,tag:I}=p;if(I==="ref"&&(D==="name"||D==="follow")||D==="group"&&(I==="ref"||I==="references")||I==="choose"&&(D==="before"||D==="after"))return[]}if(t!=null||(t=l.isPlain()&&!Du.has(u)?_u:Wu),a.search(t)===-1)return[];t.lastIndex=0;let m=[],c=g==null?void 0:g.type,h=g==null?void 0:g.name,b=d==null?void 0:d.type,y=this.getRootNode(),x=y.toString(),{ext:T,html:k,variants:A}=y.getAttribute("config"),{top:N,left:E}=y.posFromIndex(e),{lintConfig:F}=v,V=F.rules["tag-like"],W=typeof V=="object"&&V[1]?new Set(Object.keys(V[1]).filter(D=>D!=="invalid"&&D!=="disallowed")):new Set,Y=new Set(["onlyinclude","noinclude","includeonly",...T,...k[0],...k[1],...k[2],...W,...F.getSeverity("tag-like","disallowed")?ba:[]]);for(let D=t.exec(a);D;D=t.exec(a)){let{index:I,0:R}=D,[,ee,oe]=D,xe=R==="["&&u==="ext-link-text";if(oe&&oe!=="]"){let{length:ue}=oe;I+=ue,R=R.slice(ue)}else{if(R.startsWith("<")&&!Y.has(ee.toLowerCase())||xe&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(a.slice(I+1))||g!=null&&g.is("ext")&&h==="nowiki"&&((n=g.innerText)!=null&&n.includes("]"))))continue;R.startsWith(`
3
+ ==`)&&(I++,R=R.slice(1))}R=R.toLowerCase();let[X]=R,de=R==="rfc"||R==="pmid"||R==="isbn",Q=X==="{",yt=X==="}",an=X==="[",Ui=X==="]",{length:kt}=R;Ui&&(I||kt>1)&&t.lastIndex--;let mr=e+I,Ot=mr+kt,ke,Ue,Jn,Kn,qt=x[Ot],Hi=x[mr-1],zi=Q||an,Gi=R==="{"&&Hi==="-"&&A.length>0,Vi=R==="}"&&qt==="-"&&A.length>0,Io=an&&c==="free-ext-link"&&!a.slice(I+1).trim()||Ui&&b==="free-ext-link"&&!a.slice(0,I).includes("]");if(de)ke="lonely-http",R=R.toUpperCase(),Ue=F.getSeverity(ke,R);else if(X==="<"){ke="tag-like";let ue;/^<\/?\s/u.test(R)||!/[\s/>]/u.test(qt!=null?qt:"")?ue="invalid":W.has(ee)?ue=ee:ba.has(ee)&&!T.includes(ee)&&(ue="disallowed"),Ue=F.getSeverity(ke,ue)}else if(X==="=")ke="syntax-like",Ue=F.getSeverity(ke,"heading");else if(Gi||Vi)ke="lonely-bracket",Ue=F.getSeverity(ke,"converter"),Gi&&I>0?(R="-{",I--,mr--,kt=2):Vi&&I<a.length-1&&(R="}-",Ot++,kt=2);else if(Io)ke="lonely-bracket",Ue=F.getSeverity(ke,"extLink");else if(zi||yt||Ui)if(ke="lonely-bracket",kt>1||Q&&qt===X||yt&&Hi===X)Ue=F.getSeverity(ke,"double");else{if(!xe){let ue=Mu[X],Re=zi?a.slice(I+1):a.slice(0,I);if(Q&&((i=ue.exec(Re))==null?void 0:i[0])==="}"||yt&&((s=ue.exec(Re))==null?void 0:s[0])==="{")continue;if(!Re.includes(X)){let et=zi?"nextSibling":"previousSibling",_e=this[et];for(;_e&&(_e.type!=="text"||!ue.test(_e.data));)_e=_e[et];if(_e&&ue.exec(_e.data)[0]!==X)continue}}Ue=F.getSeverity(ke,"single")}else ke="lonely-http",Ue=F.getSeverity(ke);if(!Ue)continue;let Fo=this.posFromIndex(I),{line:Ro,character:Po}=yr(N,E,Fo.top+1,Fo.left);if(X==="="){let ue=a.indexOf(`
4
+ `,I),Re=g,et;if(ue===-1){let _e=0;for(;Re&&!(Re.type==="text"&&(_e=Re.data.indexOf(`
5
+ `),_e!==-1));)Re=Re.nextSibling;if(!Re)continue;et=Re.data.slice(0,_e)}else et=a.slice(I+kt,ue);if(!/(?:^|[^=])=+\s*(?:\S\s*)?$/u.test(et))continue;ue===-1?(Ot=Re.getAbsoluteIndex()+et.length,{top:Jn,left:Kn}=y.posFromIndex(Ot)):(Ot+=et.length,kt+=et.length)}let _t={rule:ke,message:v.msg(X==="="?"header-like":"lonely",de||X==="h"||Gi||Vi?R:X),severity:Ue,startIndex:mr,endIndex:Ot,startLine:Ro,endLine:Jn!=null?Jn:Ro,startCol:Po,endCol:Kn!=null?Kn:Po+kt};if(F.computeEditInfo)if(X==="<")_t.suggestions=[st(mr,"&lt;")];else if(X==="h"&&u!=="link-text"&&Uu.test(Hi||""))_t.suggestions=[vt(mr)];else if(xe){let ue=l.getAbsoluteIndex()+l.toString().length;_t.suggestions=[st(ue,"&#93;")]}else if(R==="]"&&Io){let ue=e-d.toString().length;_t.suggestions=[kr(ue,"left-bracket","[")]}else de&&(_t.suggestions=[...D[0]===R?[]:[oi(_t,R)],...qt===":"||qt===":"?[vt(Ot,1)]:[]]);m.push(_t)}return m}}replaceData(e){C(this,An,os).call(this,e)}splitText(e){{let{parentNode:t,data:n}=this;if(!t)throw new Error("The text node to be split has no parent node!");let i=new as(n.slice(e));return Gt(t,t.childNodes.indexOf(this)+1,0,[i]),this.setAttribute("data",n.slice(0,e)),i}this.lspError("AstText.splitText")}escape(){{let{parentNode:e}=this;if(!e)throw new Error("The text node to be escaped has no parent node!");let{TranscludeToken:t}=(is(),K(ma)),n=e.getAttribute("config"),i=e.childNodes.indexOf(this)+1,s=g=>Math.max(this.data.lastIndexOf("=",g),this.data.lastIndexOf("|",g)),a=s(),l=()=>new t(this.data[a]==="="?"=":"!",[],n);for(;a>=0;a=s(a-1))a<this.data.length-1&&this.splitText(a+1),e.insertAt(J.run(l),i),C(this,An,os).call(this,this.data.slice(0,a))}}print(){return Ut(this.data)}};An=new WeakSet,os=function(e){this.setAttribute("data",e)};vn=as});var Ne,Lt=L(()=>{"use strict";Ne=(o=!0,r=!0)=>e=>{class t extends e{text(){return""}lint(i){return o?[]:super.lint(i)}}return t}});var he,Ve=L(()=>{"use strict";he=({length:o})=>r=>{class e extends r{getAttribute(n){return n==="padding"?o:super.getAttribute(n)}}return e}});var ya,Qt,De,Qe,pi,ka,ls,Hu,Ce,Ir=L(()=>{"use strict";z();Ae();pe();Ve();we();M();G();St();ya=[Z,he("[[")];Ce=class extends(Hu=$){constructor(e,t,n,i=[],s="|"){super(void 0,n,i,{});w(this,pi);w(this,Qt,!0);w(this,De);w(this,Qe);if(this.insertAt(new ce(e,"link-target",n,i,{})),t!==void 0){let a=new $(t,n,i,{});a.type="link-text",a.setAttribute("stage",10),this.insertAt(a)}S(this,De,s)}get link(){return f(this,Qe)}get fragment(){return f(this,Qe).fragment}afterBuild(){S(this,Qe,this.getTitle()),f(this,De).includes("\0")&&S(this,De,this.buildFromStr(f(this,De),0)),C(this,pi,ka).call(this),super.afterBuild()}setAttribute(e,t){e==="bracket"?S(this,Qt,t):e==="title"?S(this,Qe,t):super.setAttribute(e,t)}toString(e){let t=super.toString(e,f(this,De));return f(this,Qt)?`[[${t}]]`:t}text(){let e=super.text("|");return f(this,Qt)?`[[${e}]]`:e}getAttribute(e){return e==="title"?f(this,Qe):super.getAttribute(e)}getGaps(e){return e===0?f(this,De).length:1}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),{childNodes:[i,s],type:a}=this,{encoded:l,fragment:g}=f(this,Qe),{lintConfig:d}=v,{computeEditInfo:u,fix:p}=d,m=new U(this,e),c="unknown-page",h=d.getSeverity(c);if(h&&i.childNodes.some(({type:b})=>b==="template")&&n.push(q(i,m,c,"template-in-link",h)),c="url-encoding",h=d.getSeverity(c),h&&l){let b=q(i,m,c,"unnecessary-encoding",h);(u||p)&&(b.fix=ni(b,i)),n.push(b)}if(c="pipe-like",h=d.getSeverity(c,"link"),h&&(a==="link"||a==="category")){let b=s==null?void 0:s.childNodes.findIndex(x=>x.type==="text"&&x.data.includes("|")),y=s==null?void 0:s.childNodes[b];if(y){let x=q(s,m,c,"pipe-in-link",h);if(u){let T=x.startIndex+s.getRelativeIndex(b);x.suggestions=[ai(T,y.data)]}n.push(x)}}if(c="no-ignored",h=d.getSeverity(c,"fragment"),h&&g!==void 0&&!va(a)){let b=q(i,m,c,"useless-fragment",h);if(u||p){let y=i.childNodes.findIndex(T=>T.type==="text"&&T.data.includes("#")),x=i.childNodes[y];x&&(b.fix=_(b,i.getRelativeIndex(y)+x.data.indexOf("#")))}n.push(b)}return n}}getTitle(e,t){return this.normalizeTitle(this.firstChild.text(),0,{halfParsed:t,temporary:e,decode:!0,selfLink:!0})}print(){return super.print(f(this,Qt)?{pre:"[[",post:"]]",sep:f(this,De)}:{sep:f(this,De)})}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n),{type:s,fragment:a}=this;return a!==void 0&&(s==="link"||s==="redirect-target")&&(i.fragment=a),i}}};ls=O(Hu),Qt=new WeakMap,De=new WeakMap,Qe=new WeakMap,pi=new WeakSet,ka=function(){this.type!=="ext-inner"&&this.setAttribute("name",f(this,Qe).title)},Ce=j(ls,0,"LinkBaseToken",ya,Ce),B(ls,1,Ce)});var Aa,ds,zu,fe,Et=L(()=>{"use strict";we();G();Aa=[Z];fe=class extends(zu=$){get innerText(){return this.firstChild.data}constructor(r="",e,t){super(r,e,t)}};ds=O(zu),fe=j(ds,0,"NowikiBaseToken",Aa,fe),B(ds,1,fe)});var Sa,us,Gu,me,Xt=L(()=>{"use strict";z();Lt();M();Et();Sa=[Ne(!1)];me=class extends(Gu=fe){get type(){return"noinclude"}toString(r){return r?"":super.toString()}lint(r=this.getAbsoluteIndex()){{let{lintConfig:e}=v,t="no-ignored",n=e.getSeverity(t,"include");if(n){let{innerText:i}=this,s=/^<(includeonly|(?:no|only)include)\s+(?:[^\s>/]|\/(?!>))[^>]*>$/iu.exec(i);if(s){let a=P(this,{start:r},t,"useless-attribute",n),{computeEditInfo:l}=e,g=s[1].length+1,d=i.endsWith("/>")?2:1;return a.startIndex+=g,a.startCol+=g,a.endIndex-=d,a.endCol-=d,l&&(a.suggestions=[_(a)]),[a]}}return[]}}};us=O(Gu),me=j(us,0,"NoincludeToken",Sa,me),B(us,1,me)});var ci,wa=L(()=>{"use strict";z();M();Ir();Xt();ci=class extends Ce{get type(){return"redirect-target"}constructor(r,e,t,n){super(r,void 0,t,n),e!==void 0&&this.insertAt(new me(e,t,n))}getTitle(){return this.normalizeTitle(this.firstChild.toString(),0,{halfParsed:!0,decode:!0,page:""})}lint(r=this.getAbsoluteIndex()){{let e=super.lint(r,!1),t="no-ignored",{lintConfig:n}=v,i=n.getSeverity(t,"redirect");if(i&&this.length===2){let s=q(this.lastChild,{start:r},t,"useless-link-text",i);s.startIndex--,s.startCol--,(n.computeEditInfo||n.fix)&&(s.fix=_(s)),e.push(s)}return e}}}});var Ca,$t,Fr,gs,Vu,Jt,La=L(()=>{"use strict";Lt();we();G();wt();wa();Ca=[Ne(!1,!1),Z];Jt=class extends(Vu=$){constructor(e,t,n,i,s,a,l=[]){super(void 0,a,l);w(this,$t);w(this,Fr);S(this,$t,e),S(this,Fr,s),this.append(new Te(t,"redirect-syntax",a,l),new ci(n,i==null?void 0:i.slice(1),a,l))}get type(){return"redirect"}getAttribute(e){return e==="padding"?f(this,$t).length:super.getAttribute(e)}toString(e){return f(this,$t)+super.toString(e)+f(this,Fr)}lint(e=this.getAbsoluteIndex()){{let t=e+f(this,$t).length+this.firstChild.toString().length;return this.lastChild.setAttribute("aIndex",t),this.lastChild.lint(t)}}print(){return super.print({pre:f(this,$t),post:f(this,Fr)})}};gs=O(Vu),$t=new WeakMap,Fr=new WeakMap,Jt=j(gs,0,"RedirectToken",Ca,Jt),B(gs,1,Jt)});var Ea={};re(Ea,{parseRedirect:()=>Qu});var Qu,$a=L(()=>{"use strict";M();La();Qu=(o,r,e)=>{var n;(n=r.regexRedirect)!=null||(r.regexRedirect=new RegExp(String.raw`^(\s*)((?:${r.redirection.join("|")})\s*(?::\s*)?)\[\[([^\n|\]]+)(\|.*?)?\]\](\s*)`,"iu"));let t=r.regexRedirect.exec(o);return t&&v.normalizeTitle(t[3],0,!1,r,{halfParsed:!0,temporary:!0,decode:!0,page:""}).valid?(o=`\0${e.length}o${o.slice(t[0].length)}`,new Jt(...t.slice(1),r,e),o):!1}});var Na,ps,Xu,Kt,Ia=L(()=>{"use strict";Ve();we();G();Na=[Z,he("<onlyinclude>")];Kt=class extends(Xu=$){get type(){return"onlyinclude"}toString(r){return`<onlyinclude>${super.toString(r)}</onlyinclude>`}isPlain(){return!0}print(){return super.print({pre:'<span class="wpb-ext">&lt;onlyinclude&gt;</span>',post:'<span class="wpb-ext">&lt;/onlyinclude&gt;</span>'})}};ps=O(Xu),Kt=j(ps,0,"OnlyincludeToken",Na,Kt),B(ps,1,Kt)});var Fa,Nt,Xe,cs,Ju,Me,fi=L(()=>{"use strict";xn();we();G();Fa=[At(),Z];Me=class extends(Ju=$){constructor(e,t,n,i,s,a=[]){super(void 0,s);w(this,Nt);w(this,Xe);ge(this,"closed");this.setAttribute("name",e.toLowerCase()),S(this,Nt,[e,i||e]),this.closed=i!=="",S(this,Xe,i===void 0),this.append(t,n);let l=typeof t=="string"?-1:a.indexOf(t);a.splice(l===-1?1/0:l,0,this)}get innerText(){return f(this,Xe)?void 0:this.lastChild.text()}get selfClosing(){return f(this,Xe)}toString(e){let{firstChild:t,lastChild:n}=this,[i,s]=f(this,Nt);return f(this,Xe)?`<${i}${t.toString(e)}/>`:`<${i}${t.toString(e)}>${n.toString(e)}${this.closed?`</${s}>`:""}`}text(){let[e,t]=f(this,Nt);return f(this,Xe)?`<${e}${this.firstChild.text()}/>`:`<${e}${super.text(">")}${this.closed?`</${t}>`:""}`}getAttribute(e){return e==="padding"?f(this,Nt)[0].length+1:super.getAttribute(e)}print(){{let[e,t]=f(this,Nt);return super.print(f(this,Xe)?{pre:`&lt;${e}`,post:"/&gt;"}:{pre:`&lt;${e}`,sep:"&gt;",post:this.closed?`&lt;/${t}&gt;`:""})}}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return i.selfClosing=f(this,Xe),i}}};cs=O(Ju),Nt=new WeakMap,Xe=new WeakMap,Me=j(cs,0,"TagPairToken",Fa,Me),B(cs,1,Me)});var Ra,fs,Ku,Yt,Pa=L(()=>{"use strict";z();pe();Lt();M();fi();Ra=[Ne(!1)];Yt=class extends(Ku=Me){get type(){return"include"}constructor(r,e="",t,n,i,s){super(r,e,t!=null?t:"",t===void 0||n!=null?n:"",i,s)}toString(r){return r?"":super.toString()}lint(r=this.getAbsoluteIndex()){{let e=[],{firstChild:t,closed:n,name:i}=this,s=new U(this,r),a=["no-ignored","unclosed-comment"],{lintConfig:l}=v,{computeEditInfo:g}=l,d=a.map(u=>l.getSeverity(u,"include"));if(d[0]&&t.data.trim()){let u=q(t,s,a[0],"useless-attribute",d[0]);g&&(u.suggestions=[_(u)]),e.push(u)}if(d[1]&&!n){let u=P(this,s,a[1],v.msg("unclosed",`<${i}>`),d[1]);g&&(u.suggestions=[je(u.endIndex,`</${i}>`)]),e.push(u)}return e}}};fs=O(Ku),Yt=j(fs,0,"IncludeToken",Ra,Yt),B(fs,1,Yt)});var Rr,mi=L(()=>{"use strict";Rr=(o=0)=>r=>{var e,ms;{class n extends r{constructor(){super(...arguments);w(this,e)}hasAttr(a){return C(this,e,ms).call(this).hasAttr(a)}getAttr(a){return C(this,e,ms).call(this).getAttr(a)}}return e=new WeakSet,ms=function(){return this.childNodes[o]},n}}});var le,Ba,ja,hi,bs,Oa,bi,Da,Ma,Ua,hs,qa,_a,Wa,Zt,xi,Ti,yi,Ha,ki,vi=L(()=>{"use strict";le=new Set(["align"]),Ba=new Set(["cite"]),ja=new Set(["cite","datetime"]),hi=new Set(["width"]),bs=new Set(["axis","align","bgcolor","height","width","valign"]),Oa=new Set([...bs,"abbr","headers","scope","rowspan","colspan"]),bi=new Set(["type"]),Da=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Ma=new Set(["clear"]),Ua=new Set(["bgcolor","align","valign"]),hs=new Set(["id","qid","forcemathmode","type","display"]),qa=new Set(["enclose","inline","lang","line","linelinks","style","class","id","dir","copy","highlight","start"]),_a=new Set(["weight"]),Wa=new Set(["width","height","zoom","latitude","longitude","align","mapstyle","lang","alt","text"]),Zt=new Set,xi=new Set(["id","class","style","lang","dir","title","tabindex","aria-describedby","aria-flowto","aria-hidden","aria-label","aria-labelledby","aria-level","aria-owns","role","about","property","resource","datatype","typeof","itemid","itemprop","itemref","itemscope","itemtype"]),Ti={div:le,h1:le,h2:le,h3:le,h4:le,h5:le,h6:le,blockquote:Ba,q:Ba,p:le,br:Ma,pre:hi,ins:ja,del:ja,ul:bi,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...Da,"border"]),caption:le,tr:Ua,td:Oa,th:Oa,font:new Set(["size","color","face"]),hr:hi,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:bi,poem:le,categorytree:le,combooption:le,img:new Set(["alt","src","width","height","loading","srcset"])},yi={pre:new Set(["format"]),gallery:new Set(["mode","showfilename","caption","perrow","widths","heights","showthumbnails"]),poem:new Set(["compact"]),categorytree:new Set(["hideroot","onlyroot","depth","mode","hideprefix","namespaces","showcount","notranslations"]),combooption:new Set(["name","for","inline"]),nowiki:Zt,indicator:new Set(["name"]),langconvert:new Set(["from","to"]),ref:new Set(["group","name","follow","dir","details"]),references:new Set(["group","responsive"]),charinsert:new Set(["label"]),choose:new Set(["uncached","before","after"]),option:_a,choicetemplate:_a,imagemap:Zt,inputbox:Zt,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:Zt,poll:new Set(["id","show-results-before-voting"]),score:new Set(["line_width_inches","lang","override_midi","raw","note-language","override_audio","override_ogg","sound","vorbis"]),seo:new Set(["title","title_mode","title_separator","keywords","description","robots","google_bot","image","image_width","image_height","image_alt","type","site_name","locale","section","author","published_time","twitter_site"]),tab:new Set(["nested","name","index","class","block","inline","openname","closename","collapsed","dropdown","style","bgcolor","container","id","title"]),tabs:new Set(["plain","class","container","id","title","style"]),combobox:new Set(["placeholder","value","id","class","text","dropdown","style"]),math:new Set([...hs,"chem"]),chem:hs,ce:hs,hiero:Zt,phonos:new Set(["ipa","class","text","lang","wikibase","file"]),section:new Set(["begin","end"]),source:qa,syntaxhighlight:qa,templatedata:Zt,timeline:new Set(["method","font"]),quiz:new Set(["display","shuffleanswers","points","shuffle","case"]),languages:Zt,mapframe:new Set([...Wa,"frameless"]),maplink:new Set([...Wa,"class"]),rss:new Set(["template","templatename","max","highlight","filter","filterout","reverse","date","item-max-length"]),"page-collection":new Set(["lang","name","description","end-date"])},Ha={table:Da,td:new Set([...bs,"scope"]),th:bs,br:Ma,caption:le,div:le,hr:hi,h1:le,h2:le,h3:le,h4:le,h5:le,h6:le,li:bi,p:le,pre:hi,tr:Ua,ul:bi},ki={dynamicpagelist:["category","notcategory","namespace","count","offset","imagewidth","imageheight","imagesperrow","mode","gallerycaption","galleryshowfilesize","galleryshowfilename","order","ordermethod","redirects","stablepages","qualitypages","suppresserrors","addfirstcategorydate","shownamespace","ignoresubpages","googlehack","nofollow"],inputbox:["preloadparams[]","type","width","preload","preloadtitle","page","editintro","useve","usedt","summary","nosummary","minor","break","default","placeholder","bgcolor","buttonlabel","searchbuttonlabel","fulltextbutton","namespaces","labeltext","hidden","id","inline","prefix","dir","searchengine","searchtype","searchfilter","tour","arialabel"]}});var Yu,Zu,eg,tg,Sn,Pr,be,Je,er,za,xs,Br,Ga=L(()=>{"use strict";z();ae();vi();pe();M();G();St();Yu=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|src|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,Zu=/(?:^|\s|\*\/)(?:java|vb)script(?:\W|$)/iu,eg=new Set(["ext","arg","magic-word","template"]),tg=new Set(["about","property","resource","datatype","typeof","itemid","itemprop","itemref","itemscope","itemtype"]),Br=class extends ${constructor(e,t,n,i,s,a="",l,g=[]){let d=new ce(n,"attr-key",s,g),u;if(n==="title"||t==="img"&&n==="alt")u=new $(l,s,g,{}),u.type="attr-value",u.setAttribute("stage",10);else if(t==="gallery"&&n==="caption"||t==="ref"&&n==="details"||(t==="mapframe"||t==="maplink")&&n==="text"||t==="choose"&&(n==="before"||n==="after")){let p={...s,excludes:[...s.excludes,"heading","html","table","hr","list"]};u=new $(l,p,g,{}),u.type="attr-value",u.setAttribute("stage",1)}else u=new ce(l,"attr-value",s,g,{});super(void 0,s,g);w(this,er);w(this,Sn);w(this,Pr);w(this,be);w(this,Je);S(this,Sn,e),this.append(d,u),S(this,be,a),S(this,Je,[...i]),S(this,Pr,t),this.setAttribute("name",nt(se(n)))}get type(){return f(this,Sn)}get tag(){return f(this,Pr)}get balanced(){return!f(this,be)||f(this,Je)[0]===f(this,Je)[1]}afterBuild(){f(this,be).includes("\0")&&S(this,be,this.buildFromStr(f(this,be),0)),this.parentNode&&S(this,Pr,this.parentNode.name),C(this,er,za).call(this),super.afterBuild()}toString(e){let[t="",n=""]=f(this,Je);return f(this,be)?super.toString(e,f(this,be)+t)+n:this.firstChild.toString(e)}text(){return f(this,be)?`${super.text(`${f(this,be).trim()}"`)}"`:this.firstChild.text()}getGaps(){var e,t;return f(this,be)?f(this,be).length+((t=(e=f(this,Je)[0])==null?void 0:e.length)!=null?t:0):0}lint(e=this.getAbsoluteIndex(),t){var n;{let i=super.lint(e,t),{balanced:s,firstChild:a,lastChild:l,name:g,tag:d}=this,u=new U(this,e),p=["unclosed-quote","obsolete-attr"],{lintConfig:m}=v,c=p.map(b=>m.getSeverity(b,g));if(c[0]&&!s){let b=q(l,u,p[0],"unclosed-quotes",c[0]);b.startIndex--,b.startCol--,m.computeEditInfo&&(b.suggestions=[je(b.endIndex,f(this,Je)[0])]),i.push(b)}let h=C(this,er,xs).call(this,e,u);return h&&i.push(h),c[1]&&((n=Ha[d])!=null&&n.has(g))&&i.push(q(a,u,p[1],"obsolete-attribute",c[1])),i}}getValue(){return f(this,be)?this.lastChild.text().trim():this.type==="ext-attr"||""}escape(){this.type!=="ext-attr"&&(S(this,be,"{{=}}"),this.lastChild.escape())}getAttribute(e){return e==="invalid"?C(this,er,xs).call(this):super.getAttribute(e)}print(){{let[e="",t=""]=f(this,Je);return f(this,be)?super.print({sep:Ut(f(this,be))+e,post:t}):super.print()}}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return i.tag=this.tag,i}}};Sn=new WeakMap,Pr=new WeakMap,be=new WeakMap,Je=new WeakMap,er=new WeakSet,za=function(){this.setAttribute("name",nt(this.firstChild.text()))},xs=function(e,t){let{firstChild:n,lastChild:i,type:s,name:a,tag:l,parentNode:g}=this,d=!i.childNodes.some(({type:x})=>eg.has(x)),u=this.getValue(),p=yi[l],m=Ti[l],{length:c}=this.toString(),h="illegal-attr",b,y;if({lintConfig:b}=v,{computeEditInfo:y}=b,!(p!=null&&p.has(a))&&!(m!=null&&m.has(a))&&(s==="ext-attr"?p||m:!/\{\{[^{]+\}\}/u.test(a))&&(s==="ext-attr"&&!m||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(a)&&(l==="meta"||l==="link"||!xi.has(a)))||(a==="itemtype"||a==="itemid"||a==="itemref")&&!(g!=null&&g.hasAttr("itemscope"))){if(e===void 0)return!0;{let x=b.getSeverity(h,"unknown");if(x){let T=q(n,t,h,"illegal-attribute-name",x);return y&&(T.suggestions=[_(e,c)]),T}}}else if(a==="style"&&typeof u=="string"&&Yu.test(u)){if(e===void 0)return!0;{h="insecure-style";let x=b.getSeverity(h);return x&&q(i,t,h,"insecure-style",x)}}else if(a==="tabindex"&&typeof u=="string"&&u!=="0"){if(e===void 0)return!0;{let x=b.getSeverity(h,"tabindex");if(x){let T=q(i,t,h,"nonzero-tabindex",x);return y&&(T.suggestions=[_(e,c),ve(T,"0 tabindex","0")]),T}}}else if(typeof u=="string"&&((/^xmlns:[\w:.-]+$/u.test(a)||tg.has(a))&&Zu.test(u)||d&&(a==="href"||l==="img"&&a==="src")&&!new RegExp(String.raw`^(?:${this.getAttribute("config").protocol}|//)\S+$`,"iu").test(u))){if(e===void 0)return!0;{let x=b.getSeverity(h,"value");return x&&q(i,t,h,"illegal-attribute-value",x)}}else if(d&&s!=="ext-attr"){let x=li(l,a),T=String(u).toLowerCase();if(x.length>0&&x.every(k=>k!==T)){if(e===void 0)return!0;{let k=b.getSeverity(h,"value");return k&&q(i,t,h,"illegal-attribute-value",k)}}}return!1}});var Va,rg,ng,wn,jr,Ai,It,Si=L(()=>{"use strict";z();ae();pe();M();G();St();Ga();Va=o=>o.slice(0,-1),rg=o=>`${Va(o)}-dirty`,ng=(()=>{try{return new RegExp(String.raw`[\p{L}\p{N}]`,"u")}catch{return/[^\W_]/u}})(),It=class extends ${constructor(e,t,n,i,s=[]){super(void 0,i,s,{});w(this,jr);w(this,wn);if(S(this,wn,t),this.setAttribute("name",n),e){let a=/([^\s/](?:(?!\0\d+~\x7F)[^\s/=])*)(?:((?:\s(?:\s|\0\d+[cn]\x7F)*)?(?:=|\0\d+~\x7F)(?:\s|\0\d+[cn]\x7F)*)(?:(["'])([\s\S]*?)(\3|$)|(\S*)))?/gu,l="",g=a.exec(e),d=0,u=()=>{l&&(super.insertAt(new ce(l,rg(t),i,s,{})),l="")};for(;g;){let{index:p,0:m,1:c,2:h,3:b,4:y,5:x,6:T}=g;if(l+=e.slice(d,p),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(se(c).trim())){let k=y!=null?y:T,A=[b,x],N=new Br(Va(t),n,c,A,i,h,k,s);u(),super.insertAt(N)}else l+=m;({lastIndex:d}=a),g=a.exec(e)}l+=e.slice(d),u()}}get type(){return f(this,wn)}afterBuild(){let{parentNode:e}=this;e!=null&&e.is("td")&&this.setAttribute("name",e.subtype),super.afterBuild()}getAttrTokens(e){return this.childNodes.filter(t=>t instanceof Br&&(!e||t.name===nt(e)))}hasAttr(e){return this.getAttrTokens(e).length>0}getAttrToken(e){{let t=this.getAttrTokens(e);return t[t.length-1]}}getAttr(e){var t;return(t=this.getAttrToken(e))==null?void 0:t.getValue()}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),{parentNode:i,childNodes:s}=this,a=new Map,l=new Set,g=new U(this,e),d=["no-ignored","no-duplicate"],{lintConfig:u}=v,{computeEditInfo:p,fix:m}=u,c=["closingTag","invalidAttributes","nonWordAttributes"].map(b=>u.getSeverity(d[0],b));if(c[0]&&C(this,jr,Ai).call(this)){let b=P(this,g,d[0],"attributes-of-closing-tag",c[0]);if(p){let y=i.getAbsoluteIndex();b.suggestions=[_(b),ii(y)]}n.push(b)}for(let b of s)if(b instanceof Br){let{name:y}=b;a.has(y)?(l.add(y),a.get(y).push(b)):a.set(y,[b])}else{let y=b.text().trim(),x=c[ng.test(y)?1:2];if(y&&x){let T=q(b,g,d[0],"invalid-attribute",x);p&&(T.suggestions=[_(T,0," ")]),n.push(T)}}let h=u.getSeverity(d[1],"attribute");if(h&&l.size>0)for(let b of l){let y=a.get(b).map(x=>{let T=x.getValue();return[x,T===!0?"":T]});Array.prototype.push.apply(n,y.map(([x,T],k)=>{let A=q(x,g,d[1],v.msg("duplicate-attribute",b),h);if(p||m){let N=_(A);!T||y.slice(0,k).some(([,E])=>E===T)?A.fix=N:p&&(A.suggestions=[N])}return A}))}return n}}escape(){this.type!=="ext-attrs"&&super.escape()}getAttribute(e){return e==="invalid"?C(this,jr,Ai).call(this):super.getAttribute(e)}print(){return this.toString()?`<span class="wpb-${this.type}${C(this,jr,Ai).call(this)?" wpb-invalid":""}">${this.childNodes.map(e=>e.print(e instanceof ce?{class:e.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}};wn=new WeakMap,jr=new WeakSet,Ai=function(){let{parentNode:e}=this;return(e==null?void 0:e.type)==="html"&&e.closing&&this.text().trim()!==""}});var Qa={};re(Qa,{PreToken:()=>Ts});var Ts,Xa=L(()=>{"use strict";G();Xt();Ts=class extends ${get type(){return"ext-inner"}constructor(r,e,t=[]){if(r){let n=/<nowiki>/giu,i=/<\/nowiki>/giu,{length:s}=n.source,a=n.exec(r);a&&(i.lastIndex=a.index+s);let l=i.exec(r),g=0,d="";for(;a&&l;)new me(a[0],e,t,!0),new me(l[0],e,t,!0),d+=`${r.slice(g,a.index)}\0${t.length-1}n${r.slice(a.index+s,l.index)}\0${t.length}n`,g=l.index+s+1,n.lastIndex=g,a=n.exec(r),a&&(i.lastIndex=a.index+s),l=i.exec(r);r=d+r.slice(g)}super(r,e,t,{}),this.setAttribute("stage",10)}isPlain(){return!0}lint(r=this.getAbsoluteIndex()){return super.lint(r,/<\s*\/\s*(pre)\b/giu)}}});var Ft,wi=L(()=>{"use strict";G();Ft=class extends ${get type(){return"ext-inner"}toString(r){return super.toString(r,`
6
6
  `)}text(){return super.text(`
7
7
  `).replace(/\n\s*\n/gu,`
8
8
  `)}getGaps(){return 1}print(){return super.print({sep:`
9
- `})}}}}),mo,bd=L({"src/paramLine.ts"(){"use strict";Q(),cr(),D(),V(),mo=class extends U{get type(){return"param-line"}constructor(e,t,i,n,r){super(t,i,n,r),this.setAttribute("name",e)}lint(e=this.getAbsoluteIndex()){{const t="no-ignored",{lintConfig:i}=F,{name:n,childNodes:r}=this,s=i.getSeverity(t,n);if(!s)return[];const l=F.msg("invalid-parameter",n);if(r.some(({type:c})=>c==="ext"))return[G(this,{start:e},t,l,s)];const a=r.filter(({type:c})=>c!=="comment"&&c!=="include"&&c!=="noinclude"),d=n==="inputbox",u=d?a.findIndex(({type:c})=>c!=="text"):-1;let o=a.slice(0,u===-1?void 0:u).map(String).join("").trim();if(o){d&&(o=o.toLowerCase());const c=o.indexOf("="),f=o.slice(0,c===-1?void 0:c).trim(),m=dr[n];if(c===-1?u===-1||!m.some(y=>y.startsWith(f)):!m.includes(f)){const y=G(this,{start:e},t,l,s);return i.computeEditInfo&&(y.suggestions=[ee(y)]),[y]}}return super.lint(e,!1)}}}}}),xo={};oe(xo,{ParamTagToken:()=>pr});var pr,vo=L({"src/multiLine/paramTag.ts"(){"use strict";is(),gr(),bd(),pr=class extends es{constructor(e,t,i,n,r=[],s){super(void 0,n,r,{}),i&&this.safeAppend(i.split(`
10
- `).map(l=>s?l:ki(l,n,r,t)).map(l=>new mo(e,l,n,r,{}))),r.splice(r.indexOf(this),1),r.push(this)}}}}),vl,Cs,bl,_t,bo=L({"src/heading.ts"(){"use strict";var e,t,Ui,n;Q(),Ie(),ye(),Le(),D(),V(),mt(),vl=[Ce],_t=(n=class extends(bl=U){constructor(s,l,a,d=[]){super(void 0,a,d);j(this,t);j(this,e);E(this,e,s);const u=new U(l[0],a,d);u.type="heading-title",u.setAttribute("stage",2);const o=new Ge(l[1],"heading-trail",a,d);this.append(u,o)}get type(){return"heading"}get level(){return b(this,e)}toString(s){const l=R(this,t,Ui).call(this);return l+this.firstChild.toString(s)+l+this.lastChild.toString(s)}text(){const s=R(this,t,Ui).call(this);return s+this.firstChild.text()+s}getAttribute(s){return s==="invalid"?this.inHtmlAttrs()===2:s==="padding"?this.level:super.getAttribute(s)}getGaps(){return this.level}lint(s=this.getAbsoluteIndex(),l){{const a=super.lint(s,l),{firstChild:d,level:u}=this,o=d.toString(),c=o.startsWith("="),f=c||o.endsWith("="),m=new fe(this,s),y=this.inHtmlAttrs(),S=["h1","unbalanced-header","format-leakage"],{lintConfig:$}=F,{computeEditInfo:_,fix:T}=$,g=S.map(h=>$.getSeverity(h,"apostrophe"));if(g[0]&&this.level===1){const h=Y(d,m,S[0],"<h1>",g[0]);_&&!f&&(h.suggestions=[qe(h,"h2",`=${o}=`)]),a.push(h)}if(g[1]&&f){const h=F.msg("unbalanced-in-section-header",'"="'),x=Y(d,m,S[1],h,g[1]);if(!(!_||o==="="))if(c){const[p]=/^=+/u.exec(o),k=u+p.length;x.suggestions=[{desc:`h${u}`,range:[x.startIndex,x.startIndex+p.length],text:""}],k<7&&x.suggestions.push({desc:`h${k}`,range:[x.endIndex,x.endIndex],text:p})}else{const p=/[^=](=+)$/u.exec(o)[1],k=u+p.length;x.suggestions=[{desc:`h${u}`,range:[x.endIndex-p.length,x.endIndex],text:""}],k<7&&x.suggestions.push({desc:`h${k}`,range:[x.startIndex,x.startIndex],text:p})}a.push(x)}if(y){const h="parsing-order",x=$.getSeverity(h,y===2?"heading":"templateInTable");x&&a.push(G(this,m,h,"header-in-html",x))}if(g[2]){const h=this.getRootNode().toString(),x=d.childNodes.filter(ss("quote")),p=x.filter(({bold:v})=>v),k=x.filter(({italic:v})=>v);if(p.length%2){const v=Y(p[p.length-1],{...m,start:s+u,left:m.left+u},S[2],F.msg("unbalanced-in-section-header","bold-apostrophes"),g[2]);if(_||T){const w=s+u+o.length,A=ee(v);h.slice(v.endIndex,w).trim()?_&&(v.suggestions=[A,tt(w,"'''")]):p.length===1&&k.length===0?v.fix=A:_&&(v.suggestions=[A])}a.push(v)}if(k.length%2){const v=Y(k[k.length-1],{start:s+u},S[2],F.msg("unbalanced-in-section-header","italic-apostrophes"),g[2]);if(_||T){const w=s+u+o.length;h.slice(v.endIndex,w).trim()?_&&(v.suggestions=[tt(w,"''")]):k.length===1&&p.length===0?v.fix=ee(v):_&&(v.suggestions=[ee(v)])}a.push(v)}}return a}}print(){{const s=R(this,t,Ui).call(this);return super.print({pre:s,sep:s})}}json(s,l=this.getAbsoluteIndex()){{const a=super.json(void 0,l);return a.level=this.level,a}}},e=new WeakMap,t=new WeakSet,Ui=function(){return"=".repeat(this.level)},n),Cs=le(bl),_t=re(Cs,0,"HeadingToken",vl,_t),ne(Cs,1,_t)}}),yl,Is,wl,ii,yd=L({"src/hidden.ts"(){"use strict";xt(),Le(),V(),yl=[it(),Ce],ii=class extends(wl=U){get type(){return"hidden"}getAttribute(e){return e==="invalid"||super.getAttribute(e)}},Is=le(wl),ii=re(Is,0,"HiddenToken",yl,ii),ne(Is,1,ii)}}),Sl,Ns,kl,si,wd=L({"src/arg.ts"(){"use strict";var e,yo,i;ve(),Q(),ye(),Qe(),Ki(),Le(),D(),V(),ft(),yd(),Sl=[Ce,ze("{{{"),wi()],si=(i=class extends(kl=U){constructor(r,s,l=[]){super(void 0,s,l,{});j(this,e);for(let a=0;a<r.length;a++){const d=r[a];if(a===0){const u=new Me(d,"arg-name",s,l,{});super.insertAt(u)}else if(a>1){const u=new ii(d,s,l);super.insertAt(u)}else{const u=new U(d,s,l);u.type="arg-default",u.setAttribute("stage",2),super.insertAt(u)}}}get type(){return"arg"}get default(){var r,s;return(s=(r=this.childNodes[1])==null?void 0:r.text())!=null?s:!1}toString(r){return`{{{${super.toString(r,"|")}}}}`}text(){return`{{{${pt(this.childNodes.slice(0,2),"|")}}}}`}afterBuild(){R(this,e,yo).call(this),super.afterBuild()}lint(r=this.getAbsoluteIndex(),s){{const{childNodes:[l,a,...d]}=this;l.setAttribute("aIndex",r+3);const u=l.lint(r+3,s);if(a){const $=r+4+l.toString().length;a.setAttribute("aIndex",$);const _=a.lint($,s);_.length>0&&Array.prototype.push.apply(u,_)}const o=["no-ignored","no-arg"],{lintConfig:c}=F,{computeEditInfo:f}=c,m=new fe(this,r),y=o.map($=>c.getSeverity($,"arg"));if(y[0]&&d.length>0&&Array.prototype.push.apply(u,d.map($=>{const _=Y($,m,o[0],"invisible-triple-braces",y[0]);return _.startIndex--,_.startCol--,f&&(_.suggestions=[ee(_),Pt(_.startIndex,"{{!}}")]),_})),y[1]&&!this.getAttribute("include")){const $=G(this,m,o[1],"unexpected-argument",y[1]);f&&a&&($.suggestions=[qe($,"expand",a.text())]),u.push($)}const S=this.closest("ext");if(S){const $="arg-in-ext",_=c.getSeverity($,S.name);_&&u.push(G(this,m,$,"argument-in-ext",_))}return u}}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}json(r,s=this.getAbsoluteIndex()){{const l=super.json(void 0,s);return l.default=this.default,l}}},e=new WeakSet,yo=function(){this.setAttribute("name",this.firstChild.text().trim())},i),Ns=le(kl),si=re(Ns,0,"ArgToken",Sl,si),ne(Ns,1,si)}}),wo={};oe(wo,{parseBraces:()=>ts});var Al,Ls,Li,Fs,Es,js,$l,Rs,ts,fr=L({"parser/braces.ts"(){"use strict";Ve(),ve(),bo(),ro(),wd(),Al={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},Ls=String.raw`\[(?!\[)`,Li=String.raw`\n(?![=\0])`,Fs=String.raw`|\{{2,}`,Es=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),js=ct(e=>new RegExp(e,"gmu")),$l=new RegExp(String.raw`\{\{((?:[^\n{}[]|${Ls}|${Li})*)\}\}(?!\})`+"|"+String.raw`\[\[(?:[^\n[\]{]|${Li})*\]\]`+"|"+String.raw`-\{(?:[^\n{}[]|${Ls}|${Li})*\}-`,"gu"),Rs=e=>{const t=jt(Te(e));return Es.has(t)?Es.get(t):/^(?:filepath|(?:full|canonical)urle?):./u.test(t)?"m":/^#vardefine:./u.test(t)?"n":"t"},ts=(e,t,i)=>{var y,S,$,_,T;const n=String.raw`${t.excludes.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,{parserFunction:[,,,r]}=t,s=[],l=[],a=(g,h,x,p)=>{h[h.length-1].push(Pe(g.slice(x,p),l))};let d;do d!==void 0&&(e=d),d=e.replace($l,(g,h,x)=>{if(h!==void 0||typeof x=="string")try{const{length:p}=i,k=(h!=null?h:x).split("|");return new at(Pe(k[0],l),k.slice(1).map(v=>{const w=v.indexOf("=");return(w===-1?[v]:[v.slice(0,w),v.slice(w+1)]).map(A=>Pe(A,l))}),t,i),`\0${p}${Rs(k[0])}`}catch(p){if(!(p instanceof SyntaxError)||p.message!=="Invalid template name")throw p}return l.push(Pe(g,l)),`\0${l.length-1}`});while(d!==e);e=d;const u=e.lastIndexOf("}}")-e.length;let o=u+e.length!==-1,c=js(n+(o?Fs:"")),f=c.exec(e),m;for(;f||m!==void 0&&m<=e.length&&((S=(y=s[s.length-1])==null?void 0:y[0])!=null&&S.startsWith("="));){if(f!=null&&f[1]){const[,{length:B}]=f;f[0]=f[0].slice(B),f.index+=B}const{0:g,index:h}=f!=null?f:{0:`
11
- `,index:e.length},x=($=s.pop())!=null?$:{},{0:p,index:k,parts:v,findEqual:w,pos:A}=x,C=g==="="&&w;if(g==="]]"||g==="}-")m=h+2;else if(g===`
12
- `){m=h+1;const{pos:B,findEqual:q}=(_=s[s.length-1])!=null?_:{};if(B===void 0||q||Te(e.slice(B,k))!==""){const O=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(e.slice(k,h));O&&(O[2]=Pe(O[2],l),O[2].includes(`
13
- `)||(e=`${e.slice(0,k)}\0${i.length}h${e.slice(h)}`,m=k+4+String(i.length).length,new _t(O[1].length,O.slice(2),t,i)))}}else if(g==="|"||C)m=h+1,a(e,v,A,h),g==="|"&&v.push([]),x.pos=m,x.findEqual=g==="|",s.push(x);else if(g.startsWith("}}")){const B=g.slice(0,Math.min(p.length,3)),q=p.length-B.length,{length:O}=i;m=h+B.length,a(e,v,A,h);let P=!1,I="t";if(B.length===3){const W=v.map(X=>X.join("=")),J=W.length>1&&Te(W[1]).trim();new si(W,t,i),J&&J.endsWith(":")&&r.includes(J.slice(0,-1).toLowerCase())&&(I="s")}else try{new at(v[0][0],v.slice(1),t,i),I=Rs(v[0][0])}catch(W){if(W instanceof SyntaxError&&W.message==="Invalid template name")P=!0;else throw W}P||(e=`${e.slice(0,k+q)}\0${O}${I}${e.slice(m)}`,m=k+q+3+String(O).length,q>1?s.push({0:p.slice(0,q),index:k,pos:k+q,parts:[[]]}):q===1&&e[k-1]==="-"&&s.push({0:"-{",index:k-1,pos:k+1,parts:[[]]}))}else m=h+g.length,g.startsWith("{")&&(f.pos=m,f.parts=[[]]),s.push(..."0"in x?[x]:[],f);let N=s[s.length-1];if(o&&u+e.length<m)for(o=!1;(T=N==null?void 0:N[0])!=null&&T.startsWith("{");)s.pop(),N=s[s.length-1];c=js(n+(o?Fs:"")+(N?`|${Al[N[0][0]]}${N.findEqual?"|=":""}`:"")),c.lastIndex=m,f=c.exec(e)}return Pe(e,l)}}}),So={};oe(So,{InputboxToken:()=>ko});var ko,Sd=L({"src/multiLine/inputbox.ts"(){"use strict";is(),fr(),vo(),ko=class extends pr{constructor(e,t,i,n,r=[]){const s=Symbol("InputboxToken"),l=n.excludes.includes("heading")?n:{...n,excludes:[...n.excludes,"heading"]},{length:a}=r;r.push(s),i&&(i=ki(i,l,r,t)),i&&(i=ts(i,l,r)),r.splice(a,1),super(e,t,i,l,r,{})}}}}),zi={};oe(zi,{NestedToken:()=>Ao});var _l,Tl,Ao,Ps=L({"src/nested.ts"(){"use strict";var e,t,i;Q(),ye(),is(),fr(),D(),V(),Ho(),Bt(),_l=new Set(["comment","include","arg","template","magic-word"]),Tl=[!1,!0].map(n=>{const r=n?"includeonly":"noinclude";return new RegExp(String.raw`^(?:<${r}(?:\s[^>]*)?/?>|</${r}\s*>)$`,"iu")}),Ao=(i=class extends U{constructor(r,s,l,a,d=[]){if(typeof s=="boolean"){const u=Symbol("NestedToken"),{length:o}=d;d.push(u),r&&(r=ki(r,a,d,s)),r&&(r=ts(r,a,d)),d.splice(o,1)}else r&&(r=r.replace(s,(u,o,c,f,m)=>{const y=`\0${d.length+1}e`;return new Nt(o,c,f,m,a,!1,d),y}));r&&(r=r.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(u,o,c)=>(new Oe(c,a,d),`${o}\0${d.length}n`)));super(r,a,d);j(this,e);j(this,t);E(this,e,[...l]),E(this,t,s)}get type(){return"ext-inner"}lint(r=this.getAbsoluteIndex(),s){{const l=super.lint(r,s),a="no-ignored",{lintConfig:d}=F,u=d.getSeverity(a,this.name);if(!u)return l;const o=new fe(this,r),c=typeof b(this,t)=="boolean"?Tl[b(this,t)?1:0]:/^<!--[\s\S]*-->$/u;return[...l,...this.childNodes.filter(f=>{const{type:m,name:y}=f;if(m==="ext")return!b(this,e).includes(y);if(_l.has(m))return!1;const S=f.toString().trim();return S&&!c.test(S)}).map(f=>{const m=Y(f,o,a,F.msg("invalid-content",this.name),u);return d.computeEditInfo&&(m.suggestions=[ee(m),Zn(m,f.toString())]),m})]}}},e=new WeakMap,t=new WeakMap,i)}});function Cl(e,t,i,n,r){t=Te(t).trim();let s=t.replace(e==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(e){case"width":return!s&&!!t||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(s);case"link":{const l=n==="gallery-image";if(s){if($o(i.protocol).test(s))return _o(i.protocol).test(s)?t:l;s.startsWith("[[")&&s.endsWith("]]")&&(s=s.slice(2,-2))}else return t;const a=F.normalizeTitle(s,0,!1,i,{halfParsed:r,decode:!0,selfLink:!0,page:""});return a.valid?a:l}case"lang":return(n==="svg"||n==="svgz")&&!/[^a-z\d-]/u.test(s);case"alt":case"class":case"manualthumb":return!0;case"page":return(n==="djvu"||n==="djv"||n==="pdf")&&Number(s)>0;default:return!!s&&!isNaN(s)}}var $o,_o,Il,Nl,Ll,Os,Fl,ni,kd=L({"src/imageParameter.ts"(){"use strict";var e,t,To,r;Ve(),ve(),Q(),Ue(),Ie(),Le(),D(),V(),$o=ct(s=>new RegExp(String.raw`^(?:${s}|//|\0\d+m\x7F)`,"iu")),_o=ct(s=>new RegExp(String.raw`^(?:(?:${s}|//)${Ft}|\0\d+m\x7F)${Et}$`,"iu")),Il=ct(s=>new RegExp(String.raw`^(\s*(?!\s))${s.replace("$1","(.*)")}${s.endsWith("$1")?`(?=$|
14
- )`:""}(\s*)$`,"u")),Nl=s=>{if(s)s.startsWith("//")&&(s=`https:${s}`);else return s;return new URL(s).href},Ll=[Ce],ni=(r=class extends(Fl=U){constructor(l,a,d,u,o){var s=(...n)=>(super(...n),j(this,t),j(this,e,""),this);let c;const f=Object.entries(u.img).map(([y,S])=>[y,S,Il(y)]),m=f.find(([,y,S])=>(c=S.exec(l),c&&(c.length!==4||Cl(y,c[2],u,y==="link"?d:a,!0)!==!1)));if(m&&c){c.length===3?(s(void 0,u,o),E(this,e,l)):(s(c[2],u,o,{}),E(this,e,c[1]+m[0]+c[3])),this.setAttribute("name",m[1]),m[1]==="alt"&&this.setAttribute("stage",$e-1);return}s(l,u.excludes.includes("list")?u:{...u,excludes:[...u.excludes,"list"]},o),this.setAttribute("name","caption"),this.setAttribute("stage",7)}get type(){return"image-parameter"}get thumb(){return this.name==="manualthumb"?this.normalizeTitle(`File:${super.text().trim()}`,6,{page:""}):void 0}get link(){{if(this.name!=="link")return;const l=super.text().trim();return pe.run(()=>{var u;const a=new U(l,this.getAttribute("config"));if(a.parseOnce(0,this.getAttribute("include")).parseOnce(),/^\0\d+m\x7F/u.test(a.firstChild.toString()))return l;const d=Cl("link",l,this.getAttribute("config"),(u=this.parentNode)==null?void 0:u.type);return d===!0?void 0:d},F)}}afterBuild(){var l;(l=this.parentNode)!=null&&l.is("gallery-image")&&!Qa.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(l){return b(this,e)?b(this,e).replace("$1",super.toString(l)):super.toString(l)}text(){return b(this,e)?b(this,e).replace("$1",super.text()).trim():super.text().trim()}isPlain(){return this.name==="caption"||this.name==="alt"}getAttribute(l){return l==="invalid"?this.name==="invalid":l==="padding"?Math.max(0,b(this,e).indexOf("$1")):super.getAttribute(l)}lint(l=this.getAbsoluteIndex(),a){{const d=super.lint(l,a),{lintConfig:u}=F,{computeEditInfo:o,fix:c}=u,{link:f,name:m}=this,y=m==="width"&&this.getValue();if(m==="invalid"||y&&y.endsWith("px")){const S="invalid-gallery",$=u.getSeverity(S,"parameter");if($){const _=G(this,{start:l},S,"invalid-image-parameter",$);(o||c)&&(_.fix=y?ee(_,0,y):ee(_,-1)),d.push(_)}}else if(m==="link"){if(f===void 0){const S="invalid-gallery",$=u.getSeverity(S,"link");$&&d.push(G(this,{start:l},S,"invalid-gallery-link",$))}else if(typeof f=="string"){const S="invalid-url",$=u.getSeverity(S);if($&&!this.querySelector("magic-word"))try{Nl(f)}catch{d.push(G(this,{start:l},S,"invalid-url",$))}}else if(f.encoded){const S="url-encoding",$=u.getSeverity(S,"file");if($){const _=G(this,{start:l},S,"unnecessary-encoding",$);(o||c)&&(_.fix=Kn(_,this)),d.push(_)}}}else if(m==="manualthumb"){const S="invalid-gallery",$=u.getSeverity(S,"thumb");if($&&!this.querySelector("arg,magic-word,template")){const{valid:_,ns:T,extension:g}=this.thumb;(!_||T!==6||!Di.has(g))&&d.push(G(this,{start:l},S,"invalid-thumb",$))}}return d}}getValue(){return this.name==="invalid"?this.text():R(this,t,To).call(this)||super.text()}print(){return b(this,e)?`<span class="wpb-image-parameter${this.name==="invalid"?" wpb-invalid":""}">${b(this,e).replace("$1",`<span class="wpb-image-caption">${Rt(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}},e=new WeakMap,t=new WeakSet,To=function(){return b(this,e)&&!b(this,e).includes("$1")},r),Os=le(Fl),ni=re(Os,0,"ImageParameterToken",Ll,ni),ne(Os,1,ni)}}),Bs,El,jl,qs,Ws,Rl,Ms,mr,Co=L({"src/link/file.ts"(){"use strict";Q(),Ue(),ye(),D(),Si(),kd(),Bs=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),El=new Set(["arg"]),jl=new Set(["template","magic-word"]),qs=new Set(["left","right","center","none"]),Ws=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),Rl=e=>{if(e===void 0)return[];const t=/-\{|\}-|\|/gu,i=[];let n=t.exec(e),r=0,s=0;for(;n;){const{0:l,index:a}=n;l!=="|"?r+=l==="-{"?1:-1:r===0&&(i.push(e.slice(s,a)),{lastIndex:s}=t),n=t.exec(e)}return i.push(e.slice(s)),i},Ms=(e,t)=>e.filter(({childNodes:i})=>!i.some(n=>n.text().trim()&&t.has(n.type))),mr=class extends De{get type(){return"file"}get extension(){return this.getAttribute("title").extension}constructor(e,t,i,n=[],r="|",s){super(e,void 0,i,n,r);const{extension:l}=this.getTitle(!0,!0);this.safeAppend(Rl(t).map(a=>new ni(a,l,s,i,n)))}lint(e=this.getAbsoluteIndex(),t){var i;{const n=super.lint(e,t),r=Ms(this.getAllArgs(),El),s=[...new Set(r.map(({name:p})=>p))],l=s.filter(p=>Bs.has(p)),a=s.filter(p=>qs.has(p)),d=s.filter(p=>Ws.has(p)),[u]=l,o=u==="framed"||u==="manualthumb",c=new fe(this,e),{lintConfig:f}=F,{computeEditInfo:m,fix:y}=f,{ns:S,extension:$}=this.getAttribute("title"),{firstChild:_}=this;let T="nested-link",g=f.getSeverity(T,"file");if(g&&Di.has($)&&this.isInside("ext-link-text")&&((i=this.getValue("link"))==null?void 0:i.trim())!==""){const p=G(this,c,T,"link-in-extlink",g);if(m||y){const k=this.getArg("link");if(k){const v=e+k.getRelativeIndex();p.fix={desc:F.msg("delink"),range:[v,v+k.toString().length],text:"link="}}else p.fix=Ji(p.endIndex-2,"delink","|link=")}n.push(p)}if(T="invalid-gallery",g=f.getSeverity(T,"extension"),g&&S===6&&!$&&!_.querySelector("arg,magic-word,template")&&n.push(G(this,c,T,"missing-extension",g)),g=f.getSeverity(T,"parameter"),g&&o)for(const p of r.filter(({name:k})=>k==="width")){const k=Y(p,c,T,"invalid-image-parameter",g);(m||y)&&(k.fix=ee(k,-1)),n.push(k)}if(r.length===s.length&&l.length<2&&a.length<2&&d.length<2)return n;T="no-duplicate";const h=["unknownImageParameter","imageParameter"].map(p=>f.getSeverity(T,p)),x=(p,k,v,w=!0)=>p.map(A=>{if(g=h[Number(typeof w=="function"?w(A):w)],!g)return!1;const C=Y(A,c,T,F.msg(`${k}-image-parameter`,v),g);return m&&(C.suggestions=[ee(C,-1)]),C}).filter(A=>A!==!1);for(const p of s){if(p==="invalid"||p==="width"&&o)continue;const k=p==="caption";let v=r.filter(({name:w})=>w===p);if(k&&(v=[...v.slice(0,-1).filter(w=>w.text()),...v.slice(-1)]),v.length>1){let w=!k||!$||Di.has($);if(k&&w){const A=Ms(v,jl);w=A.length>1&&(C=>A.includes(C))}Array.prototype.push.apply(n,x(v,"duplicate",p,w))}}return l.length>1&&Array.prototype.push.apply(n,x(r.filter(({name:p})=>Bs.has(p)),"conflicting","frame")),a.length>1&&Array.prototype.push.apply(n,x(r.filter(({name:p})=>qs.has(p)),"conflicting","horizontal-alignment")),d.length>1&&Array.prototype.push.apply(n,x(r.filter(({name:p})=>Ws.has(p)),"conflicting","vertical-alignment")),n}}getAllArgs(){return this.childNodes.slice(1)}getArgs(e){return this.getAllArgs().filter(({name:t})=>e===t)}getArg(e){{const t=this.getArgs(e);return t[e==="manualthumb"?0:t.length-1]}}getValue(e){var t;return(t=this.getArg(e))==null?void 0:t.getValue()}json(e,t=this.getAbsoluteIndex()){{const i=super.json(void 0,t),{extension:n}=this;return n&&(i.extension=n),i}}}}}),Pl,Us,Ol,Tt,Io=L({"src/link/galleryImage.ts"(){"use strict";var e,En,i;Q(),Ue(),Qe(),D(),V(),Co(),Pl=[ze("")],Tt=(i=class extends(Ol=mr){constructor(r,s,l,a,d=[]){let u;if(l!==void 0){const{length:c}=d;u=new U(l,a,d);for(let f=0;f<$e-1;f++)u.parseOnce();d.splice(c,1)}const o=`${r}-image`;super(s,u==null?void 0:u.firstChild.toString(),a,d,void 0,o);j(this,e);je(this,"privateType","imagemap-image");this.setAttribute("bracket",!1),this.privateType=o,this.seal("privateType",!0)}get type(){return this.privateType}getTitle(r){const s=this.type==="imagemap-image";return this.normalizeTitle(this.firstChild.toString(),s?0:6,{halfParsed:!0,temporary:r,decode:!s,page:""})}lint(r=this.getAbsoluteIndex(),s){{const l=super.lint(r,s),a="invalid-gallery",{lintConfig:d}=F,u=d.getSeverity(a,"image");if(u&&R(this,e,En).call(this)){const o=G(this,{start:r},a,"invalid-gallery",u);d.computeEditInfo&&(o.suggestions=[Ji(r,"prefix","File:")]),l.push(o)}return l}}getAttribute(r){return r==="invalid"?R(this,e,En).call(this):super.getAttribute(r)}},e=new WeakSet,En=function(){return this.getAttribute("title").ns!==6},i),Us=le(Ol),Tt=re(Us,0,"GalleryImageToken",Pl,Tt),ne(Us,1,Tt)}}),Gi,No=L({"src/nowiki/commentLine.ts"(){"use strict";Bt(),Gi=class extends Oe{}}}),Lo={};oe(Lo,{GalleryToken:()=>Fo});var Fo,Ad=L({"src/multiLine/gallery.ts"(){"use strict";var e,Eo,jn,n;Q(),D(),gr(),Io(),No(),Fo=(n=class extends es{constructor(s,l,a=[]){var d;super(void 0,l,a,{});j(this,e);for(const u of(d=s==null?void 0:s.split(`
15
- `))!=null?d:[]){const o=/^([^|]+)(?:\|(.*))?/u.exec(u);if(!o){super.insertAt(u.trim()?new Gi(u,l,a):u);continue}const[,c,f]=o;R(this,e,Eo).call(this,c)?super.insertAt(new Tt("gallery",c,f,l,a)):super.insertAt(new Gi(u,l,a))}}get widths(){return R(this,e,jn).call(this,"widths")}get heights(){return R(this,e,jn).call(this,"heights")}lint(s=this.getAbsoluteIndex(),l){{const{top:a,left:d}=this.getRootNode().posFromIndex(s),u=[],o="no-ignored",{lintConfig:c}=F,f=["Image","NoImage","Comment"].map(m=>c.getSeverity(o,`gallery${m}`));for(let m=0;m<this.length;m++){const y=this.childNodes[m],S=y.toString(),{length:$}=S,_=S.trim(),{type:T}=y,g=a+m,h=m?0:d;if(y.setAttribute("aIndex",s),T==="noinclude"&&_&&!/^<!--.*-->$/u.test(_)){let[x]=f;if(_.startsWith("|")?[,x]=f:(_.startsWith("<!--")||_.endsWith("-->"))&&([,,x]=f),x){const p=s+$,k={rule:o,message:F.msg("invalid-content","gallery"),severity:x,startIndex:s,endIndex:p,startLine:g,endLine:g,startCol:h,endCol:h+$};c.computeEditInfo&&(k.suggestions=[ee(k),Zn(k,S)]),u.push(k)}}else if(T!=="noinclude"&&T!=="text"){const x=y.lint(s,l);x.length>0&&Array.prototype.push.apply(u,x)}s+=$+1}return u}}json(s,l=this.getAbsoluteIndex()){{const a=super.json(void 0,l);return Object.assign(a,{widths:this.widths,heights:this.heights}),a}}},e=new WeakSet,Eo=function(s){return this.normalizeTitle(s,6,{halfParsed:!0,temporary:!0,decode:!0,page:""}).valid},jn=function(s){var l,a;{const d=(l=this.parentNode)==null?void 0:l.getAttr(s),u=typeof d=="string"&&((a=/^(\d+)\s*(?:px)?$/u.exec(d))==null?void 0:a[1]);return u&&Number(u)||120}},n)}}),xr,jo=L({"src/link/index.ts"(){"use strict";Ve(),Q(),D(),Si(),xr=class extends De{get type(){return"link"}get innerText(){return this.length>1?this.lastChild.text():mi(this.firstChild.text().replace(/^\s*:?/u,""))}lint(e=this.getAbsoluteIndex(),t){{const i=super.lint(e,t),n="nested-link",{lintConfig:r}=F,s=r.getSeverity(n);if(s&&this.isInside("ext-link-text")){const l=G(this,{start:e},n,"link-in-extlink",s);(r.computeEditInfo||r.fix)&&(l.fix=qe(l,"delink",this.innerText)),i.push(l)}return i}}}}}),Bl,ql,bi,vr=L({"src/magicLink.ts"(){"use strict";var e,t,Rn,n;Q(),ve(),ye(),D(),V(),Bl=String.raw`(?:[${et}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,ql=new RegExp(`${Bl}+`,"gu"),bi=(n=class extends U{constructor(s,l="free-ext-link",a=F.getConfig(),d){super(s,a,d,{});j(this,t);j(this,e);E(this,e,l)}get type(){return b(this,e)}get innerText(){const s=new Map([["!","|"],["=","="]]);let l=pt(this.childNodes.map(a=>{const{type:d}=a,u=String(a.name);return d==="magic-word"&&s.has(u)?s.get(u):a}));return this.type==="magic-link"&&(l=l.replace(ql," ")),l}get link(){const{innerText:s}=this;return this.type==="magic-link"?s.startsWith("ISBN")?`ISBN ${s.slice(5).replace(/[- ]/gu,"").replace(/x$/u,"X")}`:s:Ga(s).replace(/\n/gu,"%0A")}lint(s=this.getAbsoluteIndex(),l){{const a=super.lint(s,l),d=new fe(this,s),{lintConfig:u}=F,{type:o,childNodes:c}=this;if(o==="magic-link"){const S="invalid-isbn",$=u.getSeverity(S);return $&&R(this,t,Rn).call(this)&&a.push(G(this,d,S,"invalid-isbn",$)),a}let f="invalid-url",m=u.getSeverity(f);if(m&&!this.querySelector("magic-word"))try{this.getUrl()}catch{a.push(G(this,d,f,"invalid-url",m))}const y=o==="ext-link-url";if(f="unterminated-url",m=u.getSeverity(f,y?"pipe":"punctuation"),m){const S=y?/\|/u:/[,;。:!?()]+/u,$=c.find(_=>_.type==="text"&&S.test(_.data));if($){const{data:_}=$,T=Y($,d,f,F.msg("in-url",y?'"|"':"full-width-punctuation"),m);if(u.computeEditInfo){const{index:g,0:h}=S.exec(_),x=T.startIndex+g;T.suggestions=y?[vi(x,1)]:[vi(x),{desc:F.msg("encode"),range:[x,x+h.length],text:encodeURI(h)}]}a.push(T)}}return a}}getUrl(s){{const{type:l}=this;let{link:a}=this;if(l==="magic-link"){if(a.startsWith("ISBN"))return this.normalizeTitle(`BookSources/${a.slice(5)}`,-1,{temporary:!0}).getUrl(s);a=a.startsWith("RFC")?`https://datatracker.ietf.org/doc/html/rfc${a.slice(4)}`:`https://pubmed.ncbi.nlm.nih.gov/${a.slice(5)}`}else a.startsWith("//")&&(a=`https:${a}`);return new URL(a)}this.lspError("MagicLinkToken.getUrl")}getAttribute(s){return s==="invalid"?R(this,t,Rn).call(this):super.getAttribute(s)}},e=new WeakMap,t=new WeakSet,Rn=function(){if(this.type==="magic-link"){const{link:s}=this;if(s.startsWith("ISBN")){const l=[...s.slice(5)].map(a=>a==="X"?10:Number(a));return l.length===10?l.reduce((a,d,u)=>a+d*(10-u),0)%11!==0:l.length===13&&(l[12]===10||l.reduce((a,d,u)=>a+d*(u%2?3:1),0)%10!==0)}}return!1},n)}}),Wl,zs,Ml,Ct,Ro=L({"src/extLink.ts"(){"use strict";var e,t;Ue(),Q(),Qe(),D(),V(),vr(),Wl=[ze("[")],Ct=(t=class extends(Ml=U){constructor(n,r="",s="",l,a=[]){super(void 0,l,a,{});j(this,e);const d=n&&/^\0\d+f\x7F$/u.test(n)?a[Number(n.slice(1,-2))]:new bi(n,"ext-link-url",l,a);if(this.insertAt(d),E(this,e,r),s){const u=new U(s,l,a,{});u.type="ext-link-text",u.setAttribute("stage",$e-1),this.insertAt(u)}}get type(){return"ext-link"}toString(n){return this.length===1?`[${super.toString(n)}${b(this,e)}]`:`[${super.toString(n,b(this,e))}]`}text(){return`[${super.text(" ")}]`}getGaps(){return b(this,e).length}lint(n=this.getAbsoluteIndex(),r){{const s=super.lint(n,r),l="var-anchor",a=F.lintConfig.getSeverity(l,"extLink");return a&&this.length===1&&this.isInside("heading-title")&&s.push(G(this,{start:n},l,"variable-anchor",a)),s}}print(){return super.print(this.length===1?{pre:"[",post:`${b(this,e)}]`}:{pre:"[",sep:b(this,e),post:"]"})}},e=new WeakMap,t),zs=le(Ml),Ct=re(zs,0,"ExtLinkToken",Wl,Ct),ne(zs,1,Ct)}}),Pn,$d=L({"src/imagemapLink.ts"(){"use strict";V(),Bt(),jo(),Ro(),Pn=class extends U{get type(){return"imagemap-link"}constructor(e,t,i,n,r=[]){super(void 0,n,r),this.append(e,t.length===2?new xr(...t,n,r):new Ct(...t,n,r),new Oe(i,n,r))}}}}),Po={};oe(Po,{ImagemapToken:()=>Oo});var Oo,_d=L({"src/multiLine/imagemap.ts"(){"use strict";Q(),Ie(),ye(),D(),gr(),No(),Io(),$d(),Oo=class extends es{get image(){return this.childNodes.find(ss("imagemap-image"))}constructor(e,t=F.getConfig(),i=[]){if(super(void 0,t,i,{}),!e)return;const n=e.split(`
16
- `),r=new Set(t.protocol.split("|"));let s=!0,l=!1;for(const a of n){const d=a.trim();if(!(l||!d||d.startsWith("#"))){if(s){const u=a.indexOf("|"),o=u===-1?a:a.slice(0,u),c=this.normalizeTitle(o,0,{halfParsed:!0,temporary:!0,page:""});if(c.valid&&c.ns===6){const f=new Tt("imagemap",o,u===-1?void 0:a.slice(u+1),t,i);super.insertAt(f),s=!1;continue}else l=!0}else if(a.trim().split(/[\t ]/u,1)[0]==="desc"){super.insertAt(a);continue}else if(a.includes("[")){const u=a.indexOf("["),o=a.slice(u),c=/^\[\[([^|]+)(?:\|([^\]]*))?\]\][\w\s]*$/u.exec(o);if(c){if(this.normalizeTitle(c[1],0,{halfParsed:!0,temporary:!0,selfLink:!0,page:""}).valid){super.insertAt(new Pn(a.slice(0,u),c.slice(1),o.slice(o.indexOf("]]")+2),t,i));continue}}else if(o.startsWith("[//")||r.has(o.slice(1,o.indexOf(":")+1))||r.has(o.slice(1,o.indexOf("//")+2))){const f=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(o);if(f){super.insertAt(new Pn(a.slice(0,u),f.slice(1),o.slice(o.indexOf("]")+1),t,i));continue}}}}super.insertAt(new Gi(a,t,i))}}lint(e=this.getAbsoluteIndex(),t){{const i=super.lint(e,t),n=new fe(this,e),{childNodes:r,image:s}=this,l="invalid-imagemap",{lintConfig:a}=F,d=a.getSeverity(l,s?"link":"image");return d&&(s?Array.prototype.push.apply(i,r.filter(u=>{const o=u.toString().trim();return u.is("noinclude")&&o&&!o.startsWith("#")}).map(u=>{const o=Y(u,n,l,"invalid-imagemap-link",d);return a.computeEditInfo&&(o.suggestions=[ee(o,-1),qe(o,"comment","# ")]),o})):i.push(G(this,n,l,"imagemap-without-image",d))),i}}getAttribute(e){return e==="invalid"?!this.image:super.getAttribute(e)}}}}),Ul,Hs,zl,It,Bo=L({"src/nowiki/comment.ts"(){"use strict";Q(),xt(),Qe(),D(),vt(),Ul=[it(!1),ze("<!--")],It=class extends(zl=We){constructor(t,i,n,r){super(t,n,r);je(this,"closed");this.closed=i}get type(){return"comment"}lint(t=this.getAbsoluteIndex()){{if(this.closed)return[];const i="unclosed-comment",{lintConfig:n}=F,r=n.getSeverity(i);if(!r)return[];const s=G(this,{start:t},i,"unclosed-comment",r);return n.computeEditInfo&&(s.suggestions=[tt(s.endIndex,"-->")]),[s]}}toString(t){return t?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}},Hs=le(zl),It=re(Hs,0,"CommentToken",Ul,It),ne(Hs,1,It)}}),qo={};oe(qo,{CommentedToken:()=>Wo});var Wo,Td=L({"src/commented.ts"(){"use strict";V(),Bo(),Wo=class extends U{get type(){return"ext-inner"}constructor(e,t,i=[]){if(super(void 0,t,i,{AstText:":",CommentToken:":"}),e){let n=e.indexOf("<!--"),r=n!==-1&&e.indexOf("-->",n+4),s=0;for(;r!==!1&&r!==-1;)n>s&&this.insertAt(e.slice(s,n)),this.insertAt(new It(e.slice(n+4,r),!0,t,i)),s=r+3,n=e.indexOf("<!--",s),r=n!==-1&&e.indexOf("-->",n+4);s<e.length&&this.insertAt(e.slice(s))}}lint(e=this.getAbsoluteIndex()){return super.lint(e,new RegExp(String.raw`<\s*(?:\/\s*)?(${this.name})\b`,"giu"))}}}}),Mo={};oe(Mo,{CategorytreeToken:()=>ri});var Hl,Ds,Dl,ri,Cd=L({"src/link/categorytree.ts"(){"use strict";Q(),Qe(),D(),Si(),Hl=[ze("")],ri=class extends(Dl=De){get type(){return"ext-inner"}constructor(e,t,i,n=[]){super(e,t,i,n),this.setAttribute("bracket",!1)}getTitle(){const e=this.firstChild.toString().trim(),t={halfParsed:!0},i=this.normalizeTitle(e,14,t);return i.valid&&i.ns===14?i:this.normalizeTitle(`Category:${e}`,0,t)}lint(e=this.getAbsoluteIndex()){{const t="no-ignored",i=F.lintConfig.getSeverity(t,"categorytree");if(i){const{link:n}=this;if(!n.valid||n.ns!==14)return[G(this,{start:e},t,"invalid-category",i)]}return super.lint(e,!1)}}},Ds=le(Dl),ri=re(Ds,0,"CategorytreeToken",Hl,ri),ne(Ds,1,ri)}}),Uo={};oe(Uo,{NowikiToken:()=>zo});var Gl,Vl,zo,Id=L({"src/nowiki/index.ts"(){"use strict";var e,On,i;Ve(),Q(),ye(),D(),vt(),Gl=ct(n=>new RegExp(String.raw`<\s*(?:/\s*)${n==="nowiki"?"":"?"}(${n})\b`,"giu")),Vl=new Set(["languages","section","templatestyles"]),zo=(i=class extends We{constructor(){super(...arguments);j(this,e)}get type(){return"ext-inner"}lint(r=this.getAbsoluteIndex()){{const{name:s,innerText:l}=this,{lintConfig:a}=F;let d="void-ext",u=a.getSeverity(d,s);if(u&&R(this,e,On).call(this)){const o=G(this,{start:r},d,F.msg("nothing-in",s),u);return a.computeEditInfo&&(o.suggestions=[ee(o)]),[o]}{d="invalid-json";const o=a.getSeverity(d);if(s==="templatedata"&&o)return Ka(l).map(({message:c,position:f,line:m,column:y})=>{u=o;const S=new fe(this,r),$=r+f,_=S.top+m-1,T=(m>1?0:S.left)+y-1;return{rule:d,message:c,severity:u,startIndex:$,endIndex:$,startLine:_,endLine:_,startCol:T,endCol:T}}).filter(c=>c!==!1)}return super.lint(r,Gl(s))}}getAttribute(r){return r==="invalid"?R(this,e,On).call(this):super.getAttribute(r)}},e=new WeakSet,On=function(){const{name:r,firstChild:{data:s}}=this;return Vl.has(r)&&!!s},i)}}),Ql,Gs,Jl,Nt,Ho=L({"src/tagPair/ext.ts"(){"use strict";Q(),ye(),D(),lr(),V(),rr(),hr(),Ql=[Yi()],Nt=class extends(Jl=ot){get type(){return"ext"}constructor(e,t,i,n,r=F.getConfig(),s=!1,l=[]){const a=e.toLowerCase(),d=new Zi(!t||/^\s/u.test(t)?t:` ${t}`,"ext-attrs",a,r,l),u={...r,ext:r.ext.filter(c=>c!==a),excludes:[...r.excludes],inExt:!0};let o;switch(a){case"pre":if(d.getAttr("format")!=="wikitext"){const{PreToken:c}=(vd(),se(po));o=new c(i,u,l);break}case"indicator":case"poem":case"ref":case"option":case"combooption":case"tab":case"tabs":case"poll":case"seo":case"langconvert":case"phonos":a==="poem"?u.excludes.push("heading"):a==="tab"&&(u.ext=u.ext.filter(c=>c!=="tabs")),o=new U(i,u,l);break;case"dynamicpagelist":{const{ParamTagToken:c}=(vo(),se(xo));o=new c(a,s,i,u,l);break}case"inputbox":{const{InputboxToken:c}=(Sd(),se(So));o=new c(a,s,i,u,l);break}case"references":{const{NestedToken:c}=(Ps(),se(zi));u.excludes.push("heading"),o=new c(i,s,["ref"],u,l);break}case"choose":{const{NestedToken:c}=(Ps(),se(zi));o=new c(i,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],u,l);break}case"combobox":{const{NestedToken:c}=(Ps(),se(zi));o=new c(i,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],u,l);break}case"gallery":{const{GalleryToken:c}=(Ad(),se(Lo));o=new c(i,u,l);break}case"imagemap":{const{ImagemapToken:c}=(_d(),se(Po));o=new c(i,u,l);break}case"hiero":{const{CommentedToken:c}=(Td(),se(qo));o=new c(i,u,l);break}case"categorytree":{const{CategorytreeToken:c}=(Cd(),se(Mo));o=new c(i,void 0,u,l);break}default:{const{NowikiToken:c}=(Id(),se(Uo));o=new c(i,u,l)}}o.setAttribute("name",a),o.type==="plain"&&(o.type="ext-inner"),super(e,d,o,n,r,l),this.seal("closed",!0)}lint(e=this.getAbsoluteIndex(),t){{const i=super.lint(e,t),{lintConfig:n}=F,r=new fe(this,e);if(this.name!=="nowiki"){const s=this.inHtmlAttrs(),l="parsing-order",a=s&&n.getSeverity(l,s===2?"ext":"templateInTable");a&&i.push(G(this,r,l,"ext-in-html",a))}if(this.name==="ref"){let s="var-anchor",l=n.getSeverity(s,"ref");l&&this.closest("heading-title")&&i.push(G(this,r,s,"variable-anchor",l)),s="nested-link",l=n.getSeverity(s,"ref"),l&&this.closest("link-text,ext-link-text")&&i.push(G(this,r,s,"ref-in-link",l))}return i}}},Gs=le(Jl),Nt=re(Gs,0,"ExtToken",Ql,Nt),ne(Gs,1,Nt)}}),br,Do=L({"src/tag/index.ts"(){"use strict";var e,t,i,n;Q(),Ie(),V(),D(),br=(n=class extends U{constructor(s,l,a,d,u){super(void 0,d,u);j(this,e);j(this,t);j(this,i);this.insertAt(l),E(this,e,a),E(this,t,s)}get closing(){return b(this,e)}toString(s){return`<${b(this,e)?"/":""}${b(this,t)}${super.toString(s)}${this.selfClosing?"/":""}>`}text(s=""){const{closing:l}=this;return`<${l&&!s?"/":""}${b(this,t)}${l?"":super.text()}${s}>`}getAttribute(s){return s==="padding"?b(this,t).length+(b(this,e)?2:1):super.getAttribute(s)}findMatchingTag(){return ht(b(this,i),()=>{const{type:s,name:l,parentNode:a,closing:d,selfClosing:u}=this;let o=!1,c=!1;if(s==="html"){const{html:[,_,T]}=this.getAttribute("config");o=T.includes(l),c=_.includes(l)}if(o||c&&u)return this;if(!a)return;const{childNodes:f}=a,m=f.indexOf(this),y=d?f.slice(0,m).reverse():f.slice(m+1),S=[this],{rev:$}=pe;for(const _ of y)if(!(!_.is(s)||s==="html"&&(_.name!==l||c&&_.selfClosing)))if(b(_,e)===d){if(s==="tvar")return;S.push(_)}else{const T=S.pop();if(T===this)return _;F.viewOnly&&(E(T,i,[$,_]),E(_,i,[$,T]))}if(F.viewOnly)for(const _ of S)E(_,i,[$,void 0])},s=>{E(this,i,s),s[1]&&s[1]!==this&&E(s[1],i,[pe.rev,this])})}print(){return super.print({pre:`&lt;${b(this,e)?"/":""}${b(this,t)}`,post:`${this.selfClosing?"/":""}&gt;`})}json(s,l=this.getAbsoluteIndex()){{const a=super.json(void 0,l);return a.closing=b(this,e),a}}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n)}}),Xl,Vs,Kl,Ze,Nd=L({"src/tag/tvar.ts"(){"use strict";xt(),Le(),Do(),mt(),Xl=[it(),Ce],Ze=class extends(Kl=br){get type(){return"tvar"}constructor(e,t,i,n,r){const s=new Ge(t,"tvar-name",n,r);super(e,s,i,n,r)}},Vs=le(Kl),Ze=re(Vs,0,"TvarToken",Xl,Ze),ne(Vs,1,Ze)}}),Go={};oe(Go,{TranslateToken:()=>Vo});var Vo,Ld=L({"src/tagPair/translate.ts"(){"use strict";var e,Qo,i;V(),rr(),mt(),Nd(),Vo=(i=class extends ot{constructor(r,s,l,a=[]){const d=new Ge(r,"translate-attr",l,a);s=s==null?void 0:s.replace(/<tvar(\|[^>]+)>([\s\S]*?)<\/>/gu,(o,c,f)=>(new Ze("tvar",c,!1,l,a),new Ze("","",!0,l,a),`\0${a.length-2}n${f}\0${a.length}n`)).replace(/<(tvar)(\s+name\s*=(?:\s*(?:(["'])[\s\S]*?\3|[^"'\s>]+))?\s*)>([\s\S]*?)<\/(tvar)(\s*)>/giu,(o,c,f,m,y,S,$)=>(new Ze(c,f,!1,l,a),new Ze(S,$,!0,l,a),`\0${a.length-2}n${y}\0${a.length}n`));const u=new U(s,l,a);u.type="translate-inner";super("translate",d,u,"translate",l,a);j(this,e);this.seal("closed",!0)}get type(){return"translate"}get selfClosing(){return!1}toString(r){return r?this.lastChild.toString(!0):super.toString()}text(){return this.lastChild.text()}print(){return`<span class="wpb-ext">&lt;translate${R(this,e,Qo).call(this)?'<span class="wpb-ext-attrs"> <span class="wpb-ext-attr"><span class="wpb-attr-key">nowrap</span></span></span>':""}&gt;${this.lastChild.print({class:"ext-inner"})}&lt;/translate&gt;</span>`}},e=new WeakSet,Qo=function(){return this.firstChild.toString()===" nowrap"},i)}}),Jo={};oe(Jo,{parseCommentAndExt:()=>ki});var Qs,Yl,Fi,Zl,Js,ki,is=L({"parser/commentAndExt.ts"(){"use strict";Ve(),ve(),fd(),Bt(),md(),Ho(),Bo(),Qs="<onlyinclude>",Yl="</onlyinclude>",{length:Fi}=Qs,Zl=[!1,!0].map(e=>{const t=e?"includeonly":"(?:no|only)include",i=e?"noinclude":"includeonly";return ct(n=>new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${t}(?:\s[^>]*)?/?>|</${t}\s*>|<(${n})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(${"\\1"}\s*)>)|<(${i})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${i}\s*)>|$))`,"giu"))}),Js=e=>{const t=e.indexOf(Qs);return{i:t,j:e.indexOf(Yl,t+Fi)}},ki=(e,t,i,n)=>{if(n){let{i:d,j:u}=Js(e);if(d!==-1&&u!==-1){let o="";const c=f=>{new Oe(f,t,i),o+=`\0${i.length-1}n`};for(;d!==-1&&u!==-1;){const f=`\0${i.length}g`;new ei(e.slice(d+Fi,u),t,i),d>0&&c(e.slice(0,d)),o+=f,e=e.slice(u+Fi+1),{i:d,j:u}=Js(e)}return e&&c(e),o}}const{ext:r}=t;let s=r,l=t;if(r.includes("translate")){const{TranslateToken:d}=(Ld(),se(Go)),u=[];s=r.filter(o=>o!=="translate"&&o!=="tvar"),l={...t,ext:s},e=e.replace(/<nowiki>[\s\S]*?<\/nowiki>/giu,o=>(u.push(o),`\0${u.length-1}`)).replace(/<translate( nowrap)?>([\s\S]*?)<\/translate>/gu,(o,c,f)=>{const m=i.length;return new d(c,f&&Pe(f,u),l,i),`\0${m}g`}),e=Pe(e,u)}const a=Zl[n?1:0](s.join("|"));return a.lastIndex=0,a.test(e)?e.replace(a,(d,u,o,c,f,m,y,S,$)=>{const _=i.length;let T="n";if(u)T="e",new Nt(u,o,c,f,l,m,i);else if(d.startsWith("<!--")){T="c";const g=d.endsWith("-->");new It(Pe(d,i,1).slice(4,g?-3:void 0),g,t,i)}else m?new ti(m,y&&Pe(y,i,1),S&&Pe(S,i,1),$,t,i):new Oe(d,t,i,!0);return`\0${_}${T}`}):e}}}),ea,ta,ia,sa,Xs,na,li,Fd=L({"src/tag/html.ts"(){"use strict";var e,t;Q(),ye(),lr(),D(),Do(),ea=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),ta=new Set(["b","big","center","cite","code","del","dfn","em","font","i","ins","kbd","mark","pre","q","s","samp","small","strike","strong","sub","sup","tt","u","var"]),ia=new Set(["strike","big","center","font","tt"]),sa=[Yi()],li=(t=class extends(na=br){constructor(n,r,s,l,a,d){super(n,r,s,a,d);j(this,e);this.setAttribute("name",n.toLowerCase()),E(this,e,l)}get type(){return"html"}get selfClosing(){return b(this,e)}text(){const{closing:n,selfClosing:r,name:s}=this,{html:[,,l]}=this.getAttribute("config");return l.includes(s)?n&&s!=="br"?"":super.text("/"):super.text(r&&!n?"/":"")}lint(n=this.getAbsoluteIndex(),r){{const s=super.lint(n,r),{name:l,parentNode:a,closing:d,selfClosing:u}=this,o=new fe(this,n),{lintConfig:c}=F,{computeEditInfo:f,fix:m}=c,y=this.inTableAttrs();let S="h1",$=c.getSeverity(S,"html");if($&&l==="h1"&&!d){const p=G(this,o,S,"<h1>",$);f&&(p.suggestions=[{desc:"h2",range:[n+2,n+3],text:"2"}]),s.push(p)}if(S="parsing-order",$=y&&c.getSeverity(S,y===2?"html":"templateInTable"),$){const p=G(this,o,S,"html-in-table",$);f&&y===2&&(p.suggestions=[ee(p)]),s.push(p)}if(S="obsolete-tag",$=c.getSeverity(S,l),$&&ia.has(l)&&s.push(G(this,o,S,"obsolete-tag",$)),S="bold-header",$=c.getSeverity(S,l),$&&(l==="b"||l==="strong")&&this.isInside("heading-title")){const p=G(this,o,S,"bold-in-header",$);f&&(p.suggestions=[ee(p)]),s.push(p)}const{html:[,_,T]}=this.getAttribute("config"),g=T.includes(l),h=_.includes(l),x=!g&&!h;if(S="unmatched-tag",d&&(u||g)||u&&x){if($=c.getSeverity(S,d?"both":"selfClosing"),$){const p=G(this,o,S,d?"closing-and-self-closing":"invalid-self-closing",$);if(f||m){const k=Yn(n),v={desc:F.msg("no-self-closing"),range:[p.endIndex-2,p.endIndex-1],text:""};h?f&&(p.suggestions=[k,v]):d?p.fix=g?k:v:f&&(p.suggestions=[v,tt(p.endIndex,`></${l}>`,-2)])}s.push(p)}}else if(!this.findMatchingTag()){const p=G(this,o,S,d?"unmatched-closing":"unclosed-tag"),k=this.closest("magic-word");if(k&&ea.has(k.name))$=c.getSeverity(S,"conditional");else if(d)$=c.getSeverity(S,"closing"),p.suggestions=[ee(p)];else{$=c.getSeverity(S,"opening");const v=a==null?void 0:a.childNodes;ta.has(l)&&(v!=null&&v.slice(0,v.indexOf(this)).some(w=>w.is("html")&&w.name===l&&!w.findMatchingTag())&&(p.suggestions=[tt(n+1,"/")]),this.isInside("heading-title")&&(p.rule="format-leakage",$=c.getSeverity("format-leakage",l)))}$&&(p.severity=$,s.push(p))}return s}}getAttribute(n){return n==="invalid"?this.inTableAttrs()===2:super.getAttribute(n)}json(n,r=this.getAbsoluteIndex()){{const s=super.json(void 0,r);return s.selfClosing=b(this,e),s}}},e=new WeakMap,t),Xs=le(na),li=re(Xs,0,"HtmlToken",sa,li),ne(Xs,1,li)}}),Xo={};oe(Xo,{parseHtml:()=>Ko});var ra,Ko,Ed=L({"parser/html.ts"(){"use strict";hr(),Fd(),ra=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,Ko=(e,t,i)=>{var l;const{html:n}=t;(l=t.htmlElements)!=null||(t.htmlElements=new Set([...n[0],...n[1],...n[2]]));const r=e.split("<");let s=r.shift();for(const a of r){const d=ra.exec(a),u=d==null?void 0:d[2],o=u==null?void 0:u.toLowerCase();if(!d||!t.htmlElements.has(o)){s+=`<${a}`;continue}const[,c,,f="",m,y]=d,{length:S}=i,$=new Zi(f,"html-attrs",o,t,i),_=$.hasAttr("itemprop");if(o==="meta"&&!(_&&$.hasAttr("content"))||o==="link"&&!(_&&$.hasAttr("href"))){s+=`<${a}`,i.length=S;continue}s+=`\0${i.length}x${y}`,new li(u,$,c==="/",m==="/>",t,i)}return s}}}),la,aa,Ks,oa,Lt,Yo=L({"src/table/base.ts"(){"use strict";Ie(),lr(),D(),V(),mt(),hr(),la=e=>{const t=e.childNodes.map(n=>n.type==="text"?n.data.replace(/\|{1,2}/gu,({length:r})=>`{{${"!".repeat(r)}}}`):n.toString()).join(""),{childNodes:i}=F.parseWithRef(t,e,2);pe.run(()=>{e.safeReplaceChildren(i)})},aa=[Yi(1)],Lt=class extends(oa=U){constructor(e,t,i,n,r,s=[],l){super(void 0,r,s,l),this.append(new Ge(t,"table-syntax",r,s),new Zi(n,"table-attrs",i,r,s))}escape(){for(const e of this.childNodes)e instanceof Ge?la(e):e.escape()}},Ks=le(oa),Lt=re(Ks,0,"TableBaseToken",aa,Lt),ne(Ks,1,Lt)}}),ua,Ys,_e,Ei,Vt,Qt,Vi,Zo=L({"src/table/td.ts"(){"use strict";Q(),ye(),nr(),D(),V(),Yo(),Vi=class extends(Ys=Lt,ua=[Xi(!1)],Ys){constructor(e,t,i,n=[]){var a;let r=/\||\0\d+!\x7F/u.exec(t!=null?t:""),s=r?t.slice(0,r.index):"";/\[\[|-\{/u.test(s)&&(r=null,s=""),super(/^(?:\n[^\S\n]*(?:[|!]|\|\+|\{\{\s*!\s*\}\}\+?)|(?:\||\{\{\s*!\s*\}\}){2}|!!|\{\{\s*!!\s*\}\})$/u,e,"td",s,i,n),ne(Ei,5,this),Ye(this,Vt),Ye(this,_e,""),r&&([id(this,_e)._]=r);const l=new U(t==null?void 0:t.slice(((a=r==null?void 0:r.index)!=null?a:NaN)+xe(this,_e).length),i,n);l.type="td-inner",l.setAttribute("stage",4),this.insertAt(l)}get type(){return"td"}get rowspan(){return this.getAttr("rowspan")}get colspan(){return this.getAttr("colspan")}get subtype(){return $n(this,Vt,Qt).call(this).subtype}afterBuild(){xe(this,_e).includes("\0")&&Ne(this,_e,this.buildFromStr(xe(this,_e),0)),super.afterBuild()}toString(e){const{childNodes:[t,i,n]}=this;return t.toString(e)+i.toString(e)+xe(this,_e)+n.toString(e)}text(){const{childNodes:[e,t,i]}=this;return e.text()+t.text()+xe(this,_e)+i.text()}getGaps(e){return e===1?xe(this,_e).length:0}lint(e=this.getAbsoluteIndex(),t){{const i=super.lint(e,t),n=new fe(this,e+this.getRelativeIndex(this.length-1)),r="pipe-like",{lintConfig:s}=F,{computeEditInfo:l,fix:a}=s,d=["td","double"].map(u=>s.getSeverity(r,u));for(const u of this.lastChild.childNodes)if(u.type==="text"){const{data:o}=u;if(o.includes("|")){const c=o.includes("||"),f=d[c?1:0];if(f){const m=Y(u,n,r,"pipe-in-table",f);if(l||a)if(c){const y={caption:"|+",td:"|",th:"!"}[this.subtype];m.fix=qe(m,"newline",o.replace(/\|\|/gu,`
17
- ${y}`))}else l&&(m.suggestions=[tr(m.startIndex,o)]);i.push(m)}}}return i}}isIndependent(){return this.firstChild.text().startsWith(`
18
- `)}getAttr(e){{const t=super.getAttr(e);return e==="rowspan"||e==="colspan"?parseInt(t)||1:t}}escape(){super.escape(),this.childNodes[1].toString()&&(xe(this,_e)||Ne(this,_e,"{{!}}")),xe(this,_e)==="|"&&Ne(this,_e,"{{!}}")}print(){{const{childNodes:[e,t,i]}=this;return`<span class="wpb-td">${e.print()}${t.print()}${xe(this,_e)}${i.print()}</span>`}}json(e,t=this.getAbsoluteIndex()){{const i=super.json(void 0,t),{rowspan:n,colspan:r}=this;return Object.assign(i,{subtype:this.subtype},n!==1&&{rowspan:n},r!==1&&{colspan:r}),i}}},Ei=le(Ys),_e=new WeakMap,Vt=new WeakSet,Qt=function(){var e;const t=this.firstChild.text(),i=t.slice(-1);let n="td";if(i==="!"?n="th":i==="+"&&(n="caption"),this.isIndependent())return{subtype:n};const{previousSibling:r}=this;return{...$n(e=r,Vt,Qt).call(e)}},Qt=re(Ei,17,"#getSyntax",ua,Vt,Qt),Qn(Ei,Vi)}}),yr,eu=L({"src/table/trBase.ts"(){"use strict";Q(),D(),Yo(),Zo(),yr=class extends Lt{lint(e=this.getAbsoluteIndex(),t){{const i=super.lint(e,t),n=this.childNodes.find(({type:a})=>a==="table-inter");if(!n)return i;const r=hi(n),s="fostered-content",l=r&&F.lintConfig.getSeverity(s,r===2?void 0:"transclusion");if(l){const a=Y(n,{start:e},s,"content-outside-table",l);a.startIndex++,a.startLine++,a.startCol=0,i.push(a)}return i}}getRowCount(){return Number(this.childNodes.some(e=>e instanceof Vi&&e.isIndependent()&&!e.firstChild.text().endsWith("+")))}}}}),da,ca,Zs,ji,Hi,jd=L({"src/table/index.ts"(){"use strict";Q(),Ie(),ye(),nr(),D(),eu(),mt(),da=class extends Array{},Hi=class extends(Zs=yr,ca=[Xi(!1)],Zs){constructor(e,t,i,n){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,e,"table",t,i,n,{}),ne(ji,5,this)}get type(){return"table"}get closed(){return this.lastChild.is("table-syntax")}lint(e=this.getAbsoluteIndex(),t){{const i=super.lint(e,t),n=new fe(this,e),r=["unclosed-table","table-layout"],s=r.map(l=>F.lintConfig.getSeverity(l));if(s[0]&&!this.closed&&i.push(Y(this.firstChild,n,r[0],"unclosed-table",s[0])),s[1]){const l=this.getLayout(),{length:a}=l;if(a>1){let d=1,u=1/0,o=0;for(;o<a;o++){const c=l[o],f=c.length;if(f<d)break;f<u&&(u=f);const m=c.indexOf(c[f-1])+1;if(m>u)break;m>d&&(d=m)}if(o<a){const c=this.getNthRow(o),f=Y(c,n,r[1],"inconsistent-table",s[1]);f.startIndex++,f.startLine++,f.startCol=0,i.push(f)}}}return i}}close(e=`
19
- |}`,t){pe.run(()=>{const i=new Ge(t?e:void 0,"table-syntax",this.getAttribute("config"),this.getAttribute("accum"));super.insertAt(i)})}getLayout(e){{const t=this.getAllRows(),{length:i}=t,n=da.from(Wu(i,()=>[]));for(let r=0;r<n.length;r++){const s=n[r];let l=0,a=0,d;for(const u of t[r].childNodes.slice(2))if(u.is("td")){if(u.isIndependent()&&(d=u.subtype!=="caption"),d){const o={row:r,column:l},{rowspan:c,colspan:f}=u;for(l++;s[a];)a++;for(let m=r;m<Math.min(r+c,i);m++)for(let y=a;y<a+f;y++)n[m][y]=o;a+=f}}else if(Ou(u))break}return n}}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(e=>e.is("tr")&&e.getRowCount()>0)]}getNthRow(e,t,i){{const n=super.getRowCount();if(e===0&&n)return this;n&&e--;for(const r of this.childNodes.slice(2)){const{type:s}=r;if(s==="tr"&&r.getRowCount()&&(e--,e<0))return r}return}}json(e,t=this.getAbsoluteIndex()){{const i=super.json(void 0,t);return i.closed=this.closed,i}}},ji=le(Zs),re(ji,1,"getLayout",ca,Hi),Qn(ji,Hi)}}),tu,Rd=L({"src/table/tr.ts"(){"use strict";eu(),tu=class extends yr{get type(){return"tr"}constructor(e,t,i,n){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,e,"tr",t,i,n)}}}}),wr,iu=L({"src/nowiki/listBase.ts"(){"use strict";vt(),wr=class extends We{get indent(){return this.innerText.split(":").length-1}json(e,t=this.getAbsoluteIndex()){{const i=super.json(void 0,t),{indent:n}=this;return n&&(i.indent=n),i}}}}}),Sr,su=L({"src/nowiki/dd.ts"(){"use strict";iu(),Sr=class extends wr{get type(){return"dd"}}}}),nu={};oe(nu,{parseTable:()=>ru});var ha,en,ru,Pd=L({"parser/table.ts"(){"use strict";V(),jd(),Rd(),Zo(),su(),ha=e=>e.lastChild.constructor!==U,en=(e,t)=>e.is("td")?t.pop():e,ru=({firstChild:{data:e},type:t,name:i},n,r)=>{const s=[],l=e.split(`
20
- `);let a=t==="root"||t==="parameter-value"||t==="ext-inner"&&i==="poem"?"":`
21
- ${l.shift()}`,d;const u=(o,c)=>{if(!c){a+=o;return}const{lastChild:f}=c;if(ha(c)){const m=new U(o,n,r);m.type="table-inter",m.setAttribute("stage",3),c.insertAt(m)}else f.setText(f.toString()+o)};for(const o of l){d=s.pop();const[c]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(o),f=o.slice(c.length),m=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(f);if(m){for(;d&&!d.is("td");)d=s.pop();const[,g,h,x,p]=m;g&&new Sr(g,n,r),u(`
22
- ${c}${g&&`\0${r.length-1}d`}${h}\0${r.length}b`,d),s.push(...d?[d]:[],new Hi(x,p,n,r));continue}else if(!d){a+=`
23
- ${o}`;continue}const y=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(f);if(!y){u(`
24
- ${o}`,d),s.push(d);continue}const[,S,$,_,T]=y;if(S){for(;!d.is("table");)d=s.pop();d.close(`
25
- ${c}${S}`,!0),u(T,s[s.length-1])}else if($){d=en(d,s),d.is("tr")&&(d=s.pop());const g=new tu(`
26
- ${c}${$}`,T,n,r);s.push(d,g),d.insertAt(g)}else{d=en(d,s);const g=_==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu;let h=g.exec(T),x=0,p=`
27
- ${c}${_}`;const k=v=>{const w=new Vi(p,T.slice(x,h==null?void 0:h.index),n,r);return v.insertAt(w),w};for(;h;)k(d),{lastIndex:x}=g,[p]=h,h=g.exec(T);s.push(d,k(d))}}return a.slice(1)}}}),ut,lu=L({"../cm-util/dist/index.mjs"(){"use strict";ut=e=>!/^_{2}.+_{2}$/u.test(e)}}),au,Od=L({"src/nowiki/hr.ts"(){"use strict";vt(),au=class extends We{get type(){return"hr"}}}}),ga,tn,pa,ai,Bd=L({"src/nowiki/doubleUnderscore.ts"(){"use strict";var e,t;xt(),Qe(),vt(),ga=[it(),ze("__")],ai=(t=class extends(pa=We){constructor(n,r,s,l,a){var c,f;super(n,l,a);j(this,e);const d=n.toLowerCase(),{doubleUnderscore:[,,u,o]}=l;this.setAttribute("name",(f=r?(c=o==null?void 0:o[n])==null?void 0:c.toLowerCase():u==null?void 0:u[d])!=null?f:d),E(this,e,s)}get type(){return"double-underscore"}toString(){const n=b(this,e)?"__":"__";return n+this.innerText+n}print(){{const n=b(this,e)?"__":"__";return super.print({pre:n,post:n})}}},e=new WeakMap,t),tn=le(pa),ai=re(tn,0,"DoubleUnderscoreToken",ga,ai),ne(tn,1,ai)}}),ou={};oe(ou,{parseHrAndDoubleUnderscore:()=>uu});var uu,qd=L({"parser/hrAndDoubleUnderscore.ts"(){"use strict";lu(),Od(),Bd(),bo(),uu=({firstChild:{data:e},type:t,name:i},n,r)=>{var u,o,c;const{doubleUnderscore:[s,l,a]}=n,d=[...s,...l];return(u=n.insensitiveDoubleUnderscore)!=null||(n.insensitiveDoubleUnderscore=new Set(s.filter(ut))),(o=n.sensitiveDoubleUnderscore)!=null||(n.sensitiveDoubleUnderscore=new Set(l.filter(ut))),(c=n.regexHrAndDoubleUnderscore)!=null||(n.regexHrAndDoubleUnderscore=new RegExp(String.raw`^((?:\0\d+[cno]\x7F)*)(-{4,})|__(${d.filter(ut).join("|")})__|_{2}(${d.filter(f=>!ut(f)).map(f=>f.slice(2,-2)).join("|")})_{2}`,"gimu")),t!=="root"&&(t!=="ext-inner"||i!=="poem")&&(e=`\0${e}`),e=e.replace(n.regexHrAndDoubleUnderscore,(f,m,y,S,$)=>{var x;if(y)return new au(y,n,r),`${m}\0${r.length-1}r`;const _=S!=null?S:$,T=n.sensitiveDoubleUnderscore.has(_),g=_.toLowerCase(),h=n.insensitiveDoubleUnderscore.has(g);return T||h?(new ai(_,T,!!$,n,r),`\0${r.length-1}${h&&((x=a==null?void 0:a[g])!=null?x:g)==="toc"?"u":"n"}`):f}),n.excludes.includes("heading")||(e=e.replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(f,m,y,S,$)=>{const _=`${m}\0${r.length}h`;return new _t(y.length,[S,$],n,r),_})),t==="root"||t==="ext-inner"&&i==="poem"?e:e.slice(1)}}}),du,Wd=L({"src/nowiki/quote.ts"(){"use strict";var e,t;Q(),ye(),D(),vt(),du=(t=class extends We{constructor(n,r,s,l){super(n,s,l);j(this,e);E(this,e,r)}get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}get closing(){return{...this.bold?{bold:b(this,e).bold}:void 0,...this.italic?{italic:b(this,e).italic}:void 0}}text(){const{parentNode:n,innerText:r}=this;return n!=null&&n.is("image-parameter")&&n.name!=="caption"?"":r}lint(n=this.getAbsoluteIndex()){{const{previousSibling:r,bold:s,closing:l}=this,a=(r==null?void 0:r.type)==="text"?r.data:void 0,d=[],u=new fe(this,n),o=["lonely-apos","bold-header"],{lintConfig:c}=F,{computeEditInfo:f}=c,m=[void 0,"word"].map(S=>c.getSeverity(o[0],S)),y=c.getSeverity(o[1]);if(a!=null&&a.endsWith("'")){const S=m[(l.bold||l.italic)&&/[a-z\d]'$/iu.test(a)?1:0];if(S){const $=G(this,u,o[0],F.msg("lonely","'"),S),{startLine:_,startCol:T}=$,[,{length:g}]=/(?:^|[^'])('+)$/u.exec(a),h=n-g,x={...$,startIndex:h,endIndex:n,endLine:_,startCol:T-g,endCol:T};f&&(x.suggestions=[Pt(h,"&apos;",g),ee(x)]),d.push(x)}}if(y&&s&&this.isInside("heading-title")){const S=G(this,u,o[1],"bold-in-header",y);f&&(S.suggestions=[ee(S)]),d.push(S)}return d}}json(n,r=this.getAbsoluteIndex()){{const s=super.json(void 0,r);return Object.assign(s,{bold:this.bold,italic:this.italic}),s}}},e=new WeakMap,t)}}),cu={};oe(cu,{parseQuotes:()=>kr});var kr,hu=L({"parser/quotes.ts"(){"use strict";Wd(),kr=(e,t,i,n)=>{var m;const r=e.split(/('{2,})/u),{length:s}=r;if(s===1)return e;let l=0,a=0,d,u,o;for(let y=1;y<s;y+=2){const S=r[y].length;switch(S){case 2:a++;break;case 4:r[y-1]+="'",r[y]="'''";case 3:if(l++,d!==void 0)break;r[y-1].endsWith(" ")?u===void 0&&o===void 0&&(o=y):r[y-1].slice(-2,-1)===" "?d=y:u!=null||(u=y);break;default:r[y-1]+="'".repeat(S-5),r[y]="'''''",a++,l++}}if(a%2===1&&l%2===1){const y=(m=d!=null?d:u)!=null?m:o;y!==void 0&&(r[y]="''",r[y-1]+="'")}let c=!1,f=!1;for(let y=1;y<s;y+=2){const S=r[y].length,$=S!==2,_=S!==3,T=new du(r[y],{bold:$&&!!c,italic:_&&!!f},t,i);$&&(c=!c&&T),_&&(f=!f&&T),r[y]=`\0${i.length-1}q`}return r.join("")}}}),gu={};oe(gu,{parseExternalLinks:()=>Ar});var Ar,pu=L({"parser/externalLinks.ts"(){"use strict";ve(),Ro(),vr(),Ar=(e,t,i,n)=>{var r;return(r=t.regexExternalLinks)!=null||(t.regexExternalLinks=new RegExp(String.raw`\[((?:\0\d+[cn]\x7F)*(?:\0\d+f\x7F|(?:(?:${t.protocol}|//)${Ft}|\0\d+m\x7F)${Et}(?=[[\]<>"\t${et}]|\0\d)))([${et}]*(?![${et}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),e.replace(t.regexExternalLinks,(s,l,a,d)=>{const{length:u}=i,o=/&[lg]t;/u.exec(l);return o&&(a="",d=l.slice(o.index)+a+d,l=l.slice(0,o.index)),n?(new bi(l,"ext-link-url",t,i),`[\0${u}f${a}${d}]`):(new Ct(l,a,d,t,i),`\0${u}w`)})}}}),fu,Md=L({"src/link/category.ts"(){"use strict";Si(),ve(),fu=class extends De{get type(){return"category"}get sortkey(){{const{childNodes:[,e]}=this;return e&&pi(e.text())}}json(e,t=this.getAbsoluteIndex()){{const i=super.json(void 0,t),{sortkey:n}=this;return n&&(i.sortkey=n),i}}}}}),mu={};oe(mu,{parseLinks:()=>Bn});var fa,Bn,Ud=L({"parser/links.ts"(){"use strict";ve(),D(),hu(),pu(),jo(),Co(),Md(),fa=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,Bn=(e,t,i,n,r)=>{var d;(d=t.regexLinks)!=null||(t.regexLinks=new RegExp(String.raw`^\s*(?:${t.protocol}|//)`,"iu"));const s=t.inExt?/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(?:(\||\0\d+!\x7F)([\s\S]*?[^\]]))?\]\]([\s\S]*)$/u:/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])*)(?:(\||\0\d+!\x7F)([\s\S]*?[^\]])?)?\]\]([\s\S]*)$/u,l=e.split("[[");let a=l.shift();for(let u=0;u<l.length;u++){let o=!1,c,f,m,y;const S=l[u],$=s.exec(S);if($)[,c,f,m,y]=$,y.startsWith("]")&&(m!=null&&m.includes("["))&&(m+="]",y=y.slice(1));else{const p=fa.exec(S);p&&(o=!0,[,c,f,m]=p)}if(c===void 0||t.regexLinks.test(c)||/\0\d+[exhbru]\x7F/u.test(c)){a+=`[[${S}`;continue}let _=Te(c).trim();const T=_.startsWith(":");if(T&&o){a+=`[[${S}`;continue}else!_&&m&&!m.includes(`
28
- `)&&(_=Te(m).trim());const{ns:g,valid:h}=F.normalizeTitle(_,0,!1,t,{halfParsed:!0,temporary:!0,decode:!0,selfLink:!0,page:n});if(h){if(o){if(g!==6){a+=`[[${S}`;continue}let p=!1;for(u++;u<l.length;u++){const k=l[u],v=k.split("]]");if(v.length>2){p=!0,m+=`[[${v[0]}]]${v[1]}`,y=v.slice(2).join("]]");break}else if(v.length===2)m+=`[[${v[0]}]]${v[1]}`;else{m+=`[[${k}`;break}}if(m=Bn(m,t,i,n,r),!p){a+=`[[${c}${f}${m}`;continue}}}else{a+=`[[${S}`;continue}m&&(m=kr(m,t,i,r));let x=xr;T||(g===6?(m&&(m=Ar(m,t,i,!0)),x=mr):g===14&&(x=fu)),m===void 0&&f&&(m=""),a+=`\0${i.length}l${y}`,new x(c,m,t,i,f)}return a}}}),xu={};oe(xu,{parseMagicLinks:()=>vu});var sn,nn,rn,ln,vu,zd=L({"parser/magicLinks.ts"(){"use strict";ve(),vr(),sn=String.raw`[${et}\t]|&nbsp;|&#0*160;|&#x0*a0;`,nn=`(?:${sn})+`,rn=`(?:${sn}|-)`,ln=String.raw`(?:RFC|PMID)${nn}\d+\b|ISBN${nn}(?:97[89]${rn}?)?(?:\d${rn}?){9}[\dx]\b`,vu=(e,t,i)=>{if(!t.regexMagicLinks)try{t.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\p{N}_])(?:(?:${t.protocol})(${Ft}${Et})|${ln})`,"giu")}catch{t.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${t.protocol})(${Ft}${Et})|${ln})`,"giu")}return e.replace(t.regexMagicLinks,(n,r,s)=>{let l=r?n.slice(r.length):n;if(s){let a="";const d=/&(?:lt|gt|nbsp|#x0*(?:3[ce]|a0)|#0*(?:6[02]|160));/iu.exec(l);d&&(a=l.slice(d.index),l=l.slice(0,d.index));const u=l.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,o=u.exec(l);if(o){let c=1;o[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(l.slice(0,o.index))&&(c=2),a=l.slice(o.index+c)+a,l=l.slice(0,o.index+c)}return a.length>=s.length?n:(new bi(l,void 0,t,i),`${r}\0${i.length-1}w${a}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(l))return n;return new bi(l,"magic-link",t,i),`${r}\0${i.length-1}i`})}}}),bu,Hd=L({"util/html.ts"(){"use strict";bu=(e,t)=>e.startsWith(t)?t.length:[...t].findIndex((i,n)=>i!==e[n])}}),ma,yu,Dd=L({"src/nowiki/list.ts"(){"use strict";Q(),D(),iu(),ma=new Set(["link","category","file"]),yu=class extends wr{get type(){return"list"}lint(e=this.getAbsoluteIndex()){var t;{const i="syntax-like",n=F.lintConfig.getSeverity(i,"redirect"),{innerText:r}=this;if(n&&r==="#"){let{nextSibling:s}=this;if((s==null?void 0:s.type)==="text"&&ma.has((t=s.nextSibling)==null?void 0:t.type)&&new RegExp(String.raw`^(?:${this.getAttribute("config").redirection.join("|")})\s*(?::\s*)?$`,"iu").test(`#${s.data}`)){const a=G(s,{start:e+1},i,"redirect-like",n);return a.startIndex--,a.startCol--,a.endIndex+=2,a.endCol+=2,[a]}}return[]}}}}}),wu={};oe(wu,{parseList:()=>Su});var Su,Gd=L({"parser/list.ts"(){"use strict";Hd(),Dd(),su(),Su=(e,t,i,n)=>{const r=/^((?:\0\d+[cno]\x7F)*)([;:*#]+)(\s*)/u.exec(e);if(!r)return t.lastPrefix="",e;const[s,l,a,d]=r,u=a.replace(/;/gu,":"),o=bu(u,t.lastPrefix),c=((o>1?a.slice(o-1):a)+d).split(/(?=;)/u),f=c[0].startsWith(";");let m=c.length-(f?0:1);if(o>1){const A=a.slice(0,o-1);if(f){const C=A.split(/(?=;)/u);c.unshift(...C),m+=A.includes(";")?C.length:0}else c[0]=A+c[0]}t.lastPrefix=u;let y=l+c.map((A,C)=>`\0${n.length+C}d`).join("")+e.slice(s.length);for(const A of c)new yu(A,i,n);if(!m)return y;const{html:[S,,$]}=i,_=/:+|-\{|\0\d+[xq]\x7F/gu;let T=_,g=T.exec(y),h=0,x=!1,p=!1,k=0;const v=(A,C)=>(new Sr(A,i,n),`${y.slice(0,C)}\0${n.length-1}d${y.slice(C+A.length)}`),w=A=>{A?h&&h--:h++};for(;g&&m;){const{0:A,index:C}=g;if(A==="-{"){if(!k){const{lastIndex:N}=T;T=/-\{|\}-/gu,T.lastIndex=N}k++}else if(A==="}-"){if(k--,!k){const{lastIndex:N}=T;T=_,T.lastIndex=N}}else if(A.endsWith("x")){const{name:N,closing:B,selfClosing:q}=n[Number(A.slice(1,-2))];(S.includes(N)||!q&&!$.includes(N))&&w(B)}else if(A.endsWith("q")){const{bold:N,italic:B}=n[Number(A.slice(1,-2))];N&&(w(x),x=!x),B&&(w(p),p=!p)}else if(h===0){if(A.length>=m)return v(A.slice(0,m),C);m-=A.length,T.lastIndex=C+4+String(n.length).length,y=v(A,C)}g=T.exec(y)}return y}}}),Ri,xa,an,va,oi,Vd=L({"src/converterFlags.ts"(){"use strict";var e,t;Q(),ye(),Ki(),Le(),D(),V(),ft(),Ri=new Set(["A","T","R","D","-","H","N"]),xa=[wi(),Ce],oi=(t=class extends(va=U){constructor(n,r,s=[]){super(void 0,r,s,{});j(this,e);this.safeAppend(n.map(l=>new Me(l,"converter-flag",r,s)))}get type(){return"converter-flags"}afterBuild(){E(this,e,this.childNodes.map(n=>n.text().trim())),super.afterBuild()}toString(n){return super.toString(n,";")}text(){return super.text(";")}getUnknownFlags(){return new Set(b(this,e).filter(n=>/\{{3}[^{}]+\}{3}/u.test(n)))}getVariantFlags(){const n=new Set(this.getAttribute("config").variants);return new Set(b(this,e).filter(r=>n.has(r)))}isInvalidFlag(n,r,s,l){return typeof n=="object"&&(n=n.text().trim(),r=this.getVariantFlags(),s=this.getUnknownFlags(),l=new Set(b(this,e).filter(a=>Ri.has(a)))),!!n&&!r.has(n)&&!s.has(n)&&(r.size>0||!l.has(n))}lint(n=this.getAbsoluteIndex(),r){{const s=this.getVariantFlags(),l=this.getUnknownFlags(),a=new Set(b(this,e).filter($=>Ri.has($))),d=b(this,e).filter($=>!$).length,u=b(this,e).length-l.size-d,{lintConfig:o}=F,{computeEditInfo:c,fix:f}=o,m=super.lint(n,r);if(s.size===u||a.size===u)return m;const y="no-ignored",S=o.getSeverity(y,"conversionFlag");if(S){const $=new fe(this,n);for(let _=0;_<this.length;_++){const T=this.childNodes[_],g=T.text().trim();if(this.isInvalidFlag(g,s,l,a)){const h=Y(T,$,y,"invalid-conversion-flag",S);(c||f)&&(s.size===0&&Ri.has(g.toUpperCase())?h.fix=er(h,g):c&&(h.suggestions=[ee(h,_&&-1)])),m.push(h)}}}return m}}print(){return super.print({sep:";"})}},e=new WeakMap,t),an=le(va),oi=re(an,0,"ConverterFlagsToken",xa,oi),ne(an,1,oi)}}),Pi,ba,on,ya,dt,Qd=L({"src/converterRule.ts"(){"use strict";Ue(),Le(),D(),V(),ft(),Pi=(e,t,i,n)=>{const r=new U(e,i,n);return r.type=`converter-rule-${t}`,r.setAttribute("stage",$e),r},ba=[Ce],dt=class extends(ya=U){get type(){return"converter-rule"}get variant(){var e,t;return(t=(e=this.childNodes[this.length-2])==null?void 0:e.text().trim().toLowerCase())!=null?t:""}constructor(e,t=!0,i=F.getConfig(),n=[]){super(void 0,i,n,{});const r=e.indexOf(":"),s=e.slice(0,r).indexOf("=>"),l=s===-1?e.slice(0,r):e.slice(s+2,r);t&&i.variants.includes(l.trim().toLowerCase())?(super.insertAt(new Me(l,"converter-rule-variant",i,n)),super.insertAt(Pi(e.slice(r+1),"to",i,n)),s!==-1&&super.insertAt(Pi(e.slice(0,s),"from",i,n),0)):super.insertAt(Pi(e,"to",i,n))}toString(e){const{childNodes:t,firstChild:i,lastChild:n}=this;return t.length===3?`${i.toString(e)}=>${t[1].toString(e)}:${n.toString(e)}`:super.toString(e,":")}text(){const{childNodes:e,firstChild:t,lastChild:i}=this;return e.length===3?`${t.text()}=>${e[1].text()}:${i.text()}`:super.text(":")}getGaps(e){return e===0&&this.length===3?2:1}print(){{const{childNodes:e}=this;if(e.length===3){const[t,i,n]=e;return`<span class="wpb-converter-rule">${t.print()}=>${i.print()}:${n.print()}</span>`}return super.print({sep:":"})}}json(e,t=this.getAbsoluteIndex()){{const i=super.json(void 0,t);return i.variant=this.variant,i}}},on=le(ya),dt=re(on,0,"ConverterRuleToken",ba,dt),ne(on,1,dt)}}),wa,un,Sa,ui,Jd=L({"src/converter.ts"(){"use strict";ve(),Qe(),Le(),V(),Vd(),Qd(),wa=[Ce,ze("-{")],ui=class extends(Sa=U){get type(){return"converter"}constructor(e,t,i,n=[]){super(void 0,i,n),this.insertAt(new oi(e,i,n));const[r]=t,s=r.includes(":"),l=new dt(r,s,i,n);(s?l.length===1:t.length===2&&!Te(t[1]).trim())?this.insertAt(new dt(t.join(";"),!1,i,n)):this.safeAppend([l,...t.slice(1).map(a=>new dt(a,!0,i,n))])}toString(e){const{childNodes:[t,...i]}=this;return`-{${t.toString(e)}${t.length>0?"|":""}${i.map(n=>n.toString(e)).join(";")}}-`}text(){const{childNodes:[e,...t]}=this;return`-{${e.text()}|${pt(t,";")}}-`}getGaps(e){return e||this.firstChild.length>0?1:0}print(){{const{childNodes:[e,...t]}=this;return`<span class="wpb-converter">-{${e.print()}${e.length>0?"|":""}${Rt(t,{sep:";"})}}-</span>`}}},un=le(Sa),ui=re(un,0,"ConverterToken",wa,ui),ne(un,1,ui)}}),ku={};oe(ku,{parseConverter:()=>Au});var Au,Xd=L({"parser/converter.ts"(){"use strict";Jd(),Au=(e,t,i)=>{var d;(d=t.regexConverter)!=null||(t.regexConverter=new RegExp(String.raw`;(?=(?:[^;]*?=>)?\s*(?:${t.variants.join("|")})\s*:|(?:\s|\0\d+[cn]\x7F)*$)`,"iu"));const n=/-\{/gu,r=/-\{|\}-/gu,s=[];let l=n,a=l.exec(e);for(;a;){const{0:u,index:o}=a;if(u==="}-"){const c=s.pop(),{length:f}=i,m=e.slice(c.index+2,o),y=m.indexOf("|"),[S,$]=y===-1?[[],m]:[m.slice(0,y).split(";"),m.slice(y+1)],_=$.replace(/(&[#a-z\d]+);/giu,"$1"),T=_.split(t.regexConverter).map(g=>g.replace(/\x01/gu,";"));new ui(S,T,t,i),e=`${e.slice(0,c.index)}\0${f}v${e.slice(o+2)}`,s.length===0&&(l=n),l.lastIndex=c.index+3+String(f).length}else s.push(a),l=r,l.lastIndex=o+2;a=l.exec(e)}return e}}}),Qi={};oe(Qi,{Token:()=>U});var ka,U,V=L({"src/index.ts"(){"use strict";var e,t,i,n,r,s,l,a,d,$u,_u,Tu,Cu,Iu,Nu,Lu,Fu,Eu,ju,Ru,Pu,x;ve(),Ue(),Q(),Ie(),D(),ud(),cd(),ka=["category","html-attr#id,ext-attr#id,table-attr#id"],U=(x=class extends Kt{constructor(v,w=F.getConfig(),A=[],C){super();j(this,d);j(this,e,"plain");j(this,t,0);j(this,i);j(this,n);j(this,r);j(this,s,!1);j(this,l);j(this,a);typeof v=="string"&&this.insertAt(v),E(this,i,w),E(this,n,A),A.push(this)}get type(){return b(this,e)}set type(v){E(this,e,v)}get pageName(){return b(this.getRootNode(),a)}set pageName(v){if(v){const w=this.normalizeTitle(v,0,{temporary:!0,page:""});E(this,a,w.valid?w.title:void 0)}else E(this,a,v===""?"":void 0)}parseOnce(v=b(this,t),w=!1,A){if(v<b(this,t)||this.length!==1||!this.isPlain())return this;if(b(this,t)>=$e)return this;switch(v){case 0:if(this.type==="root"){b(this,n).pop();const C=R(this,d,$u).call(this);w&&(w=!C)}E(this,r,w),R(this,d,_u).call(this,w);break;case 1:R(this,d,Tu).call(this);break;case 2:R(this,d,Cu).call(this);break;case 3:R(this,d,Iu).call(this);break;case 4:R(this,d,Nu).call(this);break;case 5:R(this,d,Lu).call(this,A);break;case 6:R(this,d,Fu).call(this,A);break;case 7:R(this,d,Eu).call(this);break;case 8:R(this,d,ju).call(this);break;case 9:R(this,d,Ru).call(this);break;case 10:R(this,d,Pu).call(this)}if(this.type==="root")for(const C of b(this,n))C==null||C.parseOnce(v,w,A);return Cr(this,t)._++,this}buildFromStr(v,w){const A=v.split(/[\0\x7F]/u).map((C,N)=>{if(N%2===0)return C&&new In(C);const B=Number(C.slice(0,-1));return b(this,n)[B]}).filter(C=>C!=="");return w===0?A.map(String).join(""):w===1?pt(A):A}build(){E(this,t,$e);const{length:v,firstChild:w}=this,A=w==null?void 0:w.toString();if(v===1&&w.type==="text"&&A.includes("\0")&&(yi(this,0,1,this.buildFromStr(A)),this.type==="root"))for(const C of b(this,n))C==null||C.build()}afterBuild(){if(this.type==="root")for(const v of b(this,n))v==null||v.afterBuild();E(this,s,!0)}parse(v=$e,w,A){for(v=Math.min(v,$e);b(this,t)<v;)this.parseOnce(b(this,t),w,A);return v&&(this.build(),this.afterBuild()),this}isPlain(){return this.constructor===x}getAttribute(v){var w;switch(v){case"config":return b(this,i);case"include":return(w=b(this,r))!=null?w:!!b(this.getRootNode(),r);case"accum":return b(this,n);case"built":return b(this,s);case"stage":return b(this,t);case"invalid":return this.type==="table-inter"&&hi(this)===2;default:return super.getAttribute(v)}}setAttribute(v,w){switch(v){case"stage":b(this,t)===0&&this.type==="root"&&b(this,n).shift(),E(this,t,w);break;default:super.setAttribute(v,w)}}insertAt(v,w=this.length){const A=typeof v=="string"?new In(v):v,{length:C}=this;w+=w<0?C:0,super.insertAt(A,w);const{type:N}=A;return N==="root"&&(A.type="plain"),A}normalizeTitle(v,w=0,A){return F.normalizeTitle(v,w,this.getAttribute("include"),b(this,i),{page:this.pageName,...A})}inTableAttrs(){var v;return this.isInside("table-attrs")&&((v=this.closest("table-attrs,arg,parameter"))!=null&&v.is("table-attrs")?2:1)}inHtmlAttrs(){return this.isInside("html-attrs")?2:this.inTableAttrs()}lint(v=this.getAbsoluteIndex(),w){var A;{const{lintConfig:C}=F,{computeEditInfo:N,fix:B,ignoreDisables:q,configurationComment:O}=C;let P=super.lint(v,w);if(this.type==="root"){const I=new Map,W="no-duplicate",J=["category","id"].map(H=>C.getSeverity(W,H)),X=this.toString(),z=ka.filter((H,Z)=>J[Z]).join();if(z){for(const H of this.querySelectorAll(z)){let Z;if(H.is("category"))Z=H.name;else{const ie=H.getValue();ie&&ie!==!0&&(Z=`#${ie}`)}if(Z){const ie=I.get(Z);ie?ie.add(H):I.set(Z,new Set([H]))}}for(const[H,Z]of I)if(Z.size>1&&!H.startsWith("#mw-customcollapsible-")){const ie=!H.startsWith("#"),ue=`duplicate-${ie?"category":"id"}`,be=J[ie?0:1];P.push(...[...Z].map(de=>{const ae=G(de,{start:de.getAbsoluteIndex()},W,ue,be);return N&&ie&&(ae.suggestions=[ee(ae)]),ae}))}}if(!q){const H=new RegExp(String.raw`<!--\s*${O}-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->`,"gu"),Z=[];let ie=H.exec(X);for(;ie;){const{1:ue,index:be}=ie,de=(A=ie[2])==null?void 0:A.trim();let ae;(ue==="disable-line"||ue==="disable-next-line")&&(ae=this.posFromIndex(be).top+(ue==="disable-line"?0:1)),Z.push({line:ae,from:ue==="disable"?H.lastIndex:void 0,to:ue==="enable"?H.lastIndex:void 0,rules:de?new Set(de.split(",").map(Se=>Se.trim())):void 0}),ie=H.exec(X)}P=P.filter(({rule:ue,startLine:be,startIndex:de})=>{const ae={pos:0};for(const{line:Se,from:ce,to:M,rules:K}of Z){if(Se&&Se>be+1)break;if(K&&!K.has(ue))continue;if(Se===be)return!1;ce<=de&&ce>ae.pos?(ae.pos=ce,ae.type="from"):M<=de&&M>ae.pos&&(ae.pos=M,ae.type="to")}return ae.type!=="from"})}if(B&&P.some(({fix:H})=>H)){const H=P.map(({fix:ue})=>ue).filter(ue=>ue!==void 0).sort(({range:[ue,be]},{range:[de,ae]})=>be===ae?de-ue:ae-be);let Z=1/0,ie=X;for(const{range:[ue,be],text:de}of H)be<=Z&&(ie=ie.slice(0,ue)+de+ie.slice(be),Z=ue);Object.assign(P,{output:ie})}if(!N)for(const H of P)delete H.fix,delete H.suggestions}return P}}toString(v,w){return v?super.toString(!0,w):ht(b(this,l),()=>super.toString(!1,w),A=>{const C=this.getRootNode();C.type==="root"&&b(C,s)&&E(this,l,A)})}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakMap,s=new WeakMap,l=new WeakMap,a=new WeakMap,d=new WeakSet,$u=function(){const{parseRedirect:v}=(pd(),se(uo)),w=this.firstChild.toString(),A=v(w,b(this,i),b(this,n));return A!==!1&&this.setText(A),!!A},_u=function(v){const{parseCommentAndExt:w}=(is(),se(Jo));this.setText(w(this.firstChild.toString(),b(this,i),b(this,n),v))},Tu=function(){const{parseBraces:v}=(fr(),se(wo)),w=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,A=v(w,b(this,i),b(this,n));this.setText(this.type==="root"?A:A.slice(1))},Cu=function(){if(b(this,i).excludes.includes("html"))return;const{parseHtml:v}=(Ed(),se(Xo));this.setText(v(this.firstChild.toString(),b(this,i),b(this,n)))},Iu=function(){if(b(this,i).excludes.includes("table"))return;const{parseTable:v}=(Pd(),se(nu));this.setText(v(this,b(this,i),b(this,n)))},Nu=function(){if(b(this,i).excludes.includes("hr"))return;const{parseHrAndDoubleUnderscore:v}=(qd(),se(ou));this.setText(v(this,b(this,i),b(this,n)))},Lu=function(v){const{parseLinks:w}=(Ud(),se(mu));this.setText(w(this.firstChild.toString(),b(this,i),b(this,n),this.pageName,v))},Fu=function(v){const{parseQuotes:w}=(hu(),se(cu)),A=this.firstChild.toString().split(`
29
- `);for(let C=0;C<A.length;C++)A[C]=w(A[C],b(this,i),b(this,n),v);this.setText(A.join(`
30
- `))},Eu=function(){const{parseExternalLinks:v}=(pu(),se(gu));this.setText(v(this.firstChild.toString(),b(this,i),b(this,n)))},ju=function(){const{parseMagicLinks:v}=(zd(),se(xu));this.setText(v(this.firstChild.toString(),b(this,i),b(this,n)))},Ru=function(){if(b(this,i).excludes.includes("list"))return;const{parseList:v}=(Gd(),se(wu)),{firstChild:w,type:A,name:C}=this,N=w.toString().split(`
31
- `),B={lastPrefix:""};let q=A==="root"||A==="ext-inner"&&C==="poem"?0:1;for(;q<N.length;q++)N[q]=v(N[q],B,b(this,i),b(this,n));this.setText(N.join(`
32
- `))},Pu=function(){if(b(this,i).variants.length>0){const{parseConverter:v}=(Xd(),se(ku));this.setText(v(this.firstChild.toString(),b(this,i),b(this,n)))}},x)}}),pe,ss,Ou,Bu,yi,qu,Wu,Ie=L({"util/debug.ts"(){"use strict";pe={running:!1,run(e,t){const{running:i}=this;this.running=!0;const n=t==null?void 0:t.internal;t&&(t.internal=!0);const r=()=>{this.running=i,t&&(t.internal=n)};try{const{Token:s}=(V(),se(Qi)),l=e();return l instanceof s&&!l.getAttribute("built")&&l.afterBuild(),r(),l}catch(s){throw r(),s}},internal(e,t){const{internal:i}=t;t.internal=!0;const n=e();return t.internal=i,n},rev:0},ss=e=>t=>t.type===e,Ou=({type:e})=>e==="tr"||e==="table-syntax",Bu=e=>e==="redirect-target"||e==="link",yi=(e,t,i,n=[])=>{var l,a;let r=e.getChildNodes(),s;r.length===i?(s=r,r=n):s=Array.prototype.splice.apply(r,[t,i,...n]);for(let d=0;d<n.length;d++){const u=n[d];u.setAttribute("parentNode",e),u.setAttribute("nextSibling",r[t+d+1]),u.setAttribute("previousSibling",r[t+d-1])}return(l=r[t-1])==null||l.setAttribute("nextSibling",r[t]),(a=r[t+n.length])==null||a.setAttribute("previousSibling",r[t+n.length-1]),r===n&&e.setAttribute("childNodes",r),s},qu=(e,t)=>{const i=e.toLowerCase(),[n,r]=t,s=Object.prototype.hasOwnProperty.call(r,e);return[i,s,s?r[e]:Object.prototype.hasOwnProperty.call(n,i)&&n[i]]},Wu=(e,t)=>Array.from({length:e},(i,n)=>t(n))}}),yt,dn,Oi,cn,Aa,hn,$a,_a,qn,Kd=L({"lib/lintConfig.ts"(){"use strict";var e,t;Xn(),yt=new Map([[0,!1],[1,"warning"],[2,"error"],[!1,!1],["off",!1],["warning","warning"],["error","error"]]),dn={"arg-in-ext":1,"bold-header":[1,{}],"format-leakage":[1,{}],"fostered-content":[1,{}],h1:[1,{}],"illegal-attr":[2,{}],"insecure-style":2,"invalid-gallery":[2,{parameter:1}],"invalid-imagemap":[2,{}],"invalid-invoke":[2,{}],"invalid-isbn":2,"invalid-json":[2,{duplicate:1}],"invalid-url":1,"lonely-apos":[1,{}],"lonely-bracket":[1,{extLink:2}],"lonely-http":[1,{}],"nested-link":[2,{}],"no-arg":1,"no-duplicate":[2,{category:1,id:1,unknownImageParameter:1}],"no-ignored":[2,{fragment:1,galleryComment:1,galleryNoImage:1,include:1,nonWordAttributes:1,redirect:1}],"obsolete-attr":1,"obsolete-tag":1,"parsing-order":[2,{templateInTable:1}],"pipe-like":[1,{double:2}],"syntax-like":[2,{}],"table-layout":1,"tag-like":[2,{disallowed:1,invalid:1}],"unbalanced-header":2,"unclosed-comment":[1,{}],"unclosed-quote":1,"unclosed-table":2,unescaped:2,"unknown-page":1,"unmatched-tag":[1,{both:2,selfClosing:2}],"unterminated-url":[1,{}],"url-encoding":[1,{}],"var-anchor":[1,{}],"void-ext":[2,{}]},Object.freeze(dn),Oi={configurationComment:"lint",ignoreDisables:!1,fix:!0,computeEditInfo:!0},Object.freeze(Oi),cn=i=>yt.has(i),Aa=i=>cn(i)||Array.isArray(i)&&cn(i[0])&&(i.length===1||typeof i[1]=="object"),hn=(i,n,r)=>{if(gi.includes(n)){if(r===void 0)return!1;if(Aa(r))return i[n]=r,!0}else throw new RangeError(`Unknown lint rule: ${n}`);throw new RangeError(`Invalid lint config for ${n}: ${JSON.stringify(r)}`)},$a=typeof structuredClone=="function"?structuredClone:(i=>JSON.parse(JSON.stringify(i))),_a=class{constructor(i){if(Object.assign(this,$a(dn)),!!i)for(const[n,r]of Object.entries(i))hn(this,n,r)}getSeverity(i,n){var s,l;const r=this[i];return typeof r!="object"?yt.get(r):n&&(l=yt.get((s=r[1])==null?void 0:s[n]))!=null?l:yt.get(r[0])}},qn=(t=class{constructor(i){j(this,e);if(Object.assign(this,Oi),i&&!("rules"in i)&&Object.keys(i).some(n=>gi.includes(n)))this.rules=i;else{const{rules:n,...r}=i!=null?i:{};this.rules=n;for(const[s,l]of Object.entries(r))l!==void 0&&Object.prototype.hasOwnProperty.call(Oi,s)&&(this[s]=l)}}get rules(){return b(this,e)}set rules(i){E(this,e,new Proxy(new _a(i),{set:hn,deleteProperty(){return!1}}))}getSeverity(i,n){return b(this,e).getSeverity(i,n)}},e=new WeakMap,t)}}),gn,Wn,Yd=L({"lib/title.ts"(){"use strict";var e,t,i,n,r,s,Mu,a;Ve(),ve(),gn=d=>{const[,{length:u},o]=/^((?:\.\.\/)*)([\s\S]*)/u.exec(d);return[u/3,o]},Wn=(a=class{constructor(d,u,o,{temporary:c,decode:f,selfLink:m,page:y}={}){j(this,s);j(this,e);j(this,t);j(this,i);j(this,n);j(this,r);je(this,"page");je(this,"valid");je(this,"encoded",!1);this.page=y;const S=d.trim(),$=S.startsWith("../");if(f&&d.includes("%"))try{const h=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(d);d=mi(d),this.encoded=h}catch{}if(d=pi(d).replace(/[_ ]+/gu," ").trim(),$||y&&S.startsWith("/"))E(this,n,0);else{let h=u;d.startsWith(":")&&(h=0,d=d.slice(1).trim());const x=d.split(":");if(x.length>1){const p=jt(x[0]),k=Object.prototype.hasOwnProperty.call(o.nsid,p)&&o.nsid[p];k&&(h=k,d=x.slice(1).join(":").trim())}E(this,n,h)}const _=d.indexOf("#");if(_!==-1){let h=d.slice(_).trim().slice(1);if(h.includes("%"))try{h=mi(h)}catch{}E(this,r,h.replace(/ /gu,"_")),d=d.slice(0,_).trim()}const[T,g]=$?gn(d):[0,d];this.valid=!!(d||m&&this.ns===0&&b(this,r)!==void 0)&&pi(d)===d&&(T===0||y===void 0||y.split("/",T+1).length>T)&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(g),this.main=d,E(this,t,o.namespaces),E(this,i,o.articlePath||"/wiki/$1"),b(this,i).includes("$1")||E(this,i,b(this,i)+`${b(this,i).endsWith("/")?"":"/"}$1`),c||Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}})}get ns(){return b(this,n)}get fragment(){return b(this,r)}get main(){return b(this,e)}set main(d){d=d.replace(/_/gu," ").trim(),E(this,e,d&&d[0].toUpperCase()+d.slice(1))}get prefix(){const d=b(this,t)[this.ns];return d+(d&&":")}get title(){return this.getRedirection()[1]}get extension(){const{main:d}=this,u=d.lastIndexOf(".");return u===-1?void 0:d.slice(u+1).toLowerCase()}getRedirection(){const{prefix:d}=this,u=d;return R(this,s,Mu).call(this,u)}setFragment(d){E(this,r,d)}getUrl(d){{typeof d=="string"&&(E(this,i,d),b(this,i).includes("$1")||E(this,i,b(this,i)+`${b(this,i).endsWith("/")?"":"/"}$1`));const{title:u,fragment:o}=this;return u?b(this,i).replace("$1",encodeURIComponent(u)+(o?`#${encodeURIComponent(o)}`:"")):o===void 0?"":`#${encodeURIComponent(o)}`}throw new Error("Title.getUrl method is only available in the LSP version!")}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakMap,s=new WeakSet,Mu=function(d){var o,c;let u=(d+this.main).replace(/ /gu,"_");if(u.startsWith("/"))u=((o=this.page)!=null?o:"")+u.replace(/(.)\/$/u,"$1");else if(u.startsWith("../")&&((c=this.page)!=null&&c.includes("/"))){const[f,m]=gn(u),y=this.page.split("/");y.length>f&&(u=y.slice(0,-f).join("/")+(m&&"/")+m)}return[!1,u]},a)}}),Uu={};oe(Uu,{LanguageService:()=>zu,tasks:()=>Mn});var Mn,Ta,Ca,Ia,Na,pn,La,Fa,Ea,ja,fn,Ra,mn,wt,xn,Ke,we,vn,bn,St,kt,rt,Jt,yn,Pa,wn,zu,Zd=L({"lib/lsp.ts"(){"use strict";var e,t,i,n,r,s,l,a,d,u,di,Re,Un,zn,Hn,Hu,Dn,$t,T;Ve(),lu(),Xn(),cr(),Q(),ve(),Ie(),Ue(),D(),V(),Mn=new WeakMap,Ta=new Set(["ref"]),Ca=new Set(["ref","references"]),Ia=new Set(["name","follow"]),Na=new Set(["group"]),pn=new Set(["arg-name","template-name","link-target","parameter-key"]),La=new Set(["ext","html","attr-key","image-parameter","heading-title","heading","magic-word-name",...pn]),Fa=new Set(["text","comment","noinclude","include"]),Ea=["ext","html","table"].map(g=>`${g}-attr#style`).join(),ja=ct(g=>new RegExp(`^(?:${g}|//)`,"iu")),fn=({type:g,parentNode:h,length:x,firstChild:p},k)=>g==="attr-value"&&x===1&&p.type==="text"&&(!k||h.name==="style"),Ra=g=>g.is("html-attr")||g.is("table-attr"),mn=g=>g.childNodes.every(({type:h})=>Fa.has(h)),wt=(g,h)=>{const{top:x,left:p}=g.posFromIndex(h);return{line:x,character:p}},xn=(g,h,x)=>({start:wt(g,h),end:wt(g,x)}),Ke=g=>{const{top:h,left:x,height:p,width:k}=g.getBoundingClientRect();return{start:{line:h,character:x},end:xi(h,x,p,k)}},we=(g,h,x,{line:p,character:k},v,w)=>[...new Set(g)].map(A=>{var N;const C=(N=w==null?void 0:w(A))==null?void 0:N.description;return{label:A,kind:h,textEdit:{range:{start:{line:p,character:k-x.length},end:{line:p,character:k}},newText:A+(v!=null?v:"")},...C&&{documentation:{kind:"markdown",value:C}}}}),vn=(g,h,{line:x,character:p})=>{const k=g.indexFromPos(x,p);return g.caretPositionFromIndex(k+Number(/\w/u.test(h.charAt(k))))},bn=(g,h,x)=>{const{type:p,parentNode:k={}}=g,{name:v,tag:w}=k;return p==="attr-value"&&h.has(w)&&x.has(v)?g.toString().trim():NaN},St=g=>bn(g,Ta,Ia),kt=g=>bn(g,Ca,Na),rt=(g,h)=>{const x=g==null?void 0:g.getAttr(h);return x!==!0&&x||!1},Jt=g=>{const{type:h,name:x,parentNode:p}=g;switch(h){case"heading":return g.level;case"heading-title":return p.level;case"parameter-key":return`${p.parentNode.name}|${p.name}`;case"ext":case"html":case"image-parameter":return x;default:return p.name}},yn=(g,h,x=!1)=>({range:xn(g,...h.range),newText:h.text,title:`${x?"Fix":"Suggestion"}: ${h.desc}`,fix:x}),Pa=(g,h)=>{const{lintConfig:x}=F,{rules:p,fix:k,computeEditInfo:v}=x;if(x.fix=!0,x.computeEditInfo=!1,h){x.rules=void 0;for(const A of gi)x.rules[A]=A===h?p[A]:0}const{output:w}=g.lint();return x.fix=k,x.computeEditInfo=v,h&&(x.rules=p),w===void 0?[]:[{range:Ke(g),newText:w}]},wn=async(g,h,x,p=F.getConfig())=>{const k=typeof setImmediate=="function"?setImmediate:setTimeout,{running:v}=pe;pe.running=!0;const{internal:w}=F;F.internal=!0;const A=()=>{pe.running=v,F.internal=w},C=new U(ci(g),p);C.type="root";let N=0;try{await new Promise(B=>{const q=()=>{h()===g?(N++,k(O,0)):B()},O=()=>{N===$e+1?(C.afterBuild(),B()):(C[N===$e?"build":"parseOnce"](N,x),q())};k(O,0)})}catch(B){throw A(),B}return A(),C},zu=(T=class{constructor(g){j(this,u);j(this,e);j(this,t);j(this,i);j(this,n);j(this,r);j(this,s);j(this,l);j(this,a);j(this,d);je(this,"include",!0);je(this,"config");je(this,"data");Mn.set(g,this),Object.defineProperties(this,{config:{enumerable:!1},data:{enumerable:!1}})}destroy(){Object.setPrototypeOf(this,null)}async provideDocumentColors(g,h,x=!0){const p=await R(this,u,Re).call(this,h);return p.querySelectorAll("attr-value,parameter-value,arg-default").reverse().flatMap(k=>{const{type:v,childNodes:w}=k;return v!=="attr-value"&&!mn(k)?[]:w.filter(A=>A.type==="text").reverse().flatMap(A=>{const{data:C}=A,N=Xa(C,x).filter(([,,,q])=>q);if(N.length===0)return[];const B=A.getAbsoluteIndex();return N.map(([q,O,P])=>{const I=g(q);return I.length===4&&{color:{red:I[0]/255,green:I[1]/255,blue:I[2]/255,alpha:I[3]},range:xn(p,B+O,B+P)}}).filter(q=>q!==!1)})})}provideColorPresentations(g){const{color:{red:h,green:x,blue:p,alpha:k},range:v}=g,w=[h,x,p],A=k<1?`rgba(${w.map(C=>Math.round(C*255)).join()},${k})`:`#${w.map(Ja).join("")}`;return[{label:A,textEdit:{range:v,newText:A}}]}async provideCompletionItems(g,h){var ie,ue,be,de,ae,Se,ce;const{re:x,allTags:p,functions:k,switches:v,jaSwitches:w,protocols:A,params:C,tags:N,ext:B}=R(this,u,Hu).call(this),{line:q,character:O}=h,P=g.split(/\r?\n/u,q+1)[q],I=x.exec((ie=P==null?void 0:P.slice(0,O))!=null?ie:""),[,,W={},J={}]=this.config.doubleUnderscore;if((I==null?void 0:I[1])!==void 0){const M=I[1].startsWith("/");return we(p,"Class",I[1].slice(M?1:0),h,M&&!(P!=null&&P.slice(O).trim().startsWith(">"))?">":"")}else if(I!=null&&I[4]||I!=null&&I[5]&&w.length>0){const M=I[5]!==void 0;return we(M?w:v,"Constant",I[M?5:4],h,"",K=>{if(this.data)M||(K=K.slice(2,-2));else return;return K in W?K=W[K]:K in J&&(K=J[K]),R(this,u,Dn).call(this,K.toLowerCase())})}else if((I==null?void 0:I[6])!==void 0)return we(A,"Reference",I[6],h);const X=await R(this,u,Re).call(this,g);let z;if(I!=null&&I[2]){z=X.elementFromPoint(I.index+I[2].length-1,q);const M=(ue=I[3])!=null?ue:"";if(I[2]==="{{{")return we(X.querySelectorAll("arg").filter(te=>te.name&&te!==z).map(({name:te})=>te),"Variable",M,h);const[K,ke]=this.config.parserFunction,he=P.charAt(O),Fe=M.startsWith(":"),Je=Fe?M.slice(1).trimStart():M;if(I[2]==="[[")return we(X.querySelectorAll("link,file,category,redirect-target").filter(te=>te!==z).map(({name:te})=>te),"Folder",Je,h);let Ae=k;return he===":"?Ae=k.filter(te=>!te.endsWith(":")):he===":"&&(Ae=k.filter(te=>te.endsWith(":")).map(te=>te.slice(0,-1))),[...we(Ae,"Function",M,h,"",te=>{if(this.data)te in K?te=K[te]:te in ke&&(te=ke[te]);else return;return R(this,u,$t).call(this,te.toLowerCase())}),...M.startsWith("#")?[]:we(X.querySelectorAll("template").filter(te=>te!==z).map(te=>{const{name:st}=te;if(Fe)return st;const{ns:qt}=te.getAttribute("title");return qt===0?`:${st}`:qt===10?st.slice(9):st}),"Folder",Je,h)]}let H,Z;if((I==null?void 0:I[8])===void 0&&(z=X.elementFromPoint(O,q),{type:H,parentNode:Z}=z),(I==null?void 0:I[7])!==void 0||H==="image-parameter"){const M=X.indexFromPos(q,O),K=(de=(be=I==null?void 0:I[7])==null?void 0:be.trimStart())!=null?de:b(this,e).slice(z.getAbsoluteIndex(),M).trimStart(),ke=b(this,e)[M]==="=";return[...we(C,"Property",K,h).filter(({label:he})=>!ke||!/[= ]$/u.test(he)),...we(X.querySelectorAll("image-parameter#width").filter(he=>he!==z).map(he=>he.text()),"Unit",K,h)]}else if((I==null?void 0:I[8])!==void 0||H==="attr-key"){const M=(Se=(ae=I==null?void 0:I[8])==null?void 0:ae.toLowerCase())!=null?Se:Z.tag,K=(ce=I==null?void 0:I[10])!=null?ce:z.toString().slice(0,O-X.posFromIndex(z.getAbsoluteIndex()).left);if(!N.has(M))return;const ke=or[M],he=ur[M],Fe=he&&we(he,"Field",K,h);return B.includes(M)&&!ke?Fe:[...Fe!=null?Fe:[],...M==="meta"||M==="link"?[]:we(ar,"Property",K,h),...ke?we(ke,"Property",K,h):[],...we(["data-"],"Variable",K,h),...we(["xmlns:"],"Interface",K,h)]}else if(H==="parameter-key"||H==="parameter-value"&&Z.anon){const M=Z.parentNode,{type:K,name:ke}=M;if(K==="magic-word"&&ke!=="invoke")return;const he=b(this,e).slice(z.getAbsoluteIndex(),X.indexFromPos(q,O)).trimStart(),{module:Fe,function:Je}=M;return he?we(X.querySelectorAll("parameter").filter(Ae=>Ae===Z||Ae.anon||Ae.parentNode.type!==K||Ae.parentNode.name!==ke?!1:K==="template"?!0:Ae.parentNode.module===Fe&&Ae.parentNode.function===Je).map(({name:Ae})=>Ae),"Variable",he,h,H==="parameter-value"?"=":""):void 0}else if(H==="param-line"){const M=b(this,e).slice(z.getAbsoluteIndex(),X.indexFromPos(q,O)).trimStart();return/^[a-z]+$/iu.test(M)?we(dr[z.name],"Property",M,h):void 0}else if(fn(z)&&Ra(Z)){const M=ir(Z.tag,Z.name);if(M.length===0)return;const K=b(this,e).slice(z.getAbsoluteIndex(),X.indexFromPos(q,O)).trimStart();return we(M,"Value",K,h)}}async provideDiagnostics(g,h=!0){const x=await R(this,u,Re).call(this,g),{lintConfig:p}=F,k=p.fix;p.fix=!1;const v=x.lint();return p.fix=k,[(h?v:v.filter(({severity:N})=>N==="error")).map(({startLine:N,startCol:B,endLine:q,endCol:O,severity:P,rule:I,message:W,fix:J,suggestions:X})=>({range:{start:{line:N,character:B},end:{line:q,character:O}},severity:P==="error"?1:2,source:"WikiLint",code:I,message:W,data:[...J?[yn(x,J,!0)]:[],...X?X.map(z=>yn(x,z)):[]]})),[],[]].flat(2)}resolveCodeAction(g){if(g.kind!=="source.fixAll")return g;const{rule:h}=g.data;return{...g,edit:{changes:{"":Pa(b(this,r),h)}}}}async provideFoldingRanges(g){const h=await R(this,u,Re).call(this,g),{length:x}=h.getLines(),p=[],k=new Array(6),v=h.querySelectorAll("heading-title,table,template,magic-word");for(const w of[...v].reverse())w.getRelativeIndex();for(const w of v){const{offsetHeight:A}=w;if(w.type==="heading-title"||A>2){const{top:C}=h.posFromIndex(w.getAbsoluteIndex());if(w.type==="heading-title"){const{level:N}=w.parentNode;for(let B=N-1;B<6;B++){const q=k[B];q!==void 0&&q<C-1&&p.push({startLine:q,endLine:C-1,kind:"region"}),k[B]=void 0}k[N-1]=C+A-1}else p.push({startLine:C,endLine:C+A-2,kind:"region"})}}for(const w of k)w!==void 0&&w<x-1&&p.push({startLine:w,endLine:x-1,kind:"region"});return p}async provideLinks(g){var v;(v=this.config)!=null||(this.config=F.getConfig());const{articlePath:h,protocol:x}=this.config,p=h==null?void 0:h.includes("//"),k=ja(x);return(await R(this,u,Re).call(this,g)).querySelectorAll(`magic-link,ext-link-url,free-ext-link,attr-value${p?",link-target,template-name,invoke-module,magic-word#filepath,magic-word#widget":""},image-parameter#link,image-parameter#manualthumb`).reverse().map(w=>{let A;w.is("magic-word")?({name:A}=w,w=w.childNodes[1].lastChild):w.is("image-parameter")&&({name:A}=w);const{type:C,parentNode:N,firstChild:B,lastChild:q,childNodes:O,length:P}=w,{tag:I}=N;if(A!=null||(A=N.name),!(C!=="attr-value"||A==="cite"&&["blockquote","del","ins","q"].includes(I)||A==="src"&&["templatestyles","img"].includes(I)||A==="templatename"&&I==="rss"||A==="file"&&I==="phonos")||!mn(w))return!1;let W=O.filter(J=>J.type==="text").map(({data:J})=>J).join("").trim();if(!W)return!1;try{if(w.is("magic-link")||w.is("ext-link-url")||w.is("free-ext-link"))W=w.getUrl(h);else if(C==="link-target"&&(N.is("link")||N.is("redirect-target")||N.is("category"))){if(/^(?:\.\.)?\//u.test(W))return!1;W=N.link.getUrl(h)}else if(C==="link-target"||C==="template-name")W=N.getAttribute("title").getUrl(h);else if(["invoke-module","parameter-value"].includes(C)||C==="attr-value"&&(A==="src"&&I==="templatestyles"||A==="templatename"&&I==="rss"||A==="file"&&I==="phonos")||C==="image-parameter"&&(A==="manualthumb"||!k.test(W))){if(!p||W.startsWith("/"))return!1;C==="image-parameter"&&A==="manualthumb"||C==="parameter-value"&&A==="filepath"||C==="attr-value"&&I==="phonos"?W=`File:${W}`:C==="parameter-value"?W=`Widget:${W}`:C==="invoke-module"&&(W=`Module:${W}`);const J=F.normalizeTitle(W,C==="attr-value"?10:0,!1,this.config,{temporary:!0});if(!J.valid)return!1;W=J.getUrl()}if(typeof W=="string"&&W.startsWith("//")&&(W=`https:${W}`),W=new URL(W).href,C==="image-parameter"){const J=B.getBoundingClientRect(),{top:X,left:z,height:H,width:Z}=P===1?J:q.getBoundingClientRect();return{range:{start:{line:J.top,character:J.left},end:xi(X,z,H,Z)},target:W}}return{range:Ke(w),target:W}}catch{return!1}}).filter(w=>w!==!1)}async provideReferences(g,h){const x=await R(this,u,Re).call(this,g),{offsetNode:p,offset:k}=vn(x,b(this,e),h),v=p.type==="text"?p.parentNode:p,w=k===0&&(v.is("ext-attr-dirty")||v.is("html-attr-dirty"))?v.parentNode.parentNode:v,{type:A}=w,C=St(w),N=kt(w);if(!C&&!N&&!La.has(A))return;const B=Jt(w),q=x.querySelectorAll(A==="heading-title"?"heading":A).filter(O=>A==="attr-value"?St(O)===C||kt(O)===N:Jt(O)===B).reverse().map(O=>({range:Ke(O.type==="parameter-key"?O.parentNode:O)}));return q.length===0?void 0:q}async provideDefinition(g,h){const x=await R(this,u,Re).call(this,g),p=x.elementFromPoint(h.character,h.line),k=p.is("ext")&&p.name==="ref"?p:p.closest("ext#ref"),v=rt(k,"name");if(!v)return;const w=rt(k,"group"),A=x.querySelectorAll("ext#ref").filter(C=>C.innerText&&rt(C,"name")===v&&rt(C,"group")===w).reverse().map(({lastChild:C})=>({range:Ke(C)}));return A.length===0?void 0:A}async resolveRenameLocation(g,h){const x=await R(this,u,Re).call(this,g),p=x.elementFromPoint(h.character,h.line),{type:k}=p,v=St(p),w=kt(p);return!v&&!w&&(!pn.has(k)||k==="parameter-key"&&/^[1-9]\d*$/u.test(p.parentNode.name)||k==="link-target"&&!["link","redirect-target"].includes(p.parentNode.type))?void 0:Ke(p)}async provideRenameEdits(g,h,x){const p=await R(this,u,Re).call(this,g),k=p.elementFromPoint(h.character,h.line),{type:v}=k,w=St(k),A=w&&rt(k.parentNode.parentNode,"group"),C=kt(k),N=Jt(k),B=p.querySelectorAll(v).filter(q=>{const{type:O}=q.parentNode;return v==="link-target"&&O!=="link"&&O!=="redirect-target"?!1:v==="attr-value"?kt(q)===C||St(q)===w&&rt(q.parentNode.parentNode,"group")===A:Jt(q)===N});return B.length===0?void 0:{changes:{"":B.reverse().map(q=>({range:Ke(q),newText:x}))}}}async provideHover(g,h){if(!this.data)return;const x=await R(this,u,Re).call(this,g);let{offsetNode:p,offset:k}=vn(x,b(this,e),h);p.type==="text"&&(k+=p.getRelativeIndex(),p=p.parentNode);const{type:v,parentNode:w,length:A,name:C}=p;let N,B,q,O;if(p.is("double-underscore")&&k>0)N=R(this,u,Dn).call(this,p.name);else if(v==="magic-word-name")N=R(this,u,$t).call(this,w.name),B=p.text().trim(),q=w.getAttribute("colon");else if(p.is("magic-word")&&!p.modifier&&A===1&&(k>0||x.posFromIndex(p.getAbsoluteIndex()).left===h.character))N=R(this,u,$t).call(this,C),B=p.firstChild.text().trim(),q=p.getAttribute("colon");else if((p.is("magic-word")||p.is("template"))&&p.modifier&&k>=2&&p.getRelativeIndex(0)>k&&(B=p.modifier.trim().slice(0,-1),N=R(this,u,$t).call(this,B.toLowerCase()),q=":",N)){const P=p.getAbsoluteIndex();O={start:wt(x,P+2),end:wt(x,P+p.modifier.trimEnd().length+1)}}return N&&{contents:{kind:"markdown",value:(N.signatures?`${N.signatures.map(P=>`- **{{ ${B}${P.length===0?"**":`${q}** `}${P.map(({label:I,const:W})=>W?I:`*${I}*`).join(" **|** ")} **}}**`).join(`
9
+ `})}}});var Ci,Ja=L(()=>{"use strict";z();vi();M();G();Ci=class extends ${get type(){return"param-line"}constructor(r,e,t,n,i){super(e,t,n,i),this.setAttribute("name",r)}lint(r=this.getAbsoluteIndex()){{let e="no-ignored",{lintConfig:t}=v,{name:n,childNodes:i}=this,s=t.getSeverity(e,n);if(!s)return[];let a=v.msg("invalid-parameter",n);if(i.some(({type:p})=>p==="ext"))return[P(this,{start:r},e,a,s)];let l=i.filter(({type:p})=>p!=="comment"&&p!=="include"&&p!=="noinclude"),g=n==="inputbox",d=g?l.findIndex(({type:p})=>p!=="text"):-1,u=l.slice(0,d===-1?void 0:d).map(String).join("").trim();if(u){g&&(u=u.toLowerCase());let p=u.indexOf("="),m=u.slice(0,p===-1?void 0:p).trim(),c=ki[n];if(p===-1?d===-1||!c.some(h=>h.startsWith(m)):!c.includes(m)){let h=P(this,{start:r},e,a,s);return t.computeEditInfo&&(h.suggestions=[_(h)]),[h]}}return super.lint(r,!1)}}}});var Ka={};re(Ka,{ParamTagToken:()=>Cn});var Cn,ys=L(()=>{"use strict";Ln();wi();Ja();Cn=class extends Ft{constructor(r,e,t,n,i=[],s){super(void 0,n,i,{}),t&&this.safeAppend(t.split(`
10
+ `).map(a=>s?a:tr(a,n,i,e)).map(a=>new Ci(r,a,n,i,{}))),i.splice(i.indexOf(this),1),i.push(this)}}});var Ya,En,Or,Li,ks,ig,lt,vs=L(()=>{"use strict";z();Ae();pe();we();M();G();wt();Ya=[Z];lt=class extends(ig=$){constructor(e,t,n,i=[]){super(void 0,n,i);w(this,Or);w(this,En);S(this,En,e);let s=new $(t[0],n,i);s.type="heading-title",s.setAttribute("stage",2);let a=new Te(t[1],"heading-trail",n,i);this.append(s,a)}get type(){return"heading"}get level(){return f(this,En)}toString(e){let t=C(this,Or,Li).call(this);return t+this.firstChild.toString(e)+t+this.lastChild.toString(e)}text(){let e=C(this,Or,Li).call(this);return e+this.firstChild.text()+e}getAttribute(e){return e==="invalid"?this.inHtmlAttrs()===2:e==="padding"?this.level:super.getAttribute(e)}getGaps(){return this.level}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),{firstChild:i,level:s}=this,a=i.toString(),l=a.startsWith("="),g=l||a.endsWith("="),d=new U(this,e),u=this.inHtmlAttrs(),p=["h1","unbalanced-header","format-leakage"],{lintConfig:m}=v,{computeEditInfo:c,fix:h}=m,b=p.map(y=>m.getSeverity(y,"apostrophe"));if(b[0]&&this.level===1){let y=q(i,d,p[0],"<h1>",b[0]);c&&!g&&(y.suggestions=[ve(y,"h2",`=${a}=`)]),n.push(y)}if(b[1]&&g){let y=v.msg("unbalanced-in-section-header",'"="'),x=q(i,d,p[1],y,b[1]);if(!(!c||a==="="))if(l){let[T]=/^=+/u.exec(a),k=s+T.length;x.suggestions=[{desc:`h${s}`,range:[x.startIndex,x.startIndex+T.length],text:""}],k<7&&x.suggestions.push({desc:`h${k}`,range:[x.endIndex,x.endIndex],text:T})}else{let T=/[^=](=+)$/u.exec(a)[1],k=s+T.length;x.suggestions=[{desc:`h${s}`,range:[x.endIndex-T.length,x.endIndex],text:""}],k<7&&x.suggestions.push({desc:`h${k}`,range:[x.startIndex,x.startIndex],text:T})}n.push(x)}if(u){let y="parsing-order",x=m.getSeverity(y,u===2?"heading":"templateInTable");x&&n.push(P(this,d,y,"header-in-html",x))}if(b[2]){let y=this.getRootNode().toString(),x=i.childNodes.filter(Nr("quote")),T=x.filter(({bold:A})=>A),k=x.filter(({italic:A})=>A);if(T.length%2){let A=q(T[T.length-1],{...d,start:e+s,left:d.left+s},p[2],v.msg("unbalanced-in-section-header","bold-apostrophes"),b[2]);if(c||h){let N=e+s+a.length,E=_(A);y.slice(A.endIndex,N).trim()?c&&(A.suggestions=[E,je(N,"'''")]):T.length===1&&k.length===0?A.fix=E:c&&(A.suggestions=[E])}n.push(A)}if(k.length%2){let A=q(k[k.length-1],{start:e+s},p[2],v.msg("unbalanced-in-section-header","italic-apostrophes"),b[2]);if(c||h){let N=e+s+a.length;y.slice(A.endIndex,N).trim()?c&&(A.suggestions=[je(N,"''")]):k.length===1&&T.length===0?A.fix=_(A):c&&(A.suggestions=[_(A)])}n.push(A)}}return n}}print(){{let e=C(this,Or,Li).call(this);return super.print({pre:e,sep:e})}}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return i.level=this.level,i}}};ks=O(ig),En=new WeakMap,Or=new WeakSet,Li=function(){return"=".repeat(this.level)},lt=j(ks,0,"HeadingToken",Ya,lt),B(ks,1,lt)});var Za,As,sg,rr,el=L(()=>{"use strict";Lt();we();G();Za=[Ne(),Z];rr=class extends(sg=$){get type(){return"hidden"}getAttribute(r){return r==="invalid"||super.getAttribute(r)}};As=O(sg),rr=j(As,0,"HiddenToken",Za,rr),B(As,1,rr)});var tl,Ei,rl,Ss,og,nr,nl=L(()=>{"use strict";ae();z();pe();Ve();xn();we();M();G();St();el();tl=[Z,he("{{{"),At()];nr=class extends(og=$){constructor(e,t,n=[]){super(void 0,t,n,{});w(this,Ei);for(let i=0;i<e.length;i++){let s=e[i];if(i===0){let a=new ce(s,"arg-name",t,n,{});super.insertAt(a)}else if(i>1){let a=new rr(s,t,n);super.insertAt(a)}else{let a=new $(s,t,n);a.type="arg-default",a.setAttribute("stage",2),super.insertAt(a)}}}get type(){return"arg"}get default(){var e,t;return(t=(e=this.childNodes[1])==null?void 0:e.text())!=null?t:!1}toString(e){return`{{{${super.toString(e,"|")}}}}`}text(){return`{{{${Pe(this.childNodes.slice(0,2),"|")}}}}`}afterBuild(){C(this,Ei,rl).call(this),super.afterBuild()}lint(e=this.getAbsoluteIndex(),t){{let[n,i,...s]=this.childNodes;n.setAttribute("aIndex",e+3);let a=n.lint(e+3,t);if(i){let c=e+4+n.toString().length;i.setAttribute("aIndex",c);let h=i.lint(c,t);h.length>0&&Array.prototype.push.apply(a,h)}let l=["no-ignored","no-arg"],{lintConfig:g}=v,{computeEditInfo:d}=g,u=new U(this,e),p=l.map(c=>g.getSeverity(c,"arg"));if(p[0]&&s.length>0&&Array.prototype.push.apply(a,s.map(c=>{let h=q(c,u,l[0],"invisible-triple-braces",p[0]);return h.startIndex--,h.startCol--,d&&(h.suggestions=[_(h),st(h.startIndex,"{{!}}")]),h})),p[1]&&!this.getAttribute("include")){let c=P(this,u,l[1],"unexpected-argument",p[1]);d&&i&&(c.suggestions=[ve(c,"expand",i.text())]),a.push(c)}let m=this.closest("ext");if(m){let c="arg-in-ext",h=g.getSeverity(c,m.name);h&&a.push(P(this,u,c,"argument-in-ext",h))}return a}}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return i.default=this.default,i}}};Ss=O(og),Ei=new WeakSet,rl=function(){this.setAttribute("name",this.firstChild.text().trim())},nr=j(Ss,0,"ArgToken",tl,nr),B(Ss,1,nr)});var ul={};re(ul,{parseBraces:()=>$n});var ag,il,ws,sl,ol,al,dl,ll,$n,$i=L(()=>{"use strict";He();ae();vs();is();nl();ag={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},il=String.raw`\[(?!\[)`,ws=String.raw`\n(?![=\0])`,sl=String.raw`|\{{2,}`,ol=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),al=Be(o=>new RegExp(o,"gmu"));dl=new RegExp(String.raw`\{\{((?:[^\n{}[]|${il}|${ws})*)\}\}(?!\})`+"|"+String.raw`\[\[(?:[^\n[\]{]|${ws})*\]\]`+"|"+String.raw`-\{(?:[^\n{}[]|${il}|${ws})*\}-`,"gu");ll=o=>{let r=nt(se(o));return ol.has(r)?ol.get(r):/^(?:filepath|(?:full|canonical)urle?):./u.test(r)?"m":/^#vardefine:./u.test(r)?"n":"t"},$n=(o,r,e)=>{var c,h,b,y,x;let t=String.raw`${r.excludes.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,[,,,n]=r.parserFunction,i=[],s=[],a=(T,k,A,N)=>{k[k.length-1].push($e(T.slice(A,N),s))},l;do l!==void 0&&(o=l),l=o.replace(dl,(T,k,A)=>{if(k!==void 0||typeof A=="string")try{let{length:N}=e,E=(k!=null?k:A).split("|");return new ot($e(E[0],s),E.slice(1).map(F=>{let V=F.indexOf("=");return(V===-1?[F]:[F.slice(0,V),F.slice(V+1)]).map(W=>$e(W,s))}),r,e),`\0${N}${ll(E[0])}`}catch(N){if(!(N instanceof SyntaxError)||N.message!=="Invalid template name")throw N}return s.push($e(T,s)),`\0${s.length-1}`});while(l!==o);o=l;let g=o.lastIndexOf("}}")-o.length,d=g+o.length!==-1,u=al(t+(d?sl:"")),p=u.exec(o),m;for(;p||m!==void 0&&m<=o.length&&((h=(c=i[i.length-1])==null?void 0:c[0])!=null&&h.startsWith("="));){if(p!=null&&p[1]){let[,{length:I}]=p;p[0]=p[0].slice(I),p.index+=I}let{0:T,index:k}=p!=null?p:{0:`
11
+ `,index:o.length},A=(b=i.pop())!=null?b:{},{0:N,index:E,parts:F,findEqual:V,pos:W}=A,Y=T==="="&&V;if(T==="]]"||T==="}-")m=k+2;else if(T===`
12
+ `){m=k+1;let{pos:I,findEqual:R}=(y=i[i.length-1])!=null?y:{};if(I===void 0||R||se(o.slice(I,E))!==""){let ee=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(o.slice(E,k));ee&&(ee[2]=$e(ee[2],s),ee[2].includes(`
13
+ `)||(o=`${o.slice(0,E)}\0${e.length}h${o.slice(k)}`,m=E+4+String(e.length).length,new lt(ee[1].length,ee.slice(2),r,e)))}}else if(T==="|"||Y)m=k+1,a(o,F,W,k),T==="|"&&F.push([]),A.pos=m,A.findEqual=T==="|",i.push(A);else if(T.startsWith("}}")){let I=T.slice(0,Math.min(N.length,3)),R=N.length-I.length,{length:ee}=e;m=k+I.length,a(o,F,W,k);let oe=!1,xe="t";if(I.length===3){let X=F.map(Q=>Q.join("=")),de=X.length>1&&se(X[1]).trim();new nr(X,r,e),de&&de.endsWith(":")&&n.includes(de.slice(0,-1).toLowerCase())&&(xe="s")}else try{new ot(F[0][0],F.slice(1),r,e),xe=ll(F[0][0])}catch(X){if(!(X instanceof SyntaxError&&X.message==="Invalid template name"))throw X;oe=!0}oe||(o=`${o.slice(0,E+R)}\0${ee}${xe}${o.slice(m)}`,m=E+R+3+String(ee).length,R>1?i.push({0:N.slice(0,R),index:E,pos:E+R,parts:[[]]}):R===1&&o[E-1]==="-"&&i.push({0:"-{",index:E-1,pos:E+1,parts:[[]]}))}else m=k+T.length,T.startsWith("{")&&(p.pos=m,p.parts=[[]]),i.push(..."0"in A?[A]:[],p);let D=i[i.length-1];if(d&&g+o.length<m)for(d=!1;(x=D==null?void 0:D[0])!=null&&x.startsWith("{");)i.pop(),D=i[i.length-1];u=al(t+(d?sl:"")+(D?`|${ag[D[0][0]]}${D.findEqual?"|=":""}`:"")),u.lastIndex=m,p=u.exec(o)}return $e(o,s)}});var gl={};re(gl,{InputboxToken:()=>Cs});var Cs,pl=L(()=>{"use strict";Ln();$i();ys();Cs=class extends Cn{constructor(r,e,t,n,i=[]){let s=Symbol("InputboxToken"),a=n.excludes.includes("heading")?n:{...n,excludes:[...n.excludes,"heading"]},{length:l}=i;i.push(s),t&&(t=tr(t,a,i,e)),t&&(t=$n(t,a,i)),i.splice(l,1),super(r,e,t,a,i,{})}}});var Ni={};re(Ni,{NestedToken:()=>Ls});var lg,dg,Nn,qr,Ls,Ii=L(()=>{"use strict";z();pe();Ln();$i();M();G();Es();Xt();lg=new Set(["comment","include","arg","template","magic-word"]),dg=[!1,!0].map(o=>{let r=o?"includeonly":"noinclude";return new RegExp(String.raw`^(?:<${r}(?:\s[^>]*)?/?>|</${r}\s*>)$`,"iu")}),Ls=class extends ${constructor(e,t,n,i,s=[]){if(typeof t=="boolean"){let a=Symbol("NestedToken"),{length:l}=s;s.push(a),e&&(e=tr(e,i,s,t)),e&&(e=$n(e,i,s)),s.splice(l,1)}else e&&(e=e.replace(t,(a,l,g,d,u)=>{let p=`\0${s.length+1}e`;return new dt(l,g,d,u,i,!1,s),p}));e&&(e=e.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(a,l,g)=>(new me(g,i,s),`${l}\0${s.length}n`)));super(e,i,s);w(this,Nn);w(this,qr);S(this,Nn,[...n]),S(this,qr,t)}get type(){return"ext-inner"}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),i="no-ignored",{lintConfig:s}=v,a=s.getSeverity(i,this.name);if(!a)return n;let l=new U(this,e),g=typeof f(this,qr)=="boolean"?dg[f(this,qr)?1:0]:/^<!--[\s\S]*-->$/u;return[...n,...this.childNodes.filter(d=>{let{type:u,name:p}=d;if(u==="ext")return!f(this,Nn).includes(p);if(lg.has(u))return!1;let m=d.toString().trim();return m&&!g.test(m)}).map(d=>{let u=q(d,l,i,v.msg("invalid-content",this.name),a);return s.computeEditInfo&&(u.suggestions=[_(u),si(u,d.toString())]),u})]}}};Nn=new WeakMap,qr=new WeakMap});function $s(o,r,e,t,n){r=se(r).trim();let i=r.replace(o==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(o){case"width":return!i&&!!r||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(i);case"link":{let s=t==="gallery-image";if(i){if(ug(e.protocol).test(i))return gg(e.protocol).test(i)?r:s;i.startsWith("[[")&&i.endsWith("]]")&&(i=i.slice(2,-2))}else return r;let a=v.normalizeTitle(i,0,!1,e,{halfParsed:n,decode:!0,selfLink:!0,page:""});return a.valid?a:s}case"lang":return(t==="svg"||t==="svgz")&&!/[^a-z\d-]/u.test(i);case"alt":case"class":case"manualthumb":return!0;case"page":return(t==="djvu"||t==="djv"||t==="pdf")&&Number(i)>0;default:return!!i&&!isNaN(i)}}var ug,gg,pg,cg,cl,Ie,Fi,fl,Ns,fg,ir,ml=L(()=>{"use strict";He();ae();z();ti();Ae();we();M();G();ug=Be(o=>new RegExp(String.raw`^(?:${o}|//|\0\d+m\x7F)`,"iu")),gg=Be(o=>new RegExp(String.raw`^(?:(?:${o}|//)${tt}|\0\d+m\x7F)${rt}$`,"iu")),pg=Be(o=>new RegExp(String.raw`^(\s*(?!\s))${o.replace("$1","(.*)")}${o.endsWith("$1")?`(?=$|
14
+ )`:""}(\s*)$`,"u")),cg=o=>{if(o)o.startsWith("//")&&(o=`https:${o}`);else return o;return new URL(o).href};cl=[Z];ir=class extends(fg=$){constructor(e,t,n,i,s){var r=(...ih)=>(super(...ih),w(this,Fi),w(this,Ie,""),this);let a,l=Object.entries(i.img).map(([d,u])=>[d,u,pg(d)]),g=l.find(([,d,u])=>(a=u.exec(e),a&&(a.length!==4||$s(d,a[2],i,d==="link"?n:t,!0)!==!1)));if(g&&a){a.length===3?(r(void 0,i,s),S(this,Ie,e)):(r(a[2],i,s,{}),S(this,Ie,a[1]+g[0]+a[3])),this.setAttribute("name",g[1]),g[1]==="alt"&&this.setAttribute("stage",10);return}r(e,i.excludes.includes("list")?i:{...i,excludes:[...i.excludes,"list"]},s),this.setAttribute("name","caption"),this.setAttribute("stage",7)}get type(){return"image-parameter"}get thumb(){return this.name==="manualthumb"?this.normalizeTitle(`File:${super.text().trim()}`,6,{page:""}):void 0}get link(){{if(this.name!=="link")return;let e=super.text().trim();return J.run(()=>{var s;let t=this.getAttribute("config"),n=new $(e,t);if(n.parseOnce(0,this.getAttribute("include")).parseOnce(),/^\0\d+m\x7F/u.test(n.firstChild.toString()))return e;let i=$s("link",e,t,(s=this.parentNode)==null?void 0:s.type);return i===!0?void 0:i},v)}}afterBuild(){var e;(e=this.parentNode)!=null&&e.is("gallery-image")&&!Qo.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(e){return f(this,Ie)?f(this,Ie).replace("$1",super.toString(e)):super.toString(e)}text(){return f(this,Ie)?f(this,Ie).replace("$1",super.text()).trim():super.text().trim()}isPlain(){return this.name==="caption"||this.name==="alt"}getAttribute(e){return e==="invalid"?this.name==="invalid":e==="padding"?Math.max(0,f(this,Ie).indexOf("$1")):super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){var n;{let i=super.lint(e,t),{lintConfig:s}=v,{computeEditInfo:a,fix:l}=s,{link:g,name:d}=this,u=d==="width"&&this.getValue();if(d==="invalid"||u&&u.endsWith("px")){let p="invalid-gallery",m=s.getSeverity(p,"parameter");if(m){let c=P(this,{start:e},p,"invalid-image-parameter",m);(a||l)&&(c.fix=u?_(c,0,u):_(c,-1)),i.push(c)}}else if(d==="link"){if(g===void 0){let p="invalid-gallery",m=s.getSeverity(p,"link");if(m){let c=P(this,{start:e},p,"invalid-gallery-link",m);if(a){let h=super.toString(),b=h.indexOf("|"),y=h.slice(0,b).trim();b!==-1&&!/[<{]/u.test(y)&&typeof $s("link",y,this.getAttribute("config"),(n=this.parentNode)==null?void 0:n.type)=="string"&&(c.suggestions=[vt(e+this.getRelativeIndex(0)+b)])}i.push(c)}}else if(typeof g=="string"){let p="invalid-url",m=s.getSeverity(p);if(m&&!this.querySelector("magic-word"))try{cg(g)}catch{i.push(P(this,{start:e},p,"invalid-url",m))}}else if(g.encoded){let p="url-encoding",m=s.getSeverity(p,"file");if(m){let c=P(this,{start:e},p,"unnecessary-encoding",m);(a||l)&&(c.fix=ni(c,this)),i.push(c)}}}else if(d==="manualthumb"){let p="invalid-gallery",m=s.getSeverity(p,"thumb");if(m&&!this.querySelector("arg,magic-word,template")){let{valid:c,ns:h,extension:b}=this.thumb;(!c||h!==6||!gn.has(b))&&i.push(P(this,{start:e},p,"invalid-thumb",m))}}return i}}getValue(){return this.name==="invalid"?this.text():C(this,Fi,fl).call(this)||super.text()}print(){return f(this,Ie)?`<span class="wpb-image-parameter${this.name==="invalid"?" wpb-invalid":""}">${f(this,Ie).replace("$1",`<span class="wpb-image-caption">${it(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}};Ns=O(fg),Ie=new WeakMap,Fi=new WeakSet,fl=function(){return f(this,Ie)&&!f(this,Ie).includes("$1")},ir=j(Ns,0,"ImageParameterToken",cl,ir),B(Ns,1,ir)});var hl,mg,hg,bl,xl,bg,Tl,_r,Is=L(()=>{"use strict";z();ti();pe();M();Ir();ml();hl=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),mg=new Set(["arg"]),hg=new Set(["template","magic-word"]),bl=new Set(["left","right","center","none"]),xl=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),bg=o=>{if(o===void 0)return[];let r=/-\{|\}-|\|/gu,e=[],t=r.exec(o),n=0,i=0;for(;t;){let{0:s,index:a}=t;s!=="|"?n+=s==="-{"?1:-1:n===0&&(e.push(o.slice(i,a)),{lastIndex:i}=r),t=r.exec(o)}return e.push(o.slice(i)),e},Tl=(o,r)=>o.filter(({childNodes:e})=>!e.some(t=>t.text().trim()&&r.has(t.type))),_r=class extends Ce{get type(){return"file"}get extension(){return this.getAttribute("title").extension}constructor(r,e,t,n=[],i="|",s){super(r,void 0,t,n,i);let{extension:a}=this.getTitle(!0,!0);this.safeAppend(bg(e).map(l=>new ir(l,a,s,t,n)))}lint(r=this.getAbsoluteIndex(),e){var t;{let n=super.lint(r,e),i=Tl(this.getAllArgs(),mg),s=[...new Set(i.map(({name:E})=>E))],a=s.filter(E=>hl.has(E)),l=s.filter(E=>bl.has(E)),g=s.filter(E=>xl.has(E)),[d]=a,u=d==="framed"||d==="manualthumb",p=new U(this,r),{lintConfig:m}=v,{computeEditInfo:c,fix:h}=m,{ns:b,extension:y}=this.getAttribute("title"),{firstChild:x}=this,T="nested-link",k=m.getSeverity(T,"file");if(k&&gn.has(y)&&this.isInside("ext-link-text")&&((t=this.getValue("link"))==null?void 0:t.trim())!==""){let E=P(this,p,T,"link-in-extlink",k);if(c||h){let F=this.getArg("link");if(F){let V=r+F.getRelativeIndex();E.fix={desc:v.msg("delink"),range:[V,V+F.toString().length],text:"link="}}else E.fix=kr(E.endIndex-2,"delink","|link=")}n.push(E)}if(T="invalid-gallery",k=m.getSeverity(T,"extension"),k&&b===6&&!y&&!x.querySelector("arg,magic-word,template")&&n.push(P(this,p,T,"missing-extension",k)),k=m.getSeverity(T,"parameter"),k&&u)for(let E of i.filter(({name:F})=>F==="width")){let F=q(E,p,T,"invalid-image-parameter",k);(c||h)&&(F.fix=_(F,-1)),n.push(F)}if(i.length===s.length&&a.length<2&&l.length<2&&g.length<2)return n;T="no-duplicate";let A=["unknownImageParameter","imageParameter"].map(E=>m.getSeverity(T,E)),N=(E,F,V,W=!0)=>E.map(Y=>{if(k=A[Number(typeof W=="function"?W(Y):W)],!k)return!1;let D=q(Y,p,T,v.msg(`${F}-image-parameter`,V),k);return c&&(D.suggestions=[_(D,-1)]),D}).filter(Y=>Y!==!1);for(let E of s){if(E==="invalid"||E==="width"&&u)continue;let F=E==="caption",V=i.filter(({name:W})=>W===E);if(F&&(V=[...V.slice(0,-1).filter(W=>W.text()),...V.slice(-1)]),V.length>1){let W=!F||!y||gn.has(y);if(F&&W){let Y=Tl(V,hg);W=Y.length>1&&(D=>Y.includes(D))}Array.prototype.push.apply(n,N(V,"duplicate",E,W))}}return a.length>1&&Array.prototype.push.apply(n,N(i.filter(({name:E})=>hl.has(E)),"conflicting","frame")),l.length>1&&Array.prototype.push.apply(n,N(i.filter(({name:E})=>bl.has(E)),"conflicting","horizontal-alignment")),g.length>1&&Array.prototype.push.apply(n,N(i.filter(({name:E})=>xl.has(E)),"conflicting","vertical-alignment")),n}}getAllArgs(){return this.childNodes.slice(1)}getArgs(r){return this.getAllArgs().filter(({name:e})=>r===e)}getArg(r){{let e=this.getArgs(r);return e[r==="manualthumb"?0:e.length-1]}}getValue(r){var e;return(e=this.getArg(r))==null?void 0:e.getValue()}json(r,e,t=this.getAbsoluteIndex()){{let n=super.json(void 0,e,t),{extension:i}=this;return i&&(n.extension=i),n}}}});var yl,In,Rs,Fs,xg,ut,Ps=L(()=>{"use strict";z();Ve();M();G();Is();yl=[he("")];ut=class extends(xg=_r){constructor(e,t,n,i,s=[]){let a;if(n!==void 0){let{length:g}=s;a=new $(n,i,s);for(let d=0;d<10;d++)a.parseOnce();s.splice(g,1)}let l=`${e}-image`;super(t,a==null?void 0:a.firstChild.toString(),i,s,void 0,l);w(this,In);ge(this,"privateType","imagemap-image");this.setAttribute("bracket",!1),this.privateType=l,this.seal("privateType",!0)}get type(){return this.privateType}getTitle(e){let t=this.type==="imagemap-image";return this.normalizeTitle(this.firstChild.toString(),t?0:6,{halfParsed:!0,temporary:e,decode:!t,page:""})}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),i="invalid-gallery",{lintConfig:s}=v,a=s.getSeverity(i,"image");if(a&&C(this,In,Rs).call(this)){let l=P(this,{start:e},i,"invalid-gallery",a);s.computeEditInfo&&(l.suggestions=[kr(e,"prefix","File:")]),n.push(l)}return n}}getAttribute(e){return e==="invalid"?C(this,In,Rs).call(this):super.getAttribute(e)}};Fs=O(xg),In=new WeakSet,Rs=function(){return this.getAttribute("title").ns!==6},ut=j(Fs,0,"GalleryImageToken",yl,ut),B(Fs,1,ut)});var sr,Bs=L(()=>{"use strict";Xt();sr=class extends me{}});var vl={};re(vl,{GalleryToken:()=>js});var or,kl,Os,js,Al=L(()=>{"use strict";z();M();wi();Ps();Bs();js=class extends Ft{constructor(e,t,n=[]){var i;super(void 0,t,n,{});w(this,or);for(let s of(i=e==null?void 0:e.split(`
15
+ `))!=null?i:[]){let a=/^([^|]+)(?:\|(.*))?/u.exec(s);if(!a){super.insertAt(s.trim()?new sr(s,t,n):s);continue}let[,l,g]=a;C(this,or,kl).call(this,l)?super.insertAt(new ut("gallery",l,g,t,n)):super.insertAt(new sr(s,t,n))}}get widths(){return C(this,or,Os).call(this,"widths")}get heights(){return C(this,or,Os).call(this,"heights")}lint(e=this.getAbsoluteIndex(),t){{let{top:n,left:i}=this.getRootNode().posFromIndex(e),s=[],a="no-ignored",{lintConfig:l}=v,g=["Image","NoImage","Comment"].map(d=>l.getSeverity(a,`gallery${d}`));for(let d=0;d<this.length;d++){let u=this.childNodes[d],p=u.toString(),{length:m}=p,c=p.trim(),{type:h}=u,b=n+d,y=d?0:i;if(u.setAttribute("aIndex",e),h==="noinclude"&&c&&!/^<!--.*-->$/u.test(c)){let[x]=g;if(c.startsWith("|")?[,x]=g:(c.startsWith("<!--")||c.endsWith("-->"))&&([,,x]=g),x){let T=e+m,k={rule:a,message:v.msg("invalid-content","gallery"),severity:x,startIndex:e,endIndex:T,startLine:b,endLine:b,startCol:y,endCol:y+m};l.computeEditInfo&&(k.suggestions=[_(k),si(k,p)]),s.push(k)}}else if(h!=="noinclude"&&h!=="text"){let x=u.lint(e,t);x.length>0&&Array.prototype.push.apply(s,x)}e+=m+1}return s}}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return Object.assign(i,{widths:this.widths,heights:this.heights}),i}}};or=new WeakSet,kl=function(e){return this.normalizeTitle(e,6,{halfParsed:!0,temporary:!0,decode:!0,page:""}).valid},Os=function(e){var t,n;{let i=(t=this.parentNode)==null?void 0:t.getAttr(e),s=typeof i=="string"&&((n=/^(\d+)\s*(?:px)?$/u.exec(i))==null?void 0:n[1]);return s&&Number(s)||120}}});var Wr,qs=L(()=>{"use strict";He();z();M();Ir();Wr=class extends Ce{get type(){return"link"}get innerText(){return this.length>1?this.lastChild.text():Ht(this.firstChild.text().replace(/^\s*:?/u,""))}lint(r=this.getAbsoluteIndex(),e){{let t=super.lint(r,e),n="nested-link",{lintConfig:i}=v,s=i.getSeverity(n);if(s&&this.isInside("ext-link-text")){let a=P(this,{start:r},n,"link-in-extlink",s);(i.computeEditInfo||i.fix)&&(a.fix=ve(a,"delink",this.innerText)),t.push(a)}return t}}}});var Tg,yg,Fn,Rn,_s,gt,Ri=L(()=>{"use strict";z();ae();pe();M();G();Tg=String.raw`(?:[${We}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,yg=new RegExp(`${Tg}+`,"gu"),gt=class extends ${constructor(e,t="free-ext-link",n=v.getConfig(),i){super(e,n,i,{});w(this,Rn);w(this,Fn);S(this,Fn,t)}get type(){return f(this,Fn)}get innerText(){let e=new Map([["!","|"],["=","="]]),t=Pe(this.childNodes.map(n=>{let{type:i}=n,s=String(n.name);return i==="magic-word"&&e.has(s)?e.get(s):n}));return this.type==="magic-link"&&(t=t.replace(yg," ")),t}get link(){let{innerText:e}=this;return this.type==="magic-link"?e.startsWith("ISBN")?`ISBN ${e.slice(5).replace(/[- ]/gu,"").replace(/x$/u,"X")}`:e:Ho(e).replace(/\n/gu,"%0A")}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),i=new U(this,e),{lintConfig:s}=v,{type:a,childNodes:l}=this;if(a==="magic-link"){let p="invalid-isbn",m=s.getSeverity(p);return m&&C(this,Rn,_s).call(this)&&n.push(P(this,i,p,"invalid-isbn",m)),n}let g="invalid-url",d=s.getSeverity(g);if(d&&!this.querySelector("magic-word"))try{this.getUrl()}catch{n.push(P(this,i,g,"invalid-url",d))}let u=a==="ext-link-url";if(g="unterminated-url",d=s.getSeverity(g,u?"pipe":"punctuation"),d){let p=u?/\|/u:/[,;。:!?()]+/u,m=l.find(c=>c.type==="text"&&p.test(c.data));if(m){let{data:c}=m,h=q(m,i,g,v.msg("in-url",u?'"|"':"full-width-punctuation"),d);if(s.computeEditInfo){let{index:b,0:y}=p.exec(c),x=h.startIndex+b;h.suggestions=u?[vt(x,1)]:[vt(x),{desc:v.msg("encode"),range:[x,x+y.length],text:encodeURI(y)}]}n.push(h)}}return n}}getUrl(e){{let{type:t}=this,{link:n}=this;if(t==="magic-link"){if(n.startsWith("ISBN"))return this.normalizeTitle(`BookSources/${n.slice(5)}`,-1,{temporary:!0}).getUrl(e);n=n.startsWith("RFC")?`https://datatracker.ietf.org/doc/html/rfc${n.slice(4)}`:`https://pubmed.ncbi.nlm.nih.gov/${n.slice(5)}`}else n.startsWith("//")&&(n=`https:${n}`);return new URL(n)}this.lspError("MagicLinkToken.getUrl")}getAttribute(e){return e==="invalid"?C(this,Rn,_s).call(this):super.getAttribute(e)}};Fn=new WeakMap,Rn=new WeakSet,_s=function(){if(this.type==="magic-link"){let{link:e}=this;if(e.startsWith("ISBN")){let t=[...e.slice(5)].map(n=>n==="X"?10:Number(n));return t.length===10?t.reduce((n,i,s)=>n+i*(10-s),0)%11!==0:t.length===13&&(t[12]===10||t.reduce((n,i,s)=>n+i*(s%2?3:1),0)%10!==0)}}return!1}});var Sl,pt,Ws,kg,ct,Ds=L(()=>{"use strict";z();Ve();M();G();Ri();Sl=[he("[")];ct=class extends(kg=$){constructor(e,t="",n="",i,s=[]){super(void 0,i,s,{});w(this,pt);let a=e&&/^\0\d+f\x7F$/u.test(e)?s[Number(e.slice(1,-2))]:new gt(e,"ext-link-url",i,s);if(this.insertAt(a),S(this,pt,t),n){let l=new $(n,i,s,{});l.type="ext-link-text",l.setAttribute("stage",10),this.insertAt(l)}}get type(){return"ext-link"}toString(e){return this.length===1?`[${super.toString(e)}${f(this,pt)}]`:`[${super.toString(e,f(this,pt))}]`}text(){return`[${super.text(" ")}]`}getGaps(){return f(this,pt).length}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),i="var-anchor",s=v.lintConfig.getSeverity(i,"extLink");return s&&this.length===1&&this.isInside("heading-title")&&n.push(P(this,{start:e},i,"variable-anchor",s)),n}}print(){return super.print(this.length===1?{pre:"[",post:`${f(this,pt)}]`}:{pre:"[",sep:f(this,pt),post:"]"})}};Ws=O(kg),pt=new WeakMap,ct=j(Ws,0,"ExtLinkToken",Sl,ct),B(Ws,1,ct)});var Pn,wl=L(()=>{"use strict";G();Xt();qs();Ds();Pn=class extends ${get type(){return"imagemap-link"}constructor(r,e,t,n,i=[]){super(void 0,n,i),this.append(r,e.length===2?new Wr(...e,n,i):new ct(...e,n,i),new me(t,n,i))}}});var Cl={};re(Cl,{ImagemapToken:()=>Ms});var Ms,Ll=L(()=>{"use strict";z();Ae();pe();M();wi();Bs();Ps();wl();Ms=class extends Ft{get image(){return this.childNodes.find(Nr("imagemap-image"))}constructor(r,e=v.getConfig(),t=[]){if(super(void 0,e,t,{}),!r)return;let n=r.split(`
16
+ `),i=new Set(e.protocol.split("|")),s=!0,a=!1;for(let l of n){let g=l.trim();if(!(a||!g||g.startsWith("#"))){if(s){let d=l.indexOf("|"),u=d===-1?l:l.slice(0,d),p=this.normalizeTitle(u,0,{halfParsed:!0,temporary:!0,page:""});if(p.valid&&p.ns===6){let m=new ut("imagemap",u,d===-1?void 0:l.slice(d+1),e,t);super.insertAt(m),s=!1;continue}else a=!0}else if(l.trim().split(/[\t ]/u,1)[0]==="desc"){super.insertAt(l);continue}else if(l.includes("[")){let d=l.indexOf("["),u=l.slice(d),p=/^\[\[([^|]+)(?:\|([^\]]*))?\]\][\w\s]*$/u.exec(u);if(p){if(this.normalizeTitle(p[1],0,{halfParsed:!0,temporary:!0,selfLink:!0,page:""}).valid){super.insertAt(new Pn(l.slice(0,d),p.slice(1),u.slice(u.indexOf("]]")+2),e,t));continue}}else if(u.startsWith("[//")||i.has(u.slice(1,u.indexOf(":")+1))||i.has(u.slice(1,u.indexOf("//")+2))){let m=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(u);if(m){super.insertAt(new Pn(l.slice(0,d),m.slice(1),u.slice(u.indexOf("]")+1),e,t));continue}}}}super.insertAt(new sr(l,e,t))}}lint(r=this.getAbsoluteIndex(),e){{let t=super.lint(r,e),n=new U(this,r),{childNodes:i,image:s}=this,a="invalid-imagemap",{lintConfig:l}=v,g=l.getSeverity(a,s?"link":"image");return g&&(s?Array.prototype.push.apply(t,i.filter(d=>{let u=d.toString().trim();return d.is("noinclude")&&u&&!u.startsWith("#")}).map(d=>{let u=q(d,n,a,"invalid-imagemap-link",g);return l.computeEditInfo&&(u.suggestions=[_(u,-1),ve(u,"comment","# ")]),u})):t.push(P(this,n,a,"imagemap-without-image",g))),t}}getAttribute(r){return r==="invalid"?!this.image:super.getAttribute(r)}}});var El,Us,vg,ft,Hs=L(()=>{"use strict";z();Lt();Ve();M();Et();El=[Ne(!1),he("<!--")];ft=class extends(vg=fe){constructor(e,t,n,i){super(e,n,i);ge(this,"closed");this.closed=t}get type(){return"comment"}lint(e=this.getAbsoluteIndex()){{if(this.closed)return[];let t="unclosed-comment",{lintConfig:n}=v,i=n.getSeverity(t);if(!i)return[];let s=P(this,{start:e},t,"unclosed-comment",i);return n.computeEditInfo&&(s.suggestions=[je(s.endIndex,"-->")]),[s]}}toString(e){return e?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}};Us=O(vg),ft=j(Us,0,"CommentToken",El,ft),B(Us,1,ft)});var $l={};re($l,{CommentedToken:()=>zs});var zs,Nl=L(()=>{"use strict";G();Hs();zs=class extends ${get type(){return"ext-inner"}constructor(r,e,t=[]){if(super(void 0,e,t,{AstText:":",CommentToken:":"}),r){let n=r.indexOf("<!--"),i=n!==-1&&r.indexOf("-->",n+4),s=0;for(;i!==!1&&i!==-1;)n>s&&this.insertAt(r.slice(s,n)),this.insertAt(new ft(r.slice(n+4,i),!0,e,t)),s=i+3,n=r.indexOf("<!--",s),i=n!==-1&&r.indexOf("-->",n+4);s<r.length&&this.insertAt(r.slice(s))}}lint(r=this.getAbsoluteIndex()){return super.lint(r,new RegExp(String.raw`<\s*(?:\/\s*)?(${this.name})\b`,"giu"))}}});var Fl={};re(Fl,{CategorytreeToken:()=>Dr});var Il,Gs,Ag,Dr,Rl=L(()=>{"use strict";z();Ve();M();Ir();Il=[he("")];Dr=class extends(Ag=Ce){get type(){return"ext-inner"}constructor(r,e,t,n=[]){super(r,e,t,n),this.setAttribute("bracket",!1)}getTitle(){let r=this.firstChild.toString().trim(),e={halfParsed:!0},t=this.normalizeTitle(r,14,e);return t.valid&&t.ns===14?t:this.normalizeTitle(`Category:${r}`,0,e)}lint(r=this.getAbsoluteIndex()){{let e="no-ignored",t=v.lintConfig.getSeverity(e,"categorytree");if(t){let{link:n}=this;if(!n.valid||n.ns!==14)return[P(this,{start:r},e,"invalid-category",t)]}return super.lint(r,!1)}}};Gs=O(Ag),Dr=j(Gs,0,"CategorytreeToken",Il,Dr),B(Gs,1,Dr)});var Pl={};re(Pl,{NowikiToken:()=>Vs});var Sg,wg,Bn,Qs,Vs,Bl=L(()=>{"use strict";He();z();pe();M();Et();Sg=Be(o=>new RegExp(String.raw`<\s*(?:/\s*)${o==="nowiki"?"":"?"}(${o})\b`,"giu")),wg=new Set(["languages","section","templatestyles"]),Vs=class extends fe{constructor(){super(...arguments);w(this,Bn)}get type(){return"ext-inner"}lint(e=this.getAbsoluteIndex()){{let{name:t,innerText:n}=this,{lintConfig:i}=v,s="void-ext",a=i.getSeverity(s,t);if(a&&C(this,Bn,Qs).call(this)){let l=P(this,{start:e},s,v.msg("nothing-in",t),a);return i.computeEditInfo&&(l.suggestions=[_(l)]),[l]}{s="invalid-json";let l=i.getSeverity(s);if(t==="templatedata"&&l)return Ko(n).map(({message:g,from:d,to:u=d,line:p,endLine:m=p,column:c,endColumn:h=c})=>{a=l;let b=new U(this,e);return{rule:s,message:g,severity:a,startIndex:e+d,endIndex:e+u,startLine:b.top+p-1,endLine:b.top+m-1,startCol:(p>1?0:b.left)+c-1,endCol:(m>1?0:b.left)+h-1}}).filter(g=>g!==!1)}return super.lint(e,Sg(t))}}getAttribute(e){return e==="invalid"?C(this,Bn,Qs).call(this):super.getAttribute(e)}};Bn=new WeakSet,Qs=function(){let{name:e,firstChild:{data:t}}=this;return wg.has(e)&&!!t}});var jl,Xs,Cg,dt,Es=L(()=>{"use strict";z();pe();M();mi();G();fi();Si();jl=[Rr()];dt=class extends(Cg=Me){get type(){return"ext"}constructor(r,e,t,n,i=v.getConfig(),s=!1,a=[]){let l=r.toLowerCase(),g=new It(!e||/^\s/u.test(e)?e:` ${e}`,"ext-attrs",l,i,a),d={...i,ext:i.ext.filter(p=>p!==l),excludes:[...i.excludes],inExt:!0},u;switch(l){case"pre":if(g.getAttr("format")!=="wikitext"){let{PreToken:p}=(Xa(),K(Qa));u=new p(t,d,a);break}case"indicator":case"poem":case"ref":case"option":case"combooption":case"tab":case"tabs":case"poll":case"seo":case"langconvert":case"phonos":l==="poem"?d.excludes.push("heading"):l==="tab"&&(d.ext=d.ext.filter(p=>p!=="tabs")),u=new $(t,d,a);break;case"dynamicpagelist":{let{ParamTagToken:p}=(ys(),K(Ka));u=new p(l,s,t,d,a);break}case"inputbox":{let{InputboxToken:p}=(pl(),K(gl));u=new p(l,s,t,d,a);break}case"references":{let{NestedToken:p}=(Ii(),K(Ni));d.excludes.push("heading"),u=new p(t,s,["ref"],d,a);break}case"choose":{let{NestedToken:p}=(Ii(),K(Ni));u=new p(t,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],d,a);break}case"combobox":{let{NestedToken:p}=(Ii(),K(Ni));u=new p(t,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],d,a);break}case"gallery":{let{GalleryToken:p}=(Al(),K(vl));u=new p(t,d,a);break}case"imagemap":{let{ImagemapToken:p}=(Ll(),K(Cl));u=new p(t,d,a);break}case"hiero":{let{CommentedToken:p}=(Nl(),K($l));u=new p(t,d,a);break}case"categorytree":{let{CategorytreeToken:p}=(Rl(),K(Fl));u=new p(t,void 0,d,a);break}default:{let{NowikiToken:p}=(Bl(),K(Pl));u=new p(t,d,a)}}u.setAttribute("name",l),u.type==="plain"&&(u.type="ext-inner"),super(r,g,u,n,i,a),this.seal("closed",!0)}lint(r=this.getAbsoluteIndex(),e){{let t=super.lint(r,e),{lintConfig:n}=v,i=new U(this,r);if(this.name!=="nowiki"){let s=this.inHtmlAttrs(),a="parsing-order",l=s&&n.getSeverity(a,s===2?"ext":"templateInTable");l&&t.push(P(this,i,a,"ext-in-html",l))}if(this.name==="ref"){let s="var-anchor",a=n.getSeverity(s,"ref");a&&this.closest("heading-title")&&t.push(P(this,i,s,"variable-anchor",a)),s="nested-link",a=n.getSeverity(s,"ref"),a&&this.closest("link-text,ext-link-text")&&t.push(P(this,i,s,"ref-in-link",a))}return t}}};Xs=O(Cg),dt=j(Xs,0,"ExtToken",jl,dt),B(Xs,1,dt)});var Ke,Rt,mt,Mr,Js=L(()=>{"use strict";z();Ae();G();M();Mr=class extends ${constructor(e,t,n,i,s){super(void 0,i,s);w(this,Ke);w(this,Rt);w(this,mt);this.insertAt(t),S(this,Ke,n),S(this,Rt,e)}get closing(){return f(this,Ke)}toString(e){return`<${f(this,Ke)?"/":""}${f(this,Rt)}${super.toString(e)}${this.selfClosing?"/":""}>`}text(e=""){let{closing:t}=this;return`<${t&&!e?"/":""}${f(this,Rt)}${t?"":super.text()}${e}>`}getAttribute(e){return e==="padding"?f(this,Rt).length+(f(this,Ke)?2:1):super.getAttribute(e)}findMatchingTag(){return ze(f(this,mt),()=>{let{type:e,name:t,parentNode:n,closing:i,selfClosing:s}=this,a=!1,l=!1;if(e==="html"){let[,c,h]=this.getAttribute("config").html;a=h.includes(t),l=c.includes(t)}if(a||l&&s)return this;if(!n)return;let{childNodes:g}=n,d=g.indexOf(this),u=i?g.slice(0,d).reverse():g.slice(d+1),p=[this],{rev:m}=J;for(let c of u)if(!(!c.is(e)||e==="html"&&(c.name!==t||l&&c.selfClosing)))if(f(c,Ke)===i){if(e==="tvar")return;p.push(c)}else{let h=p.pop();if(h===this)return c;v.viewOnly&&(S(h,mt,[m,c]),S(c,mt,[m,h]))}if(v.viewOnly)for(let c of p)S(c,mt,[m,void 0])},e=>{S(this,mt,e),e[1]&&e[1]!==this&&S(e[1],mt,[J.rev,this])})}print(){return super.print({pre:`&lt;${f(this,Ke)?"/":""}${f(this,Rt)}`,post:`${this.selfClosing?"/":""}&gt;`})}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return i.closing=f(this,Ke),i}}};Ke=new WeakMap,Rt=new WeakMap,mt=new WeakMap});var Ol,Ks,Lg,Ye,ql=L(()=>{"use strict";Lt();we();Js();wt();Ol=[Ne(),Z];Ye=class extends(Lg=Mr){get type(){return"tvar"}constructor(r,e,t,n,i){let s=new Te(e,"tvar-name",n,i);super(r,s,t,n,i)}};Ks=O(Lg),Ye=j(Ks,0,"TvarToken",Ol,Ye),B(Ks,1,Ye)});var Wl={};re(Wl,{TranslateToken:()=>Ys});var Pi,_l,Ys,Dl=L(()=>{"use strict";G();fi();wt();ql();Ys=class extends Me{constructor(e,t,n,i=[]){let s=new Te(e,"translate-attr",n,i);t=t==null?void 0:t.replace(/<tvar(\|[^>]+)>([\s\S]*?)<\/>/gu,(l,g,d)=>(new Ye("tvar",g,!1,n,i),new Ye("","",!0,n,i),`\0${i.length-2}n${d}\0${i.length}n`)).replace(/<(tvar)(\s+name\s*=(?:\s*(?:(["'])[\s\S]*?\3|[^"'\s>]+))?\s*)>([\s\S]*?)<\/(tvar)(\s*)>/giu,(l,g,d,u,p,m,c)=>(new Ye(g,d,!1,n,i),new Ye(m,c,!0,n,i),`\0${i.length-2}n${p}\0${i.length}n`));let a=new $(t,n,i);a.type="translate-inner";super("translate",s,a,"translate",n,i);w(this,Pi);this.seal("closed",!0)}get type(){return"translate"}get selfClosing(){return!1}toString(e){return e?this.lastChild.toString(!0):super.toString()}text(){return this.lastChild.text()}print(){return`<span class="wpb-ext">&lt;translate${C(this,Pi,_l).call(this)?'<span class="wpb-ext-attrs"> <span class="wpb-ext-attr"><span class="wpb-attr-key">nowrap</span></span></span>':""}&gt;${this.lastChild.print({class:"ext-inner"})}&lt;/translate&gt;</span>`}};Pi=new WeakSet,_l=function(){return this.firstChild.toString()===" nowrap"}});var Hl={};re(Hl,{parseCommentAndExt:()=>tr});var Ul,Eg,Zs,$g,Ml,tr,Ln=L(()=>{"use strict";He();ae();Ia();Xt();Pa();Es();Hs();Ul="<onlyinclude>",Eg="</onlyinclude>",{length:Zs}=Ul,$g=[!1,!0].map(o=>{let r=o?"includeonly":"(?:no|only)include",e=o?"noinclude":"includeonly";return Be(t=>new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${r}(?:\s[^>]*)?/?>|</${r}\s*>|<(${t})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(${"\\1"}\s*)>)|<(${e})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${e}\s*)>|$))`,"giu"))}),Ml=o=>{let r=o.indexOf(Ul);return{i:r,j:o.indexOf(Eg,r+Zs)}},tr=(o,r,e,t)=>{if(t){let{i:l,j:g}=Ml(o);if(l!==-1&&g!==-1){let d="",u=p=>{new me(p,r,e),d+=`\0${e.length-1}n`};for(;l!==-1&&g!==-1;){let p=`\0${e.length}g`;new Kt(o.slice(l+Zs,g),r,e),l>0&&u(o.slice(0,l)),d+=p,o=o.slice(g+Zs+1),{i:l,j:g}=Ml(o)}return o&&u(o),d}}let{ext:n}=r,i=n,s=r;if(n.includes("translate")){let{TranslateToken:l}=(Dl(),K(Wl)),g=[];i=n.filter(d=>d!=="translate"&&d!=="tvar"),s={...r,ext:i},o=o.replace(/<nowiki>[\s\S]*?<\/nowiki>/giu,d=>(g.push(d),`\0${g.length-1}`)).replace(/<translate( nowrap)?>([\s\S]*?)<\/translate>/gu,(d,u,p)=>{let m=e.length;return new l(u,p&&$e(p,g),s,e),`\0${m}g`}),o=$e(o,g)}let a=$g[t?1:0](i.join("|"));return a.lastIndex=0,a.test(o)?o.replace(a,(l,g,d,u,p,m,c,h,b)=>{let y=e.length,x="n";if(g)x="e",new dt(g,d,u,p,s,m,e);else if(l.startsWith("<!--")){x="c";let T=l.endsWith("-->");new ft($e(l,e,1).slice(4,T?-3:void 0),T,r,e)}else m?new Yt(m,c&&$e(c,e,1),h&&$e(h,e,1),b,r,e):new me(l,r,e,!0);return`\0${y}${x}`}):o}});var Ng,Ig,Fg,zl,Ur,eo,Rg,ar,Gl=L(()=>{"use strict";z();pe();mi();M();Js();Ng=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),Ig=new Set(["b","big","center","cite","code","del","dfn","em","font","i","ins","kbd","mark","pre","q","s","samp","small","strike","strong","sub","sup","tt","u","var"]),Fg=new Set(["strike","big","center","font","tt"]);zl=[Rr()];ar=class extends(Rg=Mr){constructor(e,t,n,i,s,a){super(e,t,n,s,a);w(this,Ur);this.setAttribute("name",e.toLowerCase()),S(this,Ur,i)}get type(){return"html"}get selfClosing(){return f(this,Ur)}text(){let{closing:e,selfClosing:t,name:n}=this,[,,i]=this.getAttribute("config").html;return i.includes(n)?e&&n!=="br"?"":super.text("/"):super.text(t&&!e?"/":"")}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),{name:i,parentNode:s,closing:a,selfClosing:l}=this,g=new U(this,e),{lintConfig:d}=v,{computeEditInfo:u,fix:p}=d,m=this.inTableAttrs(),c="h1",h=d.getSeverity(c,"html");if(h&&i==="h1"&&!a){let A=P(this,g,c,"<h1>",h);u&&(A.suggestions=[{desc:"h2",range:[e+2,e+3],text:"2"}]),n.push(A)}if(c="parsing-order",h=m&&d.getSeverity(c,m===2?"html":"templateInTable"),h){let A=P(this,g,c,"html-in-table",h);u&&m===2&&(A.suggestions=[_(A)]),n.push(A)}if(c="obsolete-tag",h=d.getSeverity(c,i),h&&Fg.has(i)&&n.push(P(this,g,c,"obsolete-tag",h)),c="bold-header",h=d.getSeverity(c,i),h&&(i==="b"||i==="strong")&&this.isInside("heading-title")){let A=P(this,g,c,"bold-in-header",h);u&&(A.suggestions=[_(A)]),n.push(A)}let[,b,y]=this.getAttribute("config").html,x=y.includes(i),T=b.includes(i),k=!x&&!T;if(c="unmatched-tag",a&&(l||x)||l&&k){if(h=d.getSeverity(c,a?"both":"selfClosing"),h){let A=P(this,g,c,a?"closing-and-self-closing":"invalid-self-closing",h);if(u||p){let N=ii(e),E={desc:v.msg("no-self-closing"),range:[A.endIndex-2,A.endIndex-1],text:""};T?u&&(A.suggestions=[N,E]):a?A.fix=x?N:E:u&&(A.suggestions=[E,je(A.endIndex,`></${i}>`,-2)])}n.push(A)}}else if(!this.findMatchingTag()){let A=P(this,g,c,a?"unmatched-closing":"unclosed-tag"),N=this.closest("magic-word");if(N&&Ng.has(N.name))h=d.getSeverity(c,"conditional");else if(a)h=d.getSeverity(c,"closing"),A.suggestions=[_(A)];else{h=d.getSeverity(c,"opening");let E=s==null?void 0:s.childNodes;Ig.has(i)&&(E!=null&&E.slice(0,E.indexOf(this)).some(F=>F.is("html")&&F.name===i&&!F.findMatchingTag())&&(A.suggestions=[je(e+1,"/")]),this.isInside("heading-title")&&(A.rule="format-leakage",h=d.getSeverity("format-leakage",i)))}h&&(A.severity=h,n.push(A))}return n}}getAttribute(e){return e==="invalid"?this.inTableAttrs()===2:super.getAttribute(e)}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return i.selfClosing=f(this,Ur),i}}};eo=O(Rg),Ur=new WeakMap,ar=j(eo,0,"HtmlToken",zl,ar),B(eo,1,ar)});var Vl={};re(Vl,{parseHtml:()=>Bg});var Pg,Bg,Ql=L(()=>{"use strict";Si();Gl();Pg=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,Bg=(o,r,e)=>{var s;let{html:t}=r;(s=r.htmlElements)!=null||(r.htmlElements=new Set([...t[0],...t[1],...t[2]]));let n=o.split("<"),i=n.shift();for(let a of n){let l=Pg.exec(a),g=l==null?void 0:l[2],d=g==null?void 0:g.toLowerCase();if(!l||!r.htmlElements.has(d)){i+=`<${a}`;continue}let[,u,,p="",m,c]=l,{length:h}=e,b=new It(p,"html-attrs",d,r,e),y=b.hasAttr("itemprop");if(d==="meta"&&!(y&&b.hasAttr("content"))||d==="link"&&!(y&&b.hasAttr("href"))){i+=`<${a}`,e.length=h;continue}i+=`\0${e.length}x${c}`,new ar(g,b,u==="/",m==="/>",r,e)}return i}});var jg,Xl,to,Og,ht,ro=L(()=>{"use strict";Ae();mi();M();G();wt();Si();jg=o=>{let r=o.childNodes.map(t=>t.type==="text"?t.data.replace(/\|{1,2}/gu,({length:n})=>`{{${"!".repeat(n)}}}`):t.toString()).join(""),{childNodes:e}=v.parseWithRef(r,o,2);J.run(()=>{o.safeReplaceChildren(e)})};Xl=[Rr(1)];ht=class extends(Og=$){constructor(r,e,t,n,i,s=[],a){super(void 0,i,s,a),this.append(new Te(e,"table-syntax",i,s),new It(n,"table-attrs",t,i,s))}escape(){for(let r of this.childNodes)r instanceof Te?jg(r):r.escape()}};to=O(Og),ht=j(to,0,"TableBaseToken",Xl,ht),B(to,1,ht)});var Jl,Kl,Le,no,Hr,jn,lr,io=L(()=>{"use strict";z();pe();ui();M();G();ro();lr=class extends(Kl=ht,Jl=[vr(!1)],Kl){constructor(e,t,n,i=[]){var g;let s=/\||\0\d+!\x7F/u.exec(t!=null?t:""),a=s?t.slice(0,s.index):"";/\[\[|-\{/u.test(a)&&(s=null,a="");super(/^(?:\n[^\S\n]*(?:[|!]|\|\+|\{\{\s*!\s*\}\}\+?)|(?:\||\{\{\s*!\s*\}\}){2}|!!|\{\{\s*!!\s*\}\})$/u,e,"td",a,n,i);B(no,5,this);w(this,Hr);w(this,Le,"");s&&([Yn(this,Le)._]=s);let l=new $(t==null?void 0:t.slice(((g=s==null?void 0:s.index)!=null?g:NaN)+f(this,Le).length),n,i);l.type="td-inner",l.setAttribute("stage",4),this.insertAt(l)}get type(){return"td"}get rowspan(){return this.getAttr("rowspan")}get colspan(){return this.getAttr("colspan")}get subtype(){return C(this,Hr,jn).call(this).subtype}afterBuild(){f(this,Le).includes("\0")&&S(this,Le,this.buildFromStr(f(this,Le),0)),super.afterBuild()}toString(e){let[t,n,i]=this.childNodes;return t.toString(e)+n.toString(e)+f(this,Le)+i.toString(e)}text(){let[e,t,n]=this.childNodes;return e.text()+t.text()+f(this,Le)+n.text()}getGaps(e){return e===1?f(this,Le).length:0}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),i=new U(this,e+this.getRelativeIndex(this.length-1)),s="pipe-like",{lintConfig:a}=v,{computeEditInfo:l,fix:g}=a,d=["td","double"].map(u=>a.getSeverity(s,u));for(let u of this.lastChild.childNodes)if(u.type==="text"){let{data:p}=u;if(p.includes("|")){let m=p.includes("||"),c=d[m?1:0];if(c){let h=q(u,i,s,"pipe-in-table",c);if(l||g)if(m){let b={caption:"|+",td:"|",th:"!"}[this.subtype];h.fix=ve(h,"newline",p.replace(/\|\|/gu,`
17
+ ${b}`))}else l&&(h.suggestions=[ai(h.startIndex,p)]);n.push(h)}}}return n}}isIndependent(){return this.firstChild.text().startsWith(`
18
+ `)}getAttr(e){{let t=super.getAttr(e);return e==="rowspan"||e==="colspan"?parseInt(t)||1:t}}escape(){super.escape(),this.childNodes[1].toString()&&(f(this,Le)||S(this,Le,"{{!}}")),f(this,Le)==="|"&&S(this,Le,"{{!}}")}print(){{let[e,t,n]=this.childNodes;return`<span class="wpb-td">${e.print()}${t.print()}${f(this,Le)}${n.print()}</span>`}}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n),{rowspan:s,colspan:a}=this;return Object.assign(i,{subtype:this.subtype},s!==1&&{rowspan:s},a!==1&&{colspan:a}),i}}};no=O(Kl),Le=new WeakMap,Hr=new WeakSet,jn=function(){var a;let e=this.firstChild.text(),t=e.slice(-1),n="td";if(t==="!"?n="th":t==="+"&&(n="caption"),this.isIndependent())return{subtype:n};let{previousSibling:i}=this;return{...C(a=i,Hr,jn).call(a)}},jn=j(no,17,"#getSyntax",Jl,Hr,jn),dn(no,lr)});var zr,so=L(()=>{"use strict";z();M();ro();io();zr=class extends ht{lint(r=this.getAbsoluteIndex(),e){{let t=super.lint(r,e),n=this.childNodes.find(({type:l})=>l==="table-inter");if(!n)return t;let i=Tr(n),s="fostered-content",a=i&&v.lintConfig.getSeverity(s,i===2?void 0:"transclusion");if(a){let l=q(n,{start:r},s,"content-outside-table",a);l.startIndex++,l.startLine++,l.startCol=0,t.push(l)}return t}}getRowCount(){return Number(this.childNodes.some(r=>r instanceof lr&&r.isIndependent()&&!r.firstChild.text().endsWith("+")))}}});var ao,Yl,Zl,oo,Gr,ed=L(()=>{"use strict";z();Ae();pe();ui();M();so();wt();ao=class extends Array{},Gr=class extends(Zl=zr,Yl=[vr(!1)],Zl){constructor(e,t,n,i){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,e,"table",t,n,i,{});B(oo,5,this)}get type(){return"table"}get closed(){return this.lastChild.is("table-syntax")}lint(e=this.getAbsoluteIndex(),t){{let n=super.lint(e,t),i=new U(this,e),s=["unclosed-table","table-layout"],a=s.map(l=>v.lintConfig.getSeverity(l));if(a[0]&&!this.closed&&n.push(q(this.firstChild,i,s[0],"unclosed-table",a[0])),a[1]){let l=this.getLayout(),{length:g}=l;if(g>1){let d=1,u=1/0,p=0;for(;p<g;p++){let m=l[p],c=m.length;if(c<d)break;c<u&&(u=c);let h=m.indexOf(m[c-1])+1;if(h>u)break;h>d&&(d=h)}if(p<g){let m=this.getNthRow(p),c=q(m,i,s[1],"inconsistent-table",a[1]);c.startIndex++,c.startLine++,c.startCol=0,n.push(c)}}}return n}}close(e=`
19
+ |}`,t){J.run(()=>{let n=new Te(t?e:void 0,"table-syntax",this.getAttribute("config"),this.getAttribute("accum"));super.insertAt(n)})}getLayout(e){{let t=this.getAllRows(),{length:n}=t,i=ao.from(rd(n,()=>[]));for(let s=0;s<i.length;s++){let a=i[s],l=0,g=0,d;for(let u of t[s].childNodes.slice(2))if(u.is("td")){if(u.isIndependent()&&(d=u.subtype!=="caption"),d){let p={row:s,column:l},{rowspan:m,colspan:c}=u;for(l++;a[g];)g++;for(let h=s;h<Math.min(s+m,n);h++)for(let b=g;b<g+c;b++)i[h][b]=p;g+=c}}else if(td(u))break}return i}}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(e=>e.is("tr")&&e.getRowCount()>0)]}getNthRow(e,t,n){{let i=super.getRowCount();if(e===0&&i)return this;i&&e--;for(let s of this.childNodes.slice(2)){let{type:a}=s;if(a==="tr"&&s.getRowCount()&&(e--,e<0))return s}return}}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return i.closed=this.closed,i}}};oo=O(Zl),j(oo,1,"getLayout",Yl,Gr),dn(oo,Gr)});var Bi,nd=L(()=>{"use strict";so();Bi=class extends zr{get type(){return"tr"}constructor(r,e,t,n){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,r,"tr",e,t,n)}}});var Vr,lo=L(()=>{"use strict";Et();Vr=class extends fe{get indent(){return this.innerText.split(":").length-1}json(r,e,t=this.getAbsoluteIndex()){{let n=super.json(void 0,e,t),{indent:i}=this;return i&&(n.indent=i),n}}}});var Qr,uo=L(()=>{"use strict";lo();Qr=class extends Vr{get type(){return"dd"}}});var sd={};re(sd,{parseTable:()=>_g});var qg,id,_g,od=L(()=>{"use strict";G();ed();nd();io();uo();qg=o=>o.lastChild.constructor!==$,id=(o,r)=>o.is("td")?r.pop():o,_g=({firstChild:{data:o},type:r,name:e},t,n)=>{let i=[],s=o.split(`
20
+ `),a=r==="root"||r==="parameter-value"||r==="ext-inner"&&e==="poem"?"":`
21
+ ${s.shift()}`,l,g=(d,u)=>{if(!u){a+=d;return}let{lastChild:p}=u;if(qg(u)){let m=new $(d,t,n);m.type="table-inter",m.setAttribute("stage",3),u.insertAt(m)}else p.setText(p.toString()+d)};for(let d of s){l=i.pop();let[u]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(d),p=d.slice(u.length),m=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(p);if(m){for(;l&&!l.is("td");)l=i.pop();let[,T,k,A,N]=m;T&&new Qr(T,t,n),g(`
22
+ ${u}${T&&`\0${n.length-1}d`}${k}\0${n.length}b`,l),i.push(...l?[l]:[],new Gr(A,N,t,n));continue}else if(!l){a+=`
23
+ ${d}`;continue}let c=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(p);if(!c){g(`
24
+ ${d}`,l),i.push(l);continue}let[,h,b,y,x]=c;if(h){for(;!l.is("table");)l=i.pop();l.close(`
25
+ ${u}${h}`,!0),g(x,i[i.length-1])}else if(b){l=id(l,i),l.is("tr")&&(l=i.pop());let T=new Bi(`
26
+ ${u}${b}`,x,t,n);i.push(l,T),l.insertAt(T)}else{l=id(l,i);let T=y==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu,k=T.exec(x),A=0,N=`
27
+ ${u}${y}`,E=F=>{let V=new lr(N,x.slice(A,k==null?void 0:k.index),t,n);return F.insertAt(V),V};for(;k;)E(l),{lastIndex:A}=T,[N]=k,k=T.exec(x);i.push(l,E(l))}}return a.slice(1)}});var Pt,go=L(()=>{"use strict";Pt=o=>!/^_{2}.+_{2}$/u.test(o)});var ji,ad=L(()=>{"use strict";Et();ji=class extends fe{get type(){return"hr"}}});var ld,Xr,po,Wg,dr,dd=L(()=>{"use strict";Lt();Ve();Et();ld=[Ne(),he("__")];dr=class extends(Wg=fe){constructor(e,t,n,i,s){var d,u;super(e,i,s);w(this,Xr);let a=e.toLowerCase(),[,,l,g]=i.doubleUnderscore;this.setAttribute("name",(u=t?(d=g==null?void 0:g[e])==null?void 0:d.toLowerCase():l==null?void 0:l[a])!=null?u:a),S(this,Xr,n)}get type(){return"double-underscore"}toString(){let e=f(this,Xr)?"__":"__";return e+this.innerText+e}print(){{let e=f(this,Xr)?"__":"__";return super.print({pre:e,post:e})}}};po=O(Wg),Xr=new WeakMap,dr=j(po,0,"DoubleUnderscoreToken",ld,dr),B(po,1,dr)});var ud={};re(ud,{parseHrAndDoubleUnderscore:()=>Dg});var Dg,gd=L(()=>{"use strict";go();ad();dd();vs();Dg=({firstChild:{data:o},type:r,name:e},t,n)=>{var g,d,u;let[i,s,a]=t.doubleUnderscore,l=[...i,...s];return(g=t.insensitiveDoubleUnderscore)!=null||(t.insensitiveDoubleUnderscore=new Set(i.filter(Pt))),(d=t.sensitiveDoubleUnderscore)!=null||(t.sensitiveDoubleUnderscore=new Set(s.filter(Pt))),(u=t.regexHrAndDoubleUnderscore)!=null||(t.regexHrAndDoubleUnderscore=new RegExp(String.raw`^((?:\0\d+[cno]\x7F)*)(-{4,})|__(${l.filter(Pt).join("|")})__|_{2}(${l.filter(p=>!Pt(p)).map(p=>p.slice(2,-2)).join("|")})_{2}`,"gimu")),r!=="root"&&(r!=="ext-inner"||e!=="poem")&&(o=`\0${o}`),o=o.replace(t.regexHrAndDoubleUnderscore,(p,m,c,h,b)=>{var A;if(c)return new ji(c,t,n),`${m}\0${n.length-1}r`;let y=h!=null?h:b,x=t.sensitiveDoubleUnderscore.has(y),T=y.toLowerCase(),k=t.insensitiveDoubleUnderscore.has(T);return x||k?(new dr(y,x,!!b,t,n),`\0${n.length-1}${k&&((A=a==null?void 0:a[T])!=null?A:T)==="toc"?"u":"n"}`):p}),t.excludes.includes("heading")||(o=o.replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(p,m,c,h,b)=>{let y=`${m}\0${n.length}h`;return new lt(c.length,[h,b],t,n),y})),r==="root"||r==="ext-inner"&&e==="poem"?o:o.slice(1)}});var Jr,Oi,pd=L(()=>{"use strict";z();pe();M();Et();Oi=class extends fe{constructor(e,t,n,i){super(e,n,i);w(this,Jr);S(this,Jr,t)}get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}get closing(){return{...this.bold?{bold:f(this,Jr).bold}:void 0,...this.italic?{italic:f(this,Jr).italic}:void 0}}text(){let{parentNode:e,innerText:t}=this;return e!=null&&e.is("image-parameter")&&e.name!=="caption"?"":t}lint(e=this.getAbsoluteIndex()){{let{previousSibling:t,bold:n,closing:i}=this,s=(t==null?void 0:t.type)==="text"?t.data:void 0,a=[],l=new U(this,e),g=["lonely-apos","bold-header"],{lintConfig:d}=v,{computeEditInfo:u}=d,p=[void 0,"word"].map(c=>d.getSeverity(g[0],c)),m=d.getSeverity(g[1]);if(s!=null&&s.endsWith("'")){let c=p[(i.bold||i.italic)&&/[a-z\d]'$/iu.test(s)?1:0];if(c){let h=P(this,l,g[0],v.msg("lonely","'"),c),{startLine:b,startCol:y}=h,[,{length:x}]=/(?:^|[^'])('+)$/u.exec(s),T=e-x,k={...h,startIndex:T,endIndex:e,endLine:b,startCol:y-x,endCol:y};u&&n&&(k.suggestions=[st(T,"&apos;",x),_(k)]),a.push(k)}}if(m&&n&&this.isInside("heading-title")){let c=P(this,l,g[1],"bold-in-header",m);u&&(c.suggestions=[_(c)]),a.push(c)}return a}}json(e,t,n=this.getAbsoluteIndex()){{let i=super.json(void 0,t,n);return Object.assign(i,{bold:this.bold,italic:this.italic}),i}}};Jr=new WeakMap});var cd={};re(cd,{parseQuotes:()=>co});var co,fo=L(()=>{"use strict";pd();co=(o,r,e,t)=>{var m;let n=o.split(/('{2,})/u),{length:i}=n;if(i===1)return o;let s=0,a=0,l,g,d;for(let c=1;c<i;c+=2){let h=n[c].length;switch(h){case 2:a++;break;case 4:n[c-1]+="'",n[c]="'''";case 3:if(s++,l!==void 0)break;n[c-1].endsWith(" ")?g===void 0&&d===void 0&&(d=c):n[c-1].slice(-2,-1)===" "?l=c:g!=null||(g=c);break;default:n[c-1]+="'".repeat(h-5),n[c]="'''''",a++,s++}}if(a%2===1&&s%2===1){let c=(m=l!=null?l:g)!=null?m:d;c!==void 0&&(n[c]="''",n[c-1]+="'")}let u=!1,p=!1;for(let c=1;c<i;c+=2){let h=n[c].length,b=h!==2,y=h!==3,x=new Oi(n[c],{bold:b&&!!u,italic:y&&!!p},r,e);b&&(u=!u&&x),y&&(p=!p&&x),n[c]=`\0${e.length-1}q`}return n.join("")}});var fd={};re(fd,{parseExternalLinks:()=>mo});var mo,ho=L(()=>{"use strict";ae();Ds();Ri();mo=(o,r,e,t)=>{var n;return(n=r.regexExternalLinks)!=null||(r.regexExternalLinks=new RegExp(String.raw`\[((?:\0\d+[cn]\x7F)*(?:\0\d+f\x7F|(?:(?:${r.protocol}|//)${tt}|\0\d+m\x7F)${rt}(?=[[\]<>"\t${We}]|\0\d)))([${We}]*(?![${We}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),o.replace(r.regexExternalLinks,(i,s,a,l)=>{let{length:g}=e,d=/&[lg]t;/u.exec(s);return d&&(a="",l=s.slice(d.index)+a+l,s=s.slice(0,d.index)),t?(new gt(s,"ext-link-url",r,e),`[\0${g}f${a}${l}]`):(new ct(s,a,l,r,e),`\0${g}w`)})}});var qi,md=L(()=>{"use strict";Ir();ae();qi=class extends Ce{get type(){return"category"}get sortkey(){{let[,r]=this.childNodes;return r&&Mt(r.text())}}json(r,e,t=this.getAbsoluteIndex()){{let n=super.json(void 0,e,t),{sortkey:i}=this;return i&&(n.sortkey=i),n}}}});var bd={};re(bd,{parseLinks:()=>hd});var Mg,hd,xd=L(()=>{"use strict";ae();M();fo();ho();qs();Is();md();Mg=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,hd=(o,r,e,t,n)=>{var l;(l=r.regexLinks)!=null||(r.regexLinks=new RegExp(String.raw`^\s*(?:${r.protocol}|//)`,"iu"));let i=r.inExt?/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(?:(\||\0\d+!\x7F)([\s\S]*?[^\]]))?\]\]([\s\S]*)$/u:/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])*)(?:(\||\0\d+!\x7F)([\s\S]*?[^\]])?)?\]\]([\s\S]*)$/u,s=o.split("[["),a=s.shift();for(let g=0;g<s.length;g++){let d=!1,u,p,m,c,h=s[g],b=i.exec(h);if(b)[,u,p,m,c]=b,c.startsWith("]")&&(m!=null&&m.includes("["))&&(m+="]",c=c.slice(1));else{let N=Mg.exec(h);N&&(d=!0,[,u,p,m]=N)}if(u===void 0||r.regexLinks.test(u)||/\0\d+[exhbru]\x7F/u.test(u)){a+=`[[${h}`;continue}let y=se(u).trim(),x=y.startsWith(":");if(x&&d){a+=`[[${h}`;continue}else!y&&m&&!m.includes(`
28
+ `)&&(y=se(m).trim());let{ns:T,valid:k}=v.normalizeTitle(y,0,!1,r,{halfParsed:!0,temporary:!0,decode:!0,selfLink:!0,page:t});if(k){if(d){if(T!==6){a+=`[[${h}`;continue}let N=!1;for(g++;g<s.length;g++){let E=s[g],F=E.split("]]");if(F.length>2){N=!0,m+=`[[${F[0]}]]${F[1]}`,c=F.slice(2).join("]]");break}else if(F.length===2)m+=`[[${F[0]}]]${F[1]}`;else{m+=`[[${E}`;break}}if(m=hd(m,r,e,t,n),!N){a+=`[[${u}${p}${m}`;continue}}}else{a+=`[[${h}`;continue}m&&(m=co(m,r,e,n));let A=Wr;x||(T===6?(m&&(m=mo(m,r,e,!0)),A=_r):T===14&&(A=qi)),m===void 0&&p&&(m=""),a+=`\0${e.length}l${c}`,new A(u,m,r,e,p)}return a}});var Ad={};re(Ad,{parseMagicLinks:()=>Ug});var vd,Td,yd,kd,Ug,Sd=L(()=>{"use strict";ae();Ri();vd=String.raw`[${We}\t]|&nbsp;|&#0*160;|&#x0*a0;`,Td=`(?:${vd})+`,yd=`(?:${vd}|-)`,kd=String.raw`(?:RFC|PMID)${Td}\d+\b|ISBN${Td}(?:97[89]${yd}?)?(?:\d${yd}?){9}[\dx]\b`,Ug=(o,r,e)=>{if(!r.regexMagicLinks)try{r.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\p{N}_])(?:(?:${r.protocol})(${tt}${rt})|${kd})`,"giu")}catch{r.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${r.protocol})(${tt}${rt})|${kd})`,"giu")}return o.replace(r.regexMagicLinks,(t,n,i)=>{let s=n?t.slice(n.length):t;if(i){let a="",l=/&(?:[lg]t|nbsp|#x0*(?:3[ce]|a0)|#0*(?:6[02]|160));/iu.exec(s);l&&(a=s.slice(l.index),s=s.slice(0,l.index));let g=s.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,d=g.exec(s);if(d){let u=1;d[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(s.slice(0,d.index))&&(u=2),a=s.slice(d.index+u)+a,s=s.slice(0,d.index+u)}return a.length>=i.length?t:(new gt(s,void 0,r,e),`${n}\0${e.length-1}w${a}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(s))return t;return new gt(s,"magic-link",r,e),`${n}\0${e.length-1}i`})}});var wd,Cd=L(()=>{"use strict";wd=(o,r)=>o.startsWith(r)?r.length:[...r].findIndex((e,t)=>e!==o[t])});var Hg,_i,Ld=L(()=>{"use strict";z();M();lo();Hg=new Set(["link","category","file"]),_i=class extends Vr{get type(){return"list"}lint(r=this.getAbsoluteIndex()){var e;{let t="syntax-like",n=v.lintConfig.getSeverity(t,"redirect"),{innerText:i}=this;if(n&&i==="#"){let{nextSibling:s}=this;if((s==null?void 0:s.type)==="text"&&Hg.has((e=s.nextSibling)==null?void 0:e.type)&&new RegExp(String.raw`^(?:${this.getAttribute("config").redirection.join("|")})\s*(?::\s*)?$`,"iu").test(`#${s.data}`)){let l=P(s,{start:r+1},t,"redirect-like",n);return l.startIndex--,l.startCol--,l.endIndex+=2,l.endCol+=2,[l]}}return[]}}}});var Ed={};re(Ed,{parseList:()=>zg});var zg,$d=L(()=>{"use strict";Cd();Ld();uo();zg=(o,r,e,t)=>{let n=/^((?:\0\d+[cno]\x7F)*)([;:*#]+)(\s*)/u.exec(o);if(!n)return r.lastPrefix="",o;let[i,s,a,l]=n,g=a.replace(/;/gu,":"),d=wd(g,r.lastPrefix),u=((d>1?a.slice(d-1):a)+l).split(/(?=;)/u),p=u[0].startsWith(";"),m=u.length-(p?0:1);if(d>1){let W=a.slice(0,d-1);if(p){let Y=W.split(/(?=;)/u);u.unshift(...Y),m+=W.includes(";")?Y.length:0}else u[0]=W+u[0]}r.lastPrefix=g;let c=s+u.map((W,Y)=>`\0${t.length+Y}d`).join("")+o.slice(i.length);for(let W of u)new _i(W,e,t);if(!m)return c;let[h,,b]=e.html,y=/:+|-\{|\0\d+[xq]\x7F/gu,x=y,T=x.exec(c),k=0,A=!1,N=!1,E=0,F=(W,Y)=>(new Qr(W,e,t),`${c.slice(0,Y)}\0${t.length-1}d${c.slice(Y+W.length)}`),V=W=>{W?k&&k--:k++};for(;T&&m;){let{0:W,index:Y}=T;if(W==="-{"){if(!E){let{lastIndex:D}=x;x=/-\{|\}-/gu,x.lastIndex=D}E++}else if(W==="}-"){if(E--,!E){let{lastIndex:D}=x;x=y,x.lastIndex=D}}else if(W.endsWith("x")){let{name:D,closing:I,selfClosing:R}=t[Number(W.slice(1,-2))];(h.includes(D)||!R&&!b.includes(D))&&V(I)}else if(W.endsWith("q")){let{bold:D,italic:I}=t[Number(W.slice(1,-2))];D&&(V(A),A=!A),I&&(V(N),N=!N)}else if(k===0){if(W.length>=m)return F(W.slice(0,m),Y);m-=W.length,x.lastIndex=Y+4+String(t.length).length,c=F(W,Y)}T=x.exec(c)}return c}});var bo,Nd,Ze,xo,Gg,ur,Id=L(()=>{"use strict";z();pe();xn();we();M();G();St();bo=new Set(["A","T","R","D","-","H","N"]);Nd=[At(),Z];ur=class extends(Gg=$){constructor(e,t,n=[]){super(void 0,t,n,{});w(this,Ze);this.safeAppend(e.map(i=>new ce(i,"converter-flag",t,n)))}get type(){return"converter-flags"}afterBuild(){S(this,Ze,this.childNodes.map(e=>e.text().trim())),super.afterBuild()}toString(e){return super.toString(e,";")}text(){return super.text(";")}getUnknownFlags(){return new Set(f(this,Ze).filter(e=>/\{{3}[^{}]+\}{3}/u.test(e)))}getVariantFlags(){let e=new Set(this.getAttribute("config").variants);return new Set(f(this,Ze).filter(t=>e.has(t)))}isInvalidFlag(e,t,n,i){return typeof e=="object"&&(e=e.text().trim(),t=this.getVariantFlags(),n=this.getUnknownFlags(),i=new Set(f(this,Ze).filter(s=>bo.has(s)))),!!e&&!t.has(e)&&!n.has(e)&&(t.size>0||!i.has(e))}lint(e=this.getAbsoluteIndex(),t){{let n=this.getVariantFlags(),i=this.getUnknownFlags(),s=new Set(f(this,Ze).filter(h=>bo.has(h))),a=f(this,Ze).filter(h=>!h).length,l=f(this,Ze).length-i.size-a,{lintConfig:g}=v,{computeEditInfo:d,fix:u}=g,p=super.lint(e,t);if(n.size===l||s.size===l)return p;let m="no-ignored",c=g.getSeverity(m,"conversionFlag");if(c){let h=new U(this,e);for(let b=0;b<this.length;b++){let y=this.childNodes[b],x=y.text().trim();if(this.isInvalidFlag(x,n,i,s)){let T=q(y,h,m,"invalid-conversion-flag",c);(d||u)&&(n.size===0&&bo.has(x.toUpperCase())?T.fix=oi(T,x):d&&(T.suggestions=[_(T,b&&-1)])),p.push(T)}}}return p}}print(){return super.print({sep:";"})}};xo=O(Gg),Ze=new WeakMap,ur=j(xo,0,"ConverterFlagsToken",Nd,ur),B(xo,1,ur)});var To,Fd,yo,Vg,bt,Rd=L(()=>{"use strict";we();M();G();St();To=(o,r,e,t)=>{let n=new $(o,e,t);return n.type=`converter-rule-${r}`,n.setAttribute("stage",11),n};Fd=[Z];bt=class extends(Vg=$){get type(){return"converter-rule"}get variant(){var r,e;return(e=(r=this.childNodes[this.length-2])==null?void 0:r.text().trim().toLowerCase())!=null?e:""}constructor(r,e=!0,t=v.getConfig(),n=[]){super(void 0,t,n,{});let i=r.indexOf(":"),s=r.slice(0,i).indexOf("=>"),a=s===-1?r.slice(0,i):r.slice(s+2,i);e&&t.variants.includes(a.trim().toLowerCase())?(super.insertAt(new ce(a,"converter-rule-variant",t,n)),super.insertAt(To(r.slice(i+1),"to",t,n)),s!==-1&&super.insertAt(To(r.slice(0,s),"from",t,n),0)):super.insertAt(To(r,"to",t,n))}toString(r){let{childNodes:e,firstChild:t,lastChild:n}=this;return e.length===3?`${t.toString(r)}=>${e[1].toString(r)}:${n.toString(r)}`:super.toString(r,":")}text(){let{childNodes:r,firstChild:e,lastChild:t}=this;return r.length===3?`${e.text()}=>${r[1].text()}:${t.text()}`:super.text(":")}getGaps(r){return r===0&&this.length===3?2:1}print(){{let{childNodes:r}=this;if(r.length===3){let[e,t,n]=r;return`<span class="wpb-converter-rule">${e.print()}=>${t.print()}:${n.print()}</span>`}return super.print({sep:":"})}}json(r,e,t=this.getAbsoluteIndex()){{let n=super.json(void 0,e,t);return n.variant=this.variant,n}}};yo=O(Vg),bt=j(yo,0,"ConverterRuleToken",Fd,bt),B(yo,1,bt)});var Pd,ko,Qg,gr,Bd=L(()=>{"use strict";ae();Ve();we();G();Id();Rd();Pd=[Z,he("-{")];gr=class extends(Qg=$){get type(){return"converter"}constructor(r,e,t,n=[]){super(void 0,t,n),this.insertAt(new ur(r,t,n));let[i]=e,s=i.includes(":"),a=new bt(i,s,t,n);(s?a.length===1:e.length===2&&!se(e[1]).trim())?this.insertAt(new bt(e.join(";"),!1,t,n)):this.safeAppend([a,...e.slice(1).map(l=>new bt(l,!0,t,n))])}toString(r){let[e,...t]=this.childNodes;return`-{${e.toString(r)}${e.length>0?"|":""}${t.map(n=>n.toString(r)).join(";")}}-`}text(){let[r,...e]=this.childNodes;return`-{${r.text()}|${Pe(e,";")}}-`}getGaps(r){return r||this.firstChild.length>0?1:0}print(){{let[r,...e]=this.childNodes;return`<span class="wpb-converter">-{${r.print()}${r.length>0?"|":""}${it(e,{sep:";"})}}-</span>`}}};ko=O(Qg),gr=j(ko,0,"ConverterToken",Pd,gr),B(ko,1,gr)});var jd={};re(jd,{parseConverter:()=>Xg});var Xg,Od=L(()=>{"use strict";Bd();Xg=(o,r,e)=>{var l;(l=r.regexConverter)!=null||(r.regexConverter=new RegExp(String.raw`;(?=(?:[^;]*?=>)?\s*(?:${r.variants.join("|")})\s*:|(?:\s|\0\d+[cn]\x7F)*$)`,"iu"));let t=/-\{/gu,n=/-\{|\}-/gu,i=[],s=t,a=s.exec(o);for(;a;){let{0:g,index:d}=a;if(g==="}-"){let u=i.pop(),{length:p}=e,m=o.slice(u.index+2,d),c=m.indexOf("|"),[h,b]=c===-1?[[],m]:[m.slice(0,c).split(";"),m.slice(c+1)],y=b.replace(/(&[#a-z\d]+);/giu,"$1"),x=y.split(r.regexConverter).map(T=>T.replace(/\x01/gu,";"));new gr(h,x,r,e),o=`${o.slice(0,u.index)}\0${p}v${o.slice(d+2)}`,i.length===0&&(s=t),s.lastIndex=u.index+3+String(p).length}else i.push(a),s=n,s.lastIndex=d+2;a=s.exec(o)}return o}});var Wi={};re(Wi,{Token:()=>$});var Jg,On,Fe,ne,ie,Kr,Yr,qn,Zr,te,qd,_d,Wd,Dd,Md,Ud,Hd,zd,Gd,Vd,Qd,Xd,vo,$,G=L(()=>{"use strict";ae();z();Ae();M();ga();Ta();Jg=["category","html-attr#id,ext-attr#id,table-attr#id"],vo=class vo extends zt{constructor(e,t=v.getConfig(),n=[],i){super();w(this,te);w(this,On,"plain");w(this,Fe,0);w(this,ne);w(this,ie);w(this,Kr);w(this,Yr,!1);w(this,qn);w(this,Zr);typeof e=="string"&&this.insertAt(e),S(this,ne,t),S(this,ie,n),n.push(this)}get type(){return f(this,On)}set type(e){S(this,On,e)}get pageName(){return f(this.getRootNode(),Zr)}set pageName(e){if(e){let t=this.normalizeTitle(e,0,{temporary:!0,page:""});S(this,Zr,t.valid?t.title:void 0)}else S(this,Zr,e===""?"":void 0)}parseOnce(e=f(this,Fe),t=!1,n){if(e<f(this,Fe)||this.length!==1||!this.isPlain())return this;if(f(this,Fe)>=11)return this;switch(e){case 0:if(this.type==="root"){f(this,ie).pop();let i=C(this,te,qd).call(this);t&&(t=!i)}S(this,Kr,t),C(this,te,_d).call(this,t);break;case 1:C(this,te,Wd).call(this);break;case 2:C(this,te,Dd).call(this);break;case 3:C(this,te,Md).call(this);break;case 4:C(this,te,Ud).call(this);break;case 5:C(this,te,Hd).call(this,n);break;case 6:C(this,te,zd).call(this,n);break;case 7:C(this,te,Gd).call(this);break;case 8:C(this,te,Vd).call(this);break;case 9:C(this,te,Qd).call(this);break;case 10:C(this,te,Xd).call(this)}if(this.type==="root")for(let i of f(this,ie))i==null||i.parseOnce(e,t,n);return Yn(this,Fe)._++,this}buildFromStr(e,t){let n=e.split(/[\0\x7F]/u).map((i,s)=>{if(s%2===0)return i&&new vn(i);let a=Number(i.slice(0,-1));return f(this,ie)[a]}).filter(i=>i!=="");return t===0?n.map(String).join(""):t===1?Pe(n):n}build(){S(this,Fe,11);let{length:e,firstChild:t}=this,n=t==null?void 0:t.toString();if(e===1&&t.type==="text"&&n.includes("\0")&&(Gt(this,0,1,this.buildFromStr(n)),this.type==="root"))for(let i of f(this,ie))i==null||i.build()}afterBuild(){if(this.type==="root")for(let e of f(this,ie))e==null||e.afterBuild();S(this,Yr,!0)}parse(e=11,t,n){for(e=Math.min(e,11);f(this,Fe)<e;)this.parseOnce(f(this,Fe),t,n);return e&&(this.build(),this.afterBuild()),this}isPlain(){return this.constructor===vo}getAttribute(e){var t;switch(e){case"config":return f(this,ne);case"include":return(t=f(this,Kr))!=null?t:!!f(this.getRootNode(),Kr);case"accum":return f(this,ie);case"built":return f(this,Yr);case"stage":return f(this,Fe);case"invalid":return this.type==="table-inter"&&Tr(this)===2;default:return super.getAttribute(e)}}setAttribute(e,t){e==="stage"?(f(this,Fe)===0&&this.type==="root"&&f(this,ie).shift(),S(this,Fe,t)):super.setAttribute(e,t)}insertAt(e,t=this.length){let n=typeof e=="string"?new vn(e):e,{length:i}=this;t+=t<0?i:0,super.insertAt(n,t);let{type:s}=n;return s==="root"&&(n.type="plain"),n}normalizeTitle(e,t=0,n){return v.normalizeTitle(e,t,this.getAttribute("include"),f(this,ne),{page:this.pageName,...n})}inTableAttrs(){var e;return this.isInside("table-attrs")&&((e=this.closest("table-attrs,arg,parameter"))!=null&&e.is("table-attrs")?2:1)}inHtmlAttrs(){return this.isInside("html-attrs")?2:this.inTableAttrs()}lint(e=this.getAbsoluteIndex(),t){var n;{let{lintConfig:i}=v,{computeEditInfo:s,fix:a,ignoreDisables:l,configurationComment:g}=i,d=super.lint(e,t);if(this.type==="root"){let u=new Map,p="no-duplicate",m=["category","id"].map(b=>i.getSeverity(p,b)),c=this.toString(),h=Jg.filter((b,y)=>m[y]).join();if(h){for(let b of this.querySelectorAll(h)){let y;if(b.is("category"))y=b.name;else{let x=b.getValue();x&&x!==!0&&(y=`#${x}`)}if(y){let x=u.get(y);x?x.add(b):u.set(y,new Set([b]))}}for(let[b,y]of u)if(y.size>1&&!b.startsWith("#mw-customcollapsible-")){let x=!b.startsWith("#"),T=`duplicate-${x?"category":"id"}`,k=m[x?0:1];d.push(...[...y].map(A=>{let N=P(A,{start:A.getAbsoluteIndex()},p,T,k);return s&&x&&(N.suggestions=[_(N)]),N}))}}if(!l){let b=new RegExp(String.raw`<!--\s*${g}-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->`,"gu"),y=[],x=b.exec(c);for(;x;){let{1:T,index:k}=x,A=(n=x[2])==null?void 0:n.trim(),N;(T==="disable-line"||T==="disable-next-line")&&(N=this.posFromIndex(k).top+(T==="disable-line"?0:1)),y.push({line:N,from:T==="disable"?b.lastIndex:void 0,to:T==="enable"?b.lastIndex:void 0,rules:A?new Set(A.split(",").map(E=>E.trim())):void 0}),x=b.exec(c)}d=d.filter(({rule:T,startLine:k,startIndex:A})=>{let N={pos:0};for(let{line:E,from:F,to:V,rules:W}of y){if(E&&E>k+1)break;if(W&&!W.has(T))continue;if(E===k)return!1;F<=A&&F>N.pos?(N.pos=F,N.type="from"):V<=A&&V>N.pos&&(N.pos=V,N.type="to")}return N.type!=="from"})}if(a&&d.some(({fix:b})=>b)){let b=d.map(({fix:T})=>T).filter(T=>T!==void 0).sort(({range:[T,k]},{range:[A,N]})=>k===N?A-T:N-k),y=1/0,x=c;for(let{range:[T,k],text:A}of b)k<=y&&(x=x.slice(0,T)+A+x.slice(k),y=T);Object.assign(d,{output:x})}if(!s)for(let b of d)delete b.fix,delete b.suggestions}return d}}toString(e,t){return e?super.toString(!0,t):ze(f(this,qn),()=>super.toString(!1,t),n=>{let i=this.getRootNode();i.type==="root"&&f(i,Yr)&&S(this,qn,n)})}};On=new WeakMap,Fe=new WeakMap,ne=new WeakMap,ie=new WeakMap,Kr=new WeakMap,Yr=new WeakMap,qn=new WeakMap,Zr=new WeakMap,te=new WeakSet,qd=function(){let{parseRedirect:e}=($a(),K(Ea)),t=this.firstChild.toString(),n=e(t,f(this,ne),f(this,ie));return n!==!1&&this.setText(n),!!n},_d=function(e){let{parseCommentAndExt:t}=(Ln(),K(Hl));this.setText(t(this.firstChild.toString(),f(this,ne),f(this,ie),e))},Wd=function(){let{parseBraces:e}=($i(),K(ul)),t=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,n=e(t,f(this,ne),f(this,ie));this.setText(this.type==="root"?n:n.slice(1))},Dd=function(){if(f(this,ne).excludes.includes("html"))return;let{parseHtml:e}=(Ql(),K(Vl));this.setText(e(this.firstChild.toString(),f(this,ne),f(this,ie)))},Md=function(){if(f(this,ne).excludes.includes("table"))return;let{parseTable:e}=(od(),K(sd));this.setText(e(this,f(this,ne),f(this,ie)))},Ud=function(){if(f(this,ne).excludes.includes("hr"))return;let{parseHrAndDoubleUnderscore:e}=(gd(),K(ud));this.setText(e(this,f(this,ne),f(this,ie)))},Hd=function(e){let{parseLinks:t}=(xd(),K(bd));this.setText(t(this.firstChild.toString(),f(this,ne),f(this,ie),this.pageName,e))},zd=function(e){let{parseQuotes:t}=(fo(),K(cd)),n=this.firstChild.toString().split(`
29
+ `);for(let i=0;i<n.length;i++)n[i]=t(n[i],f(this,ne),f(this,ie),e);this.setText(n.join(`
30
+ `))},Gd=function(){let{parseExternalLinks:e}=(ho(),K(fd));this.setText(e(this.firstChild.toString(),f(this,ne),f(this,ie)))},Vd=function(){let{parseMagicLinks:e}=(Sd(),K(Ad));this.setText(e(this.firstChild.toString(),f(this,ne),f(this,ie)))},Qd=function(){if(f(this,ne).excludes.includes("list"))return;let{parseList:e}=($d(),K(Ed)),{firstChild:t,type:n,name:i}=this,s=t.toString().split(`
31
+ `),a={lastPrefix:""},l=n==="root"||n==="ext-inner"&&i==="poem"?0:1;for(;l<s.length;l++)s[l]=e(s[l],a,f(this,ne),f(this,ie));this.setText(s.join(`
32
+ `))},Xd=function(){if(f(this,ne).variants.length>0){let{parseConverter:e}=(Od(),K(jd));this.setText(e(this.firstChild.toString(),f(this,ne),f(this,ie)))}};$=vo});var J,Nr,td,va,Gt,ha,rd,Ae=L(()=>{"use strict";J={running:!1,run(o,r){let{running:e}=this;this.running=!0;let t=r==null?void 0:r.internal;r&&(r.internal=!0);let n=()=>{this.running=e,r&&(r.internal=t)};try{let{Token:i}=(G(),K(Wi)),s=o();return s instanceof i&&!s.getAttribute("built")&&s.afterBuild(),n(),s}catch(i){throw n(),i}},internal(o,r){let{internal:e}=r;r.internal=!0;let t=o();return r.internal=e,t},rev:0},Nr=o=>r=>r.type===o,td=({type:o})=>o==="tr"||o==="table-syntax",va=o=>o==="redirect-target"||o==="link",Gt=(o,r,e,t=[])=>{var s,a;let n=o.getChildNodes(),i;n.length===e?(i=n,n=t):i=Array.prototype.splice.apply(n,[r,e,...t]);for(let l=0;l<t.length;l++){let g=t[l];g.setAttribute("parentNode",o),g.setAttribute("nextSibling",n[r+l+1]),g.setAttribute("previousSibling",n[r+l-1])}return(s=n[r-1])==null||s.setAttribute("nextSibling",n[r]),(a=n[r+t.length])==null||a.setAttribute("previousSibling",n[r+t.length-1]),n===t&&o.setAttribute("childNodes",n),i},ha=(o,r)=>{let e=o.toLowerCase(),[t,n]=r,i=Object.prototype.hasOwnProperty.call(n,o);return[e,i,i?n[o]:Object.prototype.hasOwnProperty.call(t,e)&&t[e]]},rd=(o,r)=>Array.from({length:o},(e,t)=>r(t))});var _n,Kd,Ao,Jd,Kg,Yd,Yg,So,en,Wn,Zd=L(()=>{"use strict";Zn();_n=new Map([[0,!1],[1,"warning"],[2,"error"],[!1,!1],["off",!1],["warning","warning"],["error","error"]]),Kd={"arg-in-ext":1,"bold-header":[1,{}],"format-leakage":[1,{}],"fostered-content":[1,{}],h1:[1,{}],"illegal-attr":[2,{}],"insecure-style":2,"invalid-gallery":[2,{parameter:1}],"invalid-imagemap":[2,{}],"invalid-invoke":[2,{}],"invalid-isbn":2,"invalid-json":[2,{duplicate:1}],"invalid-url":1,"lonely-apos":[1,{}],"lonely-bracket":[1,{extLink:2}],"lonely-http":[1,{}],"nested-link":[2,{}],"no-arg":1,"no-duplicate":[2,{category:1,id:1,unknownImageParameter:1}],"no-ignored":[2,{fragment:1,galleryComment:1,galleryNoImage:1,include:1,nonWordAttributes:1,redirect:1}],"obsolete-attr":1,"obsolete-tag":1,"parsing-order":[2,{templateInTable:1}],"pipe-like":[1,{double:2}],"syntax-like":[2,{}],"table-layout":1,"tag-like":[2,{disallowed:1,invalid:1}],"unbalanced-header":2,"unclosed-comment":[1,{}],"unclosed-quote":1,"unclosed-table":2,unescaped:2,"unknown-page":1,"unmatched-tag":[1,{both:2,selfClosing:2}],"unterminated-url":[1,{}],"url-encoding":[1,{}],"var-anchor":[1,{}],"void-ext":[2,{}]};Object.freeze(Kd);Ao={configurationComment:"lint",ignoreDisables:!1,fix:!0,computeEditInfo:!0};Object.freeze(Ao);Jd=o=>_n.has(o),Kg=o=>Jd(o)||Array.isArray(o)&&Jd(o[0])&&(o.length===1||typeof o[1]=="object"),Yd=(o,r,e)=>{if(!Dt.includes(r))throw new RangeError(`Unknown lint rule: ${r}`);if(e===void 0)return!1;if(Kg(e))return o[r]=e,!0;throw new RangeError(`Invalid lint config for ${r}: ${JSON.stringify(e)}`)},Yg=typeof structuredClone=="function"?structuredClone:o=>JSON.parse(JSON.stringify(o)),So=class{constructor(r){if(Object.assign(this,Yg(Kd)),!!r)for(let[e,t]of Object.entries(r))Yd(this,e,t)}getSeverity(r,e){var n,i;let t=this[r];return typeof t!="object"?_n.get(t):e&&(i=_n.get((n=t[1])==null?void 0:n[e]))!=null?i:_n.get(t[0])}},Wn=class{constructor(r){w(this,en);if(Object.assign(this,Ao),r&&!("rules"in r)&&Object.keys(r).some(e=>Dt.includes(e)))this.rules=r;else{let{rules:e,...t}=r!=null?r:{};this.rules=e;for(let[n,i]of Object.entries(t))i!==void 0&&Object.prototype.hasOwnProperty.call(Ao,n)&&(this[n]=i)}}get rules(){return f(this,en)}set rules(r){S(this,en,new Proxy(new So(r),{set:Yd,deleteProperty(){return!1}}))}getSeverity(r,e){return f(this,en).getSeverity(r,e)}};en=new WeakMap});var eu,Mn,Un,Oe,tn,pr,Di,tu,Dn,ru=L(()=>{"use strict";He();ae();eu=o=>{let[,{length:r},e]=/^((?:\.\.\/)*)([\s\S]*)/u.exec(o);return[r/3,e]},Dn=class{constructor(r,e,t,{temporary:n,decode:i,selfLink:s,page:a}={}){w(this,Di);w(this,Mn);w(this,Un);w(this,Oe);w(this,tn);w(this,pr);ge(this,"page");ge(this,"valid");ge(this,"encoded",!1);this.page=a;let l=r.trim(),g=l.startsWith("../");if(i&&r.includes("%"))try{let m=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(r);r=Ht(r),this.encoded=m}catch{}if(r=Mt(r).replace(/[_ ]+/gu," ").trim(),g||a&&l.startsWith("/"))S(this,tn,0);else{let m=e;r.startsWith(":")&&(m=0,r=r.slice(1).trim());let c=r.split(":");if(c.length>1){let h=nt(c[0]),b=Object.prototype.hasOwnProperty.call(t.nsid,h)&&t.nsid[h];b&&(m=b,r=c.slice(1).join(":").trim())}S(this,tn,m)}let d=r.indexOf("#");if(d!==-1){let m=r.slice(d).trim().slice(1);if(m.includes("%"))try{m=Ht(m)}catch{}S(this,pr,m.replace(/ /gu,"_")),r=r.slice(0,d).trim()}let[u,p]=g?eu(r):[0,r];this.valid=!!(r||s&&this.ns===0&&f(this,pr)!==void 0)&&Mt(r)===r&&(u===0||a===void 0||a.split("/",u+1).length>u)&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(p),this.main=r,S(this,Un,t.namespaces),S(this,Oe,t.articlePath||"/wiki/$1"),f(this,Oe).includes("$1")||S(this,Oe,f(this,Oe)+`${f(this,Oe).endsWith("/")?"":"/"}$1`),n||Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}})}get ns(){return f(this,tn)}get fragment(){return f(this,pr)}get main(){return f(this,Mn)}set main(r){r=r.replace(/_/gu," ").trim(),S(this,Mn,r&&r[0].toUpperCase()+r.slice(1))}get prefix(){let r=f(this,Un)[this.ns];return r+(r&&":")}get title(){return this.getRedirection()[1]}get extension(){let{main:r}=this,e=r.lastIndexOf(".");return e===-1?void 0:r.slice(e+1).toLowerCase()}getRedirection(){let{prefix:r}=this,e=r;return C(this,Di,tu).call(this,e)}setFragment(r){S(this,pr,r)}getUrl(r){{typeof r=="string"&&(S(this,Oe,r),f(this,Oe).includes("$1")||S(this,Oe,f(this,Oe)+`${f(this,Oe).endsWith("/")?"":"/"}$1`));let{title:e,fragment:t}=this;return e?f(this,Oe).replace("$1",encodeURIComponent(e)+(t?`#${encodeURIComponent(t)}`:"")):t===void 0?"":`#${encodeURIComponent(t)}`}throw new Error("Title.getUrl method is only available in the LSP version!")}};Mn=new WeakMap,Un=new WeakMap,Oe=new WeakMap,tn=new WeakMap,pr=new WeakMap,Di=new WeakSet,tu=function(r){var t,n;let e=(r+this.main).replace(/ /gu,"_");if(e.startsWith("/"))e=((t=this.page)!=null?t:"")+e.replace(/(.)\/$/u,"$1");else if(e.startsWith("../")&&((n=this.page)!=null&&n.includes("/"))){let[i,s]=eu(e),a=this.page.split("/");a.length>i&&(e=a.slice(0,-i).join("/")+(s&&"/")+s)}return[!1,e]}});var cu={};re(cu,{LanguageService:()=>wo,tasks:()=>lu});var lu,Zg,ep,tp,rp,du,np,ip,sp,op,nu,ap,iu,Vn,uu,cr,ye,su,gu,Hn,zn,rn,Mi,ou,lp,au,Ee,Bt,xt,Tt,jt,Qn,sn,on,fr,H,Gn,qe,Co,Lo,Eo,pu,$o,nn,wo,fu=L(()=>{"use strict";He();go();Zn();vi();z();ae();Ae();M();G();lu=new WeakMap,Zg=new Set(["ref"]),ep=new Set(["ref","references"]),tp=new Set(["name","follow"]),rp=new Set(["group"]),du=new Set(["arg-name","template-name","link-target","parameter-key"]),np=new Set(["ext","html","attr-key","image-parameter","heading-title","heading","magic-word-name",...du]),ip=new Set(["text","comment","noinclude","include"]),sp=["ext","html","table"].map(o=>`${o}-attr#style`).join(),op=Be(o=>new RegExp(`^(?:${o}|//)`,"iu")),nu=({type:o,parentNode:r,length:e,firstChild:t},n)=>o==="attr-value"&&e===1&&t.type==="text"&&(!n||r.name==="style"),ap=o=>o.is("html-attr")||o.is("table-attr"),iu=o=>o.childNodes.every(({type:r})=>ip.has(r)),Vn=(o,r)=>{let{top:e,left:t}=o.posFromIndex(r);return{line:e,character:t}},uu=(o,r,e)=>({start:Vn(o,r),end:Vn(o,e)}),cr=o=>{let{top:r,left:e,height:t,width:n}=o.getBoundingClientRect();return{start:{line:r,character:e},end:yr(r,e,t,n)}},ye=(o,r,e,{line:t,character:n},i,s)=>[...new Set(o)].map(a=>{var g;let l=(g=s==null?void 0:s(a))==null?void 0:g.description;return{label:a,kind:r,textEdit:{range:{start:{line:t,character:n-e.length},end:{line:t,character:n}},newText:a+(i!=null?i:"")},...l&&{documentation:{kind:"markdown",value:l}}}}),su=(o,r,{line:e,character:t})=>{let n=o.indexFromPos(e,t);return o.caretPositionFromIndex(n+Number(/\w/u.test(r.charAt(n))))},gu=(o,r,e)=>{let{type:t,parentNode:n={}}=o,{name:i,tag:s}=n;return t==="attr-value"&&r.has(s)&&e.has(i)?o.toString().trim():NaN},Hn=o=>gu(o,Zg,tp),zn=o=>gu(o,ep,rp),rn=(o,r)=>{let e=o==null?void 0:o.getAttr(r);return e!==!0&&e||!1},Mi=o=>{let{type:r,name:e,parentNode:t}=o;switch(r){case"heading":return o.level;case"heading-title":return t.level;case"parameter-key":return`${t.parentNode.name}|${t.name}`;case"ext":case"html":case"image-parameter":return e;default:return t.name}},ou=(o,r,e=!1)=>({range:uu(o,...r.range),newText:r.text,title:`${e?"Fix":"Suggestion"}: ${r.desc}`,fix:e}),lp=(o,r)=>{let{lintConfig:e}=v,{rules:t,fix:n,computeEditInfo:i}=e;if(e.fix=!0,e.computeEditInfo=!1,r){e.rules=void 0;for(let a of Dt)e.rules[a]=a===r?t[a]:0}let{output:s}=o.lint();return e.fix=n,e.computeEditInfo=i,r&&(e.rules=t),s===void 0?[]:[{range:cr(o),newText:s}]},au=async(o,r,e,t=v.getConfig())=>{let n=typeof setImmediate=="function"?setImmediate:setTimeout,{running:i}=J;J.running=!0;let{internal:s}=v;v.internal=!0;let a=()=>{J.running=i,v.internal=s},l=new $(br(o),t);l.type="root";let g=0;try{await new Promise(d=>{let u=()=>{r()===o?(g++,n(p,0)):d()},p=()=>{g===12?(l.afterBuild(),d()):(l[g===11?"build":"parseOnce"](g,e),u())};n(p,0)})}catch(d){throw a(),d}return a(),l},wo=class{constructor(r){w(this,H);w(this,Ee);w(this,Bt);w(this,xt);w(this,Tt);w(this,jt);w(this,Qn);w(this,sn);w(this,on);w(this,fr);ge(this,"include",!0);ge(this,"config");ge(this,"data");lu.set(r,this),Object.defineProperties(this,{config:{enumerable:!1},data:{enumerable:!1}})}destroy(){Object.setPrototypeOf(this,null)}async provideDocumentColors(r,e,t=!0){let n=await C(this,H,qe).call(this,e);return n.querySelectorAll("attr-value,parameter-value,arg-default").reverse().flatMap(i=>{let{type:s,childNodes:a}=i;return s!=="attr-value"&&!iu(i)?[]:a.filter(l=>l.type==="text").reverse().flatMap(l=>{let{data:g}=l,d=Jo(g,t).filter(([,,,p])=>p);if(d.length===0)return[];let u=l.getAbsoluteIndex();return d.map(([p,m,c])=>{let h=r(p);return h.length===4&&{color:{red:h[0]/255,green:h[1]/255,blue:h[2]/255,alpha:h[3]},range:uu(n,u+m,u+c)}}).filter(p=>p!==!1)})})}provideColorPresentations(r){let{color:{red:e,green:t,blue:n,alpha:i},range:s}=r,a=[e,t,n],l=i<1?`rgba(${a.map(g=>Math.round(g*255)).join()},${i})`:`#${a.map(Xo).join("")}`;return[{label:l,textEdit:{range:s,newText:l}}]}async provideCompletionItems(r,e){var N,E,F,V,W,Y,D;let{re:t,allTags:n,functions:i,switches:s,jaSwitches:a,protocols:l,params:g,tags:d,ext:u}=C(this,H,pu).call(this),{line:p,character:m}=e,c=r.split(/\r?\n/u,p+1)[p],h=t.exec((N=c==null?void 0:c.slice(0,m))!=null?N:""),[,,b={},y={}]=this.config.doubleUnderscore;if((h==null?void 0:h[1])!==void 0){let I=h[1].startsWith("/");return ye(n,"Class",h[1].slice(I?1:0),e,I&&!(c!=null&&c.slice(m).trim().startsWith(">"))?">":"")}else if(h!=null&&h[4]||h!=null&&h[5]&&a.length>0){let I=h[5]!==void 0;return ye(I?a:s,"Constant",h[I?5:4],e,"",R=>{if(this.data)I||(R=R.slice(2,-2));else return;return R in b?R=b[R]:R in y&&(R=y[R]),C(this,H,$o).call(this,R.toLowerCase())})}else if((h==null?void 0:h[6])!==void 0)return ye(l,"Reference",h[6],e);let x=await C(this,H,qe).call(this,r),T;if(h!=null&&h[2]){T=x.elementFromPoint(h.index+h[2].length-1,p);let I=(E=h[3])!=null?E:"";if(h[2]==="{{{")return ye(x.querySelectorAll("arg").filter(Q=>Q.name&&Q!==T).map(({name:Q})=>Q),"Variable",I,e);let[R,ee]=this.config.parserFunction,oe=c.charAt(m),xe=I.startsWith(":"),X=xe?I.slice(1).trimStart():I;if(h[2]==="[[")return ye(x.querySelectorAll("link,file,category,redirect-target").filter(Q=>Q!==T).map(({name:Q})=>Q),"Folder",X,e);let de=i;return oe===":"?de=i.filter(Q=>!Q.endsWith(":")):oe===":"&&(de=i.filter(Q=>Q.endsWith(":")).map(Q=>Q.slice(0,-1))),[...ye(de,"Function",I,e,"",Q=>{if(this.data)Q in R?Q=R[Q]:Q in ee&&(Q=ee[Q]);else return;return C(this,H,nn).call(this,Q.toLowerCase())}),...I.startsWith("#")?[]:ye(x.querySelectorAll("template").filter(Q=>Q!==T).map(Q=>{let{name:yt}=Q;if(xe)return yt;let{ns:an}=Q.getAttribute("title");return an===0?`:${yt}`:an===10?yt.slice(9):yt}),"Folder",X,e)]}let k,A;if((h==null?void 0:h[8])===void 0&&(T=x.elementFromPoint(m,p),{type:k,parentNode:A}=T),(h==null?void 0:h[7])!==void 0||k==="image-parameter"){let I=x.indexFromPos(p,m),R=(V=(F=h==null?void 0:h[7])==null?void 0:F.trimStart())!=null?V:f(this,Ee).slice(T.getAbsoluteIndex(),I).trimStart(),ee=f(this,Ee)[I]==="=";return[...ye(g,"Property",R,e).filter(({label:oe})=>!ee||!/[= ]$/u.test(oe)),...ye(x.querySelectorAll("image-parameter#width").filter(oe=>oe!==T).map(oe=>oe.text()),"Unit",R,e)]}else if((h==null?void 0:h[8])!==void 0||k==="attr-key"){let I=(Y=(W=h==null?void 0:h[8])==null?void 0:W.toLowerCase())!=null?Y:A.tag,R=(D=h==null?void 0:h[10])!=null?D:T.toString().slice(0,m-x.posFromIndex(T.getAbsoluteIndex()).left);if(!d.has(I))return;let ee=Ti[I],oe=yi[I],xe=oe&&ye(oe,"Field",R,e);return u.includes(I)&&!ee?xe:[...xe!=null?xe:[],...I==="meta"||I==="link"?[]:ye(xi,"Property",R,e),...ee?ye(ee,"Property",R,e):[],...ye(["data-"],"Variable",R,e),...ye(["xmlns:"],"Interface",R,e)]}else if(k==="parameter-key"||k==="parameter-value"&&A.anon){let I=A.parentNode,{type:R,name:ee}=I;if(R==="magic-word"&&ee!=="invoke")return;let oe=f(this,Ee).slice(T.getAbsoluteIndex(),x.indexFromPos(p,m)).trimStart(),{module:xe,function:X}=I;return oe?ye(x.querySelectorAll("parameter").filter(de=>de===A||de.anon||de.parentNode.type!==R||de.parentNode.name!==ee?!1:R==="template"?!0:de.parentNode.module===xe&&de.parentNode.function===X).map(({name:de})=>de),"Variable",oe,e,k==="parameter-value"?"=":""):void 0}else if(k==="param-line"){let I=f(this,Ee).slice(T.getAbsoluteIndex(),x.indexFromPos(p,m)).trimStart();return/^[a-z]+$/iu.test(I)?ye(ki[T.name],"Property",I,e):void 0}else if(nu(T)&&ap(A)){let I=li(A.tag,A.name);if(I.length===0)return;let R=f(this,Ee).slice(T.getAbsoluteIndex(),x.indexFromPos(p,m)).trimStart();return ye(I,"Value",R,e)}}async provideDiagnostics(r,e=!0){let t=await C(this,H,qe).call(this,r),{lintConfig:n}=v,i=n.fix;n.fix=!1;let s=t.lint();return n.fix=i,[(e?s:s.filter(({severity:d})=>d==="error")).map(({startLine:d,startCol:u,endLine:p,endCol:m,severity:c,rule:h,message:b,fix:y,suggestions:x})=>({range:{start:{line:d,character:u},end:{line:p,character:m}},severity:c==="error"?1:2,source:"WikiLint",code:h,message:b,data:[...y?[ou(t,y,!0)]:[],...x?x.map(T=>ou(t,T)):[]]})),[],[]].flat(2)}resolveCodeAction(r){if(r.kind!=="source.fixAll")return r;let{rule:e}=r.data;return{...r,edit:{changes:{"":lp(f(this,jt),e)}}}}async provideFoldingRanges(r){let e=await C(this,H,qe).call(this,r),{length:t}=e.getLines(),n=[],i=new Array(6),s=e.querySelectorAll("heading-title,table,template,magic-word");for(let a of[...s].reverse())a.getRelativeIndex();for(let a of s){let{offsetHeight:l}=a;if(a.type==="heading-title"||l>2){let{top:g}=e.posFromIndex(a.getAbsoluteIndex());if(a.type==="heading-title"){let{level:d}=a.parentNode;for(let u=d-1;u<6;u++){let p=i[u];p!==void 0&&p<g-1&&n.push({startLine:p,endLine:g-1,kind:"region"}),i[u]=void 0}i[d-1]=g+l-1}else n.push({startLine:g,endLine:g+l-2,kind:"region"})}}for(let a of i)a!==void 0&&a<t-1&&n.push({startLine:a,endLine:t-1,kind:"region"});return n}async provideLinks(r){var s;(s=this.config)!=null||(this.config=v.getConfig());let{articlePath:e,protocol:t}=this.config,n=e==null?void 0:e.includes("//"),i=op(t);return(await C(this,H,qe).call(this,r)).querySelectorAll(`magic-link,ext-link-url,free-ext-link,attr-value${n?",link-target,template-name,invoke-module,magic-word#filepath,magic-word#widget":""},image-parameter#link,image-parameter#manualthumb`).reverse().map(a=>{let l;a.is("magic-word")?({name:l}=a,a=a.childNodes[1].lastChild):a.is("image-parameter")&&({name:l}=a);let{type:g,parentNode:d,firstChild:u,lastChild:p,childNodes:m,length:c}=a,{tag:h}=d;if(l!=null||(l=d.name),!(g!=="attr-value"||l==="cite"&&["blockquote","del","ins","q"].includes(h)||l==="src"&&["templatestyles","img"].includes(h)||l==="templatename"&&h==="rss"||l==="file"&&h==="phonos")||!iu(a))return!1;let b=m.filter(y=>y.type==="text").map(({data:y})=>y).join("").trim();if(!b)return!1;try{if(a.is("magic-link")||a.is("ext-link-url")||a.is("free-ext-link"))b=a.getUrl(e);else if(g==="link-target"&&(d.is("link")||d.is("redirect-target")||d.is("category"))){if(/^(?:\.\.)?\//u.test(b))return!1;b=d.link.getUrl(e)}else if(g==="link-target"||g==="template-name")b=d.getAttribute("title").getUrl(e);else if(["invoke-module","parameter-value"].includes(g)||g==="attr-value"&&(l==="src"&&h==="templatestyles"||l==="templatename"&&h==="rss"||l==="file"&&h==="phonos")||g==="image-parameter"&&(l==="manualthumb"||!i.test(b))){if(!n||b.startsWith("/"))return!1;g==="image-parameter"&&l==="manualthumb"||g==="parameter-value"&&l==="filepath"||g==="attr-value"&&h==="phonos"?b=`File:${b}`:g==="parameter-value"?b=`Widget:${b}`:g==="invoke-module"&&(b=`Module:${b}`);let y=v.normalizeTitle(b,g==="attr-value"?10:0,!1,this.config,{temporary:!0});if(!y.valid)return!1;b=y.getUrl()}if(typeof b=="string"&&b.startsWith("//")&&(b=`https:${b}`),b=new URL(b).href,g==="image-parameter"){let y=u.getBoundingClientRect(),{top:x,left:T,height:k,width:A}=c===1?y:p.getBoundingClientRect();return{range:{start:{line:y.top,character:y.left},end:yr(x,T,k,A)},target:b}}return{range:cr(a),target:b}}catch{return!1}}).filter(a=>a!==!1)}async provideReferences(r,e){let t=await C(this,H,qe).call(this,r),{offsetNode:n,offset:i}=su(t,f(this,Ee),e),s=n.type==="text"?n.parentNode:n,a=i===0&&(s.is("ext-attr-dirty")||s.is("html-attr-dirty"))?s.parentNode.parentNode:s,{type:l}=a,g=Hn(a),d=zn(a);if(!g&&!d&&!np.has(l))return;let u=Mi(a),p=t.querySelectorAll(l==="heading-title"?"heading":l).filter(m=>l==="attr-value"?Hn(m)===g||zn(m)===d:Mi(m)===u).reverse().map(m=>({range:cr(m.type==="parameter-key"?m.parentNode:m)}));return p.length===0?void 0:p}async provideDefinition(r,e){let t=await C(this,H,qe).call(this,r),n=t.elementFromPoint(e.character,e.line),i=n.is("ext")&&n.name==="ref"?n:n.closest("ext#ref"),s=rn(i,"name");if(!s)return;let a=rn(i,"group"),l=t.querySelectorAll("ext#ref").filter(g=>g.innerText&&rn(g,"name")===s&&rn(g,"group")===a).reverse().map(({lastChild:g})=>({range:cr(g)}));return l.length===0?void 0:l}async resolveRenameLocation(r,e){let t=await C(this,H,qe).call(this,r),n=t.elementFromPoint(e.character,e.line),{type:i}=n,s=Hn(n),a=zn(n);return!s&&!a&&(!du.has(i)||i==="parameter-key"&&/^[1-9]\d*$/u.test(n.parentNode.name)||i==="link-target"&&!["link","redirect-target"].includes(n.parentNode.type))?void 0:cr(n)}async provideRenameEdits(r,e,t){let n=await C(this,H,qe).call(this,r),i=n.elementFromPoint(e.character,e.line),{type:s}=i,a=Hn(i),l=a&&rn(i.parentNode.parentNode,"group"),g=zn(i),d=Mi(i),u=n.querySelectorAll(s).filter(p=>{let{type:m}=p.parentNode;return s==="link-target"&&m!=="link"&&m!=="redirect-target"?!1:s==="attr-value"?zn(p)===g||Hn(p)===a&&rn(p.parentNode.parentNode,"group")===l:Mi(p)===d});return u.length===0?void 0:{changes:{"":u.reverse().map(p=>({range:cr(p),newText:t}))}}}async provideHover(r,e){if(!this.data)return;let t=await C(this,H,qe).call(this,r),{offsetNode:n,offset:i}=su(t,f(this,Ee),e);n.type==="text"&&(i+=n.getRelativeIndex(),n=n.parentNode);let{type:s,parentNode:a,length:l,name:g}=n,d,u,p,m;if(n.is("double-underscore")&&i>0)d=C(this,H,$o).call(this,n.name);else if(s==="magic-word-name")d=C(this,H,nn).call(this,a.name),u=n.text().trim(),p=a.getAttribute("colon");else if(n.is("magic-word")&&!n.modifier&&l===1&&(i>0||t.posFromIndex(n.getAbsoluteIndex()).left===e.character))d=C(this,H,nn).call(this,g),u=n.firstChild.text().trim(),p=n.getAttribute("colon");else if((n.is("magic-word")||n.is("template"))&&n.modifier&&i>=2&&n.getRelativeIndex(0)>i&&(u=n.modifier.trim().slice(0,-1),d=C(this,H,nn).call(this,u.toLowerCase()),p=":",d)){let c=n.getAbsoluteIndex();m={start:Vn(t,c+2),end:Vn(t,c+n.modifier.trimEnd().length+1)}}return d&&{contents:{kind:"markdown",value:(d.signatures?`${d.signatures.map(c=>`- **{{ ${u}${c.length===0?"**":`${p}** `}${c.map(({label:h,const:b})=>b?h:`*${h}*`).join(" **|** ")} **}}**`).join(`
33
33
  `)}
34
34
 
35
- `:"")+N.description},range:O!=null?O:Ke(p)}}async provideSignatureHelp(g,h){if(!this.data)return;const{line:x,character:p}=h,k=g.split(/\r?\n/u,x+1)[x],{lastChild:v}=await R(this,u,zn).call(this,`${k.slice(0,p+/^[^{}<]*/u.exec(k.slice(p))[0].length)}}}`);if(!v.is("magic-word")||v.length===1)return;const{name:w,childNodes:A,firstChild:C}=v,N=R(this,u,$t).call(this,w);if(!(N!=null&&N.signatures))return;const B=A.length-1,q=N.signatures.filter(W=>{var J;return(W.length>=B||((J=W[W.length-1])==null?void 0:J.rest))&&W.every(({label:X,const:z},H)=>{var ie;const Z=z&&H<B&&((ie=A[H+1])==null?void 0:ie.text().trim());return!Z||X.toLowerCase().includes(Z.toLowerCase())})});if(q.length===0)return;let O=-1;for(let W=v.getAbsoluteIndex()+v.getAttribute("padding");O<B&&(W+=A[O+1].toString().length+1,!(W>p));O++);const P=C.text().trim(),I=v.getAttribute("colon");return{signatures:q.map(W=>({label:`{{${P}${W.length===0?"":I}${W.map(({label:J})=>J).join("|")}}}`,parameters:W.map(({label:J,const:X})=>({label:J,...X?{documentation:"Predefined parameter"}:void 0})),...W.length<B?{activeParameter:Math.min(O,W.length-1)}:void 0})),activeParameter:O}}async provideInlayHints(g){const h=await R(this,u,Re).call(this,g);let x=[];for(const p of h.querySelectorAll("template,magic-word#invoke").reverse()){const{type:k,childNodes:v}=p;x=[...x,...v.slice(k==="template"?1:3).filter(({anon:w})=>w).reverse().map(w=>({position:wt(h,w.getAbsoluteIndex()),label:`${w.name}=`,kind:2}))]}return x}findStyleTokens(){return b(this,r).querySelectorAll(Ea).filter(({lastChild:g})=>fn(g))}async provideRefactoringAction(g,h){let x,p;if(h){const{start:w,end:A}=h;if(w.line===A.line&&w.character===A.character)return[];x=g.split(/\r?\n/u,A.line+1),p=w.line===A.line?x[A.line].slice(w.character,A.character):`${x[w.line].slice(w.character)}
36
- ${x.slice(w.line+1,A.line).join(`
37
- `)}${x.length===2?"":`
38
- `}${x[A.line].slice(0,A.character)}`}else if(g)x=g.split(/\r?\n/u),p=x.join(`
39
- `),h={start:{line:0,character:0},end:{line:x.length-1,character:x[x.length-1].length}};else return[];const k=await R(this,u,zn).call(this,p),{viewOnly:v}=F;return F.viewOnly=!1,pe.internal(()=>{k.escape()},F),F.viewOnly=v,[{title:"Escape with magic words",kind:"refactor.rewrite",edit:{changes:{"":[{range:h,newText:k.toString()}]}}}]}},e=new WeakMap,t=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakMap,s=new WeakMap,l=new WeakMap,a=new WeakMap,d=new WeakMap,u=new WeakSet,di=function(){return b(this,l)===this.config&&b(this,a)===this.include},Re=async function(g){var h;return g=ci(g),!b(this,i)&&R(this,u,di).call(this)&&b(this,e)===g?b(this,r):(E(this,e,g),(h=b(this,i))!=null||E(this,i,R(this,u,Un).call(this)),b(this,i))},Un=async function(){var x;(x=this.config)!=null||(this.config=F.getConfig()),E(this,l,this.config),E(this,a,this.include);const g=b(this,e),h=await wn(g,()=>b(this,e),this.include,this.config);return R(this,u,di).call(this)&&b(this,e)===g?(E(this,r,h),E(this,i,void 0),h):(E(this,i,R(this,u,Un).call(this)),b(this,i))},zn=async function(g){var h;return g=ci(g),!b(this,n)&&R(this,u,di).call(this)&&b(this,t)===g?b(this,s):(E(this,t,g),(h=b(this,n))!=null||E(this,n,R(this,u,Hn).call(this)),b(this,n))},Hn=async function(){var x;(x=this.config)!=null||(this.config=F.getConfig()),E(this,l,this.config),E(this,a,this.include);const g=b(this,t),h=await wn(g,()=>b(this,t),this.include,this.config);return R(this,u,di).call(this)&&b(this,t)===g?(E(this,s,h),E(this,n,void 0),h):(E(this,n,R(this,u,Hn).call(this)),b(this,n))},Hu=function(){var g;if(!b(this,d)||b(this,d)[1]!==this.config){(g=this.config)!=null||(this.config=F.getConfig());const{nsid:h,ext:x,html:p,parserFunction:[k,v,...w],doubleUnderscore:A,protocol:C,img:N}=this.config,B=new Set([x,p].flat(2)),q=new RegExp("(?:"+String.raw`<(\/?\w*)`+"|"+String.raw`(\{{2,4}|\[\[)\s*([^|{}<>[\]\s][^|{}<>[\]#]*)?`+"|"+String.raw`(_(?:_(?:(?!__|_{2})[\p{L}\p{N}_])*)?)`+"|"+String.raw`(_(?:_(?:(?!__|_{2})[\p{L}\p{N}_])*)?)`+"|"+String.raw`(?<!\[)\[([a-z:/]*)`+"|"+String.raw`\[\[\s*(?:${Object.entries(h).filter(([,P])=>P===6).map(([P])=>P).join("|")})\s*:[^[\]{}<>]+\|([^[\]{}<>|=]*)`+"|"+String.raw`<(\w+)(?:\s(?:[^<>{}|=\s]+(?:\s*=\s*(?:[^\s"']\S*|(["']).*?\9))?(?=\s))*)?\s(\w*)`+")$","iu"),O=A.slice(0,2).flat();E(this,d,[{re:q,ext:x,tags:B,allTags:[...B,"onlyinclude","includeonly","noinclude"],functions:[Object.keys(k),Object.keys(v),w].flat(2),switches:O.filter(ut).map(P=>`__${P}__`),jaSwitches:O.filter(P=>!ut(P)),protocols:C.split("|"),params:Object.keys(N).filter(P=>P.endsWith("$1")||!P.includes("$1")).map(P=>P.replace(/\$1$/u,""))},this.config])}return b(this,d)[0]},Dn=function(g){return this.data.behaviorSwitches.find(({aliases:h})=>h.includes(g))},$t=function(g){return this.data.parserFunctions.find(({aliases:h})=>h.some(x=>x.replace(/^#/u,"")===g))},T)}}),Du={};oe(Du,{default:()=>F});Gu.exports=se(Du);var Bi,Sn,Oa,kn,At,An,Ba,F,D=L({"index.ts"(){Xn(),Ie(),Ue(),ve(),Kd(),Yd(),Bi=!0,Sn=new qn,kn=(e,t,i)=>typeof e=="string"?[!!t,i,e]:[!!e,t,i],At={config:_n,get rules(){return gi},get i18n(){return{...Va,...Oa}},set i18n(e){Oa=e},get lintConfig(){return Sn},set lintConfig(e){Sn=new qn(e)},get viewOnly(){return Bi},set viewOnly(e){Bi&&!e&&pe.rev++,Bi=e},internal:!1,getConfig(e){const t=e!=null?e:this.config,{doubleUnderscore:i,ext:n,parserFunction:r,variable:s}=t;for(let l=0;l<2;l++)i.length>l+2&&i[l].length===0&&(i[l]=Object.keys(i[l+2]));return n.includes("translate")&&!s.includes("translationlanguage")&&(s.push("translationlanguage"),r[1].TRANSLATIONLANGUAGE="translationlanguage"),{..._n,...t,excludes:[]}},msg(e,t=""){var i;return e&&((i=this.i18n[e])!=null?i:e).replace("$1",this.msg(t))},normalizeTitle(e,t=0,i,n=At.getConfig(),r){let s;if(r!=null&&r.halfParsed)s=new Wn(e,t,n,r);else{const{Token:l}=(V(),se(Qi));s=pe.run(()=>{const a=new l(e,n);a.type="root",a.pageName=r==null?void 0:r.page,a.parseOnce(0,i).parseOnce();const d=new Wn(a.firstChild.toString(),t,n,r);a.build();for(const u of["main","fragment"]){const o=d[u];if(o!=null&&o.includes("\0")){const c=a.buildFromStr(o,1);u==="main"?d.main=c:d.setFragment(c)}}return d},this)}return s},parse(e,t,i,n,r){e=ci(e);let s,l,a,d;typeof t=="string"?(s=!!i,l=n,a=r,d=t):(s=!!t,l=i,a=n,d=r),l!=null||(l=$e),a!=null||(a=this.getConfig());let u;typeof l!="number"&&(u=Array.isArray(l)?l:[l],l=Math.max(...u.map(f=>Da[f]||$e)));const{Token:o}=(V(),se(Qi));return pe.run(()=>{const f=new o(e,a);return f.type="root",f.pageName=d,f.parse(l,s)})},parseWithRef(e,t,i,n=t.getAttribute("include")){return this.parse(e,n,i,t.getAttribute("config"),t.pageName)},createLanguageService(e={}){var t;{const{LanguageService:i,tasks:n}=(Zd(),se(Uu));return(t=n.get(e))!=null?t:new i(e)}},lint(e,t,i,n){{const[r,s,l]=kn(t,i,n);return pe.internal(()=>this.parse(e,r,void 0,s,l).lint(),this)}},print(e,t,i,n){{const[r,s,l]=kn(t,i,n);return pe.internal(()=>this.parse(e,r,void 0,s,l).print(),this)}}},An={},Ba=new Set(["lintConfig","normalizeTitle","parse","createLanguageService"]);for(const e of Object.keys(At))Ba.has(e)||(An[e]={enumerable:!1});Object.defineProperties(At,An),Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:At}),F=At}});D()});ec();})();
35
+ `:"")+d.description},range:m!=null?m:cr(n)}}async provideSignatureHelp(r,e){if(!this.data)return;let{line:t,character:n}=e,i=r.split(/\r?\n/u,t+1)[t],{lastChild:s}=await C(this,H,Lo).call(this,`${i.slice(0,n+/^[^{}<]*/u.exec(i.slice(n))[0].length)}}}`);if(!s.is("magic-word")||s.length===1)return;let{name:a,childNodes:l,firstChild:g}=s,d=C(this,H,nn).call(this,a);if(!(d!=null&&d.signatures))return;let u=l.length-1,p=d.signatures.filter(b=>{var y;return(b.length>=u||((y=b[b.length-1])==null?void 0:y.rest))&&b.every(({label:x,const:T},k)=>{var N;let A=T&&k<u&&((N=l[k+1])==null?void 0:N.text().trim());return!A||x.toLowerCase().includes(A.toLowerCase())})});if(p.length===0)return;let m=-1;for(let b=s.getAbsoluteIndex()+s.getAttribute("padding");m<u&&(b+=l[m+1].toString().length+1,!(b>n));m++);let c=g.text().trim(),h=s.getAttribute("colon");return{signatures:p.map(b=>({label:`{{${c}${b.length===0?"":h}${b.map(({label:y})=>y).join("|")}}}`,parameters:b.map(({label:y,const:x})=>({label:y,...x?{documentation:"Predefined parameter"}:void 0})),...b.length<u?{activeParameter:Math.min(m,b.length-1)}:void 0})),activeParameter:m}}async provideInlayHints(r){let e=await C(this,H,qe).call(this,r),t=[];for(let n of e.querySelectorAll("template,magic-word#invoke").reverse()){let{type:i,childNodes:s}=n;t=[...t,...s.slice(i==="template"?1:3).filter(({anon:a})=>a).reverse().map(a=>({position:Vn(e,a.getAbsoluteIndex()),label:`${a.name}=`,kind:2}))]}return t}findStyleTokens(){return f(this,jt).querySelectorAll(sp).filter(({lastChild:r})=>nu(r))}async provideRefactoringAction(r,e){let t,n;if(e){let{start:a,end:l}=e;if(a.line===l.line&&a.character===l.character)return[];t=r.split(/\r?\n/u,l.line+1),n=a.line===l.line?t[l.line].slice(a.character,l.character):`${t[a.line].slice(a.character)}
36
+ ${t.slice(a.line+1,l.line).join(`
37
+ `)}${t.length===2?"":`
38
+ `}${t[l.line].slice(0,l.character)}`}else if(r)t=r.split(/\r?\n/u),n=t.join(`
39
+ `),e={start:{line:0,character:0},end:{line:t.length-1,character:t[t.length-1].length}};else return[];let i=await C(this,H,Lo).call(this,n),{viewOnly:s}=v;return v.viewOnly=!1,J.internal(()=>{i.escape()},v),v.viewOnly=s,[{title:"Escape with magic words",kind:"refactor.rewrite",edit:{changes:{"":[{range:e,newText:i.toString()}]}}}]}findTemplateTokens(){return f(this,jt).querySelectorAll("template")}};Ee=new WeakMap,Bt=new WeakMap,xt=new WeakMap,Tt=new WeakMap,jt=new WeakMap,Qn=new WeakMap,sn=new WeakMap,on=new WeakMap,fr=new WeakMap,H=new WeakSet,Gn=function(){return f(this,sn)===this.config&&f(this,on)===this.include},qe=async function(r){var e;return r=br(r),!f(this,xt)&&C(this,H,Gn).call(this)&&f(this,Ee)===r?f(this,jt):(S(this,Ee,r),(e=f(this,xt))!=null||S(this,xt,C(this,H,Co).call(this)),f(this,xt))},Co=async function(){var t;(t=this.config)!=null||(this.config=v.getConfig()),S(this,sn,this.config),S(this,on,this.include);let r=f(this,Ee),e=await au(r,()=>f(this,Ee),this.include,this.config);return C(this,H,Gn).call(this)&&f(this,Ee)===r?(S(this,jt,e),S(this,xt,void 0),e):(S(this,xt,C(this,H,Co).call(this)),f(this,xt))},Lo=async function(r){var e;return r=br(r),!f(this,Tt)&&C(this,H,Gn).call(this)&&f(this,Bt)===r?f(this,Qn):(S(this,Bt,r),(e=f(this,Tt))!=null||S(this,Tt,C(this,H,Eo).call(this)),f(this,Tt))},Eo=async function(){var t;(t=this.config)!=null||(this.config=v.getConfig()),S(this,sn,this.config),S(this,on,this.include);let r=f(this,Bt),e=await au(r,()=>f(this,Bt),this.include,this.config);return C(this,H,Gn).call(this)&&f(this,Bt)===r?(S(this,Qn,e),S(this,Tt,void 0),e):(S(this,Tt,C(this,H,Eo).call(this)),f(this,Tt))},pu=function(){var r;if(!f(this,fr)||f(this,fr)[1]!==this.config){(r=this.config)!=null||(this.config=v.getConfig());let{nsid:e,ext:t,html:n,parserFunction:[i,s,...a],doubleUnderscore:l,protocol:g,img:d}=this.config,u=new Set([t,n].flat(2)),p=new RegExp("(?:"+String.raw`<(\/?\w*)`+"|"+String.raw`(\{{2,4}|\[\[)\s*([^|{}<>[\]\s][^|{}<>[\]#]*)?`+"|"+String.raw`(_(?:_(?:(?!__|_{2})[\p{L}\p{N}_])*)?)`+"|"+String.raw`(_(?:_(?:(?!__|_{2})[\p{L}\p{N}_])*)?)`+"|"+String.raw`(?<!\[)\[([a-z:/]*)`+"|"+String.raw`\[\[\s*(?:${Object.entries(e).filter(([,c])=>c===6).map(([c])=>c).join("|")})\s*:[^[\]{}<>]+\|([^[\]{}<>|=]*)`+"|"+String.raw`<(\w+)(?:\s(?:[^<>{}|=\s]+(?:\s*=\s*(?:[^\s"']\S*|(["']).*?\9))?(?=\s))*)?\s(\w*)`+")$","iu"),m=l.slice(0,2).flat();S(this,fr,[{re:p,ext:t,tags:u,allTags:[...u,"onlyinclude","includeonly","noinclude"],functions:[Object.keys(i),Object.keys(s),a].flat(2),switches:m.filter(Pt).map(c=>`__${c}__`),jaSwitches:m.filter(c=>!Pt(c)),protocols:g.split("|"),params:Object.keys(d).filter(c=>c.endsWith("$1")||!c.includes("$1")).map(c=>c.replace(/\$1$/u,""))},this.config])}return f(this,fr)[0]},$o=function(r){return this.data.behaviorSwitches.find(({aliases:e})=>e.includes(r))},nn=function(r){return this.data.parserFunctions.find(({aliases:e})=>e.some(t=>t.replace(/^#/u,"")===r))}});var No,mu,hu,bu,Xn,xu,dp,v,M=L(()=>{Zn();Ae();ti();ae();Zd();ru();No=!0,mu=new Wn,bu=(o,r,e)=>typeof o=="string"?[!!r,e,o]:[!!o,r,e],Xn={config:Ji,get rules(){return Dt},get i18n(){return{...Vo,...hu}},set i18n(o){hu=o},get lintConfig(){return mu},set lintConfig(o){mu=new Wn(o)},get viewOnly(){return No},set viewOnly(o){No&&!o&&J.rev++,No=o},internal:!1,getConfig(o){let r=o!=null?o:this.config,{doubleUnderscore:e,ext:t,parserFunction:n,variable:i}=r;for(let s=0;s<2;s++)e.length>s+2&&e[s].length===0&&(e[s]=Object.keys(e[s+2]));return t.includes("translate")&&!i.includes("translationlanguage")&&(i.push("translationlanguage"),n[1].TRANSLATIONLANGUAGE="translationlanguage"),{...Ji,...r,excludes:[]}},msg(o,r=""){var e;return o&&((e=this.i18n[o])!=null?e:o).replace("$1",this.msg(r))},normalizeTitle(o,r=0,e,t=Xn.getConfig(),n){let i;if(n!=null&&n.halfParsed)i=new Dn(o,r,t,n);else{let{Token:s}=(G(),K(Wi));i=J.run(()=>{let a=new s(o,t);a.type="root",a.pageName=n==null?void 0:n.page,a.parseOnce(0,e).parseOnce();let l=new Dn(a.firstChild.toString(),r,t,n);a.build();for(let g of["main","fragment"]){let d=l[g];if(d!=null&&d.includes("\0")){let u=a.buildFromStr(d,1);g==="main"?l.main=u:l.setFragment(u)}}return l},this)}return i},parse(o,r,e,t,n){o=br(o);let i,s,a,l;typeof r=="string"?(i=!!e,s=t,a=n,l=r):(i=!!r,s=e,a=t,l=n),s!=null||(s=11),a!=null||(a=this.getConfig());let g;typeof s!="number"&&(g=Array.isArray(s)?s:[s],s=Math.max(...g.map(p=>Mo[p]||11)));let{Token:d}=(G(),K(Wi));return J.run(()=>{let p=new d(o,a);return p.type="root",p.pageName=l,p.parse(s,i)})},parseWithRef(o,r,e,t=r.getAttribute("include")){return this.parse(o,t,e,r.getAttribute("config"),r.pageName)},createLanguageService(o={}){var r;{let{LanguageService:e,tasks:t}=(fu(),K(cu));return(r=t.get(o))!=null?r:new e(o)}},lint(o,r,e,t){{let[n,i,s]=bu(r,e,t);return J.internal(()=>this.parse(o,n,void 0,i,s).lint(),this)}},print(o,r,e,t){{let[n,i,s]=bu(r,e,t);return J.internal(()=>this.parse(o,n,void 0,i,s).print(),this)}}},xu={},dp=new Set(["lintConfig","normalizeTitle","parse","createLanguageService"]);for(let o of Object.keys(Xn))dp.has(o)||(xu[o]={enumerable:!1});Object.defineProperties(Xn,xu);Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:Xn});v=Xn});M();})();
40
40
  //# sourceMappingURL=bundle-lsp.min.js.map