wikiparser-node 1.16.4 → 1.16.6

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 (151) hide show
  1. package/README.md +1 -1
  2. package/bundle/bundle.es7.js +27 -27
  3. package/bundle/bundle.lsp.js +30 -30
  4. package/bundle/bundle.min.js +29 -29
  5. package/dist/addon/table.js +7 -4
  6. package/dist/addon/token.js +13 -7
  7. package/dist/addon/transclude.js +7 -5
  8. package/dist/base.d.mts +99 -30
  9. package/dist/base.d.ts +99 -30
  10. package/dist/index.d.ts +10 -4
  11. package/dist/index.js +59 -14
  12. package/dist/lib/attributes.js +2 -2
  13. package/dist/lib/element.d.ts +96 -42
  14. package/dist/lib/element.js +98 -45
  15. package/dist/lib/lsp.d.ts +64 -35
  16. package/dist/lib/lsp.js +208 -159
  17. package/dist/lib/node.d.ts +122 -53
  18. package/dist/lib/node.js +172 -75
  19. package/dist/lib/range.d.ts +83 -31
  20. package/dist/lib/range.js +83 -31
  21. package/dist/lib/ranges.d.ts +1 -1
  22. package/dist/lib/ranges.js +3 -2
  23. package/dist/lib/text.d.ts +40 -14
  24. package/dist/lib/text.js +47 -19
  25. package/dist/lib/title.d.ts +50 -16
  26. package/dist/lib/title.js +77 -36
  27. package/dist/mixin/attributesParent.d.ts +37 -21
  28. package/dist/mixin/attributesParent.js +0 -2
  29. package/dist/mixin/flagsParent.d.ts +38 -12
  30. package/dist/mixin/hidden.d.ts +0 -2
  31. package/dist/mixin/hidden.js +0 -2
  32. package/dist/mixin/magicLinkParent.d.ts +11 -5
  33. package/dist/mixin/singleLine.d.ts +0 -2
  34. package/dist/mixin/singleLine.js +3 -3
  35. package/dist/mixin/sol.d.ts +0 -2
  36. package/dist/mixin/sol.js +2 -3
  37. package/dist/mixin/syntax.d.ts +0 -2
  38. package/dist/mixin/syntax.js +0 -2
  39. package/dist/parser/braces.js +52 -20
  40. package/dist/parser/commentAndExt.js +19 -6
  41. package/dist/parser/links.js +13 -7
  42. package/dist/parser/list.js +3 -1
  43. package/dist/parser/quotes.js +22 -2
  44. package/dist/parser/redirect.js +4 -1
  45. package/dist/src/arg.d.ts +19 -9
  46. package/dist/src/arg.js +34 -15
  47. package/dist/src/atom.d.ts +5 -1
  48. package/dist/src/atom.js +5 -1
  49. package/dist/src/attribute.d.ts +26 -8
  50. package/dist/src/attribute.js +30 -11
  51. package/dist/src/attributes.d.ts +50 -22
  52. package/dist/src/attributes.js +54 -26
  53. package/dist/src/converter.d.ts +4 -2
  54. package/dist/src/converter.js +12 -9
  55. package/dist/src/converterFlags.d.ts +45 -15
  56. package/dist/src/converterFlags.js +45 -15
  57. package/dist/src/converterRule.d.ts +30 -11
  58. package/dist/src/converterRule.js +46 -16
  59. package/dist/src/extLink.d.ts +6 -2
  60. package/dist/src/extLink.js +14 -11
  61. package/dist/src/gallery.d.ts +13 -9
  62. package/dist/src/gallery.js +35 -21
  63. package/dist/src/heading.d.ts +13 -7
  64. package/dist/src/heading.js +21 -11
  65. package/dist/src/hidden.d.ts +5 -1
  66. package/dist/src/hidden.js +7 -3
  67. package/dist/src/html.d.ts +11 -5
  68. package/dist/src/html.js +16 -7
  69. package/dist/src/imageParameter.d.ts +23 -11
  70. package/dist/src/imageParameter.js +22 -10
  71. package/dist/src/imagemap.d.ts +4 -4
  72. package/dist/src/imagemap.js +9 -5
  73. package/dist/src/imagemapLink.d.ts +3 -1
  74. package/dist/src/imagemapLink.js +3 -1
  75. package/dist/src/index.d.ts +65 -20
  76. package/dist/src/index.js +111 -39
  77. package/dist/src/link/base.d.ts +14 -6
  78. package/dist/src/link/base.js +40 -17
  79. package/dist/src/link/category.d.ts +7 -2
  80. package/dist/src/link/category.js +20 -4
  81. package/dist/src/link/file.d.ts +71 -23
  82. package/dist/src/link/file.js +100 -36
  83. package/dist/src/link/galleryImage.d.ts +8 -4
  84. package/dist/src/link/galleryImage.js +15 -8
  85. package/dist/src/link/index.d.ts +12 -4
  86. package/dist/src/link/index.js +15 -5
  87. package/dist/src/link/redirectTarget.d.ts +3 -2
  88. package/dist/src/link/redirectTarget.js +5 -3
  89. package/dist/src/magicLink.d.ts +24 -11
  90. package/dist/src/magicLink.js +36 -19
  91. package/dist/src/nested.d.ts +5 -3
  92. package/dist/src/nested.js +9 -6
  93. package/dist/src/nowiki/base.d.ts +4 -2
  94. package/dist/src/nowiki/base.js +6 -5
  95. package/dist/src/nowiki/comment.d.ts +6 -2
  96. package/dist/src/nowiki/comment.js +8 -3
  97. package/dist/src/nowiki/dd.d.ts +0 -3
  98. package/dist/src/nowiki/dd.js +0 -8
  99. package/dist/src/nowiki/doubleUnderscore.d.ts +5 -1
  100. package/dist/src/nowiki/doubleUnderscore.js +5 -1
  101. package/dist/src/nowiki/index.d.ts +5 -1
  102. package/dist/src/nowiki/index.js +5 -1
  103. package/dist/src/nowiki/list.d.ts +5 -1
  104. package/dist/src/nowiki/list.js +5 -1
  105. package/dist/src/nowiki/listBase.d.ts +15 -5
  106. package/dist/src/nowiki/listBase.js +40 -9
  107. package/dist/src/nowiki/noinclude.d.ts +5 -1
  108. package/dist/src/nowiki/noinclude.js +5 -1
  109. package/dist/src/nowiki/quote.d.ts +15 -8
  110. package/dist/src/nowiki/quote.js +32 -12
  111. package/dist/src/onlyinclude.d.ts +4 -2
  112. package/dist/src/onlyinclude.js +4 -2
  113. package/dist/src/paramTag/index.d.ts +1 -1
  114. package/dist/src/paramTag/index.js +1 -1
  115. package/dist/src/parameter.d.ts +24 -12
  116. package/dist/src/parameter.js +45 -27
  117. package/dist/src/pre.d.ts +1 -1
  118. package/dist/src/pre.js +1 -1
  119. package/dist/src/redirect.d.ts +2 -0
  120. package/dist/src/redirect.js +2 -0
  121. package/dist/src/syntax.d.ts +5 -1
  122. package/dist/src/syntax.js +5 -1
  123. package/dist/src/table/base.d.ts +5 -1
  124. package/dist/src/table/base.js +10 -3
  125. package/dist/src/table/index.d.ts +134 -66
  126. package/dist/src/table/index.js +150 -81
  127. package/dist/src/table/td.d.ts +18 -10
  128. package/dist/src/table/td.js +25 -15
  129. package/dist/src/table/tr.d.ts +13 -3
  130. package/dist/src/table/tr.js +14 -6
  131. package/dist/src/table/trBase.d.ts +28 -12
  132. package/dist/src/table/trBase.js +28 -18
  133. package/dist/src/tagPair/ext.d.ts +3 -1
  134. package/dist/src/tagPair/ext.js +10 -8
  135. package/dist/src/tagPair/include.d.ts +8 -2
  136. package/dist/src/tagPair/include.js +8 -2
  137. package/dist/src/tagPair/index.d.ts +6 -2
  138. package/dist/src/tagPair/index.js +6 -2
  139. package/dist/src/transclude.d.ts +102 -33
  140. package/dist/src/transclude.js +114 -42
  141. package/dist/util/debug.js +2 -7
  142. package/dist/util/html.js +1 -18
  143. package/dist/util/string.js +7 -1
  144. package/extensions/dist/base.js +27 -16
  145. package/extensions/dist/codejar.js +2 -1
  146. package/extensions/dist/lsp.js +5 -10
  147. package/extensions/es7/base.js +27 -16
  148. package/extensions/ui.css +1 -162
  149. package/i18n/zh-hans.json +1 -1
  150. package/i18n/zh-hant.json +1 -1
  151. package/package.json +3 -3
@@ -1,34 +1,34 @@
1
- "use strict";(()=>{var No=Object.create;var ct=Object.defineProperty,Io=Object.defineProperties,di=Object.getOwnPropertyDescriptor,Eo=Object.getOwnPropertyDescriptors,Lo=Object.getOwnPropertyNames,ai=Object.getOwnPropertySymbols;var gi=Object.prototype.hasOwnProperty,Fo=Object.prototype.propertyIsEnumerable;var pi=(a,r)=>(r=Symbol[a])?r:Symbol.for("Symbol."+a),mt=a=>{throw TypeError(a)};var Sr=(a,r,e)=>r in a?ct(a,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[r]=e,H=(a,r)=>{for(var e in r||(r={}))gi.call(r,e)&&Sr(a,e,r[e]);if(ai)for(var e of ai(r))Fo.call(r,e)&&Sr(a,e,r[e]);return a},de=(a,r)=>Io(a,Eo(r)),li=(a,r)=>ct(a,"name",{value:r,configurable:!0});var k=(a,r)=>()=>(a&&(r=a(a=0)),r);var Ro=(a,r)=>()=>(r||a((r={exports:{}}).exports,r),r.exports),ge=(a,r)=>{for(var e in r)ct(a,e,{get:r[e],enumerable:!0})},Po=(a,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Lo(r))!gi.call(a,n)&&n!==e&&ct(a,n,{get:()=>r[n],enumerable:!(t=di(r,n))||t.enumerable});return a};var Y=a=>Po(ct({},"__esModule",{value:!0}),a);var ie=a=>{var r;return[,,,No((r=a==null?void 0:a[pi("metadata")])!=null?r:null)]},ui=["class","method","getter","setter","accessor","field","value","get","set"],Qt=a=>a!==void 0&&typeof a!="function"?mt("Function expected"):a,Bo=(a,r,e,t,n)=>({kind:ui[a],name:r,metadata:t,addInitializer:i=>e._?mt("Already initialized"):n.push(Qt(i||null))}),jo=(a,r)=>Sr(r,pi("metadata"),a[3]),se=(a,r,e,t)=>{for(var n=0,i=a[r>>1],s=i&&i.length;n<s;n++)r&1?i[n].call(e):t=i[n].call(e,t);return t},oe=(a,r,e,t,n,i)=>{var s,o,l,p,g,d=r&7,c=!!(r&8),m=!!(r&16),h=d>3?a.length+1:d?c?1:2:0,f=ui[d+5],v=d>3&&(a[h-1]=[]),y=a[h]||(a[h]=[]),S=d&&(!m&&!c&&(n=n.prototype),d<5&&(d>3||!m)&&di(d<4?n:{get[e](){return u(this,i)},set[e](L){return T(this,i,L)}},e));d?m&&d<4&&li(i,(d>2?"set ":d>1?"get ":"")+e):li(n,e);for(var w=t.length-1;w>=0;w--)p=Bo(d,e,l={},a[3],y),d&&(p.static=c,p.private=m,g=p.access={has:m?L=>qo(n,L):L=>e in L},d^3&&(g.get=m?L=>(d^1?u:I)(L,n,d^4?i:S.get):L=>L[e]),d>2&&(g.set=m?(L,N)=>T(L,n,N,d^4?i:S.set):(L,N)=>L[e]=N)),o=(0,t[w])(d?d<4?m?i:S[f]:d>4?void 0:{get:S.get,set:S.set}:n,p),l._=1,d^4||o===void 0?Qt(o)&&(d>4?v.unshift(o):d?m?i=o:S[f]=o:n=o):typeof o!="object"||o===null?mt("Object expected"):(Qt(s=o.get)&&(S.get=s),Qt(s=o.set)&&(S.set=s),Qt(s=o.init)&&v.unshift(s));return d||jo(a,n),S&&ct(n,e,S),m?d^4?i:S:n},re=(a,r,e)=>Sr(a,typeof r!="symbol"?r+"":r,e),un=(a,r,e)=>r.has(a)||mt("Cannot "+e),qo=(a,r)=>Object(r)!==r?mt('Cannot use the "in" operator on this value'):a.has(r),u=(a,r,e)=>(un(a,r,"read from private field"),e?e.call(a):r.get(a)),x=(a,r,e)=>r.has(a)?mt("Cannot add the same private member more than once"):r instanceof WeakSet?r.add(a):r.set(a,e),T=(a,r,e,t)=>(un(a,r,"write to private field"),t?t.call(a,e):r.set(a,e),e),I=(a,r,e)=>(un(a,r,"access private method"),e);var wr=(a,r,e,t)=>({set _(n){T(a,r,n,e)},get _(){return u(a,r,t)}});var ci,mi,hi=k(()=>{"use strict";ci=(()=>{let a={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(a,null),a})(),mi=(()=>{let a=["bold-header","format-leakage","fostered-content","h1","illegal-attr","insecure-style","invalid-gallery","invalid-imagemap","invalid-invoke","invalid-isbn","lonely-apos","lonely-bracket","lonely-http","nested-link","no-arg","no-duplicate","no-ignored","obsolete-attr","obsolete-tag","parsing-order","pipe-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(a),a})()});var Me,fi=k(()=>{"use strict";Me=a=>decodeURIComponent(a.replace(/%(?![\da-f]{2})/giu,"%25"))});var ye,xi,Ne,Ie,Ke,bi,ae,Ti,me,Oo,_o,Kt,yi,ki,Mo,zo,ht,Ee,K=k(()=>{"use strict";fi();ye=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,xi=String.raw`[^[\]<>"\0-\x1F\x7F${ye}\uFFFD]`,Ne=String.raw`(?:\[[\da-f:.]+\]|${xi})`,Ie=String.raw`(?:${xi}|\0\d+[cn!~]\x7F)*`,Ke=(a,r)=>e=>e.replace(a,r),bi=Ke(/[\0\x7F]|\r$/gmu,""),ae=Ke(/\0\d+[cn]\x7F/gu,""),Ti=Ke(/[\\{}()|.?*+^$[\]]/gu,String.raw`\$&`),me=(a,r="")=>a.map(e=>typeof e=="string"?e:e.text()).join(r),Oo={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},_o=Ke(/&(?:#(\d+|[Xx][\da-fA-F]+)|([lg]t|[LG]T|[lr]brac[ke]|nbsp|amp|AMP|quot|QUOT));/gu,(a,r,e)=>r?String.fromCodePoint(+((/^x/iu.test(r)?"0":"")+r)):Oo[e.toLowerCase()]),Kt=a=>_o(a),yi=Ke(/&#(\d+|x[\da-f]+);/giu,(a,r)=>String.fromCodePoint(+((/^x/iu.test(r)?"0":"")+r))),ki=Ke(/\n/gu,String.raw`\n`),Mo={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},zo=a=>Ke(a,r=>`&${Mo[r]};`),ht=zo(/[&<>]/gu),Ee=(a,r={})=>{let{pre:e="",post:t="",sep:n=""}=r;return e+a.map(i=>i.print()).join(n)+t}});var vi=Ro((_a,Uo)=>{Uo.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},variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{"#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","#cscore":"cscore","#regex":"regex","#regex_var":"regex_var","#regexquote":"regexquote","#regexall":"regexall","#len":"len","#pos":"pos","#rpos":"rpos","#sub":"sub","#count":"count","#replace":"replace","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"section","#section-x":"section-x","#section-h":"section-h","#statements":"statements"},{"!":"!","=":"=","#FORMAL":"formal","#bcp47":"bcp47","#dir":"dir","#interwikilink":"interwikilink","#interlanguagelink":"interlanguagelink","#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:|worldwind://|xmpp:",interwiki:[],img:{},redirection:["#redirect"],variants:[]}});var cn,Ai=k(()=>{"use strict";cn=vi()});var Jt,ft,Yt,Zt,mn,E,J=k(()=>{"use strict";E=class{constructor(r,e){x(this,Zt);x(this,Jt);x(this,ft);x(this,Yt);T(this,Jt,r),T(this,ft,e)}get start(){return u(this,ft)}get top(){return I(this,Zt,mn).call(this).top}get left(){return I(this,Zt,mn).call(this).left}};Jt=new WeakMap,ft=new WeakMap,Yt=new WeakMap,Zt=new WeakSet,mn=function(){var r;return(r=u(this,Yt))!=null||T(this,Yt,u(this,Jt).getRootNode().posFromIndex(u(this,ft))),u(this,Yt)}});var hn,Si,C,$,Le,j=k(()=>{"use strict";ve();J();R();hn=(a,r,e,t)=>({line:a+e-1,character:(e===1?r:0)+t}),Si=a=>(r,e,t,n,i="error")=>{let{start:s}=e,{top:o,left:l}=e instanceof E?e:new E(r,s),{offsetHeight:p,offsetWidth:g}=r,{startIndex:d,startLine:c,startCol:m}=a(r,s,o,l),{line:h,character:f}=hn(c,m,p,g);return{rule:t,message:b.msg(n),severity:i,startIndex:d,endIndex:d+r.toString().length,startLine:c,endLine:h,startCol:m,endCol:f}},C=Si((a,r,e,t)=>{let n=a.getRelativeIndex(),{top:i,left:s}=a.parentNode.posFromIndex(n);return{startIndex:r+n,startLine:e+i,startCol:i?s:t+s}}),$=Si((a,r,e,t)=>({startIndex:r,startLine:e,startCol:t})),Le=(a,r,e)=>{if(a)return a[1];let t=r();return e([ke.rev,t]),t}});var Wo,Cr,wi=k(()=>{"use strict";Wo=(a,r,e)=>{let[t,...n]=a.split("#");return(!t||t===r)&&n.every(i=>i===e)},Cr=(a,r,e)=>({type:t,name:n})=>a.split(",").some(i=>Wo(i.trim(),t,n))});var er,xt,bt,tr,rr,nr,Tt,yt,$r,kt,fn=k(()=>{"use strict";j();ve();kt=class{constructor(){x(this,yt);re(this,"childNodes",[]);x(this,er);x(this,xt);x(this,bt);x(this,tr);x(this,rr);x(this,nr);x(this,Tt,{})}get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get parentNode(){return u(this,er)}get nextSibling(){return u(this,xt)}get previousSibling(){return u(this,bt)}get offsetHeight(){return I(this,yt,$r).call(this).height}get offsetWidth(){return I(this,yt,$r).call(this).width}getAttribute(r){return r==="padding"?0:this[r]}setAttribute(r,e){switch(r){case"parentNode":T(this,er,e),e||(T(this,xt,void 0),T(this,bt,void 0));break;case"nextSibling":T(this,xt,e);break;case"previousSibling":T(this,bt,e);break;default:this[r]=e}}getRootNode(){return Le(u(this,rr),()=>{var r,e;return(e=(r=this.parentNode)==null?void 0:r.getRootNode())!=null?e:this},r=>{let[,e]=r;e.type==="root"&&e.getAttribute("built")&&T(this,rr,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=t.findIndex(([,,i])=>r<=i);return{top:n,left:r-t[n][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 Le(u(this,Tt)[r],()=>{let{childNodes:e}=this,t=r+(r<0?e.length:0),n=this.getAttribute("padding");for(let i=0;i<t;i++)u(this,Tt)[i]=[ke.rev,n],n+=e[i].toString().length+this.getGaps(i);return n},e=>{u(this,Tt)[r]=e})}getAbsoluteIndex(){return Le(u(this,nr),()=>{let{parentNode:r}=this;return r?r.getAbsoluteIndex()+this.getRelativeIndex():0},r=>{T(this,nr,r)})}getBoundingClientRect(){return H(H({},I(this,yt,$r).call(this)),this.getRootNode().posFromIndex(this.getAbsoluteIndex()))}seal(r,e){Object.defineProperty(this,r,{enumerable:!e&&!!this[r],configurable:!0})}is(r){return this.type===r}getLines(){return Le(u(this,tr),()=>{let r=[],e=0;for(let t of String(this).split(`
2
- `)){let n=e+t.length;r.push([t,e,n]),e=n+1}return r},r=>{T(this,tr,r)})}};er=new WeakMap,xt=new WeakMap,bt=new WeakMap,tr=new WeakMap,rr=new WeakMap,nr=new WeakMap,Tt=new WeakMap,yt=new WeakSet,$r=function(){let r=this.getLines(),e=r[r.length-1];return{height:r.length,width:e[2]-e[1]}}});var ze,xn,bn,Nr,Ci=k(()=>{"use strict";K();ve();wi();fn();Nr=class extends kt{constructor(){super(...arguments);x(this,ze)}get length(){return this.childNodes.length}text(e){return me(this.childNodes,e)}normalize(){let e=[...this.childNodes],t=n=>{var i,s;e.splice(n,1),(i=e[n-1])==null||i.setAttribute("nextSibling",e[n]),(s=e[n])==null||s.setAttribute("previousSibling",e[n-1])};for(let n=e.length-1;n>=0;n--){let{type:i,data:s}=e[n];i!=="text"||e.length===1||this.getGaps(n-(n&&1))||s===""&&t(n)}this.setAttribute("childNodes",e)}removeAt(e){return Tn(this,e,1)[0]}insertAt(e,t=this.length){return Tn(this,t,0,[e]),e}closest(e){let t=Cr(e,this),{parentNode:n}=this;for(;n;){if(t(n))return n;({parentNode:n}=n)}}querySelector(e){let t=Cr(e,this);return I(this,ze,xn).call(this,t)}querySelectorAll(e){let t=Cr(e,this);return I(this,ze,bn).call(this,t)}append(...e){for(let t of e)this.insertAt(t)}replaceChildren(...e){for(let t=this.length-1;t>=0;t--)this.removeAt(t);this.append(...e)}setText(e,t=0){t+=t<0?this.length:0;let n=this.childNodes[t],{data:i}=n;return n.replaceData(e),i}toString(e,t=""){return this.childNodes.map(n=>n.toString(e)).join(t)}caretPositionFromIndex(e){}elementFromIndex(e){}elementFromPoint(e,t){}lint(e=this.getAbsoluteIndex(),t){let n=[];for(let i=0,s=e+this.getAttribute("padding");i<this.length;i++){let o=this.childNodes[i];n.push(...o.lint(s,t)),s+=o.toString().length+this.getGaps(i)}return n}print(e={}){let t=e.class;return this.toString()?(t===""?"":`<span class="wpb-${t!=null?t:this.type}">`)+Ee(this.childNodes,e)+(t===""?"":"</span>"):""}json(e,t=this.getAbsoluteIndex()){let n=de(H({},this),{type:this.type,range:[t,t+this.toString().length],childNodes:[]});for(let i=0,s=t+this.getAttribute("padding");i<this.length;i++){let o=this.childNodes[i],{length:l}=o.toString();n.childNodes.push(o.type==="text"?{data:o.data,range:[s,s+l]}:o.json(void 0,s)),s+=l+this.getGaps(i)}return n}};ze=new WeakSet,xn=function(e){var t;for(let n of this.childNodes){if(n.type==="text")continue;if(e(n))return n;let i=I(t=n,ze,xn).call(t,e);if(i)return i}},bn=function(e){var n;let t=[];for(let i of this.childNodes)i.type!=="text"&&(e(i)&&t.push(i),t.push(...I(n=i,ze,bn).call(n,e)));return t}});var yn,$i,Go,Do,Ho,Vo,Xo,Qo,kn,Ir,Ni,ir,Ii=k(()=>{"use strict";K();j();R();fn();yn=String.raw`[${ye}\t]*`,$i=String.raw`<\s*(?:/\s*)?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|(?:rfc|pmid)(?=[-::]?${yn}\d)|isbn(?=[-::]?${yn}(?:\d(?:${yn}|-)){6})`,Go=new RegExp(String.raw`${$i}|https?[:/]/+`,"giu"),Do=new RegExp($i,"giu"),Ho=new Set(["attr-value","ext-link-text","link-text"]),Vo={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},Xo={"<":"tag-like","[":"lonely-bracket","{":"lonely-bracket","]":"lonely-bracket","}":"lonely-bracket",h:"lonely-http",r:"lonely-http",p:"lonely-http",i:"lonely-http"},Qo=["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"];try{kn=new RegExp(String.raw`[\p{L}\d_]`,"u")}catch(a){kn=/\w/u}ir=class extends kt{constructor(e){super();x(this,Ir);re(this,"data","");Object.defineProperties(this,{childNodes:{enumerable:!1,configurable:!1},data:{value:e}})}get type(){return"text"}toString(e){var t;return e&&!((t=this.parentNode)!=null&&t.getAttribute("built"))?ae(this.data):this.data}text(){return this.data}lint(e=this.getAbsoluteIndex(),t){var z,B,X;if(t===!1)return[];let{data:n,parentNode:i,nextSibling:s,previousSibling:o}=this;if(!i)throw new Error("An isolated text node cannot be linted!");let{type:l,name:p,parentNode:g}=i,d=!1;if(l==="attr-value"){let{type:Q,name:Z,tag:D}=g;if(Q!=="ext-attr")d=!0;else if(D==="choose"&&(Z==="before"||Z==="after"))return[]}if(t!=null||(t=l==="free-ext-link"||l==="ext-link-url"||l==="ext-link-text"||l==="image-parameter"&&p==="link"||d?Do:Go),n.search(t)===-1)return[];t.lastIndex=0;let c=[],m=s==null?void 0:s.type,h=s==null?void 0:s.name,f=o==null?void 0:o.type,v=this.getRootNode(),y=v.toString(),{ext:S,html:w}=v.getAttribute("config"),{top:L,left:N}=v.posFromIndex(e),q=new Set(["onlyinclude","noinclude","includeonly",...S,...w[0],...w[1],...w[2],...Qo]);for(let Q=t.exec(n);Q;Q=t.exec(n)){let[,Z,D]=Q,{index:W}=Q,ee=Q[0].toLowerCase();if(D&&D!=="]"){let{length:ue}=D;W+=ue,ee=ee.slice(ue)}let{0:F,length:we}=ee,te=F==="r"||F==="p"||F==="i";if(F==="<"&&!q.has(Z.toLowerCase())||F==="["&&l==="ext-link-text"&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(n.slice(W+1))||s!=null&&s.is("ext")&&h==="nowiki"&&((z=s.innerText)!=null&&z.includes("]")))||te&&(!i.getAttribute("plain")||Ho.has(l)))continue;F==="]"&&(W||we>1)&&t.lastIndex--;let ce=e+W,Xe=ce+we,_e=y[Xe],Ar=y[ce-1],dn=we>1&&!(F==="<"&&!/[\s/>]/u.test(_e!=null?_e:"")||d&&(F==="["||F==="]")||te&&l==="parameter-value")||F==="{"&&(_e===F||Ar==="-")||F==="}"&&(Ar===F||_e==="-")||F==="["&&(_e===F||l==="ext-link-text"||m==="free-ext-link"&&!n.slice(W+1).trim())||F==="]"&&(Ar===F||f==="free-ext-link"&&!n.slice(0,W).includes("]"))?"error":"warning",gn=F==="{"||F==="[";if(dn==="warning"&&(gn||(F==="]"||F==="}"))){let ue=Vo[F],pn=gn?n.slice(W+1):n.slice(0,W);if(F==="{"&&((B=ue.exec(pn))==null?void 0:B[0])==="}"||F==="}"&&((X=ue.exec(pn))==null?void 0:X[0])==="{")continue;if(!pn.includes(F)){let oi=gn?"nextSibling":"previousSibling",Qe=this[oi];for(;Qe&&(Qe.type!=="text"||!ue.test(Qe.data));)Qe=Qe[oi];if(Qe&&ue.exec(Qe.data)[0]!==F)continue}}te&&(ee=ee.toUpperCase());let ni=this.posFromIndex(W),{line:ii,character:si}=hn(L,N,ni.top+1,ni.left),ut={rule:Xo[F],message:b.msg('lonely "$1"',te||F==="h"?ee:F),severity:dn,startIndex:ce,endIndex:Xe,startLine:ii,endLine:ii,startCol:si,endCol:si+we};if(F==="<")ut.suggestions=[{desc:"escape",range:[ce,ce+1],text:"&lt;"}];else if(F==="h"&&l!=="link-text"&&kn.test(Ar||""))ut.suggestions=[{desc:"whitespace",range:[ce,ce],text:" "}];else if(F==="["&&l==="ext-link-text"){let ue=i.getAbsoluteIndex()+i.toString().length;ut.suggestions=[{desc:"escape",range:[ue,ue+1],text:"&#93;"}]}else if(F==="]"&&f==="free-ext-link"&&dn==="error"){let ue=e-o.toString().length;ut.fix={range:[ue,ue],text:"[",desc:"left bracket"}}else te&&(ut.suggestions=[...Q[0]===ee?[]:[{desc:"uppercase",range:[ce,Xe],text:ee}],..._e===":"||_e==="\uFF1A"?[{desc:"whitespace",range:[Xe,Xe+1],text:" "}]:[]]);c.push(ut)}return c}replaceData(e){I(this,Ir,Ni).call(this,e)}print(){return ht(this.data)}};Ir=new WeakSet,Ni=function(e){this.setAttribute("data",e)}});var he,Je=k(()=>{"use strict";ve();he=(a=!0,r=!0)=>(e,t)=>{class n extends e{text(){return""}lint(s){return a?[]:super.lint(s)}}return Er(n,e),n}});var sr,fe,vt=k(()=>{"use strict";P();fe=class extends A{constructor(e,t,n,i,s,o){super(e,i,s,o);x(this,sr);T(this,sr,n)}get type(){return u(this,sr)}lint(e=this.getAbsoluteIndex()){return super.lint(e,!1)}};sr=new WeakMap});var At,M,Fe=k(()=>{"use strict";P();M=class extends A{constructor(e,t,n,i,s){super(e,n,i,s);x(this,At);T(this,At,t)}get type(){return u(this,At)}set type(e){T(this,At,e)}};At=new WeakMap});var Ko,Ye,Ae,Re,Ce,or=k(()=>{"use strict";j();K();J();R();P();Fe();Ko=a=>a==="redirect-target"||a==="link",Ce=class extends A{constructor(e,t,n=b.getConfig(),i=[],s="|"){super(void 0,n,i,{});x(this,Ye,!0);x(this,Ae);x(this,Re);if(this.insertAt(new M(e,"link-target",n,i,{})),t!==void 0){let o=new A(t,n,i,{});o.type="link-text",o.setAttribute("stage",10),this.insertAt(o)}T(this,Ae,s)}get link(){return u(this,Re)}afterBuild(){T(this,Re,this.getTitle()),u(this,Ae).includes("\0")&&T(this,Ae,this.buildFromStr(u(this,Ae),0)),this.setAttribute("name",u(this,Re).title),super.afterBuild()}setAttribute(e,t){e==="bracket"?T(this,Ye,t):e==="title"?T(this,Re,t):super.setAttribute(e,t)}toString(e){let t=super.toString(e,u(this,Ae));return u(this,Ye)?`[[${t}]]`:t}text(){let e=super.text("|");return u(this,Ye)?`[[${e}]]`:e}getAttribute(e){return e==="title"?u(this,Re):e==="padding"?2:super.getAttribute(e)}getGaps(e){return e===0?u(this,Ae).length:1}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),{childNodes:[i,s],type:o}=this,{encoded:l,fragment:p}=u(this,Re),g=new E(this,e);if(i.childNodes.some(({type:d})=>d==="template")&&n.push(C(i,g,"unknown-page","template in an internal link target","warning")),l){let d=C(i,g,"url-encoding","unnecessary URL encoding in an internal link");d.suggestions=[{desc:"decode",range:[d.startIndex,d.endIndex],text:Me(i.text())}],n.push(d)}if(o==="link"||o==="category"){let d=s==null?void 0:s.childNodes.findIndex(m=>m.type==="text"&&m.data.includes("|")),c=s==null?void 0:s.childNodes[d];if(c){let m=C(s,g,"pipe-like",'additional "|" in the link text',"warning"),h=m.startIndex+s.getRelativeIndex(d);m.suggestions=[{desc:"escape",range:[h,h+c.data.length],text:c.data.replace(/\|/gu,"&#124;")}],n.push(m)}}if(p!==void 0&&!Ko(o)){let d=C(i,g,"no-ignored","useless fragment"),c=i.childNodes.findIndex(h=>h.type==="text"&&h.data.includes("#")),m=i.childNodes[c];m&&(d.fix={range:[d.startIndex+i.getRelativeIndex(c)+m.data.indexOf("#"),d.endIndex],text:"",desc:"remove"}),n.push(d)}return n}getTitle(e){return this.normalizeTitle(this.firstChild.toString(!0),0,e,!0,!0)}print(){return super.print(u(this,Ye)?{pre:"[[",post:"]]",sep:u(this,Ae)}:{sep:u(this,Ae)})}};Ye=new WeakMap,Ae=new WeakMap,Re=new WeakMap});var le,Ue=k(()=>{"use strict";P();le=class extends A{get innerText(){return this.firstChild.data}constructor(r="",e,t){super(r,e,t)}}});var Ei,vn,Jo,G,We=k(()=>{"use strict";Je();Ue();Ei=[he()];G=class extends(Jo=le){get type(){return"noinclude"}toString(r){return r?"":super.toString()}};vn=ie(Jo),G=oe(vn,0,"NoincludeToken",Ei,G),se(vn,1,G)});var Lr,Li=k(()=>{"use strict";j();or();We();Lr=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 G(e,t,n))}getTitle(){return this.normalizeTitle(this.firstChild.toString(),0,!0,!0)}lint(r=this.getAbsoluteIndex()){let e=super.lint(r,!1);if(this.length===2){let t=C(this.lastChild,{start:r},"no-ignored","useless link text");t.startIndex--,t.startCol--,t.fix={range:[t.startIndex,t.endIndex],text:"",desc:"remove"},e.push(t)}return e}}});var Fi,Ge,St,An,Yo,Ze,Ri=k(()=>{"use strict";Je();R();P();vt();Li();Fi=[he(!1,!1)];Ze=class extends(Yo=A){constructor(e,t,n,i,s,o=b.getConfig(),l=[]){super(void 0,o,l);x(this,Ge);x(this,St);T(this,Ge,e),T(this,St,s);let p=new RegExp(String.raw`^(?:${o.redirection.join("|")})\s*(?::\s*)?$`,"iu");this.append(new fe(t,p,"redirect-syntax",o,l,{}),new Lr(n,i==null?void 0:i.slice(1),o,l))}get type(){return"redirect"}getAttribute(e){return e==="padding"?u(this,Ge).length:super.getAttribute(e)}toString(e){return u(this,Ge)+super.toString(e)+u(this,St)}lint(e=this.getAbsoluteIndex()){return this.lastChild.lint(e+u(this,Ge).length+this.firstChild.toString().length)}print(){return super.print({pre:u(this,Ge),post:u(this,St)})}};An=ie(Yo),Ge=new WeakMap,St=new WeakMap,Ze=oe(An,0,"RedirectToken",Fi,Ze),se(An,1,Ze)});var Pi={};ge(Pi,{parseRedirect:()=>Zo});var Zo,Bi=k(()=>{"use strict";R();Ri();Zo=(a,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(a);return t&&b.normalizeTitle(t[3],0,!1,r,!0,!0).valid?(a=`\0${e.length}o\x7F${a.slice(t[0].length)}`,new Ze(...t.slice(1),r,e),a):!1}});var Fr,ji=k(()=>{"use strict";P();Fr=class extends A{get type(){return"onlyinclude"}toString(r){return`<onlyinclude>${super.toString(r)}</onlyinclude>`}getAttribute(r){return r==="padding"?13:r==="plain"||super.getAttribute(r)}print(){return super.print({pre:'<span class="wpb-ext">&lt;onlyinclude&gt;</span>',post:'<span class="wpb-ext">&lt;/onlyinclude&gt;</span>'})}}});var De,wt,Sn=k(()=>{"use strict";P();wt=class extends A{constructor(e,t,n,i,s,o=[]){super(void 0,s);x(this,De);re(this,"closed");re(this,"selfClosing");this.setAttribute("name",e.toLowerCase()),T(this,De,[e,i||e]),this.closed=i!=="",this.selfClosing=i===void 0,this.append(t,n);let l=typeof t=="string"?-1:o.indexOf(t);o.splice(l===-1?1/0:l,0,this)}get innerText(){return this.selfClosing?void 0:this.lastChild.text()}toString(e){let{selfClosing:t,firstChild:n,lastChild:i}=this,[s,o]=u(this,De);return t?`<${s}${n.toString(e)}/>`:`<${s}${n.toString(e)}>${i.toString(e)}${this.closed?`</${o}>`:""}`}text(){let[e,t]=u(this,De);return this.selfClosing?`<${e}${this.firstChild.text()}/>`:`<${e}${super.text(">")}${this.closed?`</${t}>`:""}`}getAttribute(e){return e==="padding"?u(this,De)[0].length+1:super.getAttribute(e)}getGaps(){return 1}print(){let[e,t]=u(this,De);return super.print(this.selfClosing?{pre:`&lt;${e}`,post:"/&gt;"}:{pre:`&lt;${e}`,sep:"&gt;",post:this.closed?`&lt;/${t}&gt;`:""})}};De=new WeakMap});var qi,wn,ea,et,Oi=k(()=>{"use strict";j();J();Je();R();Sn();qi=[he(!1)];et=class extends(ea=wt){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 E(this,r);if(t.data.trim()){let o=C(t,s,"no-ignored","useless attribute","warning");o.suggestions=[{desc:"remove",range:[o.startIndex,o.endIndex],text:""}],e.push(o)}if(!n){let o=$(this,s,"unclosed-comment",b.msg("unclosed $1",`<${i}>`));o.suggestions=[{desc:"close",range:[o.endIndex,o.endIndex],text:`</${i}>`}],e.push(o)}return e}};wn=ie(ea),et=oe(wn,0,"IncludeToken",qi,et),se(wn,1,et)});var Ct,Rr=k(()=>{"use strict";ve();Ct=(a=0)=>(r,e)=>{var n,_i;class t extends r{constructor(){super(...arguments);x(this,n)}getAttr(l){return u(this,n,_i).getAttr(l)}}return n=new WeakSet,_i=function(){return this.childNodes[a]},Er(t,r),t}});var V,Mi,zi,Br,Cn,Ui,$t,Wi,Gi,Di,Pr,Hi,Vi,Xi,Qi,Ki=k(()=>{"use strict";V=new Set(["align"]),Mi=new Set(["cite"]),zi=new Set(["cite","datetime"]),Br=new Set(["width"]),Cn=new Set(["axis","align","bgcolor","height","width","valign"]),Ui=new Set([...Cn,"abbr","headers","scope","rowspan","colspan"]),$t=new Set(["type"]),Wi=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Gi=new Set(["clear"]),Di=new Set(["bgcolor","align","valign"]),Pr=new Set,Hi=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"]),Vi={div:V,h1:V,h2:V,h3:V,h4:V,h5:V,h6:V,blockquote:Mi,q:Mi,p:V,br:Gi,pre:Br,ins:zi,del:zi,ul:$t,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...Wi,"border"]),caption:V,tr:Di,td:Ui,th:Ui,img:new Set(["alt","src","width","height","srcset"]),font:new Set(["size","color","face"]),hr:Br,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:$t,poem:V,categorytree:V,combooption:V},Xi={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:Pr,indicator:new Set(["name"]),langconvert:new Set(["from","to"]),ref:new Set(["group","name","extends","follow","dir"]),references:new Set(["group","responsive"]),charinsert:new Set(["label"]),choose:new Set(["uncached","before","after"]),option:new Set(["weight"]),imagemap:Pr,inputbox:Pr,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:Pr,poll:new Set(["id","show-results-before-voting"]),sm2:$t,flashmp3:$t,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"])},Qi={table:Wi,td:new Set([...Cn,"scope"]),th:Cn,br:Gi,caption:V,div:V,hr:Br,h1:V,h2:V,h3:V,h4:V,h5:V,h6:V,li:$t,p:V,pre:Br,tr:Di,ul:$t}});var ta,ar,Nt,ne,$e,It,Ji=k(()=>{"use strict";j();K();Ki();J();R();P();Fe();ta=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,It=class extends A{constructor(e,t,n,i="",s,o=[],l=b.getConfig(),p=[]){let g=new M(n,"attr-key",l,p),d;if(n==="title"||t==="img"&&n==="alt")d=new A(s,l,p,{}),d.type="attr-value",d.setAttribute("stage",10);else if(t==="gallery"&&n==="caption"||t==="choose"&&(n==="before"||n==="after")){let c=de(H({},l),{excludes:[...l.excludes,"heading","html","table","hr","list"]});d=new A(s,c,p,{}),d.type="attr-value",d.setAttribute("stage",1)}else d=new M(s,"attr-value",l,p,{});super(void 0,l,p);x(this,ar);x(this,Nt);x(this,ne);x(this,$e);T(this,ar,e),this.append(g,d),T(this,ne,i),T(this,$e,[...o]),T(this,Nt,t),this.setAttribute("name",ae(n).trim().toLowerCase())}get type(){return u(this,ar)}get tag(){return u(this,Nt)}get balanced(){return!u(this,ne)||u(this,$e)[0]===u(this,$e)[1]}afterBuild(){u(this,ne).includes("\0")&&T(this,ne,this.buildFromStr(u(this,ne),0)),this.parentNode&&T(this,Nt,this.parentNode.name),this.setAttribute("name",this.firstChild.toString(!0).trim().toLowerCase()),super.afterBuild()}toString(e){let[t="",n=""]=u(this,$e);return u(this,ne)?super.toString(e,u(this,ne)+t)+n:this.firstChild.toString(e)}text(){return u(this,ne)?`${super.text(`${u(this,ne).trim()}"`)}"`:this.firstChild.text()}getGaps(){var e,t;return u(this,ne)?u(this,ne).length+((t=(e=u(this,$e)[0])==null?void 0:e.length)!=null?t:0):0}lint(e=this.getAbsoluteIndex(),t){var v;let n=super.lint(e,t),{balanced:i,firstChild:s,lastChild:o,type:l,name:p,tag:g}=this,d=this.getValue(),c=new E(this,e);if(!i){let y=C(o,c,"unclosed-quote",b.msg("unclosed $1","quotes"),"warning");y.startIndex--,y.startCol--,y.suggestions=[{range:[y.endIndex,y.endIndex],text:u(this,$e)[0],desc:"close"}],n.push(y)}let m=Xi[g],h=Vi[g],{length:f}=this.toString();if(!(m!=null&&m.has(p))&&!(h!=null&&h.has(p))&&(l==="ext-attr"?m||h:!/\{\{[^{]+\}\}/u.test(p))&&(l==="ext-attr"&&!h||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(p)&&(g==="meta"||g==="link"||!Hi.has(p)))){let y=C(s,c,"illegal-attr","illegal attribute name");y.suggestions=[{desc:"remove",range:[e,e+f],text:""}],n.push(y)}else if((v=Qi[g])!=null&&v.has(p))n.push(C(s,c,"obsolete-attr","obsolete attribute","warning"));else if(p==="style"&&typeof d=="string"&&ta.test(d))n.push(C(o,c,"insecure-style","insecure style"));else if(p==="tabindex"&&typeof d=="string"&&d!=="0"){let y=C(o,c,"illegal-attr","nonzero tabindex");y.suggestions=[{desc:"remove",range:[e,e+f],text:""},{desc:"0 tabindex",range:[y.startIndex,y.endIndex],text:"0"}],n.push(y)}return n}getValue(){return u(this,ne)?this.lastChild.text().trim():this.type==="ext-attr"||""}print(){let[e="",t=""]=u(this,$e);return u(this,ne)?super.print({sep:ht(u(this,ne))+e,post:t}):super.print()}};ar=new WeakMap,Nt=new WeakMap,ne=new WeakMap,$e=new WeakMap});var Yi,ra,$n,lr,He,jr=k(()=>{"use strict";j();K();J();R();P();Fe();Ji();Yi=a=>a.slice(0,-1),ra=a=>`${Yi(a)}-dirty`;try{$n=new RegExp(String.raw`[\p{L}\d]`,"u")}catch(a){$n=/[^\W_]/u}He=class extends A{constructor(e,t,n,i=b.getConfig(),s=[]){super(void 0,i,s,{});x(this,lr);if(T(this,lr,t),this.setAttribute("name",n),e){let 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,l="",p=o.exec(e),g=0,d=()=>{l&&(super.insertAt(new M(l,ra(t),i,s,{})),l="")};for(;p;){let{index:c,0:m,1:h,2:f,3:v,4:y,5:S,6:w}=p;if(l+=e.slice(g,c),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(ae(h).trim())){let L=y!=null?y:w,N=[v,S],q=new It(Yi(t),n,h,f,L,N,i,s);d(),super.insertAt(q)}else l+=m;({lastIndex:g}=o),p=o.exec(e)}l+=e.slice(g),d()}}get type(){return u(this,lr)}afterBuild(){let{parentNode:e}=this;(e==null?void 0:e.type)==="td"&&e.subtype==="caption"&&this.setAttribute("name","caption"),super.afterBuild()}getAttrTokens(e){return this.childNodes.filter(t=>t instanceof It&&(!e||t.name===e.toLowerCase().trim()))}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,o=new Map,l=new Set,p=new E(this,e);if((i==null?void 0:i.type)==="html"&&i.closing&&this.text().trim()){let g=$(this,p,"no-ignored","attributes of a closing tag"),d=i.getAbsoluteIndex();g.suggestions=[{desc:"remove",range:[e,g.endIndex],text:""},{desc:"open",range:[d+1,d+2],text:""}],n.push(g)}for(let g of s)if(g instanceof It){let{name:d}=g;o.has(d)?(l.add(d),o.get(d).push(g)):o.set(d,[g])}else{let d=g.text().trim();if(d){let c=C(g,p,"no-ignored","containing invalid attribute",$n.test(d)?"error":"warning");c.suggestions=[{desc:"remove",range:[c.startIndex,c.endIndex],text:" "}],n.push(c)}}if(l.size>0)for(let g of l){let d=o.get(g).map(c=>{let m=c.getValue();return[c,m===!0?"":m]});n.push(...d.map(([c,m],h)=>{let f=C(c,p,"no-duplicate",b.msg("duplicated $1 attribute",g)),v={desc:"remove",range:[f.startIndex,f.endIndex],text:""};return!m||d.slice(0,h).some(([,y])=>y===m)?f.fix=v:f.suggestions=[v],f}))}return n}print(){return this.toString()?`<span class="wpb-${this.type}">${this.childNodes.map(e=>e.print(e instanceof M?{class:e.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}};lr=new WeakMap});var qr,Zi=k(()=>{"use strict";R();P();We();qr=class extends A{get type(){return"ext-inner"}constructor(r,e=b.getConfig(),t=[]){if(r){let n=/<nowiki>/giu,i=/<\/nowiki>/giu,{length:s}=n.source,o=n.exec(r);o&&(i.lastIndex=o.index+s);let l=i.exec(r),p=0,g="";for(;o&&l;)new G(o[0],e,t),new G(l[0],e,t),g+=`${r.slice(p,o.index)}\0${t.length-1}n\x7F${r.slice(o.index+s,l.index)}\0${t.length}n\x7F`,p=l.index+s+1,n.lastIndex=p,o=n.exec(r),o&&(i.lastIndex=o.index+s),l=i.exec(r);r=g+r.slice(p)}super(r,e,t,{}),this.setAttribute("stage",10)}getAttribute(r){return r==="plain"||super.getAttribute(r)}lint(r=this.getAbsoluteIndex()){return super.lint(r,/<\s*\/\s*(pre)\b/giu)}}});var Et,Nn=k(()=>{"use strict";j();J();dr();R();P();Fe();Et=class extends A{get type(){return"ext-inner"}constructor(r,e,t=b.getConfig(),n=[],i){if(super(void 0,t,n,{}),e){let s=M;this.append(...e.split(`
1
+ "use strict";(()=>{var Eo=Object.create;var ft=Object.defineProperty,Lo=Object.defineProperties,gi=Object.getOwnPropertyDescriptor,Fo=Object.getOwnPropertyDescriptors,Ro=Object.getOwnPropertyNames,li=Object.getOwnPropertySymbols;var pi=Object.prototype.hasOwnProperty,Po=Object.prototype.propertyIsEnumerable;var ui=(a,r)=>(r=Symbol[a])?r:Symbol.for("Symbol."+a),xt=a=>{throw TypeError(a)};var Cr=(a,r,e)=>r in a?ft(a,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[r]=e,Y=(a,r)=>{for(var e in r||(r={}))pi.call(r,e)&&Cr(a,e,r[e]);if(li)for(var e of li(r))Po.call(r,e)&&Cr(a,e,r[e]);return a},oe=(a,r)=>Lo(a,Fo(r)),di=(a,r)=>ft(a,"name",{value:r,configurable:!0});var y=(a,r)=>()=>(a&&(r=a(a=0)),r);var jo=(a,r)=>()=>(r||a((r={exports:{}}).exports,r),r.exports),ae=(a,r)=>{for(var e in r)ft(a,e,{get:r[e],enumerable:!0})},Bo=(a,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Ro(r))!pi.call(a,n)&&n!==e&&ft(a,n,{get:()=>r[n],enumerable:!(t=gi(r,n))||t.enumerable});return a};var Q=a=>Bo(ft({},"__esModule",{value:!0}),a);var ee=a=>{var r;return[,,,Eo((r=a==null?void 0:a[ui("metadata")])!=null?r:null)]},ci=["class","method","getter","setter","accessor","field","value","get","set"],Yt=a=>a!==void 0&&typeof a!="function"?xt("Function expected"):a,qo=(a,r,e,t,n)=>({kind:ci[a],name:r,metadata:t,addInitializer:i=>e._?xt("Already initialized"):n.push(Yt(i||null))}),_o=(a,r)=>Cr(r,ui("metadata"),a[3]),te=(a,r,e,t)=>{for(var n=0,i=a[r>>1],s=i&&i.length;n<s;n++)r&1?i[n].call(e):t=i[n].call(e,t);return t},re=(a,r,e,t,n,i)=>{var s,o,l,u,g,d=r&7,p=!!(r&8),h=!!(r&16),m=d>3?a.length+1:d?p?1:2:0,f=ci[d+5],k=d>3&&(a[m-1]=[]),A=a[m]||(a[m]=[]),S=d&&(!h&&!p&&(n=n.prototype),d<5&&(d>3||!h)&&gi(d<4?n:{get[e](){return c(this,i)},set[e]($){return T(this,i,$)}},e));d?h&&d<4&&di(i,(d>2?"set ":d>1?"get ":"")+e):di(n,e);for(var w=t.length-1;w>=0;w--)u=qo(d,e,l={},a[3],A),d&&(u.static=p,u.private=h,g=u.access={has:h?$=>Oo(n,$):$=>e in $},d^3&&(g.get=h?$=>(d^1?c:N)($,n,d^4?i:S.get):$=>$[e]),d>2&&(g.set=h?($,F)=>T($,n,F,d^4?i:S.set):($,F)=>$[e]=F)),o=(0,t[w])(d?d<4?h?i:S[f]:d>4?void 0:{get:S.get,set:S.set}:n,u),l._=1,d^4||o===void 0?Yt(o)&&(d>4?k.unshift(o):d?h?i=o:S[f]=o:n=o):typeof o!="object"||o===null?xt("Object expected"):(Yt(s=o.get)&&(S.get=s),Yt(s=o.set)&&(S.set=s),Yt(s=o.init)&&k.unshift(s));return d||_o(a,n),S&&ft(n,e,S),h?d^4?i:S:n},ne=(a,r,e)=>Cr(a,typeof r!="symbol"?r+"":r,e),gn=(a,r,e)=>r.has(a)||xt("Cannot "+e),Oo=(a,r)=>Object(r)!==r?xt('Cannot use the "in" operator on this value'):a.has(r),c=(a,r,e)=>(gn(a,r,"read from private field"),e?e.call(a):r.get(a)),x=(a,r,e)=>r.has(a)?xt("Cannot add the same private member more than once"):r instanceof WeakSet?r.add(a):r.set(a,e),T=(a,r,e,t)=>(gn(a,r,"write to private field"),t?t.call(a,e):r.set(a,e),e),N=(a,r,e)=>(gn(a,r,"access private method"),e);var $r=(a,r,e,t)=>({set _(n){T(a,r,n,e)},get _(){return c(a,r,t)}});var hi=(a,r,e)=>new Promise((t,n)=>{var i=l=>{try{o(e.next(l))}catch(u){n(u)}},s=l=>{try{o(e.throw(l))}catch(u){n(u)}},o=l=>l.done?t(l.value):Promise.resolve(l.value).then(i,s);o((e=e.apply(a,r)).next())});var mi,fi,xi=y(()=>{"use strict";mi=(()=>{let a={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(a,null),a})(),fi=(()=>{let a=["bold-header","format-leakage","fostered-content","h1","illegal-attr","insecure-style","invalid-gallery","invalid-imagemap","invalid-invoke","invalid-isbn","lonely-apos","lonely-bracket","lonely-http","nested-link","no-arg","no-duplicate","no-ignored","obsolete-attr","obsolete-tag","parsing-order","pipe-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(a),a})()});var Me,bi=y(()=>{"use strict";Me=a=>decodeURIComponent(a.replace(/%(?![\da-f]{2})/giu,"%25"))});var Se,Ti,Ie,Ee,Qe,pn,ie,yi,be,Mo,zo,Ke,ki,vi,Wo,Uo,bt,Le,H=y(()=>{"use strict";bi();Se=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,Ti=String.raw`[^[\]<>"\0-\x1F\x7F${Se}\uFFFD]`,Ie=String.raw`(?:\[[\da-f:.]+\]|${Ti})`,Ee=String.raw`(?:${Ti}|\0\d+[cn!~]\x7F)*`,Qe=(a,r)=>e=>e.replace(a,r),pn=Qe(/[\0\x7F]|\r$/gmu,""),ie=Qe(/\0\d+[cn]\x7F/gu,""),yi=Qe(/[\\{}()|.?*+^$[\]]/gu,String.raw`\$&`),be=(a,r="")=>a.map(e=>typeof e=="string"?e:e.text()).join(r),Mo={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},zo=Qe(/&(?:#(\d+|[Xx][\da-fA-F]+)|([lg]t|[LG]T|[lr]brac[ke]|nbsp|amp|AMP|quot|QUOT));/gu,(a,r,e)=>r?String.fromCodePoint(+((/^x/iu.test(r)?"0":"")+r)):Mo[e.toLowerCase()]),Ke=a=>zo(a),ki=Qe(/&#(\d+|x[\da-f]+);/giu,(a,r)=>String.fromCodePoint(+((/^x/iu.test(r)?"0":"")+r))),vi=Qe(/\n/gu,String.raw`\n`),Wo={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},Uo=a=>Qe(a,r=>`&${Wo[r]};`),bt=Uo(/[&<>]/gu),Le=(a,r={})=>{let{pre:e="",post:t="",sep:n=""}=r;return e+a.map(i=>i.print()).join(n)+t}});var Ai=jo((Ga,Go)=>{Go.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},variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{"#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","#cscore":"cscore","#regex":"regex","#regex_var":"regex_var","#regexquote":"regexquote","#regexall":"regexall","#len":"len","#pos":"pos","#rpos":"rpos","#sub":"sub","#count":"count","#replace":"replace","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"section","#section-x":"section-x","#section-h":"section-h","#statements":"statements"},{"!":"!","=":"=","#FORMAL":"formal","#bcp47":"bcp47","#dir":"dir","#interwikilink":"interwikilink","#interlanguagelink":"interlanguagelink","#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:|worldwind://|xmpp:",interwiki:[],img:{},redirection:["#redirect"],variants:[]}});var un,Si=y(()=>{"use strict";un=Ai()});var Zt,Tt,er,tr,cn,R,K=y(()=>{"use strict";R=class{constructor(r,e){x(this,tr);x(this,Zt);x(this,Tt);x(this,er);T(this,Zt,r),T(this,Tt,e)}get start(){return c(this,Tt)}get top(){return N(this,tr,cn).call(this).top}get left(){return N(this,tr,cn).call(this).left}};Zt=new WeakMap,Tt=new WeakMap,er=new WeakMap,tr=new WeakSet,cn=function(){var r;return(r=c(this,er))!=null||T(this,er,c(this,Zt).getRootNode().posFromIndex(c(this,Tt))),c(this,er)}});var hn,wi,C,E,Fe,q=y(()=>{"use strict";we();K();P();hn=(a,r,e,t)=>({line:a+e-1,character:(e===1?r:0)+t}),wi=a=>(r,e,t,n,i="error")=>{let{start:s}=e,{top:o,left:l}=e instanceof R?e:new R(r,s),{offsetHeight:u,offsetWidth:g}=r,{startIndex:d,startLine:p,startCol:h}=a(r,s,o,l),{line:m,character:f}=hn(p,h,u,g);return{rule:t,message:b.msg(n),severity:i,startIndex:d,endIndex:d+r.toString().length,startLine:p,endLine:m,startCol:h,endCol:f}},C=wi((a,r,e,t)=>{let n=a.getRelativeIndex(),{top:i,left:s}=a.parentNode.posFromIndex(n);return{startIndex:r+n,startLine:e+i,startCol:i?s:t+s}}),E=wi((a,r,e,t)=>({startIndex:r,startLine:e,startCol:t})),Fe=(a,r,e)=>{if(a)return a[1];let t=r();return e([le.rev,t]),t}});var Do,Nr,Ci=y(()=>{"use strict";Do=(a,r,e)=>{let[t,...n]=a.split("#");return(!t||t===r)&&n.every(i=>i===e)},Nr=(a,r,e)=>({type:t,name:n})=>a.split(",").some(i=>Do(i.trim(),t,n))});var rr,yt,kt,nr,ir,vt,At,sr,mn,St,fn=y(()=>{"use strict";q();we();St=class{constructor(){x(this,sr);ne(this,"childNodes",[]);x(this,rr);x(this,yt);x(this,kt);x(this,nr);x(this,ir);x(this,vt);x(this,At,{})}get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get parentNode(){return c(this,rr)}get nextSibling(){return c(this,yt)}get previousSibling(){return c(this,kt)}get offsetHeight(){return N(this,sr,mn).call(this).height}get offsetWidth(){return N(this,sr,mn).call(this).width}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":T(this,rr,e),e||(T(this,yt,void 0),T(this,kt,void 0));break;case"nextSibling":T(this,yt,e);break;case"previousSibling":T(this,kt,e);break;case"aIndex":T(this,vt,[le.rev,e]);break;default:this[r]=e}}getRootNode(){return Fe(c(this,ir),()=>{var r,e;return(e=(r=this.parentNode)==null?void 0:r.getRootNode())!=null?e:this},r=>{let[,e]=r;e.type==="root"&&T(this,ir,r)})}indexFromPos(r,e){}posFromIndex(r){let{length:e}=String(this);if(r+=r<0?e:0,r>=0&&r<=e){let t=this.getLines(),n=t.findIndex(([,,i])=>r<=i);return{top:n,left:r-t[n][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 Fe(c(this,At)[r],()=>{let{childNodes:e}=this,t=r+(r<0?e.length:0),n=this.getAttribute("padding");for(let i=0;i<t;i++)c(this,At)[i]=[le.rev,n],n+=e[i].toString().length+this.getGaps(i);return n},e=>{c(this,At)[r]=e})}getAbsoluteIndex(){return Fe(c(this,vt),()=>{let{parentNode:r}=this;return r?r.getAbsoluteIndex()+this.getRelativeIndex():0},r=>{T(this,vt,r)})}getBoundingClientRect(){}seal(r,e){Object.defineProperty(this,r,{enumerable:!e&&!!this[r],configurable:!0})}is(r){return this.type===r}getLines(){return Fe(c(this,nr),()=>{let r=[],e=0;for(let t of String(this).split(`
2
+ `)){let n=e+t.length;r.push([t,e,n]),e=n+1}return r},r=>{T(this,nr,r)})}};rr=new WeakMap,yt=new WeakMap,kt=new WeakMap,nr=new WeakMap,ir=new WeakMap,vt=new WeakMap,At=new WeakMap,sr=new WeakSet,mn=function(){let r=this.getLines(),e=r[r.length-1];return{height:r.length,width:e[2]-e[1]}}});var ze,xn,bn,Ir,$i=y(()=>{"use strict";H();we();Ci();fn();Ir=class extends St{constructor(){super(...arguments);x(this,ze)}get length(){return this.childNodes.length}text(e){return be(this.childNodes,e)}normalize(){let e=this.getChildNodes(),t=n=>{var i,s;e.splice(n,1),(i=e[n-1])==null||i.setAttribute("nextSibling",e[n]),(s=e[n])==null||s.setAttribute("previousSibling",e[n-1])};for(let n=e.length-1;n>=0;n--){let{type:i,data:s}=e[n];i!=="text"||e.length===1||this.getGaps(n-(n&&1))||s===""&&t(n)}this.setAttribute("childNodes",e)}removeAt(e){return Tn(this,e,1)[0]}insertAt(e,t=this.length){return Tn(this,t,0,[e]),e}closest(e){let t=Nr(e,this),{parentNode:n}=this;for(;n;){if(t(n))return n;({parentNode:n}=n)}}querySelector(e){let t=Nr(e,this);return N(this,ze,xn).call(this,t)}querySelectorAll(e){let t=Nr(e,this);return N(this,ze,bn).call(this,t)}append(...e){for(let t of e)this.insertAt(t)}replaceChildren(...e){for(let t=this.length-1;t>=0;t--)this.removeAt(t);this.append(...e)}setText(e,t=0){t+=t<0?this.length:0;let n=this.childNodes[t],{data:i}=n;return n.replaceData(e),i}toString(e,t=""){return this.childNodes.map(n=>n.toString(e)).join(t)}caretPositionFromIndex(e){}elementFromIndex(e){}elementFromPoint(e,t){}lint(e=this.getAbsoluteIndex(),t){let n=[];for(let i=0,s=e+this.getAttribute("padding");i<this.length;i++){let o=this.childNodes[i];o.setAttribute("aIndex",s),n.push(...o.lint(s,t)),s+=o.toString().length+this.getGaps(i)}return n}print(e={}){let t=e.class;return this.toString()?(t===""?"":`<span class="wpb-${t!=null?t:this.type}">`)+Le(this.childNodes,e)+(t===""?"":"</span>"):""}json(e,t=this.getAbsoluteIndex()){let n=oe(Y({},this),{type:this.type,range:[t,t+this.toString().length],childNodes:[]});for(let i=0,s=t+this.getAttribute("padding");i<this.length;i++){let o=this.childNodes[i],{length:l}=o.toString();o.setAttribute("aIndex",s),n.childNodes.push(o.type==="text"?{data:o.data,range:[s,s+l]}:o.json(void 0,s)),s+=l+this.getGaps(i)}return n}};ze=new WeakSet,xn=function(e){var t;for(let n of this.childNodes){if(n.type==="text")continue;if(e(n))return n;let i=N(t=n,ze,xn).call(t,e);if(i)return i}},bn=function(e){var n;let t=[];for(let i of this.childNodes)i.type!=="text"&&(e(i)&&t.push(i),t.push(...N(n=i,ze,bn).call(n,e)));return t}});var yn,Ni,Ho,Vo,Xo,Qo,Ko,Jo,kn,Er,Ii,or,Ei=y(()=>{"use strict";H();q();P();fn();yn=String.raw`[${Se}\t]*`,Ni=String.raw`<\s*(?:/\s*)?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|(?:rfc|pmid)(?=[-::]?${yn}\d)|isbn(?=[-::]?${yn}(?:\d(?:${yn}|-)){6})`,Ho=new RegExp(String.raw`${Ni}|https?[:/]/+`,"giu"),Vo=new RegExp(Ni,"giu"),Xo=new Set(["attr-value","ext-link-text","link-text"]),Qo={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},Ko={"<":"tag-like","[":"lonely-bracket","{":"lonely-bracket","]":"lonely-bracket","}":"lonely-bracket",h:"lonely-http",r:"lonely-http",p:"lonely-http",i:"lonely-http"},Jo=["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"];try{kn=new RegExp(String.raw`[\p{L}\d_]`,"u")}catch(a){kn=/\w/u}or=class extends St{constructor(e){super();x(this,Er);ne(this,"data","");Object.defineProperties(this,{childNodes:{enumerable:!1,configurable:!1},data:{value:e}})}get type(){return"text"}toString(e){var t;return e&&!((t=this.parentNode)!=null&&t.getAttribute("built"))?ie(this.data):this.data}text(){return this.data}lint(e=this.getAbsoluteIndex(),t){var _,L,X;if(t===!1)return[];let{data:n,parentNode:i,nextSibling:s,previousSibling:o}=this;if(!i)throw new Error("An isolated text node cannot be linted!");let{type:l,name:u,parentNode:g}=i,d=!1;if(l==="attr-value"){let{type:J,name:he,tag:me}=g;if(J!=="ext-attr")d=!0;else if(me==="choose"&&(he==="before"||he==="after"))return[]}if(t!=null||(t=l==="free-ext-link"||l==="ext-link-url"||l==="ext-link-text"||l==="image-parameter"&&u==="link"||d?Vo:Ho),n.search(t)===-1)return[];t.lastIndex=0;let p=[],h=s==null?void 0:s.type,m=s==null?void 0:s.name,f=o==null?void 0:o.type,k=this.getRootNode(),A=k.toString(),{ext:S,html:w}=k.getAttribute("config"),{top:$,left:F}=k.posFromIndex(e),B=new Set(["onlyinclude","noinclude","includeonly",...S,...w[0],...w[1],...w[2],...Jo]);for(let J=t.exec(n);J;J=t.exec(n)){let[,he,me]=J,{index:D}=J,W=J[0].toLowerCase();if(me&&me!=="]"){let{length:ue}=me;D+=ue,W=W.slice(ue)}let{0:I,length:ge}=W,Oe=I==="r"||I==="p"||I==="i";if(I==="<"&&!B.has(he.toLowerCase())||I==="["&&l==="ext-link-text"&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(n.slice(D+1))||s!=null&&s.is("ext")&&m==="nowiki"&&((_=s.innerText)!=null&&_.includes("]")))||Oe&&(!i.getAttribute("plain")||Xo.has(l)))continue;I==="]"&&(D||ge>1)&&t.lastIndex--;let fe=e+D,pe=fe+ge,xe=A[pe],ht=A[fe-1],an=ge>1&&!(I==="<"&&!/[\s/>]/u.test(xe!=null?xe:"")||d&&(I==="["||I==="]")||Oe&&l==="parameter-value")||I==="{"&&(xe===I||ht==="-")||I==="}"&&(ht===I||xe==="-")||I==="["&&(xe===I||l==="ext-link-text"||h==="free-ext-link"&&!n.slice(D+1).trim())||I==="]"&&(ht===I||f==="free-ext-link"&&!n.slice(0,D).includes("]"))?"error":"warning",ln=I==="{"||I==="[";if(an==="warning"&&(ln||(I==="]"||I==="}"))){let ue=Qo[I],dn=ln?n.slice(D+1):n.slice(0,D);if(I==="{"&&((L=ue.exec(dn))==null?void 0:L[0])==="}"||I==="}"&&((X=ue.exec(dn))==null?void 0:X[0])==="{")continue;if(!dn.includes(I)){let ai=ln?"nextSibling":"previousSibling",Xe=this[ai];for(;Xe&&(Xe.type!=="text"||!ue.test(Xe.data));)Xe=Xe[ai];if(Xe&&ue.exec(Xe.data)[0]!==I)continue}}Oe&&(W=W.toUpperCase());let ii=this.posFromIndex(D),{line:si,character:oi}=hn($,F,ii.top+1,ii.left),mt={rule:Ko[I],message:b.msg('lonely "$1"',Oe||I==="h"?W:I),severity:an,startIndex:fe,endIndex:pe,startLine:si,endLine:si,startCol:oi,endCol:oi+ge};if(I==="<")mt.suggestions=[{desc:"escape",range:[fe,fe+1],text:"&lt;"}];else if(I==="h"&&l!=="link-text"&&kn.test(ht||""))mt.suggestions=[{desc:"whitespace",range:[fe,fe],text:" "}];else if(I==="["&&l==="ext-link-text"){let ue=i.getAbsoluteIndex()+i.toString().length;mt.suggestions=[{desc:"escape",range:[ue,ue+1],text:"&#93;"}]}else if(I==="]"&&f==="free-ext-link"&&an==="error"){let ue=e-o.toString().length;mt.fix={range:[ue,ue],text:"[",desc:"left bracket"}}else Oe&&(mt.suggestions=[...J[0]===W?[]:[{desc:"uppercase",range:[fe,pe],text:W}],...xe===":"||xe==="\uFF1A"?[{desc:"whitespace",range:[pe,pe+1],text:" "}]:[]]);p.push(mt)}return p}replaceData(e){N(this,Er,Ii).call(this,e)}print(){return bt(this.data)}};Er=new WeakSet,Ii=function(e){this.setAttribute("data",e)}});var Te,Je=y(()=>{"use strict";we();Te=(a=!0,r=!0)=>(e,t)=>{class n extends e{text(){return""}lint(s){return a?[]:super.lint(s)}}return Lr(n,e),n}});var ar,ye,wt=y(()=>{"use strict";j();ye=class extends v{constructor(e,t,n,i,s,o){super(e,i,s,o);x(this,ar);T(this,ar,n)}get type(){return c(this,ar)}lint(e=this.getAbsoluteIndex()){return super.lint(e,!1)}};ar=new WeakMap});var Ct,z,Re=y(()=>{"use strict";j();z=class extends v{constructor(e,t,n,i,s){super(e,n,i,s);x(this,Ct);T(this,Ct,t)}get type(){return c(this,Ct)}set type(e){T(this,Ct,e)}};Ct=new WeakMap});var Yo,Ye,Ce,Pe,$e,lr=y(()=>{"use strict";q();H();K();P();j();Re();Yo=a=>a==="redirect-target"||a==="link",$e=class extends v{constructor(e,t,n=b.getConfig(),i=[],s="|"){super(void 0,n,i,{});x(this,Ye,!0);x(this,Ce);x(this,Pe);if(this.insertAt(new z(e,"link-target",n,i,{})),t!==void 0){let o=new v(t,n,i,{});o.type="link-text",o.setAttribute("stage",10),this.insertAt(o)}T(this,Ce,s)}get link(){}get fragment(){return c(this,Pe).fragment}afterBuild(){T(this,Pe,this.getTitle()),c(this,Ce).includes("\0")&&T(this,Ce,this.buildFromStr(c(this,Ce),0)),this.setAttribute("name",c(this,Pe).title),super.afterBuild()}setAttribute(e,t){e==="bracket"?T(this,Ye,t):e==="title"?T(this,Pe,t):super.setAttribute(e,t)}toString(e){let t=super.toString(e,c(this,Ce));return c(this,Ye)?`[[${t}]]`:t}text(){let e=super.text("|");return c(this,Ye)?`[[${e}]]`:e}getAttribute(e){return e==="title"?c(this,Pe):e==="padding"?2:super.getAttribute(e)}getGaps(e){return e===0?c(this,Ce).length:1}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),{childNodes:[i,s],type:o}=this,{encoded:l,fragment:u}=c(this,Pe),g=new R(this,e);if(i.childNodes.some(({type:d})=>d==="template")&&n.push(C(i,g,"unknown-page","template in an internal link target","warning")),l){let d=C(i,g,"url-encoding","unnecessary URL encoding in an internal link");d.suggestions=[{desc:"decode",range:[d.startIndex,d.endIndex],text:Me(i.text())}],n.push(d)}if(o==="link"||o==="category"){let d=s==null?void 0:s.childNodes.findIndex(h=>h.type==="text"&&h.data.includes("|")),p=s==null?void 0:s.childNodes[d];if(p){let h=C(s,g,"pipe-like",'additional "|" in the link text',"warning"),m=h.startIndex+s.getRelativeIndex(d);h.suggestions=[{desc:"escape",range:[m,m+p.data.length],text:p.data.replace(/\|/gu,"&#124;")}],n.push(h)}}if(u!==void 0&&!Yo(o)){let d=C(i,g,"no-ignored","useless fragment"),p=i.childNodes.findIndex(m=>m.type==="text"&&m.data.includes("#")),h=i.childNodes[p];h&&(d.fix={range:[d.startIndex+i.getRelativeIndex(p)+h.data.indexOf("#"),d.endIndex],text:"",desc:"remove"}),n.push(d)}return n}getTitle(e,t){return this.normalizeTitle(this.firstChild.toString(!0),0,e,t,!0,!0)}print(){return super.print(c(this,Ye)?{pre:"[[",post:"]]",sep:c(this,Ce)}:{sep:c(this,Ce)})}json(e,t=this.getAbsoluteIndex()){let n=super.json(void 0,t),{type:i,fragment:s}=this;return s!==void 0&&(i==="link"||i==="redirect-target")&&(n.fragment=s),n}};Ye=new WeakMap,Ce=new WeakMap,Pe=new WeakMap});var se,We=y(()=>{"use strict";j();se=class extends v{get innerText(){return this.firstChild.data}constructor(r="",e,t){super(r,e,t)}}});var Li,vn,Zo,G,Ue=y(()=>{"use strict";Je();We();Li=[Te()];G=class extends(Zo=se){get type(){return"noinclude"}toString(r){return r?"":super.toString()}};vn=ee(Zo),G=re(vn,0,"NoincludeToken",Li,G),te(vn,1,G)});var Fr,Fi=y(()=>{"use strict";q();lr();Ue();Fr=class extends $e{get type(){return"redirect-target"}constructor(r,e,t,n){super(r,void 0,t,n),e!==void 0&&this.insertAt(new G(e,t,n))}getTitle(){return this.normalizeTitle(this.firstChild.toString(),0,!1,!0,!0)}lint(r=this.getAbsoluteIndex()){let e=super.lint(r,!1);if(this.length===2){let t=C(this.lastChild,{start:r},"no-ignored","useless link text");t.startIndex--,t.startCol--,t.fix={range:[t.startIndex,t.endIndex],text:"",desc:"remove"},e.push(t)}return e}}});var Ri,Ge,$t,An,ea,Ze,Pi=y(()=>{"use strict";Je();P();j();wt();Fi();Ri=[Te(!1,!1)];Ze=class extends(ea=v){constructor(e,t,n,i,s,o=b.getConfig(),l=[]){super(void 0,o,l);x(this,Ge);x(this,$t);T(this,Ge,e),T(this,$t,s);let u=new RegExp(String.raw`^(?:${o.redirection.join("|")})\s*(?::\s*)?$`,"iu");this.append(new ye(t,u,"redirect-syntax",o,l,{}),new Fr(n,i==null?void 0:i.slice(1),o,l))}get type(){return"redirect"}getAttribute(e){return e==="padding"?c(this,Ge).length:super.getAttribute(e)}toString(e){return c(this,Ge)+super.toString(e)+c(this,$t)}lint(e=this.getAbsoluteIndex()){return this.lastChild.lint(e+c(this,Ge).length+this.firstChild.toString().length)}print(){return super.print({pre:c(this,Ge),post:c(this,$t)})}};An=ee(ea),Ge=new WeakMap,$t=new WeakMap,Ze=re(An,0,"RedirectToken",Ri,Ze),te(An,1,Ze)});var ji={};ae(ji,{parseRedirect:()=>ta});var ta,Bi=y(()=>{"use strict";P();Pi();ta=(a,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(a);return t&&b.normalizeTitle(t[3],0,!1,r,!0,!0,!0).valid?(a=`\0${e.length}o\x7F${a.slice(t[0].length)}`,new Ze(...t.slice(1),r,e),a):!1}});var Rr,qi=y(()=>{"use strict";j();Rr=class extends v{get type(){return"onlyinclude"}toString(r){return`<onlyinclude>${super.toString(r)}</onlyinclude>`}getAttribute(r){return r==="padding"?13:r==="plain"||super.getAttribute(r)}print(){return super.print({pre:'<span class="wpb-ext">&lt;onlyinclude&gt;</span>',post:'<span class="wpb-ext">&lt;/onlyinclude&gt;</span>'})}}});var De,Nt,Sn=y(()=>{"use strict";j();Nt=class extends v{constructor(e,t,n,i,s,o=[]){super(void 0,s);x(this,De);ne(this,"closed");ne(this,"selfClosing");this.setAttribute("name",e.toLowerCase()),T(this,De,[e,i||e]),this.closed=i!=="",this.selfClosing=i===void 0,this.append(t,n);let l=typeof t=="string"?-1:o.indexOf(t);o.splice(l===-1?1/0:l,0,this)}get innerText(){return this.selfClosing?void 0:this.lastChild.text()}toString(e){let{selfClosing:t,firstChild:n,lastChild:i}=this,[s,o]=c(this,De);return t?`<${s}${n.toString(e)}/>`:`<${s}${n.toString(e)}>${i.toString(e)}${this.closed?`</${o}>`:""}`}text(){let[e,t]=c(this,De);return this.selfClosing?`<${e}${this.firstChild.text()}/>`:`<${e}${super.text(">")}${this.closed?`</${t}>`:""}`}getAttribute(e){return e==="padding"?c(this,De)[0].length+1:super.getAttribute(e)}getGaps(){return 1}print(){let[e,t]=c(this,De);return super.print(this.selfClosing?{pre:`&lt;${e}`,post:"/&gt;"}:{pre:`&lt;${e}`,sep:"&gt;",post:this.closed?`&lt;/${t}&gt;`:""})}};De=new WeakMap});var _i,wn,ra,et,Oi=y(()=>{"use strict";q();K();Je();P();Sn();_i=[Te(!1)];et=class extends(ra=Nt){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 R(this,r);if(t.data.trim()){let o=C(t,s,"no-ignored","useless attribute","warning");o.suggestions=[{desc:"remove",range:[o.startIndex,o.endIndex],text:""}],e.push(o)}if(!n){let o=E(this,s,"unclosed-comment",b.msg("unclosed $1",`<${i}>`));o.suggestions=[{desc:"close",range:[o.endIndex,o.endIndex],text:`</${i}>`}],e.push(o)}return e}};wn=ee(ra),et=re(wn,0,"IncludeToken",_i,et),te(wn,1,et)});var It,Pr=y(()=>{"use strict";we();It=(a=0)=>(r,e)=>{var n,Mi;class t extends r{constructor(){super(...arguments);x(this,n)}getAttr(l){return N(this,n,Mi).call(this).getAttr(l)}}return n=new WeakSet,Mi=function(){return this.childNodes[a]},Lr(t,r),t}});var V,zi,Wi,Br,Cn,Ui,Et,Gi,Di,Hi,jr,Vi,Xi,Qi,Ki,Ji=y(()=>{"use strict";V=new Set(["align"]),zi=new Set(["cite"]),Wi=new Set(["cite","datetime"]),Br=new Set(["width"]),Cn=new Set(["axis","align","bgcolor","height","width","valign"]),Ui=new Set([...Cn,"abbr","headers","scope","rowspan","colspan"]),Et=new Set(["type"]),Gi=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Di=new Set(["clear"]),Hi=new Set(["bgcolor","align","valign"]),jr=new Set,Vi=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"]),Xi={div:V,h1:V,h2:V,h3:V,h4:V,h5:V,h6:V,blockquote:zi,q:zi,p:V,br:Di,pre:Br,ins:Wi,del:Wi,ul:Et,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...Gi,"border"]),caption:V,tr:Hi,td:Ui,th:Ui,img:new Set(["alt","src","width","height","srcset"]),font:new Set(["size","color","face"]),hr:Br,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:Et,poem:V,categorytree:V,combooption:V},Qi={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:jr,indicator:new Set(["name"]),langconvert:new Set(["from","to"]),ref:new Set(["group","name","extends","follow","dir"]),references:new Set(["group","responsive"]),charinsert:new Set(["label"]),choose:new Set(["uncached","before","after"]),option:new Set(["weight"]),imagemap:jr,inputbox:jr,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:jr,poll:new Set(["id","show-results-before-voting"]),sm2:Et,flashmp3:Et,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"])},Ki={table:Gi,td:new Set([...Cn,"scope"]),th:Cn,br:Di,caption:V,div:V,hr:Br,h1:V,h2:V,h3:V,h4:V,h5:V,h6:V,li:Et,p:V,pre:Br,tr:Hi,ul:Et}});var na,dr,Lt,Z,Ne,Ft,Yi=y(()=>{"use strict";q();H();Ji();K();P();j();Re();na=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,Ft=class extends v{constructor(e,t,n,i="",s,o=[],l=b.getConfig(),u=[]){let g=new z(n,"attr-key",l,u),d;if(n==="title"||t==="img"&&n==="alt")d=new v(s,l,u,{}),d.type="attr-value",d.setAttribute("stage",10);else if(t==="gallery"&&n==="caption"||t==="choose"&&(n==="before"||n==="after")){let p=oe(Y({},l),{excludes:[...l.excludes,"heading","html","table","hr","list"]});d=new v(s,p,u,{}),d.type="attr-value",d.setAttribute("stage",1)}else d=new z(s,"attr-value",l,u,{});super(void 0,l,u);x(this,dr);x(this,Lt);x(this,Z);x(this,Ne);T(this,dr,e),this.append(g,d),T(this,Z,i),T(this,Ne,[...o]),T(this,Lt,t),this.setAttribute("name",ie(n).trim().toLowerCase())}get type(){return c(this,dr)}get tag(){return c(this,Lt)}get balanced(){return!c(this,Z)||c(this,Ne)[0]===c(this,Ne)[1]}afterBuild(){c(this,Z).includes("\0")&&T(this,Z,this.buildFromStr(c(this,Z),0)),this.parentNode&&T(this,Lt,this.parentNode.name),this.setAttribute("name",this.firstChild.toString(!0).trim().toLowerCase()),super.afterBuild()}toString(e){let[t="",n=""]=c(this,Ne);return c(this,Z)?super.toString(e,c(this,Z)+t)+n:this.firstChild.toString(e)}text(){return c(this,Z)?`${super.text(`${c(this,Z).trim()}"`)}"`:this.firstChild.text()}getGaps(){var e,t;return c(this,Z)?c(this,Z).length+((t=(e=c(this,Ne)[0])==null?void 0:e.length)!=null?t:0):0}lint(e=this.getAbsoluteIndex(),t){var k;let n=super.lint(e,t),{balanced:i,firstChild:s,lastChild:o,type:l,name:u,tag:g}=this,d=this.getValue(),p=new R(this,e);if(!i){let A=C(o,p,"unclosed-quote",b.msg("unclosed $1","quotes"),"warning");A.startIndex--,A.startCol--,A.suggestions=[{range:[A.endIndex,A.endIndex],text:c(this,Ne)[0],desc:"close"}],n.push(A)}let h=Qi[g],m=Xi[g],{length:f}=this.toString();if(!(h!=null&&h.has(u))&&!(m!=null&&m.has(u))&&(l==="ext-attr"?h||m:!/\{\{[^{]+\}\}/u.test(u))&&(l==="ext-attr"&&!m||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(u)&&(g==="meta"||g==="link"||!Vi.has(u)))){let A=C(s,p,"illegal-attr","illegal attribute name");A.suggestions=[{desc:"remove",range:[e,e+f],text:""}],n.push(A)}else if((k=Ki[g])!=null&&k.has(u))n.push(C(s,p,"obsolete-attr","obsolete attribute","warning"));else if(u==="style"&&typeof d=="string"&&na.test(d))n.push(C(o,p,"insecure-style","insecure style"));else if(u==="tabindex"&&typeof d=="string"&&d!=="0"){let A=C(o,p,"illegal-attr","nonzero tabindex");A.suggestions=[{desc:"remove",range:[e,e+f],text:""},{desc:"0 tabindex",range:[A.startIndex,A.endIndex],text:"0"}],n.push(A)}return n}getValue(){return c(this,Z)?this.lastChild.text().trim():this.type==="ext-attr"||""}print(){let[e="",t=""]=c(this,Ne);return c(this,Z)?super.print({sep:bt(c(this,Z))+e,post:t}):super.print()}};dr=new WeakMap,Lt=new WeakMap,Z=new WeakMap,Ne=new WeakMap});var Zi,ia,$n,gr,He,qr=y(()=>{"use strict";q();H();K();P();j();Re();Yi();Zi=a=>a.slice(0,-1),ia=a=>`${Zi(a)}-dirty`;try{$n=new RegExp(String.raw`[\p{L}\d]`,"u")}catch(a){$n=/[^\W_]/u}He=class extends v{constructor(e,t,n,i=b.getConfig(),s=[]){super(void 0,i,s,{});x(this,gr);if(T(this,gr,t),this.setAttribute("name",n),e){let 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,l="",u=o.exec(e),g=0,d=()=>{l&&(super.insertAt(new z(l,ia(t),i,s,{})),l="")};for(;u;){let{index:p,0:h,1:m,2:f,3:k,4:A,5:S,6:w}=u;if(l+=e.slice(g,p),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(ie(m).trim())){let $=A!=null?A:w,F=[k,S],B=new Ft(Zi(t),n,m,f,$,F,i,s);d(),super.insertAt(B)}else l+=h;({lastIndex:g}=o),u=o.exec(e)}l+=e.slice(g),d()}}get type(){return c(this,gr)}afterBuild(){let{parentNode:e}=this;(e==null?void 0:e.type)==="td"&&e.subtype==="caption"&&this.setAttribute("name","caption"),super.afterBuild()}getAttrTokens(e){return this.childNodes.filter(t=>t instanceof Ft&&(!e||t.name===e.toLowerCase().trim()))}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,o=new Map,l=new Set,u=new R(this,e);if((i==null?void 0:i.type)==="html"&&i.closing&&this.text().trim()){let g=E(this,u,"no-ignored","attributes of a closing tag"),d=i.getAbsoluteIndex();g.suggestions=[{desc:"remove",range:[e,g.endIndex],text:""},{desc:"open",range:[d+1,d+2],text:""}],n.push(g)}for(let g of s)if(g instanceof Ft){let{name:d}=g;o.has(d)?(l.add(d),o.get(d).push(g)):o.set(d,[g])}else{let d=g.text().trim();if(d){let p=C(g,u,"no-ignored","containing invalid attribute",$n.test(d)?"error":"warning");p.suggestions=[{desc:"remove",range:[p.startIndex,p.endIndex],text:" "}],n.push(p)}}if(l.size>0)for(let g of l){let d=o.get(g).map(p=>{let h=p.getValue();return[p,h===!0?"":h]});n.push(...d.map(([p,h],m)=>{let f=C(p,u,"no-duplicate",b.msg("duplicated $1 attribute",g)),k={desc:"remove",range:[f.startIndex,f.endIndex],text:""};return!h||d.slice(0,m).some(([,A])=>A===h)?f.fix=k:f.suggestions=[k],f}))}return n}print(){return this.toString()?`<span class="wpb-${this.type}">${this.childNodes.map(e=>e.print(e instanceof z?{class:e.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}};gr=new WeakMap});var _r,es=y(()=>{"use strict";P();j();Ue();_r=class extends v{get type(){return"ext-inner"}constructor(r,e=b.getConfig(),t=[]){if(r){let n=/<nowiki>/giu,i=/<\/nowiki>/giu,{length:s}=n.source,o=n.exec(r);o&&(i.lastIndex=o.index+s);let l=i.exec(r),u=0,g="";for(;o&&l;)new G(o[0],e,t),new G(l[0],e,t),g+=`${r.slice(u,o.index)}\0${t.length-1}n\x7F${r.slice(o.index+s,l.index)}\0${t.length}n\x7F`,u=l.index+s+1,n.lastIndex=u,o=n.exec(r),o&&(i.lastIndex=o.index+s),l=i.exec(r);r=g+r.slice(u)}super(r,e,t,{}),this.setAttribute("stage",10)}getAttribute(r){return r==="plain"||super.getAttribute(r)}lint(r=this.getAbsoluteIndex()){return super.lint(r,/<\s*\/\s*(pre)\b/giu)}}});var Rt,Nn=y(()=>{"use strict";q();K();pr();P();j();Re();Rt=class extends v{get type(){return"ext-inner"}constructor(r,e,t=b.getConfig(),n=[],i){if(super(void 0,t,n,{}),e){let s=z;this.append(...e.split(`
3
3
  `).map(o=>i?o:tt(o,t,n,r)).map(o=>new s(o,"param-line",t,n,{})))}n.splice(n.indexOf(this),1),n.push(this)}toString(r){return super.toString(r,`
4
4
  `)}text(){return super.text(`
5
- `)}getGaps(){return 1}lint(r=this.getAbsoluteIndex()){let e=new E(this,r),t=b.msg("invalid parameter of <$1>",this.name),n=[];for(let i of this.childNodes){let s=i.childNodes.filter(({type:o})=>o!=="comment"&&o!=="include"&&o!=="noinclude");if(s.some(({type:o})=>o==="ext"))n.push(C(i,e,"no-ignored",t));else{let o=s.findIndex(({type:p})=>p!=="text"),l=s.slice(0,o===-1?void 0:o).map(String).join("");if(l&&!(o===-1?/^[a-z]+(?:\[\])?\s*=/iu:/^[a-z]+(?:\[\])?\s*(?:=|$)/iu).test(l)){let p=C(i,e,"no-ignored",t);p.suggestions=[{desc:"remove",range:[p.startIndex,p.endIndex],text:""}],n.push(p)}else n.push(...i.lint(r,!1))}r+=i.toString().length+1}return n}print(){return super.print({sep:`
6
- `})}}});var gr,Lt,Or,Ft,In=k(()=>{"use strict";j();ve();J();R();P();vt();Ft=class extends A{constructor(e,t,n=b.getConfig(),i=[]){super(void 0,n,i);x(this,Lt);x(this,gr);T(this,gr,e);let s=new A(t[0],n,i);s.type="heading-title",s.setAttribute("stage",2);let o=new fe(t[1],/^\s*$/u,"heading-trail",n,i,{});this.append(s,o)}get type(){return"heading"}get level(){return u(this,gr)}toString(e){let t=u(this,Lt,Or);return t+this.firstChild.toString(e)+t+this.lastChild.toString(e)}text(){let e=u(this,Lt,Or);return e+this.firstChild.text()+e}getAttribute(e){return 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,o=i.toString(),l=o.startsWith("="),p=l||o.endsWith("="),g=i.childNodes.filter(Rt("quote")),d=g.filter(({bold:f})=>f),c=g.filter(({italic:f})=>f),m=new E(this,e);if(this.level===1){let f=C(i,m,"h1","<h1>");p||(f.suggestions=[{desc:"h2",range:[f.startIndex,f.endIndex],text:`=${o}=`}]),n.push(f)}if(p){let f=C(i,m,"unbalanced-header",b.msg("unbalanced $1 in a section header",'"="'));if(o!=="=")if(l){let[v]=/^=+/u.exec(o);f.suggestions=[{desc:`h${s}`,range:[f.startIndex,f.startIndex+v.length],text:""},{desc:`h${s+v.length}`,range:[f.endIndex,f.endIndex],text:v}]}else{let v=/[^=](=+)$/u.exec(o)[1];f.suggestions=[{desc:`h${s}`,range:[f.endIndex-v.length,f.endIndex],text:""},{desc:`h${s+v.length}`,range:[f.startIndex,f.startIndex],text:v}]}n.push(f)}this.closest("html-attrs,table-attrs")&&n.push($(this,m,"parsing-order","section header in a HTML tag"));let h=this.getRootNode().toString();if(d.length%2){let f=C(d[d.length-1],de(H({},m),{start:e+s,left:m.left+s}),"format-leakage",b.msg("unbalanced $1 in a section header","bold apostrophes")),v=e+s+o.length;h.slice(f.endIndex,v).trim()?f.suggestions=[{desc:"close",range:[v,v],text:"'''"}]:f.fix={desc:"remove",range:[f.startIndex,f.endIndex],text:""},n.push(f)}if(c.length%2){let f=C(c[c.length-1],{start:e+s},"format-leakage",b.msg("unbalanced $1 in a section header","italic apostrophes")),v=e+s+o.length;f.fix=h.slice(f.endIndex,v).trim()?{desc:"close",range:[v,v],text:"''"}:{desc:"remove",range:[f.startIndex,f.endIndex],text:""},n.push(f)}return n}print(){let e=u(this,Lt,Or);return super.print({pre:e,sep:e})}json(){let e=super.json();return e.level=this.level,e}};gr=new WeakMap,Lt=new WeakSet,Or=function(){return"=".repeat(this.level)}});var na,_r,es=k(()=>{"use strict";K();j();R();P();na=new RegExp(`https?://${Ne}${Ie}$`,"iu"),_r=class extends A{get type(){return"parameter"}get anon(){return this.firstChild.length===0}constructor(r,e,t=b.getConfig(),n=[]){super(void 0,t,n);let i=new A(typeof r=="number"?void 0:r,t,n,{}),s=new A(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 s;let t=super.lint(r,e),{firstChild:n}=this,i=(s=na.exec(n.text()))==null?void 0:s[0];if(i&&new URL(i).search){let o=C(n,{start:r},"unescaped","unescaped query string in an anonymous parameter");o.startIndex=o.endIndex,o.startLine=o.endLine,o.startCol=o.endCol,o.endIndex++,o.endCol++,o.fix={range:[o.startIndex,o.endIndex],text:"{{=}}",desc:"escape"},t.push(o)}return t}print(){return super.print({sep:this.anon?"":"="})}json(){let r=super.json();return r.anon=this.anon,r}}});var ur,rt,nt,Pt,it,En,ts,pr,rs=k(()=>{"use strict";K();j();ve();J();R();P();es();Fe();vt();pr=class extends A{constructor(e,t,n=b.getConfig(),i=[]){var f,v;let s,o=/^(?:\s|\0\d+[cn]\x7F)*\0(\d+)h\x7F(?:\s|\0\d+[cn]\x7F)*/u.exec(e);o&&(s=Number(o[1]),e=e.replace(`\0${s}h\x7F`,i[s].toString().replace(/^\n/u,"")));super(void 0,n,i,{});x(this,it);re(this,"modifier","");x(this,ur,"template");x(this,rt,!1);x(this,nt,new Map);x(this,Pt);let{parserFunction:[l,p],variable:g}=n,d=(f=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(e))==null?void 0:f[0];if(d)this.setAttribute("modifier",d),e=e.slice(d.length);else if(e.includes(":")){let[y,...S]=e.split(":"),[w]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec((v=S[0])!=null?v:"");this.setModifier(`${y}:${w}`)&&(e=S.join(":").slice(w.length))}let c=e.includes(":");if(c||t.length===0&&!u(this,rt)){let y=e.indexOf(":"),S=y===-1?e:e.slice(0,y),w=y===-1?void 0:e.slice(y+1),L=ae(S),N=L[w===void 0?"trim":"trimStart"](),q=N.toLowerCase(),z=Array.isArray(p),B=z?p.includes(N):Object.prototype.hasOwnProperty.call(p,N),X=!z&&B?p[N]:Object.prototype.hasOwnProperty.call(l,q)&&l[q];if(z&&B||g.includes(X)||c&&X){this.setAttribute("name",X||q.replace(/^#/u,"")),T(this,ur,"magic-word");let Z=new RegExp(String.raw`^\s*${N}\s*$`,B?"u":"iu"),D=new fe(S,Z,"magic-word-name",n,i,{});if(super.insertAt(D),w!==void 0&&t.unshift([w]),this.name==="invoke")for(let W=0;W<2;W++){let ee=t.shift();if(!ee)break;let F=new M(ee.join("="),`invoke-${W?"function":"module"}`,n,i);super.insertAt(F)}}}if(this.type==="template"){let y=ae(e).trim();if(!this.normalizeTitle(y,10,!0).valid)throw i.pop(),new SyntaxError("Invalid template name");let S=new M(e,"template-name",n,i,{});super.insertAt(S)}typeof s=="number"&&(i[s]=void 0);let m=this.isTemplate(),h=1;for(let[y,S]of t.entries())m||this.name==="switch"&&y>0||this.name==="tag"&&y>1||(S[0]=S.join("="),S.length=1),S.length===1&&(S.unshift(h),h++),this.insertAt(new _r(...S,n,i));this.seal("modifier")}get type(){return u(this,ur)}setModifier(e){let{parserFunction:[,,t,n]}=this.getAttribute("config"),i=ae(e).trim();if(e&&!i.endsWith(":"))return!1;let s=i.slice(0,-1).toLowerCase(),o=t.includes(s),l=n.includes(s);return u(this,rt)&&o||!u(this,rt)&&(l||e==="")||(ke.running||this.length>1)&&(o||l||e==="")?(this.setAttribute("modifier",e),T(this,rt,o),!!e):!1}isTemplate(){return this.type==="template"||this.name==="invoke"}getModule(){}afterBuild(){this.modifier.includes("\0")&&this.setAttribute("modifier",this.buildFromStr(this.modifier,0)),super.afterBuild(),this.isTemplate()&&this.type==="template"&&(T(this,Pt,I(this,it,En).call(this)),this.setAttribute("name",u(this,Pt).title))}toString(e){return`{{${this.modifier}${this.type==="magic-word"?this.firstChild.toString(e)+(this.length===1?"":":")+this.childNodes.slice(1).map(t=>t.toString(e)).join("|"):super.toString(e,"|")}}}`}text(){let{childNodes:e,length:t,firstChild:n,modifier:i,type:s,name:o}=this;return s==="magic-word"&&o==="vardefine"?"":`{{${i}${s==="magic-word"?n.text()+(t===1?"":":")+me(e.slice(1),"|"):super.text("|")}}}`}getAttribute(e){switch(e){case"padding":return this.modifier.length+2;case"title":return u(this,Pt);default:return super.getAttribute(e)}}getGaps(){return 1}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t);if(!this.isTemplate())return n;let{type:i,childNodes:s,length:o}=this,l=new E(this,e),p=i==="magic-word";if(p&&!I(this,it,En).call(this).valid)n.push(C(s[1],l,"invalid-invoke","illegal module name"));else{let d=s[p?1:0],c=d.childNodes.findIndex(h=>h.type==="text"&&Kt(h.data).includes("#")),m=d.childNodes[c];if(m){let h=C(d,l,"no-ignored","useless fragment");h.fix={range:[h.startIndex+d.getRelativeIndex(c)+m.data.indexOf("#"),h.endIndex],text:"",desc:"remove"},n.push(h)}}if(p&&o===2)return n.push($(this,l,"invalid-invoke","missing module function")),n;let g=this.getDuplicatedArgs().filter(([,d])=>!d[0].querySelector("ext"));if(g.length>0)for(let[,d]of g)n.push(...d.map(c=>{let m=C(c,l,"no-duplicate","duplicated parameter");return m.suggestions=[{desc:"remove",range:[m.startIndex-1,m.endIndex],text:""}],m}));return n}insertAt(e,t=this.length){return super.insertAt(e,t),e.anon?I(this,it,ts).call(this,e):e.name&&this.getArgs(e.name,!1,!1).add(e),e}getAllArgs(){return this.childNodes.filter(Rt("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 u(this,nt).has(i)?s=u(this,nt).get(i):(s=new Set(this.getAllArgs().filter(({name:o})=>i===o)),u(this,nt).set(i,s)),s}getDuplicatedArgs(){return[...u(this,nt)].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;switch(t){case"if":case"ifexist":case"ifexpr":case"iferror":i=2;break;case"ifeq":i=3;break;default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}let s=n.slice(i,i+2).map(({childNodes:[,o]})=>o);for(let o=0;o<s.length;){let{length:l,0:p}=s[o].childNodes.filter(g=>g.text().trim());if(l===0)s.splice(o,1);else if(l>1||p.type!=="magic-word")o++;else try{let g=p.getPossibleValues();s.splice(o,1,...g),o+=g.length}catch(g){o++}}return s}print(){let{childNodes:e,length:t,firstChild:n,modifier:i,type:s}=this;return`<span class="wpb-${s}">{{${ht(i)}${s==="magic-word"?n.print()+(t===1?"":":")+Ee(e.slice(1),{sep:"|"}):Ee(e,{sep:"|"})}}}</span>`}};ur=new WeakMap,rt=new WeakMap,nt=new WeakMap,Pt=new WeakMap,it=new WeakSet,En=function(){let e=this.type==="template",t=this.childNodes[e?0:1];return this.normalizeTitle(t.toString(!0),e?10:828)},ts=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:o}=s,l=String(i+1);o!==l&&(s.setAttribute("name",l),this.getArgs(l,!1,!1).add(s))}}});var ns,Ln,ia,st,is=k(()=>{"use strict";Je();P();ns=[he()];st=class extends(ia=A){get type(){return"hidden"}};Ln=ie(ia),st=oe(Ln,0,"HiddenToken",ns,st),se(Ln,1,st)});var zr,ss,Mr,os=k(()=>{"use strict";K();j();J();R();P();Fe();is();Mr=class extends A{constructor(e,t=b.getConfig(),n=[]){super(void 0,t,n,{});x(this,zr);for(let[i,s]of e.entries())if(i===0){let o=new M(s,"arg-name",t,n,{});super.insertAt(o)}else if(i>1){let o=new st(s,t,n);super.insertAt(o)}else{let o=new A(s,t,n);o.type="arg-default",o.setAttribute("stage",2),super.insertAt(o)}}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`{{{${me(this.childNodes.slice(0,2),"|")}}}}`}getAttribute(e){return e==="padding"?3:super.getAttribute(e)}getGaps(){return 1}afterBuild(){I(this,zr,ss).call(this),super.afterBuild()}lint(e=this.getAbsoluteIndex(),t){let{childNodes:[n,i,...s]}=this;if(!this.getAttribute("include")){let l=$(this,{start:e},"no-arg","unexpected template argument");return i&&(l.suggestions=[{range:[e,l.endIndex],text:i.text(),desc:"expand"}]),[l]}let o=n.lint(e+3,t);if(i&&o.push(...i.lint(e+4+n.toString().length,t)),s.length>0){let l=new E(this,e);o.push(...s.map(p=>{let g=C(p,l,"no-ignored","invisible content inside triple braces");return g.startIndex--,g.startCol--,g.suggestions=[{desc:"remove",range:[g.startIndex,g.endIndex],text:""},{desc:"escape",range:[g.startIndex,g.startIndex+1],text:"{{!}}"}],g}))}return o}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}};zr=new WeakSet,ss=function(){this.setAttribute("name",this.firstChild.toString(!0).trim())}});var ls={};ge(ls,{parseBraces:()=>cr});var sa,as,Fn,oa,cr,Ur=k(()=>{"use strict";K();In();rs();os();sa={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},as=String.raw`|\{{2,}`,Fn=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),oa=/\{\{\s*([^\s\0<>[\]{}|_#&%:.]+)\s*\}\}(?!\})/gu,cr=(a,r,e)=>{var d,c,m,h,f,v;let t=String.raw`${(d=r.excludes)!=null&&d.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,{parserFunction:[,,,n]}=r,i=[];a=a.replace(oa,(y,S)=>{var w;return new pr(y.slice(2,-2),[],r,e),`\0${e.length-2}${(w=Fn.get(S.toLowerCase()))!=null?w:"t"}\x7F`});let s=a.lastIndexOf("}}")-a.length,o=s+a.length!==-1,l=new RegExp(t+(o?as:""),"gmu"),p=l.exec(a),g;for(;p||g!==void 0&&g<=a.length&&((m=(c=i[i.length-1])==null?void 0:c[0])!=null&&m.startsWith("="));){if(p!=null&&p[1]){let[,{length:D}]=p;p[0]=p[0].slice(D),p.index+=D}let{0:y,index:S}=p!=null?p:{0:`
7
- `,index:a.length},w=(h=i.pop())!=null?h:{},{0:L,index:N,parts:q,findEqual:z,pos:B}=w,X=y==="="&&z,Q=D=>{q[q.length-1].push(D.slice(B,S))};if(y==="]]"||y==="}-")g=S+2;else if(y===`
8
- `){g=S+1;let{pos:D,findEqual:W}=(f=i[i.length-1])!=null?f:{};if(D===void 0||W||ae(a.slice(D,N))!==""){let ee=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(a.slice(N,S));ee&&(a=`${a.slice(0,N)}\0${e.length}h\x7F${a.slice(S)}`,g=N+4+String(e.length).length,new Ft(ee[1].length,ee.slice(2),r,e))}}else if(y==="|"||X)g=S+1,Q(a),y==="|"&&q.push([]),w.pos=g,w.findEqual=y==="|",i.push(w);else if(y.startsWith("}}")){let D=y.slice(0,Math.min(L.length,3)),W=L.length-D.length,{length:ee}=e;g=S+D.length,Q(a);let F=!1,we="t";if(D.length===3){let te=q.map(Xe=>Xe.join("=")),ce=te.length>1&&ae(te[1]).trim();new Mr(te,r,e),ce&&ce.endsWith(":")&&n.includes(ce.slice(0,-1).toLowerCase())&&(we="s")}else try{new pr(q[0][0],q.slice(1),r,e);let te=ae(q[0][0]).trim();Fn.has(te.toLowerCase())?we=Fn.get(te.toLowerCase()):/^(?:filepath|(?:full|canonical)urle?):./iu.test(te)?we="m":/^#vardefine:./iu.test(te)&&(we="n")}catch(te){if(te instanceof SyntaxError&&te.message==="Invalid template name")F=!0;else throw te}F||(a=`${a.slice(0,N+W)}\0${ee}${we}\x7F${a.slice(g)}`,g=N+W+3+String(ee).length,W>1?i.push({0:L.slice(0,W),index:N,pos:N+W,parts:[[]]}):W===1&&a[N-1]==="-"&&i.push({0:"-{",index:N-1,pos:N+1,parts:[[]]}))}else g=S+y.length,y.startsWith("{")&&(p.pos=g,p.parts=[[]]),i.push(..."0"in w?[w]:[],p);let Z=i[i.length-1];if(o&&s+a.length<g)for(o=!1;(v=Z==null?void 0:Z[0])!=null&&v.startsWith("{");)i.pop(),Z=i[i.length-1];l=new RegExp(t+(o?as:"")+(Z?`|${sa[Z[0][0]]}${Z.findEqual?"|=":""}`:""),"gmu"),l.lastIndex=g,p=l.exec(a)}return a}});var Wr,ds=k(()=>{"use strict";dr();Ur();R();Nn();Wr=class extends Et{constructor(r,e,t=b.getConfig(),n=[]){let i=Symbol("InputboxToken"),{length:s}=n;n.push(i),e&&(e=tt(e,t,n,r)),e&&(e=cr(e,t,n)),n.splice(s,1),super(r,e,t,n,{})}}});function gs(a,r,e,t,n){r=r.trim();let i=r.replace(a==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(a){case"width":return!i&&!!r||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(i);case"link":{if(!i)return r;let s=new RegExp(String.raw`^(?:${e.protocol}|//|\0\d+m\x7F)`,"iu"),o=new RegExp(String.raw`^(?:(?:${e.protocol}|//)${Ne}|\0\d+m\x7F)${Ie}$`,"iu");if(s.test(i))return o.test(i)&&r;i.startsWith("[[")&&i.endsWith("]]")&&(i=i.slice(2,-2));let l=b.normalizeTitle(i,0,!1,e,t,!0,!0);return l.valid&&l}case"lang":return(n==="svg"||n==="svgz")&&!/[^a-z\d-]/u.test(i);case"alt":case"class":case"manualthumb":return!0;case"page":return(n==="djvu"||n==="djv"||n==="pdf")&&Number(i)>0;default:return!!i&&!isNaN(i)}}var aa,pe,Dr,ps,Gr,us=k(()=>{"use strict";K();j();R();P();aa=new Set(["alt","link","lang","page","caption"]);Gr=class extends A{constructor(e,t,n=b.getConfig(),i){var r=(...Rg)=>(super(...Rg),x(this,Dr),x(this,pe,""),this);var p;let s,o=Object.entries(n.img).map(([g,d])=>{let c=new RegExp(String.raw`^(\s*(?!\s))${g.replace("$1","(.*)")}${g.endsWith("$1")?`(?=$|
9
- )`:""}(\s*)$`,"u");return[g,d,c]}),l=o.find(([,g,d])=>(s=d.exec(e),s&&(s.length!==4||gs(g,s[2],n,!0,t)!==!1)));if(l&&s){s.length===3?(r(void 0,n,i),T(this,pe,e)):(r(s[2],n,i,{}),T(this,pe,s[1]+l[0]+s[3])),this.setAttribute("name",l[1]);return}r(e,de(H({},n),{excludes:[...(p=n.excludes)!=null?p:[],"list"]}),i),this.setAttribute("name","caption"),this.setAttribute("stage",7)}get type(){return"image-parameter"}get link(){return this.name==="link"?gs("link",super.text(),this.getAttribute("config")):void 0}afterBuild(){var e;((e=this.parentNode)==null?void 0:e.type)==="gallery-image"&&!aa.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(e){return u(this,pe)?u(this,pe).replace("$1",super.toString(e)):super.toString(e)}text(){return u(this,pe)?u(this,pe).replace("$1",super.text()).trim():super.text().trim()}getAttribute(e){return e==="plain"?this.name==="caption":e==="padding"?Math.max(0,u(this,pe).indexOf("$1")):super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),{link:i,name:s}=this;if(s==="invalid"){let o=$(this,{start:e},"invalid-gallery","invalid image parameter");o.fix={range:[e-1,o.endIndex],text:"",desc:"remove"},n.push(o)}else if(typeof i=="object"&&i.encoded){let o=$(this,{start:e},"url-encoding","unnecessary URL encoding in an internal link");o.suggestions=[{desc:"decode",range:[e,o.endIndex],text:Me(this.text())}],n.push(o)}return n}getValue(){return this.name==="invalid"?this.text():I(this,Dr,ps).call(this)||super.text()}print(){return u(this,pe)?`<span class="wpb-image-parameter">${u(this,pe).replace("$1",`<span class="wpb-image-caption">${Ee(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}};pe=new WeakMap,Dr=new WeakSet,ps=function(){return u(this,pe)&&!u(this,pe).includes("$1")}});var cs,ms,hs,la,Bt,Rn=k(()=>{"use strict";K();j();J();R();or();us();cs=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),ms=new Set(["left","right","center","none"]),hs=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),la=(a,r,e,t)=>{if(t===void 0)return[];let n=new RegExp(`${[a,r,e].map(Ti).join("|")}`,"gu"),i=[],s=n.exec(t),o=0,l=0;for(;s;){let{0:p,index:g}=s;p!==e?o+=p===a?1:-1:o===0&&(i.push(t.slice(l,g)),{lastIndex:l}=n),s=n.exec(t)}return i.push(t.slice(l)),i},Bt=class extends Ce{get type(){return"file"}get extension(){return this.getTitle().extension}constructor(r,e,t=b.getConfig(),n=[],i="|"){super(r,void 0,t,n,i);let{extension:s}=this.getTitle(!0);this.append(...la("-{","}-","|",e).map(o=>new Gr(o,s,t,n)))}lint(r=this.getAbsoluteIndex(),e){var m;let t=super.lint(r,e),n=this.getAllArgs().filter(({childNodes:h})=>{let f=h.filter(v=>v.text().trim());return f.length!==1||f[0].type!=="arg"}),i=[...new Set(n.map(({name:h})=>h))],s=i.filter(h=>cs.has(h)),o=i.filter(h=>ms.has(h)),l=i.filter(h=>hs.has(h)),[p]=s,g=p==="framed"||p==="manualthumb",d=new E(this,r);if(this.closest("ext-link-text")&&((m=this.getValue("link"))==null?void 0:m.trim())!==""&&t.push($(this,d,"nested-link","internal link in an external link")),g)for(let h of n.filter(({name:f})=>f==="width")){let f=C(h,d,"invalid-gallery","invalid image parameter");f.fix={range:[f.startIndex-1,f.endIndex],text:"",desc:"remove"},t.push(f)}if(n.length===i.length&&s.length<2&&o.length<2&&l.length<2)return t;let c=(h,f)=>v=>{let y=C(v,d,"no-duplicate",b.msg(`${h} image $1 parameter`,f));return y.suggestions=[{desc:"remove",range:[y.startIndex-1,y.endIndex],text:""}],y};for(let h of i){if(h==="invalid"||h==="width"&&g)continue;let f=n.filter(({name:v})=>v===h);h==="caption"&&(f=[...f.slice(0,-1).filter(v=>v.text()),...f.slice(-1)]),f.length>1&&t.push(...f.map(c("duplicated",h)))}return s.length>1&&t.push(...n.filter(({name:h})=>cs.has(h)).map(c("conflicting","frame"))),o.length>1&&t.push(...n.filter(({name:h})=>ms.has(h)).map(c("conflicting","horizontal-alignment"))),l.length>1&&t.push(...n.filter(({name:h})=>hs.has(h)).map(c("conflicting","vertical-alignment"))),t}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()}}});var jt,Pn=k(()=>{"use strict";j();R();P();Rn();jt=class extends Bt{constructor(e,t,n,i=b.getConfig(),s=[]){let o;if(n!==void 0){let{length:l}=s;o=new A(n,i,s);for(let p=1;p<11;p++)o.parseOnce();s.splice(l,1)}super(t,o==null?void 0:o.toString(),i,s);re(this,"privateType","imagemap-image");this.setAttribute("bracket",!1),this.privateType=`${e}-image`,this.seal("privateType",!0)}get type(){return this.privateType}getTitle(){let e=this.type==="imagemap-image";return this.normalizeTitle(this.firstChild.toString(),e?0:6,!0,!e)}getAttribute(e){return e==="padding"?0:super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),{ns:i,interwiki:s}=this.getAttribute("title");if(s||i!==6){let o=$(this,{start:e},"invalid-gallery","invalid gallery image");o.suggestions=[{desc:"prefix",range:[e,e],text:"File:"}],n.push(o)}return n}}});var Vr,fs,Hr,xs=k(()=>{"use strict";R();P();Pn();We();Hr=class extends A{constructor(e,t=b.getConfig(),n=[]){var i;super(void 0,t,n,{});x(this,Vr);for(let s of(i=e==null?void 0:e.split(`
10
- `))!=null?i:[]){let o=/^([^|]+)(?:\|(.*))?/u.exec(s);if(!o){super.insertAt(s.trim()?new G(s,t,n):s);continue}let[,l,p]=o;I(this,Vr,fs).call(this,l)?super.insertAt(new jt("gallery",l,p,t,n)):super.insertAt(new G(s,t,n))}}get type(){return"ext-inner"}toString(e){return super.toString(e,`
5
+ `)}getGaps(){return 1}lint(r=this.getAbsoluteIndex()){let e=new R(this,r),t=b.msg("invalid parameter of <$1>",this.name),n=[];for(let i of this.childNodes){let s=i.childNodes.filter(({type:o})=>o!=="comment"&&o!=="include"&&o!=="noinclude");if(s.some(({type:o})=>o==="ext"))n.push(C(i,e,"no-ignored",t));else{let o=s.findIndex(({type:u})=>u!=="text"),l=s.slice(0,o===-1?void 0:o).map(String).join("");if(l&&!(o===-1?/^[a-z]+(?:\[\])?\s*=/iu:/^[a-z]+(?:\[\])?\s*(?:=|$)/iu).test(l)){let u=C(i,e,"no-ignored",t);u.suggestions=[{desc:"remove",range:[u.startIndex,u.endIndex],text:""}],n.push(u)}else n.push(...i.lint(r,!1))}r+=i.toString().length+1}return n}print(){return super.print({sep:`
6
+ `})}}});var ur,Pt,Or,jt,In=y(()=>{"use strict";q();we();K();P();j();wt();jt=class extends v{constructor(e,t,n=b.getConfig(),i=[]){super(void 0,n,i);x(this,Pt);x(this,ur);T(this,ur,e);let s=new v(t[0],n,i);s.type="heading-title",s.setAttribute("stage",2);let o=new ye(t[1],/^\s*$/u,"heading-trail",n,i,{});this.append(s,o)}get type(){return"heading"}get level(){return c(this,ur)}toString(e){let t=N(this,Pt,Or).call(this);return t+this.firstChild.toString(e)+t+this.lastChild.toString(e)}text(){let e=N(this,Pt,Or).call(this);return e+this.firstChild.text()+e}getAttribute(e){return 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,o=i.toString(),l=o.startsWith("="),u=l||o.endsWith("="),g=i.childNodes.filter(Bt("quote")),d=g.filter(({bold:f})=>f),p=g.filter(({italic:f})=>f),h=new R(this,e);if(this.level===1){let f=C(i,h,"h1","<h1>");u||(f.suggestions=[{desc:"h2",range:[f.startIndex,f.endIndex],text:`=${o}=`}]),n.push(f)}if(u){let f=C(i,h,"unbalanced-header",b.msg("unbalanced $1 in a section header",'"="'));if(o!=="=")if(l){let[k]=/^=+/u.exec(o);f.suggestions=[{desc:`h${s}`,range:[f.startIndex,f.startIndex+k.length],text:""},{desc:`h${s+k.length}`,range:[f.endIndex,f.endIndex],text:k}]}else{let k=/[^=](=+)$/u.exec(o)[1];f.suggestions=[{desc:`h${s}`,range:[f.endIndex-k.length,f.endIndex],text:""},{desc:`h${s+k.length}`,range:[f.startIndex,f.startIndex],text:k}]}n.push(f)}this.closest("html-attrs,table-attrs")&&n.push(E(this,h,"parsing-order","section header in an HTML tag"));let m=this.getRootNode().toString();if(d.length%2){let f=C(d[d.length-1],oe(Y({},h),{start:e+s,left:h.left+s}),"format-leakage",b.msg("unbalanced $1 in a section header","bold apostrophes")),k=e+s+o.length;m.slice(f.endIndex,k).trim()?f.suggestions=[{desc:"close",range:[k,k],text:"'''"}]:f.fix={desc:"remove",range:[f.startIndex,f.endIndex],text:""},n.push(f)}if(p.length%2){let f=C(p[p.length-1],{start:e+s},"format-leakage",b.msg("unbalanced $1 in a section header","italic apostrophes")),k=e+s+o.length;f.fix=m.slice(f.endIndex,k).trim()?{desc:"close",range:[k,k],text:"''"}:{desc:"remove",range:[f.startIndex,f.endIndex],text:""},n.push(f)}return n}print(){let e=N(this,Pt,Or).call(this);return super.print({pre:e,sep:e})}json(e,t=this.getAbsoluteIndex()){let n=super.json(void 0,t);return n.level=this.level,n}};ur=new WeakMap,Pt=new WeakSet,Or=function(){return"=".repeat(this.level)}});var sa,Mr,ts=y(()=>{"use strict";H();q();P();j();sa=new RegExp(`https?://${Ie}${Ee}$`,"iu"),Mr=class extends v{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(e){return!1}}constructor(r,e,t=b.getConfig(),n=[]){super(void 0,t,n);let i=new v(typeof r=="number"?void 0:r,t,n,{}),s=new v(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 s;let t=super.lint(r,e),{firstChild:n}=this,i=(s=sa.exec(n.text()))==null?void 0:s[0];if(i&&new URL(i).search){let o=C(n,{start:r},"unescaped","unescaped query string in an anonymous parameter");o.startIndex=o.endIndex,o.startLine=o.endLine,o.startCol=o.endCol,o.endIndex++,o.endCol++,o.fix={range:[o.startIndex,o.endIndex],text:"{{=}}",desc:"escape"},t.push(o)}return t}print(){return super.print({sep:this.anon?"":"="})}json(r,e=this.getAbsoluteIndex()){let t=super.json(void 0,e);return Object.assign(t,{anon:this.anon,duplicated:this.duplicated}),t}}});var hr,rt,nt,qt,it,En,rs,cr,ns=y(()=>{"use strict";H();q();we();K();P();j();ts();Re();wt();cr=class extends v{constructor(e,t,n=b.getConfig(),i=[]){var f,k;let s,o=/^(?:\s|\0\d+[cn]\x7F)*\0(\d+)h\x7F(?:\s|\0\d+[cn]\x7F)*/u.exec(e);o&&(s=Number(o[1]),e=e.replace(`\0${s}h\x7F`,i[s].toString().replace(/^\n/u,"")));super(void 0,n,i,{});x(this,it);ne(this,"modifier","");x(this,hr,"template");x(this,rt,!1);x(this,nt,new Map);x(this,qt);let{parserFunction:[l,u],variable:g}=n,d=(f=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(e))==null?void 0:f[0];if(d)this.setAttribute("modifier",d),e=e.slice(d.length);else if(e.includes(":")){let[A,...S]=e.split(":"),[w]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec((k=S[0])!=null?k:"");this.setModifier(`${A}:${w}`)&&(e=S.join(":").slice(w.length))}let p=e.includes(":");if(p||t.length===0&&!c(this,rt)){let A=e.indexOf(":"),S=A===-1?e:e.slice(0,A),w=A===-1?void 0:e.slice(A+1),$=ie(S),F=$[w===void 0?"trim":"trimStart"](),B=F.toLowerCase(),_=Array.isArray(u),L=_?u.includes(F):Object.prototype.hasOwnProperty.call(u,F),X=!_&&L?u[F]:Object.prototype.hasOwnProperty.call(l,B)&&l[B];if(_&&L||g.includes(X)||p&&X){this.setAttribute("name",X||B.replace(/^#/u,"")),T(this,hr,"magic-word");let he=new RegExp(String.raw`^\s*${F}\s*$`,L?"u":"iu"),me=new ye(S,he,"magic-word-name",n,i,{});if(super.insertAt(me),w!==void 0&&t.unshift([w]),this.name==="invoke")for(let D=0;D<2;D++){let W=t.shift();if(!W)break;let I=new z(W.join("="),`invoke-${D?"function":"module"}`,n,i);super.insertAt(I)}}}if(this.type==="template"){let A=ie(e).trim();if(!this.normalizeTitle(A,10,!0,!0).valid)throw i.pop(),new SyntaxError("Invalid template name");let S=new z(e,"template-name",n,i,{});super.insertAt(S)}typeof s=="number"&&(i[s]=void 0);let h=this.isTemplate(),m=1;for(let[A,S]of t.entries())h||this.name==="switch"&&A>0||this.name==="tag"&&A>1||(S[0]=S.join("="),S.length=1),S.length===1&&(S.unshift(m),m++),this.insertAt(new Mr(...S,n,i));this.seal("modifier")}get type(){return c(this,hr)}setModifier(e){let{parserFunction:[,,t,n]}=this.getAttribute("config"),i=ie(e).trim();if(e&&!i.endsWith(":"))return!1;let s=i.slice(0,-1).toLowerCase(),o=t.includes(s),l=n.includes(s);return c(this,rt)&&o||!c(this,rt)&&(l||e==="")||(le.running||this.length>1)&&(o||l||e==="")?(this.setAttribute("modifier",e),T(this,rt,o),!!e):!1}isTemplate(){return this.type==="template"||this.name==="invoke"}getModule(){}afterBuild(){this.modifier.includes("\0")&&this.setAttribute("modifier",this.buildFromStr(this.modifier,0)),super.afterBuild(),this.isTemplate()&&this.type==="template"&&(T(this,qt,N(this,it,En).call(this)),this.setAttribute("name",c(this,qt).title))}toString(e){return`{{${this.modifier}${this.type==="magic-word"?this.firstChild.toString(e)+(this.length===1?"":":")+this.childNodes.slice(1).map(t=>t.toString(e)).join("|"):super.toString(e,"|")}}}`}text(){let{childNodes:e,length:t,firstChild:n,modifier:i,type:s,name:o}=this;return s==="magic-word"&&o==="vardefine"?"":`{{${i}${s==="magic-word"?n.text()+(t===1?"":":")+be(e.slice(1),"|"):super.text("|")}}}`}getAttribute(e){switch(e){case"padding":return this.modifier.length+2;case"title":return c(this,qt);default:return super.getAttribute(e)}}getGaps(){return 1}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t);if(!this.isTemplate())return n;let{type:i,childNodes:s,length:o}=this,l=new R(this,e),u=i==="magic-word";if(u&&!N(this,it,En).call(this).valid)n.push(C(s[1],l,"invalid-invoke","illegal module name"));else{let d=s[u?1:0],p=d.childNodes.findIndex(m=>m.type==="text"&&Ke(m.data).includes("#")),h=d.childNodes[p];if(h){let m=C(d,l,"no-ignored","useless fragment");m.fix={range:[m.startIndex+d.getRelativeIndex(p)+h.data.indexOf("#"),m.endIndex],text:"",desc:"remove"},n.push(m)}}if(u&&o===2)return n.push(E(this,l,"invalid-invoke","missing module function")),n;let g=this.getDuplicatedArgs().filter(([,d])=>!d[0].querySelector("ext"));if(g.length>0)for(let[,d]of g)n.push(...d.map(p=>{let h=C(p,l,"no-duplicate","duplicated parameter");return h.suggestions=[{desc:"remove",range:[h.startIndex-1,h.endIndex],text:""}],h}));return n}insertAt(e,t=this.length){return super.insertAt(e,t),e.anon?N(this,it,rs).call(this,e):e.name&&this.getArgs(e.name,!1,!1).add(e),e}getAllArgs(){return this.childNodes.filter(Bt("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 c(this,nt).has(i)?s=c(this,nt).get(i):(s=new Set(this.getAllArgs().filter(({name:o})=>i===o)),c(this,nt).set(i,s)),s}getDuplicatedArgs(){return[...c(this,nt)].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;switch(t){case"if":case"ifexist":case"ifexpr":case"iferror":i=2;break;case"ifeq":i=3;break;default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}let s=n.slice(i,i+2).map(({childNodes:[,o]})=>o);for(let o=0;o<s.length;){let{length:l,0:u}=s[o].childNodes.filter(g=>g.text().trim());if(l===0)s.splice(o,1);else if(l>1||u.type!=="magic-word")o++;else try{let g=u.getPossibleValues();s.splice(o,1,...g),o+=g.length}catch(g){o++}}return s}print(){let{childNodes:e,length:t,firstChild:n,modifier:i,type:s}=this;return`<span class="wpb-${s}">{{${bt(i)}${s==="magic-word"?n.print()+(t===1?"":":")+Le(e.slice(1),{sep:"|"}):Le(e,{sep:"|"})}}}</span>`}};hr=new WeakMap,rt=new WeakMap,nt=new WeakMap,qt=new WeakMap,it=new WeakSet,En=function(){let e=this.type==="template";return this.normalizeTitle(this.childNodes[e?0:1].toString(!0),e?10:828,!0)},rs=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:o}=s,l=String(i+1);o!==l&&(s.setAttribute("name",l),this.getArgs(l,!1,!1).add(s))}}});var is,Ln,oa,st,ss=y(()=>{"use strict";Je();j();is=[Te()];st=class extends(oa=v){get type(){return"hidden"}};Ln=ee(oa),st=re(Ln,0,"HiddenToken",is,st),te(Ln,1,st)});var Fn,aa,zr,os=y(()=>{"use strict";H();q();K();P();j();Re();ss();zr=class extends v{constructor(e,t=b.getConfig(),n=[]){super(void 0,t,n,{});x(this,Fn);for(let[i,s]of e.entries())if(i===0){let o=new z(s,"arg-name",t,n,{});super.insertAt(o)}else if(i>1){let o=new st(s,t,n);super.insertAt(o)}else{let o=new v(s,t,n);o.type="arg-default",o.setAttribute("stage",2),super.insertAt(o)}}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`{{{${be(this.childNodes.slice(0,2),"|")}}}}`}getAttribute(e){return e==="padding"?3:super.getAttribute(e)}getGaps(){return 1}afterBuild(){super.afterBuild()}lint(e=this.getAbsoluteIndex(),t){let{childNodes:[n,i,...s]}=this;if(!this.getAttribute("include")){let l=E(this,{start:e},"no-arg","unexpected template argument");return i&&(l.suggestions=[{range:[e,l.endIndex],text:i.text(),desc:"expand"}]),[l]}let o=n.lint(e+3,t);if(i&&o.push(...i.lint(e+4+n.toString().length,t)),s.length>0){let l=new R(this,e);o.push(...s.map(u=>{let g=C(u,l,"no-ignored","invisible content inside triple braces");return g.startIndex--,g.startCol--,g.suggestions=[{desc:"remove",range:[g.startIndex,g.endIndex],text:""},{desc:"escape",range:[g.startIndex,g.startIndex+1],text:"{{!}}"}],g}))}return o}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}json(e,t=this.getAbsoluteIndex()){let n=super.json(void 0,t);return n.default=this.default,n}};Fn=new WeakSet,aa=function(){}});var gs={};ae(gs,{parseBraces:()=>mr});var la,as,ls,ds,mr,Wr=y(()=>{"use strict";H();In();ns();os();la={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},as=String.raw`|\{{2,}`,ls=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),ds=a=>{let r=ie(a).trim().toLowerCase();return ls.has(r)?ls.get(r):/^(?:filepath|(?:full|canonical)urle?):./u.test(r)?"m":/^#vardefine:./u.test(r)?"n":"t"},mr=(a,r,e)=>{var h,m,f,k,A,S;let t=String.raw`${(h=r.excludes)!=null&&h.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,{parserFunction:[,,,n]}=r,i=[],s=[],o=w=>w.replace(/\0(\d+)\x7F/gu,($,F)=>s[F]);a=a.replace(/\{\{([^\n{}[]*)\}\}(?!\})|\[\[[^\n[\]{]*\]\]/gu,(w,$)=>{if($!==void 0)try{let{length:F}=e,B=$.split("|");return new cr(B[0],B.slice(1).map(_=>{let L=_.indexOf("=");return L===-1?[_]:[_.slice(0,L),_.slice(L+1)]}),r,e),`\0${F}${ds(B[0])}\x7F`}catch(F){if(!(F instanceof SyntaxError)||F.message!=="Invalid template name")throw F}return s.push(w),`\0${s.length-1}\x7F`});let l=a.lastIndexOf("}}")-a.length,u=l+a.length!==-1,g=new RegExp(t+(u?as:""),"gmu"),d=g.exec(a),p;for(;d||p!==void 0&&p<=a.length&&((f=(m=i[i.length-1])==null?void 0:m[0])!=null&&f.startsWith("="));){if(d!=null&&d[1]){let[,{length:W}]=d;d[0]=d[0].slice(W),d.index+=W}let{0:w,index:$}=d!=null?d:{0:`
7
+ `,index:a.length},F=(k=i.pop())!=null?k:{},{0:B,index:_,parts:L,findEqual:X,pos:J}=F,he=w==="="&&X,me=W=>{L[L.length-1].push(o(W.slice(J,$)))};if(w==="]]"||w==="}-")p=$+2;else if(w===`
8
+ `){p=$+1;let{pos:W,findEqual:I}=(A=i[i.length-1])!=null?A:{};if(W===void 0||I||ie(a.slice(W,_))!==""){let ge=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(a.slice(_,$));ge&&(a=`${a.slice(0,_)}\0${e.length}h\x7F${a.slice($)}`,p=_+4+String(e.length).length,ge[2]=o(ge[2]),new jt(ge[1].length,ge.slice(2),r,e))}}else if(w==="|"||he)p=$+1,me(a),w==="|"&&L.push([]),F.pos=p,F.findEqual=w==="|",i.push(F);else if(w.startsWith("}}")){let W=w.slice(0,Math.min(B.length,3)),I=B.length-W.length,{length:ge}=e;p=$+W.length,me(a);let Oe=!1,fe="t";if(W.length===3){let pe=L.map(ht=>ht.join("=")),xe=pe.length>1&&ie(pe[1]).trim();new zr(pe,r,e),xe&&xe.endsWith(":")&&n.includes(xe.slice(0,-1).toLowerCase())&&(fe="s")}else try{new cr(L[0][0],L.slice(1),r,e),fe=ds(L[0][0])}catch(pe){if(pe instanceof SyntaxError&&pe.message==="Invalid template name")Oe=!0;else throw pe}Oe||(a=`${a.slice(0,_+I)}\0${ge}${fe}\x7F${a.slice(p)}`,p=_+I+3+String(ge).length,I>1?i.push({0:B.slice(0,I),index:_,pos:_+I,parts:[[]]}):I===1&&a[_-1]==="-"&&i.push({0:"-{",index:_-1,pos:_+1,parts:[[]]}))}else p=$+w.length,w.startsWith("{")&&(d.pos=p,d.parts=[[]]),i.push(..."0"in F?[F]:[],d);let D=i[i.length-1];if(u&&l+a.length<p)for(u=!1;(S=D==null?void 0:D[0])!=null&&S.startsWith("{");)i.pop(),D=i[i.length-1];g=new RegExp(t+(u?as:"")+(D?`|${la[D[0][0]]}${D.findEqual?"|=":""}`:""),"gmu"),g.lastIndex=p,d=g.exec(a)}return o(a)}});var Ur,ps=y(()=>{"use strict";pr();Wr();P();Nn();Ur=class extends Rt{constructor(r,e,t=b.getConfig(),n=[]){let i=Symbol("InputboxToken"),{length:s}=n;n.push(i),e&&(e=tt(e,t,n,r)),e&&(e=mr(e,t,n)),n.splice(s,1),super(r,e,t,n,{})}}});function us(a,r,e,t,n){r=r.trim();let i=r.replace(a==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(a){case"width":return!i&&!!r||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(i);case"link":{if(!i)return r;let s=new RegExp(String.raw`^(?:${e.protocol}|//|\0\d+m\x7F)`,"iu"),o=new RegExp(String.raw`^(?:(?:${e.protocol}|//)${Ie}|\0\d+m\x7F)${Ee}$`,"iu");if(s.test(i))return o.test(i)&&r;i.startsWith("[[")&&i.endsWith("]]")&&(i=i.slice(2,-2));let l=b.normalizeTitle(i,0,!1,e,!1,t,!0,!0);return l.valid&&l}case"lang":return(n==="svg"||n==="svgz")&&!/[^a-z\d-]/u.test(i);case"alt":case"class":case"manualthumb":return!0;case"page":return(n==="djvu"||n==="djv"||n==="pdf")&&Number(i)>0;default:return!!i&&!isNaN(i)}}var da,de,Dr,cs,Gr,hs=y(()=>{"use strict";H();q();P();j();da=new Set(["alt","link","lang","page","caption"]);Gr=class extends v{constructor(e,t,n=b.getConfig(),i){var r=(..._g)=>(super(..._g),x(this,Dr),x(this,de,""),this);var u;let s,o=Object.entries(n.img).map(([g,d])=>{let p=new RegExp(String.raw`^(\s*(?!\s))${g.replace("$1","(.*)")}${g.endsWith("$1")?`(?=$|
9
+ )`:""}(\s*)$`,"u");return[g,d,p]}),l=o.find(([,g,d])=>(s=d.exec(e),s&&(s.length!==4||us(g,s[2],n,!0,t)!==!1)));if(l&&s){s.length===3?(r(void 0,n,i),T(this,de,e)):(r(s[2],n,i,{}),T(this,de,s[1]+l[0]+s[3])),this.setAttribute("name",l[1]);return}r(e,oe(Y({},n),{excludes:[...(u=n.excludes)!=null?u:[],"list"]}),i),this.setAttribute("name","caption"),this.setAttribute("stage",7)}get type(){return"image-parameter"}get link(){return this.name==="link"?us("link",super.text(),this.getAttribute("config")):void 0}afterBuild(){var e;((e=this.parentNode)==null?void 0:e.type)==="gallery-image"&&!da.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(e){return c(this,de)?c(this,de).replace("$1",super.toString(e)):super.toString(e)}text(){return c(this,de)?c(this,de).replace("$1",super.text()).trim():super.text().trim()}getAttribute(e){return e==="plain"?this.name==="caption":e==="padding"?Math.max(0,c(this,de).indexOf("$1")):super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),{link:i,name:s}=this;if(s==="invalid"){let o=E(this,{start:e},"invalid-gallery","invalid image parameter");o.fix={range:[e-1,o.endIndex],text:"",desc:"remove"},n.push(o)}else if(typeof i=="object"&&i.encoded){let o=E(this,{start:e},"url-encoding","unnecessary URL encoding in an internal link");o.suggestions=[{desc:"decode",range:[e,o.endIndex],text:Me(this.text())}],n.push(o)}return n}getValue(){return this.name==="invalid"?this.text():N(this,Dr,cs).call(this)||super.text()}print(){return c(this,de)?`<span class="wpb-image-parameter">${c(this,de).replace("$1",`<span class="wpb-image-caption">${Le(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}};de=new WeakMap,Dr=new WeakSet,cs=function(){return c(this,de)&&!c(this,de).includes("$1")}});var ms,fs,xs,ga,_t,Rn=y(()=>{"use strict";H();q();K();P();lr();hs();ms=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),fs=new Set(["left","right","center","none"]),xs=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),ga=(a,r,e,t)=>{if(t===void 0)return[];let n=new RegExp(`${[a,r,e].map(yi).join("|")}`,"gu"),i=[],s=n.exec(t),o=0,l=0;for(;s;){let{0:u,index:g}=s;u!==e?o+=u===a?1:-1:o===0&&(i.push(t.slice(l,g)),{lastIndex:l}=n),s=n.exec(t)}return i.push(t.slice(l)),i},_t=class extends $e{get type(){return"file"}get extension(){return this.getAttribute("title").extension}constructor(r,e,t=b.getConfig(),n=[],i="|"){super(r,void 0,t,n,i);let{extension:s}=this.getTitle(!0,!0);this.append(...ga("-{","}-","|",e).map(o=>new Gr(o,s,t,n)))}lint(r=this.getAbsoluteIndex(),e){var h;let t=super.lint(r,e),n=this.getAllArgs().filter(({childNodes:m})=>{let f=m.filter(k=>k.text().trim());return f.length!==1||f[0].type!=="arg"}),i=[...new Set(n.map(({name:m})=>m))],s=i.filter(m=>ms.has(m)),o=i.filter(m=>fs.has(m)),l=i.filter(m=>xs.has(m)),[u]=s,g=u==="framed"||u==="manualthumb",d=new R(this,r);if(this.closest("ext-link-text")&&((h=this.getValue("link"))==null?void 0:h.trim())!==""&&t.push(E(this,d,"nested-link","internal link in an external link")),g)for(let m of n.filter(({name:f})=>f==="width")){let f=C(m,d,"invalid-gallery","invalid image parameter");f.fix={range:[f.startIndex-1,f.endIndex],text:"",desc:"remove"},t.push(f)}if(n.length===i.length&&s.length<2&&o.length<2&&l.length<2)return t;let p=(m,f)=>k=>{let A=C(k,d,"no-duplicate",b.msg(`${m} image $1 parameter`,f));return A.suggestions=[{desc:"remove",range:[A.startIndex-1,A.endIndex],text:""}],A};for(let m of i){if(m==="invalid"||m==="width"&&g)continue;let f=n.filter(({name:k})=>k===m);m==="caption"&&(f=[...f.slice(0,-1).filter(k=>k.text()),...f.slice(-1)]),f.length>1&&t.push(...f.map(p("duplicated",m)))}return s.length>1&&t.push(...n.filter(({name:m})=>ms.has(m)).map(p("conflicting","frame"))),o.length>1&&t.push(...n.filter(({name:m})=>fs.has(m)).map(p("conflicting","horizontal-alignment"))),l.length>1&&t.push(...n.filter(({name:m})=>xs.has(m)).map(p("conflicting","vertical-alignment"))),t}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=this.getAbsoluteIndex()){let t=super.json(void 0,e),{extension:n}=this;return n&&(t.extension=n),t}}});var Ot,Pn=y(()=>{"use strict";q();P();j();Rn();Ot=class extends _t{constructor(e,t,n,i=b.getConfig(),s=[]){let o;if(n!==void 0){let{length:l}=s;o=new v(n,i,s);for(let u=1;u<11;u++)o.parseOnce();s.splice(l,1)}super(t,o==null?void 0:o.toString(),i,s);ne(this,"privateType","imagemap-image");this.setAttribute("bracket",!1),this.privateType=`${e}-image`,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,e,!0,!t)}getAttribute(e){return e==="padding"?0:super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),{ns:i}=this.getAttribute("title");if(i!==6){let s=E(this,{start:e},"invalid-gallery","invalid gallery image");s.suggestions=[{desc:"prefix",range:[e,e],text:"File:"}],n.push(s)}return n}}});var ot,bs,jn,Hr,Ts=y(()=>{"use strict";P();j();Pn();Ue();Hr=class extends v{constructor(e,t=b.getConfig(),n=[]){var i;super(void 0,t,n,{});x(this,ot);for(let s of(i=e==null?void 0:e.split(`
10
+ `))!=null?i:[]){let o=/^([^|]+)(?:\|(.*))?/u.exec(s);if(!o){super.insertAt(s.trim()?new G(s,t,n):s);continue}let[,l,u]=o;N(this,ot,bs).call(this,l)?super.insertAt(new Ot("gallery",l,u,t,n)):super.insertAt(new G(s,t,n))}}get type(){return"ext-inner"}get widths(){return N(this,ot,jn).call(this,"widths")}get heights(){return N(this,ot,jn).call(this,"heights")}toString(e){return super.toString(e,`
11
11
  `)}text(){return super.text(`
12
12
  `).replace(/\n\s*\n/gu,`
13
- `)}getGaps(){return 1}lint(e=this.getAbsoluteIndex(),t){let{top:n,left:i}=this.getRootNode().posFromIndex(e),s=[];for(let[o,l]of this.childNodes.entries()){let p=l.toString(),{length:g}=p,d=p.trim(),c=n+o,m=o?0:i;if(l.type==="noinclude"&&d&&!/^<!--.*-->$/u.test(d)){let h=e+g;s.push({rule:"no-ignored",message:b.msg("invalid content in <$1>","gallery"),severity:d.startsWith("|")?"warning":"error",startIndex:e,endIndex:h,startLine:c,endLine:c,startCol:m,endCol:m+g,suggestions:[{desc:"remove",range:[e,h],text:""},{desc:"comment",range:[e,h],text:`<!--${p}-->`}]})}else l.type!=="noinclude"&&l.type!=="text"&&s.push(...l.lint(e,t));e+=g+1}return s}print(){return super.print({sep:`
14
- `})}};Vr=new WeakSet,fs=function(e){return this.normalizeTitle(e,6,!0,!0).valid}});var qt,Bn=k(()=>{"use strict";j();or();qt=class extends Ce{get type(){return"link"}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e);return this.closest("ext-link-text")&&t.push($(this,{start:r},"nested-link","internal link in an external link")),t}}});var da,ga,mr,Pe,Xr=k(()=>{"use strict";j();K();J();R();P();da=String.raw`(?:[${ye}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,ga=new RegExp(`${da}+`,"gu"),Pe=class extends A{constructor(e,t="free-ext-link",n=b.getConfig(),i){super(e,n,i,{});x(this,mr);T(this,mr,t)}get type(){return u(this,mr)}get innerText(){let e=new Map([["!","|"],["=","="]]),t=me(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(ga," ")),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:yi(e)}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),i=new E(this,e);if(this.type==="magic-link"){let{link:p}=this;if(p.startsWith("ISBN")){let g=[...p.slice(5)].map(d=>d==="X"?10:Number(d));(g.length===10&&g.reduce((d,c,m)=>d+c*(10-m),0)%11||g.length===13&&(g[12]===10||g.reduce((d,c,m)=>d+c*(m%2?3:1),0)%10))&&n.push($(this,i,"invalid-isbn","invalid ISBN"))}return n}let s=this.type==="ext-link-url",o=s?/\|/u:/[,;。:!?()]+/u,l=this.childNodes.find(p=>p.type==="text"&&o.test(p.data));if(l){let{data:p}=l,g=C(l,i,"unterminated-url",b.msg("$1 in URL",s?'"|"':"full-width punctuation"),"warning"),{index:d,0:c}=o.exec(p),m=g.startIndex+d;g.suggestions=s?[{desc:"whitespace",range:[m,m+1],text:" "}]:[{desc:"whitespace",range:[m,m],text:" "},{desc:"escape",range:[m,m+c.length],text:encodeURI(c)}],n.push(g)}return n}getUrl(e){}};mr=new WeakMap});var Be,Ot,jn=k(()=>{"use strict";j();R();P();Xr();Ot=class extends A{constructor(e,t="",n="",i=b.getConfig(),s=[]){super(void 0,i,s,{});x(this,Be);let o=e&&/^\0\d+f\x7F$/u.test(e)?s[Number(e.slice(1,-2))]:new Pe(e,"ext-link-url",i,s);if(this.insertAt(o),T(this,Be,t),n){let l=new A(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)}${u(this,Be)}]`:`[${super.toString(e,u(this,Be))}]`}text(){return`[${super.text(" ")}]`}getAttribute(e){return e==="padding"?1:super.getAttribute(e)}getGaps(){return u(this,Be).length}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t);return this.length===1&&this.closest("heading-title")&&n.push($(this,{start:e},"var-anchor","variable anchor in a section header")),n}print(){return super.print(this.length===1?{pre:"[",post:`${u(this,Be)}]`}:{pre:"[",sep:u(this,Be),post:"]"})}};Be=new WeakMap});var hr,bs=k(()=>{"use strict";R();P();We();Bn();jn();hr=class extends A{get type(){return"imagemap-link"}constructor(r,e,t,n=b.getConfig(),i=[]){super(void 0,n,i),this.append(r,e.length===2?new qt(...e,n,i):new Ot(...e,n,i),new G(t,n,i))}}});var Qr,Ts=k(()=>{"use strict";j();ve();J();R();P();We();Pn();bs();Qr=class extends A{get type(){return"ext-inner"}get image(){return this.childNodes.find(Rt("imagemap-image"))}constructor(r,e=b.getConfig(),t=[]){if(super(void 0,e,t,{}),!r)return;let n=r.split(`
15
- `),i=new Set(e.protocol.split("|")),s=G,o=!0,l=!1;for(let p of n){let g=p.trim();if(!(l||!g||g.startsWith("#"))){if(o){let d=p.indexOf("|"),c=d===-1?p:p.slice(0,d),m=this.normalizeTitle(c,0,!0);if(m.valid&&!m.interwiki&&m.ns===6){let h=new jt("imagemap",c,d===-1?void 0:p.slice(d+1),e,t);super.insertAt(h),o=!1;continue}else l=!0}else if(p.trim().split(/[\t ]/u,1)[0]==="desc"){super.insertAt(p);continue}else if(p.includes("[")){let d=p.indexOf("["),c=p.slice(d),m=/^\[\[([^|]+)(?:\|([^\]]+))?\]\][\w\s]*$/u.exec(c);if(m){if(this.normalizeTitle(m[1],0,!0,!1,!0).valid){super.insertAt(new hr(p.slice(0,d),m.slice(1),c.slice(c.indexOf("]]")+2),e,t));continue}}else if(i.has(c.slice(1,c.indexOf(":")+1))||i.has(c.slice(1,c.indexOf("//")+2))){let h=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(c);if(h){super.insertAt(new hr(p.slice(0,d),h.slice(1),c.slice(c.indexOf("]")+1),e,t));continue}}}}super.insertAt(new s(p,e,t))}}toString(r){return super.toString(r,`
13
+ `)}getGaps(){return 1}lint(e=this.getAbsoluteIndex(),t){let{top:n,left:i}=this.getRootNode().posFromIndex(e),s=[];for(let[o,l]of this.childNodes.entries()){let u=l.toString(),{length:g}=u,d=u.trim(),{type:p}=l,h=n+o,m=o?0:i;if(p==="noinclude"&&d&&!/^<!--.*-->$/u.test(d)){let f=e+g;s.push({rule:"no-ignored",message:b.msg("invalid content in <$1>","gallery"),severity:d.startsWith("|")?"warning":"error",startIndex:e,endIndex:f,startLine:h,endLine:h,startCol:m,endCol:m+g,suggestions:[{desc:"remove",range:[e,f],text:""},{desc:"comment",range:[e,f],text:`<!--${u}-->`}]})}else p!=="noinclude"&&p!=="text"&&s.push(...l.lint(e,t));e+=g+1}return s}print(){return super.print({sep:`
14
+ `})}json(e,t=this.getAbsoluteIndex()){let n=super.json(void 0,t);return Object.assign(n,{widths:this.widths,heights:this.heights}),n}};ot=new WeakSet,bs=function(e){return this.normalizeTitle(e,6,!0,!0,!0).valid},jn=function(e){var i,s;let t=(i=this.parentNode)==null?void 0:i.getAttr(e),n=typeof t=="string"&&((s=/^(\d+)\s*(?:px)?$/u.exec(t))==null?void 0:s[1]);return n&&Number(n)||120}});var Mt,Bn=y(()=>{"use strict";q();lr();Mt=class extends $e{get type(){return"link"}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e);return this.closest("ext-link-text")&&t.push(E(this,{start:r},"nested-link","internal link in an external link")),t}}});var pa,ua,fr,je,Vr=y(()=>{"use strict";q();H();K();P();j();pa=String.raw`(?:[${Se}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,ua=new RegExp(`${pa}+`,"gu"),je=class extends v{constructor(e,t="free-ext-link",n=b.getConfig(),i){super(e,n,i,{});x(this,fr);T(this,fr,t)}get type(){return c(this,fr)}get innerText(){let e=new Map([["!","|"],["=","="]]),t=be(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(ua," ")),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:ki(e)}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),i=new R(this,e),{type:s,childNodes:o}=this;if(s==="magic-link"){let{link:d}=this;if(d.startsWith("ISBN")){let p=[...d.slice(5)].map(h=>h==="X"?10:Number(h));(p.length===10&&p.reduce((h,m,f)=>h+m*(10-f),0)%11||p.length===13&&(p[12]===10||p.reduce((h,m,f)=>h+m*(f%2?3:1),0)%10))&&n.push(E(this,i,"invalid-isbn","invalid ISBN"))}return n}let l=s==="ext-link-url",u=l?/\|/u:/[,;。:!?()]+/u,g=o.find(d=>d.type==="text"&&u.test(d.data));if(g){let{data:d}=g,p=C(g,i,"unterminated-url",b.msg("$1 in URL",l?'"|"':"full-width punctuation"),"warning"),{index:h,0:m}=u.exec(d),f=p.startIndex+h;p.suggestions=l?[{desc:"whitespace",range:[f,f+1],text:" "}]:[{desc:"whitespace",range:[f,f],text:" "},{desc:"escape",range:[f,f+m.length],text:encodeURI(m)}],n.push(p)}return n}getUrl(e){}};fr=new WeakMap});var Be,zt,qn=y(()=>{"use strict";q();P();j();Vr();zt=class extends v{constructor(e,t="",n="",i=b.getConfig(),s=[]){super(void 0,i,s,{});x(this,Be);let o=e&&/^\0\d+f\x7F$/u.test(e)?s[Number(e.slice(1,-2))]:new je(e,"ext-link-url",i,s);if(this.insertAt(o),T(this,Be,t),n){let l=new v(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)}${c(this,Be)}]`:`[${super.toString(e,c(this,Be))}]`}text(){return`[${super.text(" ")}]`}getAttribute(e){return e==="padding"?1:super.getAttribute(e)}getGaps(){return c(this,Be).length}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t);return this.length===1&&this.closest("heading-title")&&n.push(E(this,{start:e},"var-anchor","variable anchor in a section header")),n}print(){return super.print(this.length===1?{pre:"[",post:`${c(this,Be)}]`}:{pre:"[",sep:c(this,Be),post:"]"})}};Be=new WeakMap});var xr,ys=y(()=>{"use strict";P();j();Ue();Bn();qn();xr=class extends v{get type(){return"imagemap-link"}constructor(r,e,t,n=b.getConfig(),i=[]){super(void 0,n,i),this.append(r,e.length===2?new Mt(...e,n,i):new zt(...e,n,i),new G(t,n,i))}}});var Xr,ks=y(()=>{"use strict";q();we();K();P();j();Ue();Pn();ys();Xr=class extends v{get type(){return"ext-inner"}get image(){return this.childNodes.find(Bt("imagemap-image"))}constructor(r,e=b.getConfig(),t=[]){if(super(void 0,e,t,{}),!r)return;let n=r.split(`
15
+ `),i=new Set(e.protocol.split("|")),s=G,o=!0,l=!1;for(let u of n){let g=u.trim();if(!(l||!g||g.startsWith("#"))){if(o){let d=u.indexOf("|"),p=d===-1?u:u.slice(0,d),{valid:h,ns:m}=this.normalizeTitle(p,0,!0,!0);if(h&&m===6){let f=new Ot("imagemap",p,d===-1?void 0:u.slice(d+1),e,t);super.insertAt(f),o=!1;continue}else l=!0}else if(u.trim().split(/[\t ]/u,1)[0]==="desc"){super.insertAt(u);continue}else if(u.includes("[")){let d=u.indexOf("["),p=u.slice(d),h=/^\[\[([^|]+)(?:\|([^\]]+))?\]\][\w\s]*$/u.exec(p);if(h){if(this.normalizeTitle(h[1],0,!0,!0,!1,!0).valid){super.insertAt(new xr(u.slice(0,d),h.slice(1),p.slice(p.indexOf("]]")+2),e,t));continue}}else if(i.has(p.slice(1,p.indexOf(":")+1))||i.has(p.slice(1,p.indexOf("//")+2))){let m=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(p);if(m){super.insertAt(new xr(u.slice(0,d),m.slice(1),p.slice(p.indexOf("]")+1),e,t));continue}}}}super.insertAt(new s(u,e,t))}}toString(r){return super.toString(r,`
16
16
  `)}text(){return super.text(`
17
17
  `).replace(/\n{2,}/gu,`
18
- `)}getGaps(){return 1}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e),n=new E(this,r);return this.image?t.push(...this.childNodes.filter(i=>{let s=i.toString().trim();return i.type==="noinclude"&&s&&!s.startsWith("#")}).map(i=>{let s=C(i,n,"invalid-imagemap","invalid link in <imagemap>");return s.suggestions=[{desc:"remove",range:[s.startIndex-1,s.endIndex],text:""},{desc:"comment",range:[s.startIndex,s.startIndex],text:"# "}],s})):t.push($(this,n,"invalid-imagemap","<imagemap> without an image")),t}print(){return super.print({sep:`
19
- `})}}});var Kr,ys=k(()=>{"use strict";j();R();Ue();Kr=class extends le{get type(){return"ext-inner"}lint(r=this.getAbsoluteIndex()){let{name:e,firstChild:{data:t}}=this;if((e==="templatestyles"||e==="section")&&t){let i=$(this,{start:r},"void-ext",b.msg("nothing should be in <$1>",e));return i.fix={range:[r,i.endIndex],text:"",desc:"empty"},[i]}let n=new RegExp(String.raw`<\s*(?:/\s*)${e==="nowiki"?"":"?"}(${e})\b`,"giu");return super.lint(r,n)}}});var Jr={};ge(Jr,{NestedToken:()=>qn});var pa,fr,_t,qn,Yr=k(()=>{"use strict";j();J();dr();Ur();R();P();On();We();pa=new Set(["comment","include","arg","template","magic-word"]),qn=class extends A{constructor(e,t,n,i=b.getConfig(),s=[]){if(typeof t=="boolean"){let o=Symbol("InputboxToken"),{length:l}=s;s.push(o),e&&(e=tt(e,i,s,t)),e&&(e=cr(e,i,s)),s.splice(l,1)}else e&&(e=e.replace(t,(o,l,p,g,d)=>{let c=`\0${s.length+1}e\x7F`;return new je(l,p,g,d,i,!1,s),c}));e&&(e=e.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(o,l,p)=>(new G(p,i,s),`${l}\0${s.length}n\x7F`)));super(e,i,s);x(this,fr);x(this,_t);T(this,fr,[...n]),T(this,_t,t)}get type(){return"ext-inner"}lint(e=this.getAbsoluteIndex(),t){let n=new E(this,e),i=u(this,_t)?"includeonly":"noinclude",s=typeof u(this,_t)=="boolean"?new RegExp(String.raw`^(?:<${i}(?:\s[^>]*)?/?>|</${i}\s*>)$`,"iu"):/^<!--[\s\S]*-->$/u;return[...super.lint(e,t),...this.childNodes.filter(o=>{if(o.type==="ext")return!u(this,fr).includes(o.name);if(pa.has(o.type))return!1;let l=o.toString().trim();return l&&!s.test(l)}).map(o=>{let l=C(o,n,"no-ignored",b.msg("invalid content in <$1>",this.name));return l.suggestions=[{desc:"remove",range:[l.startIndex,l.endIndex],text:""},{desc:"comment",range:[l.startIndex,l.endIndex],text:`<!--${o.toString()}-->`}],l})]}};fr=new WeakMap,_t=new WeakMap});var ks,vs,_n,ua,je,On=k(()=>{"use strict";j();J();R();Rr();P();Sn();jr();Zi();Nn();ds();xs();Ts();ys();ks=(a,r)=>{let e=new Set(a);return e.delete(r),[...e]};vs=[Ct()];je=class extends(ua=wt){get type(){return"ext"}constructor(r,e,t,n,i=b.getConfig(),s=!1,o=[]){var c;let l=r.toLowerCase(),p=new He(!e||/^\s/u.test(e)?e:` ${e}`,"ext-attrs",l,i,o),g=de(H({},i),{ext:ks(i.ext,l),excludes:[...(c=i.excludes)!=null?c:[]]}),d;switch(g.inExt=!0,l){case"tab":g.ext=ks(g.ext,"tabs");case"indicator":case"poem":case"ref":case"option":case"combooption":case"tabs":case"poll":case"seo":l==="poem"&&g.excludes.push("heading"),d=new A(t,g,o);break;case"pre":d=new qr(t,g,o);break;case"dynamicpagelist":d=new Et(s,t,g,o);break;case"inputbox":g.excludes.push("heading"),d=new Wr(s,t,g,o);break;case"references":{let{NestedToken:m}=(Yr(),Y(Jr));g.excludes.push("heading"),d=new m(t,s,["ref"],g,o);break}case"choose":{let{NestedToken:m}=(Yr(),Y(Jr));d=new m(t,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],g,o);break}case"combobox":{let{NestedToken:m}=(Yr(),Y(Jr));d=new m(t,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],g,o);break}case"gallery":d=new Hr(t,g,o);break;case"imagemap":d=new Qr(t,g,o);break;default:d=new Kr(t,g,o)}d.setAttribute("name",l),d.type==="plain"&&(d.type="ext-inner"),super(r,p,d,n,i,o),this.seal("closed",!0)}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e),n=new E(this,r);return this.name!=="nowiki"&&this.closest("html-attrs,table-attrs")&&t.push($(this,n,"parsing-order","extension tag in HTML tag attributes")),this.name==="ref"&&this.closest("heading-title")&&t.push($(this,n,"var-anchor","variable anchor in a section header")),t}};_n=ie(ua),je=oe(_n,0,"ExtToken",vs,je),se(_n,1,je)});var As,Mn,ca,ot,Ss=k(()=>{"use strict";j();Je();R();Ue();As=[he(!1)];ot=class extends(ca=le){constructor(e,t,n,i){super(e,n,i);re(this,"closed");this.closed=t}get type(){return"comment"}getAttribute(e){return e==="padding"?4:super.getAttribute(e)}lint(e=this.getAbsoluteIndex()){if(this.closed)return[];let t=$(this,{start:e},"unclosed-comment",b.msg("unclosed $1","HTML comment"));return t.suggestions=[{range:[t.endIndex,t.endIndex],text:"-->",desc:"close"}],[t]}toString(e){return e?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}};Mn=ie(ca),ot=oe(Mn,0,"CommentToken",As,ot),se(Mn,1,ot)});var $s={};ge($s,{parseCommentAndExt:()=>tt});var Cs,ma,zn,ws,tt,dr=k(()=>{"use strict";ji();We();Oi();On();Ss();Cs="<onlyinclude>",ma="</onlyinclude>",{length:zn}=Cs,ws=a=>{let r=a.indexOf(Cs);return{i:r,j:a.indexOf(ma,r+zn)}},tt=(a,r,e,t)=>{if(t){let{i:l,j:p}=ws(a);if(l!==-1&&p!==-1){let g="",d=c=>{new G(c,r,e),g+=`\0${e.length-1}n\x7F`};for(;l!==-1&&p!==-1;){let c=`\0${e.length}e\x7F`;new Fr(a.slice(l+zn,p),r,e),l>0&&d(a.slice(0,l)),g+=c,a=a.slice(p+zn+1),{i:l,j:p}=ws(a)}return a&&d(a),g}}let n=r.ext.join("|"),i=t?"includeonly":"(?:no|only)include",s=t?"noinclude":"includeonly",o=new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${i}(?:\s[^>]*)?/?>|</${i}\s*>|<(${n})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(\1\s*)>)|<(${s})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${s}\s*)>|$))`,"giu");return a.replace(o,(l,p,g,d,c,m,h,f,v)=>{let y=e.length,S="n";if(p)S="e",new je(p,g,d,c,r,m,e);else if(l.startsWith("<!--")){S="c";let w=l.endsWith("-->");new ot(l.slice(4,w?-3:void 0),w,r,e)}else m?new et(m,h,f,v,r,e):new G(l,r,e);return`\0${y}${S}\x7F`})}});var ha,fa,xa,Ns,Mt,xe,Ve,Un,ba,at,Is=k(()=>{"use strict";j();K();J();Rr();P();ha=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),fa=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"]),xa=new Set(["strike","big","center","font","tt"]);Ns=[Ct()];at=class extends(ba=A){constructor(e,t,n,i,s,o){super(void 0,s,o);x(this,Mt);x(this,xe);x(this,Ve);this.insertAt(t),this.setAttribute("name",e.toLowerCase()),T(this,Mt,n),T(this,xe,i),T(this,Ve,e)}get type(){return"html"}get selfClosing(){return u(this,xe)}get closing(){return u(this,Mt)}toString(e){return`<${this.closing?"/":""}${u(this,Ve)}${super.toString(e)}${u(this,xe)?"/":""}>`}text(){let{closing:e}=this,t=u(this,Ve)+(e?"":super.text());return`<${e?"/":""}${t}${u(this,xe)?"/":""}>`}getAttribute(e){return e==="padding"?u(this,Ve).length+(this.closing?2:1):super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){var s;let n=super.lint(e,t),i=new E(this,e);if(this.name==="h1"&&!this.closing){let o=$(this,i,"h1","<h1>");o.suggestions=[{desc:"h2",range:[e+2,e+3],text:"2"}],n.push(o)}if(this.closest("table-attrs")){let o=$(this,i,"parsing-order","HTML tag in table attributes");o.fix={desc:"remove",range:[e,o.endIndex],text:""},n.push(o)}try{this.findMatchingTag()}catch(o){if(o instanceof SyntaxError){let{message:l}=o,p=l.split(":",1)[0].toLowerCase(),g=$(this,i,"unmatched-tag",p),d={desc:"no self-closing",range:[g.endIndex-2,g.endIndex-1],text:""};switch(p){case"unclosed tag":{let c=(s=this.parentNode)==null?void 0:s.childNodes;fa.has(this.name)&&(c!=null&&c.slice(0,c.indexOf(this)).some(({type:m,name:h})=>m==="html"&&h===this.name))?g.suggestions=[{desc:"close",range:[e+1,e+1],text:"/"}]:this.closest("heading-title")||(g.severity="warning");break}case"unmatched closing tag":{let c=this.closest("magic-word");c&&ha.has(c.name)?g.severity="warning":g.suggestions=[{desc:"remove",range:[e,g.endIndex],text:""}];break}case"tag that is both closing and self-closing":{let{html:[c,,m]}=this.getAttribute("config"),h={desc:"open",range:[e+1,e+2],text:""};m.includes(this.name)?g.fix=h:c.includes(this.name)?g.fix=d:g.suggestions=[h,d];break}case"invalid self-closing tag":g.suggestions=[d,{desc:"close",range:[g.endIndex-2,g.endIndex],text:`></${this.name}>`}]}n.push(g)}}return xa.has(this.name)&&n.push($(this,i,"obsolete-tag","obsolete HTML tag","warning")),(this.name==="b"||this.name==="strong")&&this.closest("heading-title")&&n.push($(this,i,"bold-header","bold in section header","warning")),n}findMatchingTag(){let{html:[e,t,n]}=this.getAttribute("config"),{name:i,parentNode:s,closing:o}=this,l=ki(this.toString());if(o&&(u(this,xe)||n.includes(i)))throw new SyntaxError(`Tag that is both closing and self-closing: ${l}`);if(n.includes(i)||u(this,xe)&&t.includes(i))return this;if(u(this,xe)&&e.includes(i))throw new SyntaxError(`Invalid self-closing tag: ${l}`);if(!s)return;let{childNodes:p}=s,g=p.indexOf(this),d=o?p.slice(0,g).reverse():p.slice(g+1),c=o?-1:1;for(let m of d)if(!(!m.is("html")||m.name!==i)&&(u(m,Mt)?c--:c++,c===0))return m;throw new SyntaxError(`${o?"Unmatched closing":"Unclosed"} tag: ${l}`)}print(){return super.print({pre:`&lt;${this.closing?"/":""}${u(this,Ve)}`,post:`${u(this,xe)?"/":""}&gt;`})}json(){let e=super.json();return Object.assign(e,{closing:this.closing,selfClosing:u(this,xe)}),e}};Un=ie(ba),Mt=new WeakMap,xe=new WeakMap,Ve=new WeakMap,at=oe(Un,0,"HtmlToken",Ns,at),se(Un,1,at)});var Es={};ge(Es,{parseHtml:()=>ya});var Ta,ya,Ls=k(()=>{"use strict";jr();Is();Ta=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,ya=(a,r,e)=>{var s;let{html:t}=r;(s=r.htmlElements)!=null||(r.htmlElements=new Set([...t[0],...t[1],...t[2]]));let n=a.split("<"),i=n.shift();for(let o of n){let l=Ta.exec(o),p=l==null?void 0:l[2],g=p==null?void 0:p.toLowerCase();if(!l||!r.htmlElements.has(g)){i+=`<${o}`;continue}let[,d,,c="",m,h]=l,{length:f}=e,v=new He(c,"html-attrs",g,r,e),y=v.getAttr("itemprop");if(g==="meta"&&(y===void 0||v.getAttr("content")===void 0)||g==="link"&&(y===void 0||v.getAttr("href")===void 0)){i+=`<${o}`,e.length=f;continue}i+=`\0${e.length}x\x7F${h}`,new at(p,v,d==="/",m==="/>",r,e)}return i}});var zt,Wn=k(()=>{"use strict";Rr();R();P();vt();jr();zt=class extends Ct(1)(A){constructor(r,e,t,n,i=b.getConfig(),s=[],o){super(void 0,i,s,o),this.append(new fe(e,r,"table-syntax",i,s,{}),new He(n,"table-attrs",t,i,s))}}});var be,xr,br,Gn,lt,Dn=k(()=>{"use strict";j();J();R();P();Wn();lt=class extends zt{constructor(e,t,n=b.getConfig(),i=[]){var p;let s=/\||\0\d+!\x7F/u.exec(t!=null?t:""),o=s?t.slice(0,s.index):"";/\[\[|-\{/u.test(o)&&(s=null,o="");super(/^(?:\n[^\S\n]*(?:[|!]|\|\+|\{\{\s*!\s*\}\}\+?)|(?:\||\{\{\s*!\s*\}\}){2}|!!|\{\{\s*!!\s*\}\})$/u,e,"td",o,n,i);x(this,br);x(this,be,"");x(this,xr);s&&([wr(this,be)._]=s);let l=new A(t==null?void 0:t.slice(((p=s==null?void 0:s.index)!=null?p:NaN)+u(this,be).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 I(this,br,Gn).call(this).subtype}afterBuild(){u(this,be).includes("\0")&&T(this,be,this.buildFromStr(u(this,be),0)),super.afterBuild()}toString(e){let{childNodes:[t,n,i]}=this;return t.toString(e)+n.toString(e)+u(this,be)+i.toString(e)}text(){let{childNodes:[e,t,n]}=this;return e.text()+t.text()+u(this,be)+n.text()}getGaps(e){return e===1?u(this,be).length:0}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),i=new E(this,e+this.getRelativeIndex(this.length-1));for(let s of this.lastChild.childNodes)if(s.type==="text"){let{data:o}=s;if(o.includes("|")){let l=o.includes("||"),p=C(s,i,"pipe-like",'additional "|" in a table cell',l?"error":"warning");if(l){let g={caption:"|+",td:"|",th:"!"}[this.subtype];p.fix={range:[p.startIndex,p.endIndex],text:o.replace(/\|\|/gu,`
20
- ${g}`),desc:"newline"}}else p.suggestions=[{desc:"escape",range:[p.startIndex,p.endIndex],text:o.replace(/\|/gu,"&#124;")}];n.push(p)}}return n}isIndependent(){return this.firstChild.text().startsWith(`
21
- `)}getAttr(e){let t=super.getAttr(e);return e==="rowspan"||e==="colspan"?parseInt(t)||1:t}print(){let{childNodes:[e,t,n]}=this;return`<span class="wpb-td">${e.print()}${t.print()}${u(this,be)}${n.print()}</span>`}json(){let e=super.json();return e.subtype=this.subtype,e}};be=new WeakMap,xr=new WeakMap,br=new WeakSet,Gn=function(){return Le(u(this,xr),()=>{var o;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 H({},I(o=i,br,Gn).call(o))},e=>{T(this,xr,e)})}});var Ut,Hn=k(()=>{"use strict";j();Wn();Dn();Ut=class extends zt{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=n.childNodes.find(l=>l.text().trim()),s=/^\s*(?:!|\{\{\s*![!-]?\s*\}\})/u;if(!i||s.test(i.toString())||i.is("arg")&&s.test(i.default||""))return t;if(i.is("magic-word"))try{if(i.getPossibleValues().every(l=>s.test(l.text())))return t}catch(l){}let o=C(n,{start:r},"fostered-content","content to be moved out from the table");return o.severity=i.type==="template"?"warning":"error",o.startIndex++,o.startLine++,o.startCol=0,t.push(o),t}getRowCount(){return Number(this.childNodes.some(r=>r instanceof lt&&r.isIndependent()&&!r.firstChild.text().endsWith("+")))}getNthCol(r,e){let t=0;for(let n of this.childNodes.slice(2))if(n instanceof lt&&(n.isIndependent()&&(t=+(n.subtype!=="caption")),r-=t,r<0))return n}}});var ka,va,Aa,Vn,Zr,Fs=k(()=>{"use strict";j();ve();J();R();Hn();vt();ka=/^\n[^\S\n]*(?:\|\}|\{\{\s*!\s*\}\}\}|\{\{\s*!\)\s*\}\})$/u,va=(a,r)=>new Array(a).fill(void 0).map((e,t)=>r(t)),Aa=({type:a})=>a==="tr"||a==="table-syntax",Vn=class extends Array{},Zr=class extends Ut{get type(){return"table"}get closed(){return this.lastChild.type==="table-syntax"}constructor(r,e,t,n){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,r,"table",e,t,n,{})}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e),n=new E(this,r);this.closed||t.push(C(this.firstChild,n,"unclosed-table",b.msg("unclosed $1","table")));let i=this.getLayout(),{length:s}=i;if(s>1){let o=1,l=1/0,p=0;for(;p<s;p++){let g=i[p],d=g.length;if(d<o)break;d<l&&(l=d);let c=g.indexOf(g[d-1])+1;if(c>l)break;c>o&&(o=c)}if(p<s){let g=C(this.getNthRow(p),n,"table-layout","inconsistent table layout","warning");g.startIndex++,g.startLine++,g.startCol=0,t.push(g)}}return t}close(r=`
22
- |}`,e){let t=this.getAttribute("config"),n=this.getAttribute("accum"),i=e?[r]:b.parse(r,this.getAttribute("include"),2,t).childNodes;ke.run(()=>{let s=new fe(void 0,ka,"table-syntax",t,n,{});super.insertAt(s)}),this.lastChild.replaceChildren(...i)}getLayout(r){let e=this.getAllRows(),{length:t}=e,n=new Vn(...va(t,()=>[]));for(let[i,s]of n.entries()){let o=0,l=0,p;for(let g of e[i].childNodes.slice(2))if(g.type==="td"){if(g.isIndependent()&&(p=g.subtype!=="caption"),p){let d={row:i,column:o},{rowspan:c,colspan:m}=g;for(o++;s[l];)l++;for(let h=i;h<Math.min(i+c,t);h++)for(let f=l;f<l+m;f++)n[h][f]=d;l+=m}}else if(Aa(g))break}return n}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(r=>r.type==="tr"&&r.getRowCount()>0)]}getNthCell(r){var t;let e=r;return e&&((t=this.getNthRow(e.row,!1,!1))==null?void 0:t.getNthCol(e.column))}getNthRow(r,e,t){let n=super.getRowCount();if(r===0&&n)return this;n&&r--;for(let i of this.childNodes.slice(2))if(i.type==="tr"&&i.getRowCount()&&(r--,r<0))return i}json(){let r=super.json();return r.closed=this.closed,r}}});var en,Rs=k(()=>{"use strict";Hn();en=class extends Ut{get type(){return"tr"}constructor(r,e,t,n){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,r,"tr",e,t,n,{})}}});var Wt,Xn=k(()=>{"use strict";Ue();Wt=class extends le{}});var Gt,Qn=k(()=>{"use strict";Xn();Gt=class extends Wt{get type(){return"dd"}}});var Bs={};ge(Bs,{parseTable:()=>wa});var Sa,Ps,wa,js=k(()=>{"use strict";P();Fs();Rs();Dn();Qn();Sa=a=>a.lastChild.constructor!==A,Ps=(a,r)=>a.type==="td"?r.pop():a,wa=({firstChild:{data:a},type:r,name:e},t,n)=>{let i=[],s=a.split(`
18
+ `)}getGaps(){return 1}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e),n=new R(this,r);return this.image?t.push(...this.childNodes.filter(i=>{let s=i.toString().trim();return i.type==="noinclude"&&s&&!s.startsWith("#")}).map(i=>{let s=C(i,n,"invalid-imagemap","invalid link in <imagemap>");return s.suggestions=[{desc:"remove",range:[s.startIndex-1,s.endIndex],text:""},{desc:"comment",range:[s.startIndex,s.startIndex],text:"# "}],s})):t.push(E(this,n,"invalid-imagemap","<imagemap> without an image")),t}print(){return super.print({sep:`
19
+ `})}}});var Qr,vs=y(()=>{"use strict";q();P();We();Qr=class extends se{get type(){return"ext-inner"}lint(r=this.getAbsoluteIndex()){let{name:e,firstChild:{data:t}}=this;if((e==="templatestyles"||e==="section")&&t){let i=E(this,{start:r},"void-ext",b.msg("nothing should be in <$1>",e));return i.fix={range:[r,i.endIndex],text:"",desc:"empty"},[i]}let n=new RegExp(String.raw`<\s*(?:/\s*)${e==="nowiki"?"":"?"}(${e})\b`,"giu");return super.lint(r,n)}}});var Kr={};ae(Kr,{NestedToken:()=>_n});var ca,br,Wt,_n,Jr=y(()=>{"use strict";q();K();pr();Wr();P();j();On();Ue();ca=new Set(["comment","include","arg","template","magic-word"]),_n=class extends v{constructor(e,t,n,i=b.getConfig(),s=[]){if(typeof t=="boolean"){let o=Symbol("InputboxToken"),{length:l}=s;s.push(o),e&&(e=tt(e,i,s,t)),e&&(e=mr(e,i,s)),s.splice(l,1)}else e&&(e=e.replace(t,(o,l,u,g,d)=>{let p=`\0${s.length+1}e\x7F`;return new qe(l,u,g,d,i,!1,s),p}));e&&(e=e.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(o,l,u)=>(new G(u,i,s),`${l}\0${s.length}n\x7F`)));super(e,i,s);x(this,br);x(this,Wt);T(this,br,[...n]),T(this,Wt,t)}get type(){return"ext-inner"}lint(e=this.getAbsoluteIndex(),t){let n=new R(this,e),i=c(this,Wt)?"includeonly":"noinclude",s=typeof c(this,Wt)=="boolean"?new RegExp(String.raw`^(?:<${i}(?:\s[^>]*)?/?>|</${i}\s*>)$`,"iu"):/^<!--[\s\S]*-->$/u;return[...super.lint(e,t),...this.childNodes.filter(o=>{let{type:l,name:u}=o;if(l==="ext")return!c(this,br).includes(u);if(ca.has(l))return!1;let g=o.toString().trim();return g&&!s.test(g)}).map(o=>{let l=C(o,n,"no-ignored",b.msg("invalid content in <$1>",this.name));return l.suggestions=[{desc:"remove",range:[l.startIndex,l.endIndex],text:""},{desc:"comment",range:[l.startIndex,l.endIndex],text:`<!--${o.toString()}-->`}],l})]}};br=new WeakMap,Wt=new WeakMap});var As,Ss,Mn,ha,qe,On=y(()=>{"use strict";q();K();P();Pr();j();Sn();qr();es();Nn();ps();Ts();ks();vs();As=(a,r)=>{let e=new Set(a);return e.delete(r),[...e]};Ss=[It()];qe=class extends(ha=Nt){get type(){return"ext"}constructor(r,e,t,n,i=b.getConfig(),s=!1,o=[]){var p;let l=r.toLowerCase(),u=new He(!e||/^\s/u.test(e)?e:` ${e}`,"ext-attrs",l,i,o),g=oe(Y({},i),{ext:As(i.ext,l),excludes:[...(p=i.excludes)!=null?p:[]]}),d;switch(g.inExt=!0,l){case"tab":g.ext=As(g.ext,"tabs");case"indicator":case"poem":case"ref":case"option":case"combooption":case"tabs":case"poll":case"seo":l==="poem"&&g.excludes.push("heading"),d=new v(t,g,o);break;case"pre":d=new _r(t,g,o);break;case"dynamicpagelist":d=new Rt(s,t,g,o);break;case"inputbox":g.excludes.push("heading"),d=new Ur(s,t,g,o);break;case"references":{let{NestedToken:h}=(Jr(),Q(Kr));g.excludes.push("heading"),d=new h(t,s,["ref"],g,o);break}case"choose":{let{NestedToken:h}=(Jr(),Q(Kr));d=new h(t,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],g,o);break}case"combobox":{let{NestedToken:h}=(Jr(),Q(Kr));d=new h(t,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],g,o);break}case"gallery":d=new Hr(t,g,o);break;case"imagemap":d=new Xr(t,g,o);break;default:d=new Qr(t,g,o)}d.setAttribute("name",l),d.type==="plain"&&(d.type="ext-inner"),super(r,u,d,n,i,o),this.seal("closed",!0)}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e),n=new R(this,r);return this.name!=="nowiki"&&this.closest("html-attrs,table-attrs")&&t.push(E(this,n,"parsing-order","extension tag in HTML tag attributes")),this.name==="ref"&&this.closest("heading-title")&&t.push(E(this,n,"var-anchor","variable anchor in a section header")),t}};Mn=ee(ha),qe=re(Mn,0,"ExtToken",Ss,qe),te(Mn,1,qe)});var ws,zn,ma,at,Cs=y(()=>{"use strict";q();Je();P();We();ws=[Te(!1)];at=class extends(ma=se){constructor(e,t,n,i){super(e,n,i);ne(this,"closed");this.closed=t}get type(){return"comment"}getAttribute(e){return e==="padding"?4:super.getAttribute(e)}lint(e=this.getAbsoluteIndex()){if(this.closed)return[];let t=E(this,{start:e},"unclosed-comment",b.msg("unclosed $1","HTML comment"));return t.suggestions=[{range:[t.endIndex,t.endIndex],text:"-->",desc:"close"}],[t]}toString(e){return e?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}};zn=ee(ma),at=re(zn,0,"CommentToken",ws,at),te(zn,1,at)});var Is={};ae(Is,{parseCommentAndExt:()=>tt});var Ns,fa,Wn,xa,ba,Ta,$s,tt,pr=y(()=>{"use strict";qi();Ue();Oi();On();Cs();Ns="<onlyinclude>",fa="</onlyinclude>",{length:Wn}=Ns,xa=new WeakMap,ba=new WeakMap,Ta=(a,r)=>{let e=r?xa:ba;if(e.has(a))return e.get(a);let t=r?"includeonly":"(?:no|only)include",n=r?"noinclude":"includeonly",i=new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${t}(?:\s[^>]*)?/?>|</${t}\s*>|<(${a.join("|")})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(\1\s*)>)|<(${n})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${n}\s*)>|$))`,"giu");return e.set(a,i),i},$s=a=>{let r=a.indexOf(Ns);return{i:r,j:a.indexOf(fa,r+Wn)}},tt=(a,r,e,t)=>{if(t){let{i:n,j:i}=$s(a);if(n!==-1&&i!==-1){let s="",o=l=>{new G(l,r,e),s+=`\0${e.length-1}n\x7F`};for(;n!==-1&&i!==-1;){let l=`\0${e.length}e\x7F`;new Rr(a.slice(n+Wn,i),r,e),n>0&&o(a.slice(0,n)),s+=l,a=a.slice(i+Wn+1),{i:n,j:i}=$s(a)}return a&&o(a),s}}return a.replace(Ta(r.ext,t),(n,i,s,o,l,u,g,d,p)=>{let h=e.length,m="n";if(i)m="e",new qe(i,s,o,l,r,u,e);else if(n.startsWith("<!--")){m="c";let f=n.endsWith("-->");new at(n.slice(4,f?-3:void 0),f,r,e)}else u?new et(u,g,d,p,r,e):new G(n,r,e);return`\0${h}${m}\x7F`})}});var ya,ka,va,Es,Ut,ke,Ve,Un,Aa,lt,Ls=y(()=>{"use strict";q();H();K();Pr();j();ya=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),ka=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"]),va=new Set(["strike","big","center","font","tt"]);Es=[It()];lt=class extends(Aa=v){constructor(e,t,n,i,s,o){super(void 0,s,o);x(this,Ut);x(this,ke);x(this,Ve);this.insertAt(t),this.setAttribute("name",e.toLowerCase()),T(this,Ut,n),T(this,ke,i),T(this,Ve,e)}get type(){return"html"}get selfClosing(){return c(this,ke)}get closing(){return c(this,Ut)}toString(e){return`<${this.closing?"/":""}${c(this,Ve)}${super.toString(e)}${c(this,ke)?"/":""}>`}text(){let{closing:e}=this,t=c(this,Ve)+(e?"":super.text());return`<${e?"/":""}${t}${c(this,ke)?"/":""}>`}getAttribute(e){return e==="padding"?c(this,Ve).length+(this.closing?2:1):super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){var s;let n=super.lint(e,t),i=new R(this,e);if(this.name==="h1"&&!this.closing){let o=E(this,i,"h1","<h1>");o.suggestions=[{desc:"h2",range:[e+2,e+3],text:"2"}],n.push(o)}if(this.closest("table-attrs")){let o=E(this,i,"parsing-order","HTML tag in table attributes");o.fix={desc:"remove",range:[e,o.endIndex],text:""},n.push(o)}try{this.findMatchingTag()}catch(o){if(o instanceof SyntaxError){let{message:l}=o,u=l.split(":",1)[0].toLowerCase(),g=E(this,i,"unmatched-tag",u),d={desc:"no self-closing",range:[g.endIndex-2,g.endIndex-1],text:""};switch(u){case"unclosed tag":{let p=(s=this.parentNode)==null?void 0:s.childNodes;ka.has(this.name)&&(p!=null&&p.slice(0,p.indexOf(this)).some(({type:h,name:m})=>h==="html"&&m===this.name))?g.suggestions=[{desc:"close",range:[e+1,e+1],text:"/"}]:this.closest("heading-title")||(g.severity="warning");break}case"unmatched closing tag":{let p=this.closest("magic-word");p&&ya.has(p.name)?g.severity="warning":g.suggestions=[{desc:"remove",range:[e,g.endIndex],text:""}];break}case"tag that is both closing and self-closing":{let{html:[p,,h]}=this.getAttribute("config"),m={desc:"open",range:[e+1,e+2],text:""};h.includes(this.name)?g.fix=m:p.includes(this.name)?g.fix=d:g.suggestions=[m,d];break}case"invalid self-closing tag":g.suggestions=[d,{desc:"close",range:[g.endIndex-2,g.endIndex],text:`></${this.name}>`}]}n.push(g)}}return va.has(this.name)&&n.push(E(this,i,"obsolete-tag","obsolete HTML tag","warning")),(this.name==="b"||this.name==="strong")&&this.closest("heading-title")&&n.push(E(this,i,"bold-header","bold in section header","warning")),n}findMatchingTag(){let{html:[e,t,n]}=this.getAttribute("config"),{name:i,parentNode:s,closing:o}=this,l=vi(this.toString());if(o&&(c(this,ke)||n.includes(i)))throw new SyntaxError(`Tag that is both closing and self-closing: ${l}`);if(n.includes(i)||c(this,ke)&&t.includes(i))return this;if(c(this,ke)&&e.includes(i))throw new SyntaxError(`Invalid self-closing tag: ${l}`);if(!s)return;let{childNodes:u}=s,g=u.indexOf(this),d=o?u.slice(0,g).reverse():u.slice(g+1),p=o?-1:1;for(let h of d)if(!(!h.is("html")||h.name!==i)&&(c(h,Ut)?p--:p++,p===0))return h;throw new SyntaxError(`${o?"Unmatched closing":"Unclosed"} tag: ${l}`)}print(){return super.print({pre:`&lt;${this.closing?"/":""}${c(this,Ve)}`,post:`${c(this,ke)?"/":""}&gt;`})}json(e,t=this.getAbsoluteIndex()){let n=super.json(void 0,t);return Object.assign(n,{closing:this.closing,selfClosing:c(this,ke)}),n}};Un=ee(Aa),Ut=new WeakMap,ke=new WeakMap,Ve=new WeakMap,lt=re(Un,0,"HtmlToken",Es,lt),te(Un,1,lt)});var Fs={};ae(Fs,{parseHtml:()=>wa});var Sa,wa,Rs=y(()=>{"use strict";qr();Ls();Sa=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,wa=(a,r,e)=>{var s;let{html:t}=r;(s=r.htmlElements)!=null||(r.htmlElements=new Set([...t[0],...t[1],...t[2]]));let n=a.split("<"),i=n.shift();for(let o of n){let l=Sa.exec(o),u=l==null?void 0:l[2],g=u==null?void 0:u.toLowerCase();if(!l||!r.htmlElements.has(g)){i+=`<${o}`;continue}let[,d,,p="",h,m]=l,{length:f}=e,k=new He(p,"html-attrs",g,r,e),A=k.getAttr("itemprop");if(g==="meta"&&(A===void 0||k.getAttr("content")===void 0)||g==="link"&&(A===void 0||k.getAttr("href")===void 0)){i+=`<${o}`,e.length=f;continue}i+=`\0${e.length}x\x7F${m}`,new lt(u,k,d==="/",h==="/>",r,e)}return i}});var Gt,Gn=y(()=>{"use strict";Pr();P();j();wt();qr();Gt=class extends It(1)(v){constructor(r,e,t,n,i=b.getConfig(),s=[],o){super(void 0,i,s,o),this.append(new ye(e,r,"table-syntax",i,s,{}),new He(n,"table-attrs",t,i,s))}}});var ve,Tr,yr,Dn,Dt,Hn=y(()=>{"use strict";q();K();P();j();Gn();Dt=class extends Gt{constructor(e,t,n=b.getConfig(),i=[]){var u;let s=/\||\0\d+!\x7F/u.exec(t!=null?t:""),o=s?t.slice(0,s.index):"";/\[\[|-\{/u.test(o)&&(s=null,o="");super(/^(?:\n[^\S\n]*(?:[|!]|\|\+|\{\{\s*!\s*\}\}\+?)|(?:\||\{\{\s*!\s*\}\}){2}|!!|\{\{\s*!!\s*\}\})$/u,e,"td",o,n,i);x(this,yr);x(this,ve,"");x(this,Tr);s&&([$r(this,ve)._]=s);let l=new v(t==null?void 0:t.slice(((u=s==null?void 0:s.index)!=null?u:NaN)+c(this,ve).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 N(this,yr,Dn).call(this).subtype}afterBuild(){c(this,ve).includes("\0")&&T(this,ve,this.buildFromStr(c(this,ve),0)),super.afterBuild()}toString(e){let{childNodes:[t,n,i]}=this;return t.toString(e)+n.toString(e)+c(this,ve)+i.toString(e)}text(){let{childNodes:[e,t,n]}=this;return e.text()+t.text()+c(this,ve)+n.text()}getGaps(e){return e===1?c(this,ve).length:0}lint(e=this.getAbsoluteIndex(),t){let n=super.lint(e,t),i=new R(this,e+this.getRelativeIndex(this.length-1));for(let s of this.lastChild.childNodes)if(s.type==="text"){let{data:o}=s;if(o.includes("|")){let l=o.includes("||"),u=C(s,i,"pipe-like",'additional "|" in a table cell',l?"error":"warning");if(l){let g={caption:"|+",td:"|",th:"!"}[this.subtype];u.fix={range:[u.startIndex,u.endIndex],text:o.replace(/\|\|/gu,`
20
+ ${g}`),desc:"newline"}}else u.suggestions=[{desc:"escape",range:[u.startIndex,u.endIndex],text:o.replace(/\|/gu,"&#124;")}];n.push(u)}}return n}isIndependent(){return this.firstChild.text().startsWith(`
21
+ `)}getAttr(e){let t=super.getAttr(e);return e==="rowspan"||e==="colspan"?parseInt(t)||1:t}print(){let{childNodes:[e,t,n]}=this;return`<span class="wpb-td">${e.print()}${t.print()}${c(this,ve)}${n.print()}</span>`}json(e,t=this.getAbsoluteIndex()){let n=super.json(void 0,t);return Object.assign(n,{subtype:this.subtype,rowspan:this.rowspan,colspan:this.colspan}),n}};ve=new WeakMap,Tr=new WeakMap,yr=new WeakSet,Dn=function(){return Fe(c(this,Tr),()=>{var o;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 Y({},N(o=i,yr,Dn).call(o))},e=>{T(this,Tr,e)})}});var Ht,Vn=y(()=>{"use strict";q();Gn();Hn();Ht=class extends Gt{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=n.childNodes.find(l=>l.text().trim()),s=/^\s*(?:!|\{\{\s*![!-]?\s*\}\})/u;if(!i||s.test(i.toString())||i.is("arg")&&s.test(i.default||""))return t;if(i.is("magic-word"))try{if(i.getPossibleValues().every(l=>s.test(l.text())))return t}catch(l){}let o=C(n,{start:r},"fostered-content","content to be moved out from the table");return o.severity=i.type==="template"?"warning":"error",o.startIndex++,o.startLine++,o.startCol=0,t.push(o),t}getRowCount(){return Number(this.childNodes.some(r=>r instanceof Dt&&r.isIndependent()&&!r.firstChild.text().endsWith("+")))}}});var Ca,$a,Na,Xn,Yr,Ps=y(()=>{"use strict";q();we();K();P();Vn();wt();Ca=/^\n[^\S\n]*(?:\|\}|\{\{\s*!\s*\}\}\}|\{\{\s*!\)\s*\}\})$/u,$a=(a,r)=>new Array(a).fill(void 0).map((e,t)=>r(t)),Na=({type:a})=>a==="tr"||a==="table-syntax",Xn=class extends Array{},Yr=class extends Ht{get type(){return"table"}get closed(){return this.lastChild.type==="table-syntax"}constructor(r,e,t,n){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,r,"table",e,t,n,{})}lint(r=this.getAbsoluteIndex(),e){let t=super.lint(r,e),n=new R(this,r);this.closed||t.push(C(this.firstChild,n,"unclosed-table",b.msg("unclosed $1","table")));let i=this.getLayout(),{length:s}=i;if(s>1){let o=1,l=1/0,u=0;for(;u<s;u++){let g=i[u],d=g.length;if(d<o)break;d<l&&(l=d);let p=g.indexOf(g[d-1])+1;if(p>l)break;p>o&&(o=p)}if(u<s){let g=C(this.getNthRow(u),n,"table-layout","inconsistent table layout","warning");g.startIndex++,g.startLine++,g.startCol=0,t.push(g)}}return t}close(r=`
22
+ |}`,e){let t=this.getAttribute("config"),n=this.getAttribute("accum"),i=e?[r]:b.parse(r,this.getAttribute("include"),2,t).childNodes;le.run(()=>{let s=new ye(void 0,Ca,"table-syntax",t,n);super.insertAt(s)}),this.lastChild.replaceChildren(...i)}getLayout(r){let e=this.getAllRows(),{length:t}=e,n=new Xn(...$a(t,()=>[]));for(let[i,s]of n.entries()){let o=0,l=0,u;for(let g of e[i].childNodes.slice(2))if(g.type==="td"){if(g.isIndependent()&&(u=g.subtype!=="caption"),u){let d={row:i,column:o},{rowspan:p,colspan:h}=g;for(o++;s[l];)l++;for(let m=i;m<Math.min(i+p,t);m++)for(let f=l;f<l+h;f++)n[m][f]=d;l+=h}}else if(Na(g))break}return n}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(r=>r.type==="tr"&&r.getRowCount()>0)]}getNthRow(r,e,t){let n=super.getRowCount();if(r===0&&n)return this;n&&r--;for(let i of this.childNodes.slice(2)){let{type:s}=i;if(s==="tr"&&i.getRowCount()&&(r--,r<0))return i}}json(r,e=this.getAbsoluteIndex()){let t=super.json(void 0,e);return t.closed=this.closed,t}}});var Zr,js=y(()=>{"use strict";Vn();Zr=class extends Ht{get type(){return"tr"}constructor(r,e,t,n){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,r,"tr",e,t,n)}}});var Vt,Qn=y(()=>{"use strict";We();Vt=class extends se{get indent(){return this.innerText.split(":").length-1}json(r,e=this.getAbsoluteIndex()){let t=super.json(void 0,e),{indent:n}=this;return n&&(t.indent=n),t}}});var Xt,Kn=y(()=>{"use strict";Qn();Xt=class extends Vt{get type(){return"dd"}}});var qs={};ae(qs,{parseTable:()=>Ea});var Ia,Bs,Ea,_s=y(()=>{"use strict";j();Ps();js();Hn();Kn();Ia=a=>a.lastChild.constructor!==v,Bs=(a,r)=>a.type==="td"?r.pop():a,Ea=({firstChild:{data:a},type:r,name:e},t,n)=>{let i=[],s=a.split(`
23
23
  `),o=r==="root"||r==="parameter-value"||r==="ext-inner"&&e==="poem"?"":`
24
- ${s.shift()}`,l,p=(g,d)=>{if(!d){o+=g;return}let{lastChild:c}=d;if(Sa(d)){let m=new A(g,t,n);m.type="table-inter",m.setAttribute("stage",3),d.insertAt(m)}else c.setText(c.toString()+g)};for(let g of s){l=i.pop();let[d]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(g),c=g.slice(d.length),m=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(c);if(m){for(;l&&l.type!=="td";)l=i.pop();let[,w,L,N,q]=m;w&&new Gt(w,t,n),p(`
25
- ${d}${w&&`\0${n.length-1}d\x7F`}${L}\0${n.length}b\x7F`,l),i.push(...l?[l]:[],new Zr(N,q,t,n));continue}else if(!l){o+=`
26
- ${g}`;continue}let h=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(c);if(!h){p(`
27
- ${g}`,l),i.push(l);continue}let[,f,v,y,S]=h;if(f){for(;l.type!=="table";)l=i.pop();l.close(`
28
- ${d}${f}`,!0),p(S,i[i.length-1])}else if(v){l=Ps(l,i),l.type==="tr"&&(l=i.pop());let w=new en(`
29
- ${d}${v}`,S,t,n);i.push(l,w),l.insertAt(w)}else{l=Ps(l,i);let w=y==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu,L=w.exec(S),N=0,q=`
30
- ${d}${y}`,z=B=>{let X=new lt(q,S.slice(N,L==null?void 0:L.index),t,n);return B.insertAt(X),X};for(;L;)z(l),{lastIndex:N}=w,[q]=L,L=w.exec(S);i.push(l,z(l))}}return o.slice(1)}});var tn,qs=k(()=>{"use strict";Ue();tn=class extends le{get type(){return"hr"}}});var Os,Kn,Ca,dt,_s=k(()=>{"use strict";Je();R();Ue();Os=[he()];dt=class extends(Ca=le){get type(){return"double-underscore"}constructor(r,e,t=b.getConfig(),n){super(r,t,n)}getAttribute(r){return r==="padding"?2:super.getAttribute(r)}toString(){return`__${this.innerText}__`}print(){return super.print({pre:"__",post:"__"})}};Kn=ie(Ca),dt=oe(Kn,0,"DoubleUnderscoreToken",Os,dt),se(Kn,1,dt)});var Ms={};ge(Ms,{parseHrAndDoubleUnderscore:()=>$a});var $a,zs=k(()=>{"use strict";qs();_s();In();$a=({firstChild:{data:a},type:r,name:e},t,n)=>{var l,p,g;let{doubleUnderscore:[i,s,o]}=t;return(l=t.insensitiveDoubleUnderscore)!=null||(t.insensitiveDoubleUnderscore=new Set(i)),(p=t.sensitiveDoubleUnderscore)!=null||(t.sensitiveDoubleUnderscore=new Set(s)),(g=t.regexHrAndDoubleUnderscore)!=null||(t.regexHrAndDoubleUnderscore=new RegExp(`__(${[...i,...s].join("|")})__`,"giu")),r!=="root"&&(r!=="ext-inner"||e!=="poem")&&(a=`\0${a}`),a=a.replace(/^((?:\0\d+[cno]\x7F)*)(-{4,})/gmu,(d,c,m)=>(new tn(m,t,n),`${c}\0${n.length-1}r\x7F`)).replace(t.regexHrAndDoubleUnderscore,(d,c)=>{var v;let m=t.sensitiveDoubleUnderscore.has(c),h=c.toLowerCase(),f=t.insensitiveDoubleUnderscore.has(h);return m||f?(new dt(c,m,t,n),`\0${n.length-1}${f&&((v=o==null?void 0:o[h])!=null?v:h)==="toc"?"u":"n"}\x7F`):d}).replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(d,c,m,h,f)=>{let v=`${c}\0${n.length}h\x7F`;return new Ft(m.length,[h,f],t,n),v}),r==="root"||r==="ext-inner"&&e==="poem"?a:a.slice(1)}});var rn,Us=k(()=>{"use strict";j();J();R();Ue();rn=class extends le{get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}text(){let{parentNode:r,innerText:e}=this;return(r==null?void 0:r.type)==="image-parameter"&&r.name!=="caption"?"":e}lint(r=this.getAbsoluteIndex()){let{previousSibling:e,nextSibling:t,bold:n}=this,i=b.msg('lonely "$1"',"'"),s=[],o=new E(this,r),l=(p,g,d)=>[{desc:"escape",range:[p,g],text:"&apos;".repeat(d)},{desc:"remove",range:[p,g],text:""}];if((e==null?void 0:e.type)==="text"&&e.data.endsWith("'")){let p=$(this,o,"lonely-apos",i),{startIndex:g,startLine:d,startCol:c}=p,[,{length:m}]=/(?:^|[^'])('+)$/u.exec(e.data),h=r-m;s.push(de(H({},p),{startIndex:h,endIndex:g,endLine:d,startCol:c-m,endCol:c,suggestions:l(h,g,m)}))}if((t==null?void 0:t.type)==="text"&&t.data.startsWith("'")){let p=$(this,o,"lonely-apos",i),{endIndex:g,endLine:d,endCol:c}=p,[{length:m}]=/^'+/u.exec(t.data),h=g+m;s.push(de(H({},p),{startIndex:g,endIndex:h,startLine:d,startCol:c,endCol:c+m,suggestions:l(g,h,m)}))}if(n&&this.closest("heading-title")){let p=$(this,o,"bold-header","bold in section header","warning");p.suggestions=[{desc:"remove",range:[r,r+3],text:""}],s.push(p)}return s}json(){let r=super.json();return Object.assign(r,{bold:this.bold,italic:this.italic}),r}}});var Ws={};ge(Ws,{parseQuotes:()=>Jn});var Jn,Yn=k(()=>{"use strict";Us();Jn=(a,r,e)=>{var g;let t=a.split(/('{2,})/u),{length:n}=t;if(n===1)return a;let i=0,s=0,o,l,p;for(let d=1;d<n;d+=2){let c=t[d].length;switch(c){case 2:s++;break;case 4:t[d-1]+="'",t[d]="'''";case 3:if(i++,o!==void 0)break;t[d-1].endsWith(" ")?l===void 0&&p===void 0&&(p=d):t[d-1].slice(-2,-1)===" "?o=d:l!=null||(l=d);break;default:t[d-1]+="'".repeat(c-5),t[d]="'''''",s++,i++}}if(s%2===1&&i%2===1){let d=(g=o!=null?o:l)!=null?g:p;d!==void 0&&(t[d]="''",t[d-1]+="'")}for(let d=1;d<n;d+=2)new rn(t[d],r,e),t[d]=`\0${e.length-1}q\x7F`;return t.join("")}});var Gs={};ge(Gs,{parseExternalLinks:()=>Zn});var Zn,ei=k(()=>{"use strict";K();jn();Xr();Zn=(a,r,e,t)=>{var n;return(n=r.regexExternalLinks)!=null||(r.regexExternalLinks=new RegExp(String.raw`\[(\0\d+f\x7F|(?:(?:${r.protocol}|//)${Ne}|\0\d+m\x7F)${Ie}(?=[[\]<>"\t${ye}]|\0\d))([${ye}]*(?![${ye}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),a.replace(r.regexExternalLinks,(i,s,o,l)=>{let{length:p}=e,g=/&[lg]t;/u.exec(s);return g&&(o="",l=s.slice(g.index)+o+l,s=s.slice(0,g.index)),t?(new Pe(s,"ext-link-url",r,e),`[\0${p}f\x7F${o}${l}]`):(new Ot(s,o,l,r,e),`\0${p}w\x7F`)})}});var nn,Ds=k(()=>{"use strict";or();nn=class extends Ce{get type(){return"category"}}});var Vs={};ge(Vs,{parseLinks:()=>Hs});var Na,Hs,Xs=k(()=>{"use strict";R();Yn();ei();Bn();Rn();Ds();Na=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,Hs=(a,r,e)=>{var s;(s=r.regexLinks)!=null||(r.regexLinks=new RegExp(String.raw`^\s*(?:${r.protocol}|//)`,"iu"));let t=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,n=a.split("[["),i=n.shift();for(let o=0;o<n.length;o++){let l=!1,p,g,d,c,m=n[o],h=t.exec(m);if(h)[,p,g,d,c]=h,c.startsWith("]")&&(d!=null&&d.includes("["))&&(d+="]",c=c.slice(1));else{let N=Na.exec(m);N&&(l=!0,[,p,g,d]=N)}if(p===void 0||r.regexLinks.test(p)||/\0\d+[exhbru]\x7F/u.test(p)){i+=`[[${m}`;continue}let f=p.trim().startsWith(":");if(f&&l){i+=`[[${m}`;continue}let v=b.normalizeTitle(p,0,!1,r,!0,!0,!0),{ns:y,valid:S,interwiki:w}=v;if(S){if(l){if(w||y!==6){i+=`[[${m}`;continue}let N=!1;for(o++;o<n.length;o++){let q=n[o],z=q.split("]]");if(z.length>2){N=!0,d+=`[[${z[0]}]]${z[1]}`,c=z.slice(2).join("]]");break}else if(z.length===2)d+=`[[${z[0]}]]${z[1]}`;else{d+=`[[${q}`;break}}if(d=Hs(d,r,e),!N){i+=`[[${p}${g}${d}`;continue}}}else{i+=`[[${m}`;continue}d&&(d=Jn(d,r,e));let L=qt;f||(!w&&y===6?(d&&(d=Zn(d,r,e,!0)),L=Bt):!w&&y===14&&(L=nn)),d===void 0&&g&&(d=""),i+=`\0${e.length}l\x7F${c}`,new L(p,d,r,e,g)}return i}});var Zs={};ge(Zs,{parseMagicLinks:()=>Ia});var Ys,Qs,Ks,Js,Ia,eo=k(()=>{"use strict";K();Xr();Ys=String.raw`[${ye}\t]|&nbsp;|&#0*160;|&#x0*a0;`,Qs=`(?:${Ys})+`,Ks=`(?:${Ys}|-)`,Js=String.raw`(?:RFC|PMID)${Qs}\d+\b|ISBN${Qs}(?:97[89]${Ks}?)?(?:\d${Ks}?){9}[\dx]\b`,Ia=(a,r,e)=>{if(!r.regexMagicLinks)try{r.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\d_])(?:(?:${r.protocol})(${Ne}${Ie})|${Js})`,"giu")}catch(t){r.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${r.protocol})(${Ne}${Ie})|${Js})`,"giu")}return a.replace(r.regexMagicLinks,(t,n,i)=>{let s=n?t.slice(n.length):t;if(i){let o="",l=/&(?:lt|gt|nbsp|#x0*(?:3[ce]|a0)|#0*(?:6[02]|160));/iu.exec(s);l&&(o=s.slice(l.index),s=s.slice(0,l.index));let p=s.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,g=p.exec(s);if(g){let d=1;g[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(s.slice(0,g.index))&&(d=2),o=s.slice(g.index+d)+o,s=s.slice(0,g.index+d)}return o.length>=i.length?t:(new Pe(s,void 0,r,e),`${n}\0${e.length-1}w\x7F${o}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(s))return t;return new Pe(s,"magic-link",r,e),`${n}\0${e.length-1}i\x7F`})}});var to,ro=k(()=>{"use strict";to=(a,r)=>a.startsWith(r)?r.length:[...r].findIndex((e,t)=>e!==a[t])});var sn,no=k(()=>{"use strict";Xn();sn=class extends Wt{get type(){return"list"}}});var io={};ge(io,{parseList:()=>Ea});var Ea,so=k(()=>{"use strict";ro();no();Qn();Ea=(a,r,e,t)=>{let n=/^((?:\0\d+[cno]\x7F)*)([;:*#]+\s*)/u.exec(a);if(!n)return r.lastPrefix="",a;let[i,s,o]=n,l=o.replace(/;/gu,":"),p=to(l,r.lastPrefix),g=(p>1?o.slice(p-1):o).split(/(?=;)/u),d=g[0].startsWith(";"),c=g.length-(d?0:1);if(p>1){let B=o.slice(0,p-1);d?g.unshift(B):g[0]=B+g[0]}r.lastPrefix=l;let m=s+g.map((B,X)=>`\0${t.length+X}d\x7F`).join("")+a.slice(i.length);for(let B of g)new sn(B,e,t);if(!c)return m;let{html:[h]}=e,f=/:+|-\{|\0\d+[xq]\x7F/gu,v=f,y=v.exec(m),S=0,w=!1,L=!1,N=0,q=(B,X)=>(new Gt(B,e,t),`${m.slice(0,X)}\0${t.length-1}d\x7F${m.slice(X+B.length)}`),z=B=>{B?S&&S--:S++};for(;y&&c;){let{0:B,index:X}=y;if(B==="-{"){if(!N){let{lastIndex:Q}=v;v=/-\{|\}-/gu,v.lastIndex=Q}N++}else if(B==="}-"){if(N--,!N){let{lastIndex:Q}=v;v=f,v.lastIndex=Q}}else if(B.endsWith("x\x7F")){let{name:Q,closing:Z,selfClosing:D}=t[Number(B.slice(1,-2))];(!D||h.includes(Q))&&z(Z)}else if(B.endsWith("q\x7F")){let{bold:Q,italic:Z}=t[Number(B.slice(1,-2))];Q&&(z(w),w=!w),Z&&(z(L),L=!L)}else if(S===0){if(B.length>=c)return q(B.slice(0,c),X);c-=B.length,v.lastIndex=X+4+String(t.length).length,m=q(B,X)}y=v.exec(m)}return m}});var oo,qe,on,ao=k(()=>{"use strict";j();J();R();P();Fe();oo=new Set(["A","T","R","D","-","H","N"]),on=class extends A{constructor(e,t=b.getConfig(),n=[]){super(void 0,t,n,{});x(this,qe);this.append(...e.map(i=>new M(i,"converter-flag",t,n)))}get type(){return"converter-flags"}afterBuild(){T(this,qe,this.childNodes.map(e=>e.text().trim())),super.afterBuild()}toString(e){return super.toString(e,";")}text(){return super.text(";")}getGaps(){return 1}getUnknownFlags(){return new Set(u(this,qe).filter(e=>/\{{3}[^{}]+\}{3}/u.test(e)))}getVariantFlags(){let e=new Set(this.getAttribute("config").variants);return new Set(u(this,qe).filter(t=>e.has(t)))}lint(e=this.getAbsoluteIndex(),t){let n=this.getVariantFlags(),i=this.getUnknownFlags(),s=new Set(u(this,qe).filter(d=>oo.has(d))),o=u(this,qe).filter(d=>!d).length,l=u(this,qe).length-i.size-o,p=super.lint(e,t);if(n.size===l||s.size===l)return p;let g=new E(this,e);for(let[d,c]of this.childNodes.entries()){let m=c.text().trim();if(m&&!n.has(m)&&!i.has(m)&&(n.size>0||!s.has(m))){let h=C(c,g,"no-ignored","invalid conversion flag");n.size===0&&oo.has(m.toUpperCase())?h.fix={range:[h.startIndex,h.endIndex],text:m.toUpperCase(),desc:"uppercase"}:h.suggestions=[{desc:"remove",range:[h.startIndex-(d&&1),h.endIndex],text:""}],p.push(h)}}return p}print(){return super.print({sep:";"})}};qe=new WeakMap});var Dt,lo=k(()=>{"use strict";R();P();Fe();Dt=class extends A{get type(){return"converter-rule"}constructor(r,e=!0,t=b.getConfig(),n=[]){super(void 0,t,n);let i=r.indexOf(":"),s=r.slice(0,i).indexOf("=>"),o=s===-1?r.slice(0,i):r.slice(s+2,i);e&&t.variants.includes(o.trim())?(super.insertAt(new M(o,"converter-rule-variant",t,n)),super.insertAt(new M(r.slice(i+1),"converter-rule-to",t,n)),s!==-1&&super.insertAt(new M(r.slice(0,s),"converter-rule-from",t,n),0)):super.insertAt(new M(r,"converter-rule-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:":"})}}});var an,go=k(()=>{"use strict";K();R();P();ao();lo();an=class extends A{get type(){return"converter"}constructor(r,e,t=b.getConfig(),n=[]){super(void 0,t,n),this.append(new on(r,t,n));let[i]=e,s=i.includes(":"),o=new Dt(i,s,t,n);s&&o.length===1||!s&&e.length===2&&!ae(e[1]).trim()?this.insertAt(new Dt(e.join(";"),!1,t,n)):this.append(o,...e.slice(1).map(l=>new Dt(l,!0,t,n)))}toString(r){let{childNodes:[e,...t]}=this;return`-{${e.toString(r)}${e.length>0?"|":""}${t.map(n=>n.toString(r)).join(";")}}-`}text(){let{childNodes:[r,...e]}=this;return`-{${r.text()}|${me(e,";")}}-`}getAttribute(r){return r==="padding"?2:super.getAttribute(r)}getGaps(r){return r||this.firstChild.length>0?1:0}print(){let{childNodes:[r,...e]}=this;return`<span class="wpb-converter">-{${r.print()}${r.length>0?"|":""}${Ee(e,{sep:";"})}}-</span>`}}});var po={};ge(po,{parseConverter:()=>La});var La,uo=k(()=>{"use strict";go();La=(a,r,e)=>{var l;(l=r.regexConverter)!=null||(r.regexConverter=new RegExp(String.raw`;(?=(?:[^;]*?=>)?\s*(?:${r.variants.join("|")})\s*:|(?:\s|\0\d+[cn]\x7F)*$)`,"u"));let t=/-\{/gu,n=/-\{|\}-/gu,i=[],s=t,o=s.exec(a);for(;o;){let{0:p,index:g}=o;if(p==="}-"){let d=i.pop(),{length:c}=e,m=a.slice(d.index+2,g),h=m.indexOf("|"),[f,v]=h===-1?[[],m]:[m.slice(0,h).split(";"),m.slice(h+1)],y=v.replace(/(&[#a-z\d]+);/giu,"$1"),S=y.split(r.regexConverter).map(w=>w.replace(/\x01/gu,";"));new an(f,S,r,e),a=`${a.slice(0,d.index)}\0${c}v\x7F${a.slice(g+2)}`,i.length===0&&(s=t),s.lastIndex=d.index+3+String(c).length}else i.push(o),s=n,s.lastIndex=g+2;o=s.exec(a)}return a}});var ln={};ge(ln,{Token:()=>A});var Tr,Te,O,U,gt,Ht,yr,_,co,mo,ho,fo,xo,bo,To,yo,ko,vo,Ao,So,ti,A,P=k(()=>{"use strict";K();j();R();Ci();Ii();ti=class ti extends Nr{constructor(e,t=b.getConfig(),n=[],i){super();x(this,_);x(this,Tr,"plain");x(this,Te,0);x(this,O);x(this,U);x(this,gt);x(this,Ht,!1);x(this,yr);typeof e=="string"&&this.insertAt(e),T(this,O,t),T(this,U,n),n.push(this)}get type(){return u(this,Tr)}set type(e){T(this,Tr,e)}parseOnce(e=u(this,Te),t=!1){if(e<u(this,Te)||this.length===0||!this.getAttribute("plain"))return this;if(u(this,Te)>=11)return this;switch(e){case 0:if(this.type==="root"){u(this,U).pop();let n=I(this,_,co).call(this);t&&(t=!n)}T(this,gt,t),I(this,_,mo).call(this,t);break;case 1:I(this,_,ho).call(this);break;case 2:I(this,_,fo).call(this);break;case 3:I(this,_,xo).call(this);break;case 4:I(this,_,bo).call(this);break;case 5:I(this,_,To).call(this);break;case 6:I(this,_,yo).call(this);break;case 7:I(this,_,ko).call(this);break;case 8:I(this,_,vo).call(this);break;case 9:I(this,_,Ao).call(this);break;case 10:I(this,_,So).call(this)}if(this.type==="root")for(let n of u(this,U))n==null||n.parseOnce(e,t);return wr(this,Te)._++,this}buildFromStr(e,t){let n=e.split(/[\0\x7F]/u).map((i,s)=>{if(s%2===0)return new ir(i);if(isNaN(i.slice(-1)))return u(this,U)[Number(i.slice(0,-1))];throw new Error(`Failed to build! Unrecognized token: ${i}`)});return t===0?n.map(String).join(""):t===1?me(n):n}build(){T(this,Te,11);let{length:e,firstChild:t}=this,n=t==null?void 0:t.toString();if(e===1&&t.type==="text"&&n.includes("\0")&&(this.replaceChildren(...this.buildFromStr(n)),this.normalize(),this.type==="root"))for(let i of u(this,U))i==null||i.build()}afterBuild(){if(this.type==="root")for(let e of u(this,U))e==null||e.afterBuild();T(this,Ht,!0)}parse(e=11,t){for(e=Math.min(e,11);u(this,Te)<e;)this.parseOnce(u(this,Te),t);return e&&(this.build(),this.afterBuild()),this}getAttribute(e){var t;switch(e){case"plain":return this.constructor===ti;case"config":return u(this,O);case"include":return(t=u(this,gt))!=null?t:!!u(this.getRootNode(),gt);case"accum":return u(this,U);case"built":return u(this,Ht);default:return super.getAttribute(e)}}setAttribute(e,t){switch(e){case"stage":u(this,Te)===0&&this.type==="root"&&u(this,U).shift(),T(this,Te,t);break;default:super.setAttribute(e,t)}}insertAt(e,t=this.length){let n=typeof e=="string"?new ir(e):e;return super.insertAt(n,t),n.type==="root"&&(n.type="plain"),n}normalizeTitle(e,t=0,n,i,s){return b.normalizeTitle(e,t,u(this,gt),u(this,O),n,i,s)}lint(e=this.getAbsoluteIndex(),t){var i;let n=super.lint(e,t);if(this.type==="root"){let s=new Map,o="category,html-attr#id,ext-attr#id,table-attr#id";for(let c of this.querySelectorAll(o)){let m;if(c.type==="category")m=c.name;else{let h=c.getValue();h&&h!==!0&&(m=`#${h}`)}if(m){let h=s.get(m);h?h.add(c):s.set(m,new Set([c]))}}for(let[c,m]of s)if(m.size>1&&!c.startsWith("#mw-customcollapsible-")){let h=!c.startsWith("#"),f=`duplicated ${h?"category":"id"}`,v=h?"error":"warning";n.push(...[...m].map(y=>{let S=$(y,{start:y.getAbsoluteIndex()},"no-duplicate",f,v);return h&&(S.suggestions=[{desc:"remove",range:[S.startIndex,S.endIndex],text:""}]),S}))}let l=/<!--\s*lint-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->/gu,p=this.toString(),g=[],d=l.exec(p);for(;d;){let{1:c,index:m}=d,h=(i=d[2])==null?void 0:i.trim();g.push({line:this.posFromIndex(m).top+(c==="disable-line"?0:1),from:c==="disable"?l.lastIndex:void 0,to:c==="enable"?l.lastIndex:void 0,rules:h?new Set(h.split(",").map(f=>f.trim())):void 0}),d=l.exec(p)}n=n.filter(({rule:c,startLine:m,startIndex:h})=>{let f={pos:0};for(let{line:v,from:y,to:S,rules:w}of g){if(v>m+1)break;if(w&&!w.has(c))continue;if(v===m&&y===void 0&&S===void 0)return!1;y<=h&&y>f.pos?(f.pos=y,f.type="from"):S<=h&&S>f.pos&&(f.pos=S,f.type="to")}return f.type!=="from"})}return n}toString(e,t){return e?super.toString(!0,t):Le(u(this,yr),()=>super.toString(!1,t),n=>{let i=this.getRootNode();i.type==="root"&&u(i,Ht)&&T(this,yr,n)})}};Tr=new WeakMap,Te=new WeakMap,O=new WeakMap,U=new WeakMap,gt=new WeakMap,Ht=new WeakMap,yr=new WeakMap,_=new WeakSet,co=function(){let{parseRedirect:e}=(Bi(),Y(Pi)),t=this.firstChild.toString(),n=e(t,u(this,O),u(this,U));return n&&this.setText(n),!!n},mo=function(e){let{parseCommentAndExt:t}=(dr(),Y($s));this.setText(t(this.firstChild.toString(),u(this,O),u(this,U),e))},ho=function(){let{parseBraces:e}=(Ur(),Y(ls)),t=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,n=e(t,u(this,O),u(this,U));this.setText(this.type==="root"?n:n.slice(1))},fo=function(){var t;if((t=u(this,O).excludes)!=null&&t.includes("html"))return;let{parseHtml:e}=(Ls(),Y(Es));this.setText(e(this.firstChild.toString(),u(this,O),u(this,U)))},xo=function(){var t;if((t=u(this,O).excludes)!=null&&t.includes("table"))return;let{parseTable:e}=(js(),Y(Bs));this.setText(e(this,u(this,O),u(this,U)))},bo=function(){var t;if((t=u(this,O).excludes)!=null&&t.includes("hr"))return;let{parseHrAndDoubleUnderscore:e}=(zs(),Y(Ms));this.setText(e(this,u(this,O),u(this,U)))},To=function(){let{parseLinks:e}=(Xs(),Y(Vs));this.setText(e(this.firstChild.toString(),u(this,O),u(this,U)))},yo=function(){var n;if((n=u(this,O).excludes)!=null&&n.includes("quote"))return;let{parseQuotes:e}=(Yn(),Y(Ws)),t=this.firstChild.toString().split(`
31
- `);for(let i=0;i<t.length;i++)t[i]=e(t[i],u(this,O),u(this,U));this.setText(t.join(`
32
- `))},ko=function(){var t;if((t=u(this,O).excludes)!=null&&t.includes("extLink"))return;let{parseExternalLinks:e}=(ei(),Y(Gs));this.setText(e(this.firstChild.toString(),u(this,O),u(this,U)))},vo=function(){var t;if((t=u(this,O).excludes)!=null&&t.includes("magicLink"))return;let{parseMagicLinks:e}=(eo(),Y(Zs));this.setText(e(this.firstChild.toString(),u(this,O),u(this,U)))},Ao=function(){var s;if((s=u(this,O).excludes)!=null&&s.includes("list"))return;let{parseList:e}=(so(),Y(io)),t=this.firstChild.toString().split(`
33
- `),n={lastPrefix:""},i=this.type==="root"||this.type==="ext-inner"&&this.name==="poem"?0:1;for(;i<t.length;i++)t[i]=e(t[i],n,u(this,O),u(this,U));this.setText(t.join(`
34
- `))},So=function(){if(u(this,O).variants.length>0){let{parseConverter:e}=(uo(),Y(po));this.setText(e(this.firstChild.toString(),u(this,O),u(this,U)))}};A=ti});var ke,Rt,Tn,Er,ve=k(()=>{"use strict";ke={running:!1,run(a){let{running:r}=this;this.running=!0;try{let{Token:e}=(P(),Y(ln)),t=a();return t instanceof e&&!t.getAttribute("built")&&t.afterBuild(),this.running=r,t}catch(e){throw this.running=r,e}},rev:0},Rt=a=>r=>r.type===a,Tn=(a,r,e,t=[])=>{var o,l;let{childNodes:n}=a,i=Object.isFrozen(n)?[...n]:n,s=i.splice(r,e,...t);for(let p=0;p<t.length;p++){let g=t[p];g.setAttribute("parentNode",a),g.setAttribute("nextSibling",i[r+p+1]),g.setAttribute("previousSibling",i[r+p-1])}return(o=i[r-1])==null||o.setAttribute("nextSibling",i[r]),(l=i[r+t.length])==null||l.setAttribute("previousSibling",i[r+t.length-1]),s},Er=(a,r)=>{Object.defineProperty(a,"name",{value:r.name})}});var wo={};ge(wo,{Title:()=>ri});var kr,vr,pt,Vt,Oe,ri,Co=k(()=>{"use strict";K();ri=class{constructor(r,e,t,n,i){x(this,kr);x(this,vr);x(this,pt);x(this,Vt);x(this,Oe);re(this,"interwiki","");re(this,"valid");re(this,"encoded",!1);let s=r.trim().startsWith("../");if(n&&r.includes("%"))try{let l=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(r);r=Me(r),this.encoded=l}catch(l){}if(r=Kt(r).replace(/[_ ]+/gu," ").trim(),s)T(this,Vt,0);else{let l=e;r.startsWith(":")&&(l=0,r=r.slice(1).trim());let p=r.split(":");if(p.length>1){let g=p[0].trim().toLowerCase(),d=Object.prototype.hasOwnProperty.call(t.nsid,g)&&t.nsid[g];d&&(l=d,r=p.slice(1).join(":").trim())}T(this,Vt,l)}let o=r.indexOf("#");if(o!==-1){let l=r.slice(o).trim().slice(1);if(l.includes("%"))try{l=Me(l)}catch(p){}T(this,Oe,l.replace(/ /gu,"_")),r=r.slice(0,o).trim()}this.valid=!!(r||this.interwiki||i&&this.ns===0&&u(this,Oe)!==void 0)&&Kt(r)===r&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(s?/^(?:\.\.\/)+(.*)/u.exec(r)[1]:r),this.main=r,Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}}),T(this,vr,t.namespaces),T(this,pt,t.articlePath||"/wiki/$1"),u(this,pt).includes("$1")||T(this,pt,u(this,pt)+`${u(this,pt).endsWith("/")?"":"/"}$1`)}get ns(){return u(this,Vt)}get fragment(){return u(this,Oe)}get main(){return u(this,kr)}set main(r){r=r.replace(/_/gu," ").trim(),T(this,kr,r&&r[0].toUpperCase()+r.slice(1))}get prefix(){let r=u(this,vr)[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()}toString(r){return(r?this.title.replace(/_/gu," "):this.title)+(u(this,Oe)===void 0?"":`#${u(this,Oe)}`)}getRedirection(){return[!1,(this.interwiki+(this.interwiki&&":")+this.prefix+this.main).replace(/ /gu,"_")]}setFragment(r){T(this,Oe,r)}getUrl(r){}};kr=new WeakMap,vr=new WeakMap,pt=new WeakMap,Vt=new WeakMap,Oe=new WeakMap});var Xt,$o,Fa,b,R=k(()=>{hi();ve();Ai();K();Xt={config:cn,i18n:void 0,rules:mi,getConfig(){let{doubleUnderscore:a}=this.config;for(let r=0;r<2;r++)a.length>r+2&&a[r].length===0&&(a[r]=Object.keys(a[r+2]));return de(H(H({},cn),this.config),{excludes:[]})},msg(a,r=""){var e,t;return a&&((t=(e=this.i18n)==null?void 0:e[a])!=null?t:a).replace("$1",this.msg(r))},normalizeTitle(a,r=0,e,t=Xt.getConfig(),n,i=!1,s=!1){let{Title:o}=(Co(),Y(wo)),l;if(n)l=new o(a,r,t,i,s);else{let{Token:p}=(P(),Y(ln));l=ke.run(()=>{let g=new p(a,t);g.type="root",g.parseOnce(0,e).parseOnce();let d=new o(g.toString(),r,t,i,s);for(let c of["main","fragment"]){let m=d[c];if(m!=null&&m.includes("\0")){let h=g.buildFromStr(m,1);c==="main"?d.main=h:d.setFragment(h)}}return d})}return l},parse(a,r,e=11,t=Xt.getConfig()){if(a=bi(a),typeof e!="number"){let s=Array.isArray(e)?e:[e];e=Math.max(...s.map(o=>ci[o]||11))}let{Token:n}=(P(),Y(ln));return ke.run(()=>{let s=new n(a,t);return s.type="root",s.parse(e,r)})},createLanguageService(a){var n;let r,{LanguageService:e,tasks:t}=r;return(n=t.get(a))!=null?n:new e(a)}},$o={},Fa=new Set(["normalizeTitle","parse","createLanguageService"]);for(let a in Xt)Fa.has(a)||($o[a]={enumerable:!1});Object.defineProperties(Xt,$o);Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:Xt});b=Xt});R();})();
24
+ ${s.shift()}`,l,u=(g,d)=>{if(!d){o+=g;return}let{lastChild:p}=d;if(Ia(d)){let h=new v(g,t,n);h.type="table-inter",h.setAttribute("stage",3),d.insertAt(h)}else p.setText(p.toString()+g)};for(let g of s){l=i.pop();let[d]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(g),p=g.slice(d.length),h=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(p);if(h){for(;l&&l.type!=="td";)l=i.pop();let[,w,$,F,B]=h;w&&new Xt(w,t,n),u(`
25
+ ${d}${w&&`\0${n.length-1}d\x7F`}${$}\0${n.length}b\x7F`,l),i.push(...l?[l]:[],new Yr(F,B,t,n));continue}else if(!l){o+=`
26
+ ${g}`;continue}let m=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(p);if(!m){u(`
27
+ ${g}`,l),i.push(l);continue}let[,f,k,A,S]=m;if(f){for(;l.type!=="table";)l=i.pop();l.close(`
28
+ ${d}${f}`,!0),u(S,i[i.length-1])}else if(k){l=Bs(l,i),l.type==="tr"&&(l=i.pop());let w=new Zr(`
29
+ ${d}${k}`,S,t,n);i.push(l,w),l.insertAt(w)}else{l=Bs(l,i);let w=A==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu,$=w.exec(S),F=0,B=`
30
+ ${d}${A}`,_=L=>{let X=new Dt(B,S.slice(F,$==null?void 0:$.index),t,n);return L.insertAt(X),X};for(;$;)_(l),{lastIndex:F}=w,[B]=$,$=w.exec(S);i.push(l,_(l))}}return o.slice(1)}});var en,Os=y(()=>{"use strict";We();en=class extends se{get type(){return"hr"}}});var Ms,Jn,La,dt,zs=y(()=>{"use strict";Je();P();We();Ms=[Te()];dt=class extends(La=se){get type(){return"double-underscore"}constructor(r,e,t=b.getConfig(),n){super(r,t,n)}getAttribute(r){return r==="padding"?2:super.getAttribute(r)}toString(){return`__${this.innerText}__`}print(){return super.print({pre:"__",post:"__"})}};Jn=ee(La),dt=re(Jn,0,"DoubleUnderscoreToken",Ms,dt),te(Jn,1,dt)});var Ws={};ae(Ws,{parseHrAndDoubleUnderscore:()=>Fa});var Fa,Us=y(()=>{"use strict";Os();zs();In();Fa=({firstChild:{data:a},type:r,name:e},t,n)=>{var l,u,g;let{doubleUnderscore:[i,s,o]}=t;return(l=t.insensitiveDoubleUnderscore)!=null||(t.insensitiveDoubleUnderscore=new Set(i)),(u=t.sensitiveDoubleUnderscore)!=null||(t.sensitiveDoubleUnderscore=new Set(s)),(g=t.regexHrAndDoubleUnderscore)!=null||(t.regexHrAndDoubleUnderscore=new RegExp(`__(${[...i,...s].join("|")})__`,"giu")),r!=="root"&&(r!=="ext-inner"||e!=="poem")&&(a=`\0${a}`),a=a.replace(/^((?:\0\d+[cno]\x7F)*)(-{4,})/gmu,(d,p,h)=>(new en(h,t,n),`${p}\0${n.length-1}r\x7F`)).replace(t.regexHrAndDoubleUnderscore,(d,p)=>{var k;let h=t.sensitiveDoubleUnderscore.has(p),m=p.toLowerCase(),f=t.insensitiveDoubleUnderscore.has(m);return h||f?(new dt(p,h,t,n),`\0${n.length-1}${f&&((k=o==null?void 0:o[m])!=null?k:m)==="toc"?"u":"n"}\x7F`):d}).replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(d,p,h,m,f)=>{let k=`${p}\0${n.length}h\x7F`;return new jt(h.length,[m,f],t,n),k}),r==="root"||r==="ext-inner"&&e==="poem"?a:a.slice(1)}});var tn,Gs=y(()=>{"use strict";q();K();P();We();tn=class extends se{get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}text(){let{parentNode:r,innerText:e}=this;return(r==null?void 0:r.type)==="image-parameter"&&r.name!=="caption"?"":e}lint(r=this.getAbsoluteIndex()){let{previousSibling:e,nextSibling:t,bold:n}=this,i=b.msg('lonely "$1"',"'"),s=[],o=new R(this,r),l=(u,g,d)=>[{desc:"escape",range:[u,g],text:"&apos;".repeat(d)},{desc:"remove",range:[u,g],text:""}];if((e==null?void 0:e.type)==="text"&&e.data.endsWith("'")){let u=E(this,o,"lonely-apos",i),{startIndex:g,startLine:d,startCol:p}=u,[,{length:h}]=/(?:^|[^'])('+)$/u.exec(e.data),m=r-h;s.push(oe(Y({},u),{startIndex:m,endIndex:g,endLine:d,startCol:p-h,endCol:p,suggestions:l(m,g,h)}))}if((t==null?void 0:t.type)==="text"&&t.data.startsWith("'")){let u=E(this,o,"lonely-apos",i),{endIndex:g,endLine:d,endCol:p}=u,[{length:h}]=/^'+/u.exec(t.data),m=g+h;s.push(oe(Y({},u),{startIndex:g,endIndex:m,startLine:d,startCol:p,endCol:p+h,suggestions:l(g,m,h)}))}if(n&&this.closest("heading-title")){let u=E(this,o,"bold-header","bold in section header","warning");u.suggestions=[{desc:"remove",range:[r,r+3],text:""}],s.push(u)}return s}json(r,e=this.getAbsoluteIndex()){let t=super.json(void 0,e);return Object.assign(t,{bold:this.bold,italic:this.italic}),t}}});var Ds={};ae(Ds,{parseQuotes:()=>Yn});var Yn,Zn=y(()=>{"use strict";Gs();Yn=(a,r,e,t)=>{var d;let n=a.split(/('{2,})/u),{length:i}=n;if(i===1)return a;let s=0,o=0,l,u,g;for(let p=1;p<i;p+=2){let h=n[p].length;switch(h){case 2:o++;break;case 4:n[p-1]+="'",n[p]="'''";case 3:if(s++,l!==void 0)break;n[p-1].endsWith(" ")?u===void 0&&g===void 0&&(g=p):n[p-1].slice(-2,-1)===" "?l=p:u!=null||(u=p);break;default:n[p-1]+="'".repeat(h-5),n[p]="'''''",o++,s++}}if(o%2===1&&s%2===1){let p=(d=l!=null?l:u)!=null?d:g;p!==void 0&&(n[p]="''",n[p-1]+="'")}for(let p=1;p<i;p+=2)new tn(n[p],r,e),n[p]=`\0${e.length-1}q\x7F`;return n.join("")}});var Hs={};ae(Hs,{parseExternalLinks:()=>ei});var ei,ti=y(()=>{"use strict";H();qn();Vr();ei=(a,r,e,t)=>{var n;return(n=r.regexExternalLinks)!=null||(r.regexExternalLinks=new RegExp(String.raw`\[(\0\d+f\x7F|(?:(?:${r.protocol}|//)${Ie}|\0\d+m\x7F)${Ee}(?=[[\]<>"\t${Se}]|\0\d))([${Se}]*(?![${Se}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),a.replace(r.regexExternalLinks,(i,s,o,l)=>{let{length:u}=e,g=/&[lg]t;/u.exec(s);return g&&(o="",l=s.slice(g.index)+o+l,s=s.slice(0,g.index)),t?(new je(s,"ext-link-url",r,e),`[\0${u}f\x7F${o}${l}]`):(new zt(s,o,l,r,e),`\0${u}w\x7F`)})}});var rn,Vs=y(()=>{"use strict";H();lr();rn=class extends $e{get type(){return"category"}get sortkey(){let{childNodes:[,r]}=this;return r&&Ke(r.text())}json(r,e=this.getAbsoluteIndex()){let t=super.json(void 0,e),{sortkey:n}=this;return n&&(t.sortkey=n),t}}});var Qs={};ae(Qs,{parseLinks:()=>Xs});var Ra,Xs,Ks=y(()=>{"use strict";P();Zn();ti();Bn();Rn();Vs();Ra=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,Xs=(a,r,e,t)=>{var o;(o=r.regexLinks)!=null||(r.regexLinks=new RegExp(String.raw`^\s*(?:${r.protocol}|//)`,"iu"));let n=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,i=a.split("[["),s=i.shift();for(let l=0;l<i.length;l++){let u=!1,g,d,p,h,m=i[l],f=n.exec(m);if(f)[,g,d,p,h]=f,h.startsWith("]")&&(p!=null&&p.includes("["))&&(p+="]",h=h.slice(1));else{let $=Ra.exec(m);$&&(u=!0,[,g,d,p]=$)}if(g===void 0||r.regexLinks.test(g)||/\0\d+[exhbru]\x7F/u.test(g)){s+=`[[${m}`;continue}let k=g.trim().startsWith(":");if(k&&u){s+=`[[${m}`;continue}let{ns:A,valid:S}=b.normalizeTitle(g,0,!1,r,!0,!0,!0,!0);if(S){if(u){if(A!==6){s+=`[[${m}`;continue}let $=!1;for(l++;l<i.length;l++){let F=i[l],B=F.split("]]");if(B.length>2){$=!0,p+=`[[${B[0]}]]${B[1]}`,h=B.slice(2).join("]]");break}else if(B.length===2)p+=`[[${B[0]}]]${B[1]}`;else{p+=`[[${F}`;break}}if(p=Xs(p,r,e,t),!$){s+=`[[${g}${d}${p}`;continue}}}else{s+=`[[${m}`;continue}p&&(p=Yn(p,r,e,t));let w=Mt;k||(A===6?(p&&(p=ei(p,r,e,!0)),w=_t):A===14&&(w=rn)),p===void 0&&d&&(p=""),s+=`\0${e.length}l\x7F${h}`,new w(g,p,r,e,d)}return s}});var to={};ae(to,{parseMagicLinks:()=>Pa});var eo,Js,Ys,Zs,Pa,ro=y(()=>{"use strict";H();Vr();eo=String.raw`[${Se}\t]|&nbsp;|&#0*160;|&#x0*a0;`,Js=`(?:${eo})+`,Ys=`(?:${eo}|-)`,Zs=String.raw`(?:RFC|PMID)${Js}\d+\b|ISBN${Js}(?:97[89]${Ys}?)?(?:\d${Ys}?){9}[\dx]\b`,Pa=(a,r,e)=>{if(!r.regexMagicLinks)try{r.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\d_])(?:(?:${r.protocol})(${Ie}${Ee})|${Zs})`,"giu")}catch(t){r.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${r.protocol})(${Ie}${Ee})|${Zs})`,"giu")}return a.replace(r.regexMagicLinks,(t,n,i)=>{let s=n?t.slice(n.length):t;if(i){let o="",l=/&(?:lt|gt|nbsp|#x0*(?:3[ce]|a0)|#0*(?:6[02]|160));/iu.exec(s);l&&(o=s.slice(l.index),s=s.slice(0,l.index));let u=s.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,g=u.exec(s);if(g){let d=1;g[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(s.slice(0,g.index))&&(d=2),o=s.slice(g.index+d)+o,s=s.slice(0,g.index+d)}return o.length>=i.length?t:(new je(s,void 0,r,e),`${n}\0${e.length-1}w\x7F${o}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(s))return t;return new je(s,"magic-link",r,e),`${n}\0${e.length-1}i\x7F`})}});var no,io=y(()=>{"use strict";no=(a,r)=>a.startsWith(r)?r.length:[...r].findIndex((e,t)=>e!==a[t])});var nn,so=y(()=>{"use strict";Qn();nn=class extends Vt{get type(){return"list"}}});var oo={};ae(oo,{parseList:()=>ja});var ja,ao=y(()=>{"use strict";io();so();Kn();ja=(a,r,e,t)=>{let n=/^((?:\0\d+[cno]\x7F)*)([;:*#]+\s*)/u.exec(a);if(!n)return r.lastPrefix="",a;let[i,s,o]=n,l=o.replace(/;/gu,":"),u=no(l,r.lastPrefix),g=(u>1?o.slice(u-1):o).split(/(?=;)/u),d=g[0].startsWith(";"),p=g.length-(d?0:1);if(u>1){let L=o.slice(0,u-1);d?g.unshift(L):g[0]=L+g[0]}r.lastPrefix=l;let h=s+g.map((L,X)=>`\0${t.length+X}d\x7F`).join("")+a.slice(i.length);for(let L of g)new nn(L,e,t);if(!p)return h;let{html:[m]}=e,f=/:+|-\{|\0\d+[xq]\x7F/gu,k=f,A=k.exec(h),S=0,w=!1,$=!1,F=0,B=(L,X)=>(new Xt(L,e,t),`${h.slice(0,X)}\0${t.length-1}d\x7F${h.slice(X+L.length)}`),_=L=>{L?S&&S--:S++};for(;A&&p;){let{0:L,index:X}=A;if(L==="-{"){if(!F){let{lastIndex:J}=k;k=/-\{|\}-/gu,k.lastIndex=J}F++}else if(L==="}-"){if(F--,!F){let{lastIndex:J}=k;k=f,k.lastIndex=J}}else if(L.endsWith("x\x7F")){let{name:J,closing:he,selfClosing:me}=t[Number(L.slice(1,-2))];(!me||m.includes(J))&&_(he)}else if(L.endsWith("q\x7F")){let{bold:J,italic:he}=t[Number(L.slice(1,-2))];J&&(_(w),w=!w),he&&(_($),$=!$)}else if(S===0){if(L.length>=p)return B(L.slice(0,p),X);p-=L.length,k.lastIndex=X+4+String(t.length).length,h=B(L,X)}A=k.exec(h)}return h}});var lo,_e,sn,go=y(()=>{"use strict";q();K();P();j();Re();lo=new Set(["A","T","R","D","-","H","N"]),sn=class extends v{constructor(e,t=b.getConfig(),n=[]){super(void 0,t,n,{});x(this,_e);this.append(...e.map(i=>new z(i,"converter-flag",t,n)))}get type(){return"converter-flags"}afterBuild(){T(this,_e,this.childNodes.map(e=>e.text().trim())),super.afterBuild()}toString(e){return super.toString(e,";")}text(){return super.text(";")}getGaps(){return 1}getUnknownFlags(){return new Set(c(this,_e).filter(e=>/\{{3}[^{}]+\}{3}/u.test(e)))}getVariantFlags(){let e=new Set(this.getAttribute("config").variants);return new Set(c(this,_e).filter(t=>e.has(t)))}lint(e=this.getAbsoluteIndex(),t){let n=this.getVariantFlags(),i=this.getUnknownFlags(),s=new Set(c(this,_e).filter(d=>lo.has(d))),o=c(this,_e).filter(d=>!d).length,l=c(this,_e).length-i.size-o,u=super.lint(e,t);if(n.size===l||s.size===l)return u;let g=new R(this,e);for(let[d,p]of this.childNodes.entries()){let h=p.text().trim();if(h&&!n.has(h)&&!i.has(h)&&(n.size>0||!s.has(h))){let m=C(p,g,"no-ignored","invalid conversion flag");n.size===0&&lo.has(h.toUpperCase())?m.fix={range:[m.startIndex,m.endIndex],text:h.toUpperCase(),desc:"uppercase"}:m.suggestions=[{desc:"remove",range:[m.startIndex-(d&&1),m.endIndex],text:""}],u.push(m)}}return u}print(){return super.print({sep:";"})}};_e=new WeakMap});var Qt,po=y(()=>{"use strict";P();j();Re();Qt=class extends v{get type(){return"converter-rule"}get variant(){var r,e;return(e=(r=this.childNodes[this.length-2])==null?void 0:r.text().trim())!=null?e:""}constructor(r,e=!0,t=b.getConfig(),n=[]){super(void 0,t,n);let i=r.indexOf(":"),s=r.slice(0,i).indexOf("=>"),o=s===-1?r.slice(0,i):r.slice(s+2,i);e&&t.variants.includes(o.trim())?(super.insertAt(new z(o,"converter-rule-variant",t,n)),super.insertAt(new z(r.slice(i+1),"converter-rule-to",t,n)),s!==-1&&super.insertAt(new z(r.slice(0,s),"converter-rule-from",t,n),0)):super.insertAt(new z(r,"converter-rule-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=this.getAbsoluteIndex()){let t=super.json(void 0,e);return t.variant=this.variant,t}}});var on,uo=y(()=>{"use strict";H();P();j();go();po();on=class extends v{get type(){return"converter"}constructor(r,e,t=b.getConfig(),n=[]){super(void 0,t,n),this.append(new sn(r,t,n));let[i]=e,s=i.includes(":"),o=new Qt(i,s,t,n);s&&o.length===1||!s&&e.length===2&&!ie(e[1]).trim()?this.insertAt(new Qt(e.join(";"),!1,t,n)):this.append(o,...e.slice(1).map(l=>new Qt(l,!0,t,n)))}toString(r){let{childNodes:[e,...t]}=this;return`-{${e.toString(r)}${e.length>0?"|":""}${t.map(n=>n.toString(r)).join(";")}}-`}text(){let{childNodes:[r,...e]}=this;return`-{${r.text()}|${be(e,";")}}-`}getAttribute(r){return r==="padding"?2:super.getAttribute(r)}getGaps(r){return r||this.firstChild.length>0?1:0}print(){let{childNodes:[r,...e]}=this;return`<span class="wpb-converter">-{${r.print()}${r.length>0?"|":""}${Le(e,{sep:";"})}}-</span>`}}});var co={};ae(co,{parseConverter:()=>Ba});var Ba,ho=y(()=>{"use strict";uo();Ba=(a,r,e)=>{var l;(l=r.regexConverter)!=null||(r.regexConverter=new RegExp(String.raw`;(?=(?:[^;]*?=>)?\s*(?:${r.variants.join("|")})\s*:|(?:\s|\0\d+[cn]\x7F)*$)`,"u"));let t=/-\{/gu,n=/-\{|\}-/gu,i=[],s=t,o=s.exec(a);for(;o;){let{0:u,index:g}=o;if(u==="}-"){let d=i.pop(),{length:p}=e,h=a.slice(d.index+2,g),m=h.indexOf("|"),[f,k]=m===-1?[[],h]:[h.slice(0,m).split(";"),h.slice(m+1)],A=k.replace(/(&[#a-z\d]+);/giu,"$1"),S=A.split(r.regexConverter).map(w=>w.replace(/\x01/gu,";"));new on(f,S,r,e),a=`${a.slice(0,d.index)}\0${p}v\x7F${a.slice(g+2)}`,i.length===0&&(s=t),s.lastIndex=d.index+3+String(p).length}else i.push(o),s=n,s.lastIndex=g+2;o=s.exec(a)}return a}});var Ar={};ae(Ar,{Token:()=>v});var kr,Ae,O,U,gt,Kt,vr,M,mo,fo,xo,bo,To,yo,ko,vo,Ao,So,wo,Co,ri,v,j=y(()=>{"use strict";H();q();P();$i();Ei();ri=class ri extends Ir{constructor(e,t=b.getConfig(),n=[],i){super();x(this,M);x(this,kr,"plain");x(this,Ae,0);x(this,O);x(this,U);x(this,gt);x(this,Kt,!1);x(this,vr);typeof e=="string"&&this.insertAt(e),T(this,O,t),T(this,U,n),n.push(this)}get type(){return c(this,kr)}set type(e){T(this,kr,e)}parseOnce(e=c(this,Ae),t=!1,n){if(e<c(this,Ae)||this.length===0||!this.getAttribute("plain"))return this;if(c(this,Ae)>=11)return this;switch(e){case 0:if(this.type==="root"){c(this,U).pop();let i=N(this,M,mo).call(this);t&&(t=!i)}T(this,gt,t),N(this,M,fo).call(this,t);break;case 1:N(this,M,xo).call(this);break;case 2:N(this,M,bo).call(this);break;case 3:N(this,M,To).call(this);break;case 4:N(this,M,yo).call(this);break;case 5:N(this,M,ko).call(this,n);break;case 6:N(this,M,vo).call(this,n);break;case 7:N(this,M,Ao).call(this);break;case 8:N(this,M,So).call(this);break;case 9:N(this,M,wo).call(this);break;case 10:N(this,M,Co).call(this)}if(this.type==="root")for(let i of c(this,U))i==null||i.parseOnce(e,t,n);return $r(this,Ae)._++,this}buildFromStr(e,t){let n=e.split(/[\0\x7F]/u).map((i,s)=>{if(s%2===0)return new or(i);if(isNaN(i.slice(-1)))return c(this,U)[Number(i.slice(0,-1))];throw new Error(`Failed to build! Unrecognized token: ${i}`)});return t===0?n.map(String).join(""):t===1?be(n):n}build(){T(this,Ae,11);let{length:e,firstChild:t}=this,n=t==null?void 0:t.toString();if(e===1&&t.type==="text"&&n.includes("\0")&&(this.replaceChildren(...this.buildFromStr(n)),this.normalize(),this.type==="root"))for(let i of c(this,U))i==null||i.build()}afterBuild(){if(this.type==="root")for(let e of c(this,U))e==null||e.afterBuild();T(this,Kt,!0)}parse(e=11,t,n){for(e=Math.min(e,11);c(this,Ae)<e;)this.parseOnce(c(this,Ae),t,n);return e&&(this.build(),this.afterBuild()),this}getAttribute(e){var t;switch(e){case"plain":return this.constructor===ri;case"config":return c(this,O);case"include":return(t=c(this,gt))!=null?t:!!c(this.getRootNode(),gt);case"accum":return c(this,U);case"built":return c(this,Kt);default:return super.getAttribute(e)}}setAttribute(e,t){switch(e){case"stage":c(this,Ae)===0&&this.type==="root"&&c(this,U).shift(),T(this,Ae,t);break;default:super.setAttribute(e,t)}}insertAt(e,t=this.length){let n=typeof e=="string"?new or(e):e;super.insertAt(n,t);let{type:i}=n;return i==="root"&&(n.type="plain"),n}normalizeTitle(e,t=0,n,i,s,o){return b.normalizeTitle(e,t,c(this,gt),c(this,O),n,i,s,o)}lint(e=this.getAbsoluteIndex(),t){var i;let n=super.lint(e,t);if(this.type==="root"){let s=new Map,o="category,html-attr#id,ext-attr#id,table-attr#id";for(let p of this.querySelectorAll(o)){let h;if(p.type==="category")h=p.name;else{let m=p.getValue();m&&m!==!0&&(h=`#${m}`)}if(h){let m=s.get(h);m?m.add(p):s.set(h,new Set([p]))}}for(let[p,h]of s)if(h.size>1&&!p.startsWith("#mw-customcollapsible-")){let m=!p.startsWith("#"),f=`duplicated ${m?"category":"id"}`,k=m?"error":"warning";n.push(...[...h].map(A=>{let S=E(A,{start:A.getAbsoluteIndex()},"no-duplicate",f,k);return m&&(S.suggestions=[{desc:"remove",range:[S.startIndex,S.endIndex],text:""}]),S}))}let l=/<!--\s*lint-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->/gu,u=this.toString(),g=[],d=l.exec(u);for(;d;){let{1:p,index:h}=d,m=(i=d[2])==null?void 0:i.trim();g.push({line:this.posFromIndex(h).top+(p==="disable-line"?0:1),from:p==="disable"?l.lastIndex:void 0,to:p==="enable"?l.lastIndex:void 0,rules:m?new Set(m.split(",").map(f=>f.trim())):void 0}),d=l.exec(u)}n=n.filter(({rule:p,startLine:h,startIndex:m})=>{let f={pos:0};for(let{line:k,from:A,to:S,rules:w}of g){if(k>h+1)break;if(w&&!w.has(p))continue;if(k===h&&A===void 0&&S===void 0)return!1;A<=m&&A>f.pos?(f.pos=A,f.type="from"):S<=m&&S>f.pos&&(f.pos=S,f.type="to")}return f.type!=="from"})}return n}toString(e,t){return e?super.toString(!0,t):Fe(c(this,vr),()=>super.toString(!1,t),n=>{let i=this.getRootNode();i.type==="root"&&c(i,Kt)&&T(this,vr,n)})}};kr=new WeakMap,Ae=new WeakMap,O=new WeakMap,U=new WeakMap,gt=new WeakMap,Kt=new WeakMap,vr=new WeakMap,M=new WeakSet,mo=function(){let{parseRedirect:e}=(Bi(),Q(ji)),t=this.firstChild.toString(),n=e(t,c(this,O),c(this,U));return n&&this.setText(n),!!n},fo=function(e){let{parseCommentAndExt:t}=(pr(),Q(Is));this.setText(t(this.firstChild.toString(),c(this,O),c(this,U),e))},xo=function(){let{parseBraces:e}=(Wr(),Q(gs)),t=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,n=e(t,c(this,O),c(this,U));this.setText(this.type==="root"?n:n.slice(1))},bo=function(){var t;if((t=c(this,O).excludes)!=null&&t.includes("html"))return;let{parseHtml:e}=(Rs(),Q(Fs));this.setText(e(this.firstChild.toString(),c(this,O),c(this,U)))},To=function(){var t;if((t=c(this,O).excludes)!=null&&t.includes("table"))return;let{parseTable:e}=(_s(),Q(qs));this.setText(e(this,c(this,O),c(this,U)))},yo=function(){var t;if((t=c(this,O).excludes)!=null&&t.includes("hr"))return;let{parseHrAndDoubleUnderscore:e}=(Us(),Q(Ws));this.setText(e(this,c(this,O),c(this,U)))},ko=function(e){let{parseLinks:t}=(Ks(),Q(Qs));this.setText(t(this.firstChild.toString(),c(this,O),c(this,U),e))},vo=function(e){var i;if((i=c(this,O).excludes)!=null&&i.includes("quote"))return;let{parseQuotes:t}=(Zn(),Q(Ds)),n=this.firstChild.toString().split(`
31
+ `);for(let s=0;s<n.length;s++)n[s]=t(n[s],c(this,O),c(this,U),e);this.setText(n.join(`
32
+ `))},Ao=function(){var t;if((t=c(this,O).excludes)!=null&&t.includes("extLink"))return;let{parseExternalLinks:e}=(ti(),Q(Hs));this.setText(e(this.firstChild.toString(),c(this,O),c(this,U)))},So=function(){var t;if((t=c(this,O).excludes)!=null&&t.includes("magicLink"))return;let{parseMagicLinks:e}=(ro(),Q(to));this.setText(e(this.firstChild.toString(),c(this,O),c(this,U)))},wo=function(){var u;if((u=c(this,O).excludes)!=null&&u.includes("list"))return;let{parseList:e}=(ao(),Q(oo)),{firstChild:t,type:n,name:i}=this,s=t.toString().split(`
33
+ `),o={lastPrefix:""},l=n==="root"||n==="ext-inner"&&i==="poem"?0:1;for(;l<s.length;l++)s[l]=e(s[l],o,c(this,O),c(this,U));this.setText(s.join(`
34
+ `))},Co=function(){if(c(this,O).variants.length>0){let{parseConverter:e}=(ho(),Q(co));this.setText(e(this.firstChild.toString(),c(this,O),c(this,U)))}};v=ri});var le,Bt,Tn,Lr,we=y(()=>{"use strict";le={running:!1,run(a){let{running:r}=this;this.running=!0;try{let{Token:e}=(j(),Q(Ar)),t=a();return t instanceof e&&!t.getAttribute("built")&&t.afterBuild(),this.running=r,t}catch(e){throw this.running=r,e}},rev:0},Bt=a=>r=>r.type===a,Tn=(a,r,e,t=[])=>{var s,o;let n=a.getChildNodes(),i=n.splice(r,e,...t);for(let l=0;l<t.length;l++){let u=t[l];u.setAttribute("parentNode",a),u.setAttribute("nextSibling",n[r+l+1]),u.setAttribute("previousSibling",n[r+l-1])}return(s=n[r-1])==null||s.setAttribute("nextSibling",n[r]),(o=n[r+t.length])==null||o.setAttribute("previousSibling",n[r+t.length-1]),i},Lr=(a,r)=>{Object.defineProperty(a,"name",{value:r.name})}});var $o={};ae($o,{Title:()=>ni});var Sr,wr,pt,Jt,ut,ni,No=y(()=>{"use strict";H();ni=class{constructor(r,e,t,n,i,s){x(this,Sr);x(this,wr);x(this,pt);x(this,Jt);x(this,ut);ne(this,"valid");ne(this,"encoded",!1);let o=r.trim().startsWith("../");if(i&&r.includes("%"))try{let u=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(r);r=Me(r),this.encoded=u}catch(u){}if(r=Ke(r).replace(/[_ ]+/gu," ").trim(),o)T(this,Jt,0);else{let u=e;r.startsWith(":")&&(u=0,r=r.slice(1).trim());let g=r.split(":");if(g.length>1){let d=g[0].trim().toLowerCase(),p=Object.prototype.hasOwnProperty.call(t.nsid,d)&&t.nsid[d];p&&(u=p,r=g.slice(1).join(":").trim())}T(this,Jt,u)}let l=r.indexOf("#");if(l!==-1){let u=r.slice(l).trim().slice(1);if(u.includes("%"))try{u=Me(u)}catch(g){}T(this,ut,u.replace(/ /gu,"_")),r=r.slice(0,l).trim()}this.valid=!!(r||s&&this.ns===0&&c(this,ut)!==void 0)&&Ke(r)===r&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(o?/^(?:\.\.\/)+(.*)/u.exec(r)[1]:r),this.main=r,T(this,wr,t.namespaces),T(this,pt,t.articlePath||"/wiki/$1"),c(this,pt).includes("$1")||T(this,pt,c(this,pt)+`${c(this,pt).endsWith("/")?"":"/"}$1`),n||Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}})}get ns(){return c(this,Jt)}get fragment(){return c(this,ut)}get main(){return c(this,Sr)}set main(r){r=r.replace(/_/gu," ").trim(),T(this,Sr,r&&r[0].toUpperCase()+r.slice(1))}get prefix(){let r=c(this,wr)[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(){return[!1,(this.prefix+this.main).replace(/ /gu,"_")]}setFragment(r){T(this,ut,r)}getUrl(r){}};Sr=new WeakMap,wr=new WeakMap,pt=new WeakMap,Jt=new WeakMap,ut=new WeakMap});var ct,Io,qa,b,P=y(()=>{xi();we();Si();H();ct={config:un,i18n:void 0,rules:fi,getConfig(){let{doubleUnderscore:a}=this.config;for(let r=0;r<2;r++)a.length>r+2&&a[r].length===0&&(a[r]=Object.keys(a[r+2]));return oe(Y(Y({},un),this.config),{excludes:[]})},msg(a,r=""){var e,t;return a&&((t=(e=this.i18n)==null?void 0:e[a])!=null?t:a).replace("$1",this.msg(r))},normalizeTitle(a,r=0,e,t=ct.getConfig(),n=!1,i,s=!1,o=!1){let{Title:l}=(No(),Q($o)),u;if(i)u=new l(a,r,t,n,s,o);else{let{Token:g}=(j(),Q(Ar));u=le.run(()=>{let d=new g(a,t);d.type="root",d.parseOnce(0,e).parseOnce();let p=new l(d.toString(),r,t,n,s,o);for(let h of["main","fragment"]){let m=p[h];if(m!=null&&m.includes("\0")){let f=d.buildFromStr(m,1);h==="main"?p.main=f:p.setFragment(f)}}return p})}return u},parse(a,r,e=11,t=ct.getConfig()){if(a=pn(a),typeof e!="number"){let s=Array.isArray(e)?e:[e];e=Math.max(...s.map(o=>mi[o]||11))}let{Token:n}=(j(),Q(Ar));return le.run(()=>{let s=new n(a,t);return s.type="root",s.parse(e,r)})},partialParse(n,i,s){return hi(this,arguments,function*(a,r,e,t=ct.getConfig()){let{Token:o}=(j(),Q(Ar)),l=typeof setImmediate=="function"?setImmediate:setTimeout,{running:u}=le;le.running=!0;let g=new o(pn(a),t);g.type="root";let d=0;return yield new Promise(p=>{let h=()=>{r()===a?(d++,l(m,0)):p()},m=()=>{d===12?(g.afterBuild(),p()):(g[d===11?"build":"parseOnce"](d,e),h())};l(m,0)}),le.running=u,g})},createLanguageService(a){}},Io={},qa=new Set(["normalizeTitle","parse","createLanguageService"]);for(let a in ct)qa.has(a)||(Io[a]={enumerable:!1});Object.defineProperties(ct,Io);Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:ct});b=ct});P();})();