wikiparser-node 1.21.2 → 1.21.3

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 (70) hide show
  1. package/README.md +3 -5
  2. package/bundle/bundle-es8.min.js +25 -25
  3. package/bundle/bundle-lsp.min.js +26 -26
  4. package/bundle/bundle.min.js +25 -25
  5. package/dist/base.d.mts +6 -1
  6. package/dist/base.d.ts +6 -1
  7. package/dist/index.d.ts +2 -2
  8. package/dist/index.js +10 -1
  9. package/dist/lib/element.js +2 -1
  10. package/dist/lib/lintConfig.d.ts +13 -0
  11. package/dist/lib/lintConfig.js +161 -0
  12. package/dist/lib/lsp.js +6 -4
  13. package/dist/lib/node.js +646 -606
  14. package/dist/lib/text.js +4 -0
  15. package/dist/mixin/attributesParent.d.ts +6 -6
  16. package/dist/mixin/attributesParent.js +4 -4
  17. package/dist/mixin/cached.d.ts +5 -0
  18. package/dist/mixin/cached.js +22 -0
  19. package/dist/mixin/clone.d.ts +5 -0
  20. package/dist/mixin/clone.js +23 -0
  21. package/dist/mixin/hidden.js +68 -18
  22. package/dist/mixin/sol.js +1 -1
  23. package/dist/parser/commentAndExt.js +1 -1
  24. package/dist/parser/html.js +3 -3
  25. package/dist/parser/table.js +2 -2
  26. package/dist/src/arg.js +13 -7
  27. package/dist/src/atom.js +76 -31
  28. package/dist/src/attribute.js +49 -21
  29. package/dist/src/attributes.d.ts +7 -7
  30. package/dist/src/attributes.js +415 -366
  31. package/dist/src/commented.js +81 -35
  32. package/dist/src/converter.js +13 -7
  33. package/dist/src/converterFlags.js +33 -22
  34. package/dist/src/converterRule.js +263 -216
  35. package/dist/src/extLink.js +21 -16
  36. package/dist/src/gallery.js +18 -8
  37. package/dist/src/heading.js +66 -57
  38. package/dist/src/hidden.js +14 -9
  39. package/dist/src/html.js +28 -9
  40. package/dist/src/imageParameter.js +13 -6
  41. package/dist/src/imagemap.js +32 -25
  42. package/dist/src/index.js +53 -44
  43. package/dist/src/link/base.js +13 -8
  44. package/dist/src/link/file.js +401 -354
  45. package/dist/src/link/galleryImage.js +9 -5
  46. package/dist/src/link/index.js +7 -3
  47. package/dist/src/link/redirectTarget.js +7 -3
  48. package/dist/src/magicLink.js +23 -14
  49. package/dist/src/nested.js +122 -74
  50. package/dist/src/nowiki/base.js +5 -2
  51. package/dist/src/nowiki/comment.js +5 -1
  52. package/dist/src/nowiki/index.js +3 -3
  53. package/dist/src/nowiki/quote.js +13 -8
  54. package/dist/src/onlyinclude.js +17 -9
  55. package/dist/src/paramTag/index.js +21 -14
  56. package/dist/src/parameter.js +26 -20
  57. package/dist/src/pre.js +91 -45
  58. package/dist/src/syntax.js +14 -10
  59. package/dist/src/table/index.js +550 -503
  60. package/dist/src/table/td.js +65 -58
  61. package/dist/src/table/trBase.js +179 -129
  62. package/dist/src/tagPair/ext.js +32 -20
  63. package/dist/src/tagPair/include.js +5 -5
  64. package/dist/src/tagPair/translate.js +150 -103
  65. package/dist/src/transclude.js +13 -8
  66. package/dist/util/html.js +46 -41
  67. package/dist/util/lint.js +4 -4
  68. package/dist/util/string.js +13 -7
  69. package/extensions/dist/base.js +2 -2
  70. package/package.json +15 -15
@@ -1,29 +1,29 @@
1
- "use strict";(()=>{var _a=Object.create;var Bt=Object.defineProperty;var Ki=Object.getOwnPropertyDescriptor;var Ma=Object.getOwnPropertyNames;var Ua=Object.prototype.hasOwnProperty;var Ji=(a,n)=>(n=Symbol[a])?n:Symbol.for("Symbol."+a),Ot=a=>{throw TypeError(a)};var Yi=(a,n,e)=>n in a?Bt(a,n,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[n]=e;var Qi=(a,n)=>Bt(a,"name",{value:n,configurable:!0});var v=(a,n)=>()=>(a&&(n=a(a=0)),n);var za=(a,n)=>()=>(n||a((n={exports:{}}).exports,n),n.exports),ee=(a,n)=>{for(var e in n)Bt(a,e,{get:n[e],enumerable:!0})},Da=(a,n,e,t)=>{if(n&&typeof n=="object"||typeof n=="function")for(let r of Ma(n))!Ua.call(a,r)&&r!==e&&Bt(a,r,{get:()=>n[r],enumerable:!(t=Ki(n,r))||t.enumerable});return a};var H=a=>Da(Bt({},"__esModule",{value:!0}),a);var F=a=>{var n;return[,,,_a((n=a==null?void 0:a[Ji("metadata")])!=null?n:null)]},Zi=["class","method","getter","setter","accessor","field","value","get","set"],Tr=a=>a!==void 0&&typeof a!="function"?Ot("Function expected"):a,Wa=(a,n,e,t,r)=>({kind:Zi[a],name:n,metadata:t,addInitializer:i=>e._?Ot("Already initialized"):r.push(Tr(i||null))}),Ha=(a,n)=>Yi(n,Ji("metadata"),a[3]),R=(a,n,e,t)=>{for(var r=0,i=a[n>>1],s=i&&i.length;r<s;r++)n&1?i[r].call(e):t=i[r].call(e,t);return t},P=(a,n,e,t,r,i)=>{var s,o,l,g,p,d=n&7,u=!!(n&8),h=!!(n&16),m=d>3?a.length+1:d?u?1:2:0,f=Zi[d+5],x=d>3&&(a[m-1]=[]),T=a[m]||(a[m]=[]),k=d&&(!h&&!u&&(r=r.prototype),d<5&&(d>3||!h)&&Ki(d<4?r:{get[e](){return c(this,i)},set[e](w){return y(this,i,w)}},e));d?h&&d<4&&Qi(i,(d>2?"set ":d>1?"get ":"")+e):Qi(r,e);for(var $=t.length-1;$>=0;$--)g=Wa(d,e,l={},a[3],T),d&&(g.static=u,g.private=h,p=g.access={has:h?w=>Ga(r,w):w=>e in w},d^3&&(p.get=h?w=>(d^1?c:S)(w,r,d^4?i:k.get):w=>w[e]),d>2&&(p.set=h?(w,I)=>y(w,r,I,d^4?i:k.set):(w,I)=>w[e]=I)),o=(0,t[$])(d?d<4?h?i:k[f]:d>4?void 0:{get:k.get,set:k.set}:r,g),l._=1,d^4||o===void 0?Tr(o)&&(d>4?x.unshift(o):d?h?i=o:k[f]=o:r=o):typeof o!="object"||o===null?Ot("Object expected"):(Tr(s=o.get)&&(k.get=s),Tr(s=o.set)&&(k.set=s),Tr(s=o.init)&&x.unshift(s));return d||Ha(a,r),k&&Bt(r,e,k),h?d^4?i:k:r},le=(a,n,e)=>Yi(a,typeof n!="symbol"?n+"":n,e),En=(a,n,e)=>n.has(a)||Ot("Cannot "+e),Ga=(a,n)=>Object(n)!==n?Ot('Cannot use the "in" operator on this value'):a.has(n),c=(a,n,e)=>(En(a,n,"read from private field"),e?e.call(a):n.get(a)),b=(a,n,e)=>n.has(a)?Ot("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(a):n.set(a,e),y=(a,n,e,t)=>(En(a,n,"write to private field"),t?t.call(a,e):n.set(a,e),e),S=(a,n,e)=>(En(a,n,"access private method"),e);var Yr=(a,n,e,t)=>({set _(r){y(a,n,r,e)},get _(){return c(a,n,t)}});var es,ts,rs=v(()=>{"use strict";es=(()=>{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,"list-range":11};return Object.setPrototypeOf(a,null),a})(),ts=(()=>{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})()});function Ne(a){return n=>{let e=new(typeof n=="string"?Map:WeakMap);if(e.has(n)){let r=e.get(n);return r.lastIndex=0,r}let t=a(n);return e.set(n,t),t}}var Ye,qt=v(()=>{"use strict";Ye=a=>decodeURIComponent(a.replace(/%(?![\da-f]{2})/giu,"%25"))});var Ae,ns,je,Be,Oe,Ie,ut,is,se,md,Te,Va,Xa,ct,ss,fd,Qa,Ka,ht,qe,ne=v(()=>{"use strict";qt();Ae=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,ns=String.raw`[^[\]<>"\0-\x1F\x7F${Ae}\uFFFD]`,je=String.raw`(?:\[[\da-f:.]+\]|${ns})`,Be=String.raw`(?:${ns}|\0\d+[cn!~]\x7F)*`,Oe=a=>a.trim().toLowerCase(),Ie=(a,n)=>a.replace(/\0(\d+)\x7F/gu,(e,t)=>n[t]),ut=(a,n)=>e=>e.replace(a,n),is=ut(/[\0\x7F]|\r$/gmu,""),se=ut(/\0\d+[cn]\x7F/gu,""),md=ut(/[\\{}()|.?*+^$[\]]/gu,String.raw`\$&`),Te=(a,n="")=>a.map(e=>typeof e=="string"?e:e.text()).join(n),Va={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},Xa=ut(/&(?:#(\d+|[Xx][\da-fA-F]+)|([lg]t|[LG]T|[lr]brac[ke]|nbsp|amp|AMP|quot|QUOT));/gu,(a,n,e)=>n?String.fromCodePoint(+((/^x/iu.test(n)?"0":"")+n)):Va[e.toLowerCase()]),ct=a=>Xa(a),ss=ut(/&#(\d+|x[\da-f]+);/giu,(a,n)=>String.fromCodePoint(+((/^x/iu.test(n)?"0":"")+n))),fd=ut(/\n/gu,String.raw`\n`),Qa={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},Ka=a=>ut(a,n=>`&${Qa[n]};`),ht=Ka(/[&<>]/gu),qe=(a,n={})=>{let{pre:e="",post:t="",sep:r=""}=n;return e+a.map(i=>i.print()).join(r)+t}});var os=za((Td,Ja)=>{Ja.exports={ext:[],html:[["b","bdi","del","i","ins","u","font","big","small","sub","sup","h1","h2","h3","h4","h5","h6","cite","code","em","s","strike","strong","tt","var","div","center","blockquote","ol","ul","dl","table","caption","pre","ruby","rb","rp","rt","rtc","p","span","abbr","dfn","kbd","samp","data","time","mark","tr","td","th","q","bdo"],["li","dt","dd"],["br","wbr","hr","meta","link"]],namespaces:{"0":"","6":"File","10":"Template","14":"Category","828":"Module"},nsid:{"":0,file:6,template:10,category:14,module:828},functionHook:["msgnw"],variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{msgnw:"msgnw",pageid:"pageid",articlepath:"articlepath",server:"server",servername:"servername",scriptpath:"scriptpath",stylepath:"stylepath","#urlencode":"urlencode","#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","#rmatch":"rmatch","#rreplace":"rreplace","#replace":"replace","#rsplit":"rsplit","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#translation":"translation","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"lst","#section-x":"lstx","#section-h":"lsth","#statements":"statements","#useliquidthreads":"useliquidthreads","#lqtpagelimit":"lqtpagelimit","#chart":"chart"},{"!":"!","=":"=","#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 Ln,as=v(()=>{"use strict";Ln=os()});var yr,_t,kr,vr,Fn,L,ie=v(()=>{"use strict";L=class{constructor(n,e){b(this,vr);b(this,yr);b(this,_t);b(this,kr);y(this,yr,n),y(this,_t,e)}get start(){return c(this,_t)}get top(){return S(this,vr,Fn).call(this).top}get left(){return S(this,vr,Fn).call(this).left}};yr=new WeakMap,_t=new WeakMap,kr=new WeakMap,vr=new WeakSet,Fn=function(){var n;return(n=c(this,kr))!=null||y(this,kr,c(this,yr).getRootNode().posFromIndex(c(this,_t))),c(this,kr)}});var Ya,Za,Mt,Rn,ls,N,E,we,ds,M=v(()=>{"use strict";de();ie();G();Ya=new Set(["tr","td","th","caption"]),Za=new Set(["Template:!!","Template:!-"]),Mt=a=>{let n=a.childNodes.find(e=>e.text().trim());if(!n||n.type==="text"&&n.data.trim().startsWith("!")||n.is("magic-word")&&n.name==="!"||n.is("template")&&Za.has(n.name)||n.is("html")&&Ya.has(n.name))return!1;if(n.is("arg"))return n.length>1&&Mt(n.childNodes[1]);if(n.is("magic-word"))try{let e=n.getPossibleValues().map(Mt);return e.includes("error")?"error":e.includes("warning")&&"warning"}catch{}return n.is("template")||n.is("magic-word")&&n.name==="invoke"?"warning":"error"},Rn=(a,n,e,t)=>({line:a+e-1,character:(e===1?n:0)+t}),ls=a=>(n,e,t,r,i="error")=>{let{start:s}=e,{top:o,left:l}=e instanceof L?e:new L(n,s),{offsetHeight:g,offsetWidth:p}=n,{startIndex:d,startLine:u,startCol:h}=a(n,s,o,l),{line:m,character:f}=Rn(u,h,g,p);return{rule:t,message:C.msg(r),severity:i,startIndex:d,endIndex:d+n.toString().length,startLine:u,endLine:m,startCol:h,endCol:f}},N=ls((a,n,e,t)=>{let r=a.getRelativeIndex(),{top:i,left:s}=a.parentNode.posFromIndex(r);return{startIndex:n+r,startLine:e+i,startCol:i?s:t+s}}),E=ls((a,n,e,t)=>({startIndex:n,startLine:e,startCol:t})),we=(a,n,e)=>{if(a&&C.viewOnly&&a[0]===oe.rev)return a[1];let t=n();return C.viewOnly&&e([oe.rev,t]),t},ds=(a,n)=>a==="ol"&&n==="type"?["1","a","A","i","I"]:a==="th"&&n==="scope"?["row","col","rowgroup","colgroup"]:n==="dir"?["ltr","rtl","auto"]:n==="aria-hidden"?["true","false"]:[]});var el,Zr,gs=v(()=>{"use strict";el=(a,n,e)=>{if(a.includes("#")){let[t,...r]=a.split("#");return(!t||t===n)&&r.every(i=>i===e)}return!a||a===n},Zr=(a,n,e)=>({type:t,name:r})=>a.split(",").some(i=>el(i.trim(),t,r))});var Ar,Ut,zt,wr,Sr,Dt,Wt,Cr,Pn,Ht,jn=v(()=>{"use strict";M();de();G();Ht=class{constructor(){b(this,Cr);le(this,"childNodes",[]);b(this,Ar);b(this,Ut);b(this,zt);b(this,wr);b(this,Sr);b(this,Dt);b(this,Wt,{})}get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get parentNode(){return c(this,Ar)}get nextSibling(){return c(this,Ut)}get previousSibling(){return c(this,zt)}get offsetHeight(){return S(this,Cr,Pn).call(this).height}get offsetWidth(){return S(this,Cr,Pn).call(this).width}getChildNodes(){let{childNodes:n}=this;return Object.isFrozen(n)?[...n]:n}getAttribute(n){return n==="padding"?0:this[n]}setAttribute(n,e){switch(n){case"parentNode":y(this,Ar,e),e||(y(this,Ut,void 0),y(this,zt,void 0));break;case"nextSibling":y(this,Ut,e);break;case"previousSibling":y(this,zt,e);break;case"aIndex":C.viewOnly&&y(this,Dt,[oe.rev,e]);break;default:this[n]=e}}getRootNode(){return we(c(this,Sr),()=>{var n,e;return(e=(n=this.parentNode)==null?void 0:n.getRootNode())!=null?e:this},n=>{let[,e]=n;e.type==="root"&&y(this,Sr,n)})}indexFromPos(n,e){this.lspError("AstNode.indexFromPos")}posFromIndex(n){let{length:e}=String(this);if(n+=n<0?e:0,n>=0&&n<=e){let t=this.getLines(),r=t.findIndex(([,,i])=>n<=i);return{top:r,left:n-t[r][1]}}}getGaps(n){return 0}getRelativeIndex(n){if(n===void 0){let{parentNode:e}=this;return e?e.getRelativeIndex(e.childNodes.indexOf(this)):0}return we(c(this,Wt)[n],()=>{let{childNodes:e}=this,t=n+(n<0?e.length:0),r=this.getAttribute("padding");for(let i=0;i<t;i++)C.viewOnly&&(c(this,Wt)[i]=[oe.rev,r]),r+=e[i].toString().length+this.getGaps(i);return r},e=>{c(this,Wt)[n]=e})}getAbsoluteIndex(){return we(c(this,Dt),()=>{let{parentNode:n}=this;return n?n.getAbsoluteIndex()+this.getRelativeIndex():0},n=>{y(this,Dt,n)})}getBoundingClientRect(){this.lspError("AstNode.getBoundingClientRect")}is(n){return this.type===n}getLines(){return we(c(this,wr),()=>{let n=[],e=0;for(let t of String(this).split(`
2
- `)){let r=e+t.length;n.push([t,e,r]),e=r+1}return n},n=>{y(this,wr,n)})}seal(n,e){Object.defineProperty(this,n,{enumerable:!e&&!!this[n],configurable:!0})}lspError(n){throw new Error(`${n} method is only available in the LSP version!`)}};Ar=new WeakMap,Ut=new WeakMap,zt=new WeakMap,wr=new WeakMap,Sr=new WeakMap,Dt=new WeakMap,Wt=new WeakMap,Cr=new WeakSet,Pn=function(){let n=this.getLines(),e=n[n.length-1];return{height:n.length,width:e[2]-e[1]}}});var Ze,Bn,On,en,ps=v(()=>{"use strict";ne();de();gs();jn();en=class extends Ht{constructor(){super(...arguments);b(this,Ze)}get length(){return this.childNodes.length}text(e){return Te(this.childNodes,e)}normalize(){let e=this.getChildNodes(),t=r=>{var i,s;e.splice(r,1),(i=e[r-1])==null||i.setAttribute("nextSibling",e[r]),(s=e[r])==null||s.setAttribute("previousSibling",e[r-1])};for(let r=e.length-1;r>=0;r--){let{type:i,data:s}=e[r];i!=="text"||e.length===1||this.getGaps(r-(r&&1))||s===""&&t(r)}this.setAttribute("childNodes",e)}removeAt(e){return $r(this,e,1)[0]}insertAt(e,t=this.length){return $r(this,t,0,[e]),e}closest(e){let t=Zr(e,this),{parentNode:r}=this;for(;r;){if(t(r))return r;({parentNode:r}=r)}}querySelector(e){let t=Zr(e,this);return S(this,Ze,Bn).call(this,t)}querySelectorAll(e){let t=Zr(e,this);return S(this,Ze,On).call(this,t)}append(...e){this.safeAppend(e)}safeAppend(e){for(let t of e)this.insertAt(t)}replaceChildren(...e){this.safeReplaceChildren(e)}safeReplaceChildren(e){for(let t=this.length-1;t>=0;t--)this.removeAt(t);this.safeAppend(e)}setText(e,t=0){t+=t<0?this.length:0;let r=this.childNodes[t],{data:i}=r;return r.replaceData(e),i}toString(e,t=""){return this.childNodes.map(r=>r.toString(e)).join(t)}caretPositionFromIndex(e){this.lspError("AstElement.caretPositionFromIndex")}elementFromIndex(e){this.lspError("AstElement.elementFromIndex")}elementFromPoint(e,t){this.lspError("AstElement.elementFromPoint")}lint(e=this.getAbsoluteIndex(),t){let r=[];for(let i=0,s=e+this.getAttribute("padding");i<this.length;i++){let o=this.childNodes[i];o.setAttribute("aIndex",s);let l=o.lint(s,t);l.length>0&&r.push(...l),s+=o.toString().length+this.getGaps(i)}return r}print(e={}){let t=e.class;return this.toString()?(t===""?"":`<span class="wpb-${t!=null?t:this.type}${this.getAttribute("invalid")?" wpb-invalid":""}">`)+qe(this.childNodes,e)+(t===""?"":"</span>"):""}json(e,t=this.getAbsoluteIndex()){let r={...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),r.childNodes.push(o.type==="text"?{data:o.data,range:[s,s+l]}:o.json(void 0,s)),s+=l+this.getGaps(i)}return r}};Ze=new WeakSet,Bn=function(e){var t;for(let r of this.childNodes){if(r.type==="text")continue;if(e(r))return r;let i=S(t=r,Ze,Bn).call(t,e);if(i)return i}},On=function(e){var r;let t=[];for(let i of this.childNodes)i.type!=="text"&&(e(i)&&t.push(i),t=[...t,...S(r=i,Ze,On).call(r,e)]);return t}});var qn,cs,tl,rl,nl,il,sl,us,_n,tn,hs,Nr,ms=v(()=>{"use strict";ne();M();G();jn();qn=String.raw`[${Ae}\t]*`,cs=String.raw`<\s*(?:/\s*)?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|(?:rfc|pmid)(?=[-::]?${qn}\d)|isbn(?=[-::]?${qn}(?:\d(?:${qn}|-)){6})`,tl=new RegExp(String.raw`${cs}|https?[:/]/+`,"giu"),rl=new RegExp(cs,"giu"),nl=new Set(["attr-value","ext-link-text","link-text"]),il={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},sl={"<":"tag-like","[":"lonely-bracket","{":"lonely-bracket","]":"lonely-bracket","}":"lonely-bracket",h:"lonely-http",r:"lonely-http",p:"lonely-http",i:"lonely-http"},us=new Set(["html","head","style","title","body","a","audio","img","video","embed","iframe","object","canvas","script","col","colgroup","tbody","tfoot","thead","button","input","label","option","select","textarea"]);try{_n=new RegExp(String.raw`[\p{L}\p{N}_]`,"u")}catch{_n=/\w/u}Nr=class extends Ht{constructor(e){super();b(this,tn);le(this,"data","");this.data=e}get type(){return"text"}toString(e){var t;return e&&!((t=this.parentNode)!=null&&t.getAttribute("built"))?se(this.data):this.data}text(){return this.data}lint(e=this.getAbsoluteIndex(),t){var K,re,q;if(t===!1)return[];let{data:r,parentNode:i,nextSibling:s,previousSibling:o}=this;if(!i)throw new Error("An isolated text node cannot be linted!");let{type:l,name:g,parentNode:p}=i,d=!1;if(l==="attr-value"){let{type:W,name:z,tag:J}=p;if(W!=="ext-attr")d=!0;else if(J==="ref"&&(z==="name"||z==="extends"||z==="follow")||z==="group"&&(J==="ref"||J==="references")||J==="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"&&g==="link"||d?rl:tl),r.search(t)===-1)return[];t.lastIndex=0;let u=[],h=s==null?void 0:s.type,m=s==null?void 0:s.name,f=o==null?void 0:o.type,x=this.getRootNode(),T=x.toString(),{ext:k,html:$,variants:w}=x.getAttribute("config"),{top:I,left:j}=x.posFromIndex(e),U=new Set(["onlyinclude","noinclude","includeonly",...k,...$[0],...$[1],...$[2],...us]);for(let W=t.exec(r);W;W=t.exec(r)){let[,z,J]=W,{index:Q,0:_}=W;if(J&&J!=="]"){let{length:fe}=J;Q+=fe,_=_.slice(fe)}_=_.toLowerCase();let[O]=_,ve=O==="r"||O==="p"||O==="i",{length:ue}=_;if(O==="<"&&!U.has(z.toLowerCase())||O==="["&&l==="ext-link-text"&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(r.slice(Q+1))||s!=null&&s.is("ext")&&m==="nowiki"&&((K=s.innerText)!=null&&K.includes("]")))||ve&&(!i.isPlain()||nl.has(l)))continue;O==="]"&&(Q||ue>1)&&t.lastIndex--;let me=e+Q,Ke=me+ue,Je=T[Ke],Jr=T[me-1],gt=ue>1&&!(O==="<"&&(/^<\s/u.test(_)||!/[\s/>]/u.test(Je!=null?Je:"")||us.has(z))||d&&(O==="["||O==="]")||ve&&l==="parameter-value"||/^(?:rfc|pmid|isbn)$/iu.test(_))||O==="{"&&(Je===O||Jr==="-"&&w.length>0)||O==="}"&&(Jr===O||Je==="-"&&w.length>0)||O==="["&&(l==="ext-link-text"||h==="free-ext-link"&&!r.slice(Q+1).trim())||O==="]"&&f==="free-ext-link"&&!r.slice(0,Q).includes("]")?"error":"warning",Nn=O==="{"||O==="[";if(gt==="warning"&&(Nn||(O==="]"||O==="}"))){let fe=il[O],In=Nn?r.slice(Q+1):r.slice(0,Q);if(O==="{"&&((re=fe.exec(In))==null?void 0:re[0])==="}"||O==="}"&&((q=fe.exec(In))==null?void 0:q[0])==="{")continue;if(!In.includes(O)){let Xi=Nn?"nextSibling":"previousSibling",pt=this[Xi];for(;pt&&(pt.type!=="text"||!fe.test(pt.data));)pt=pt[Xi];if(pt&&fe.exec(pt.data)[0]!==O)continue}}ve?_=_.toUpperCase():_==="{"&&Jr==="-"&&gt==="error"?(gt="warning",Q>0&&(_="-{",Q--,me--,ue=2)):_==="}"&&Je==="-"&&gt==="error"&&(gt="warning",Q<r.length-1&&(_="}-",Ke++,ue=2));let Hi=this.posFromIndex(Q),{line:Gi,character:Vi}=Rn(I,j,Hi.top+1,Hi.left),jt={rule:sl[O],message:C.msg('lonely "$1"',ve||O==="h"||_==="-{"||_==="}-"?_:O),severity:gt,startIndex:me,endIndex:Ke,startLine:Gi,endLine:Gi,startCol:Vi,endCol:Vi+ue};if(O==="<")jt.suggestions=[{desc:"escape",range:[me,me+1],text:"&lt;"}];else if(O==="h"&&l!=="link-text"&&_n.test(Jr||""))jt.suggestions=[{desc:"whitespace",range:[me,me],text:" "}];else if(O==="["&&l==="ext-link-text"){let fe=i.getAbsoluteIndex()+i.toString().length;jt.suggestions=[{desc:"escape",range:[fe,fe+1],text:"&#93;"}]}else if(O==="]"&&f==="free-ext-link"&&gt==="error"){let fe=e-o.toString().length;jt.suggestions=[{desc:"left bracket",range:[fe,fe],text:"["}]}else ve&&(jt.suggestions=[...W[0]===_?[]:[{desc:"uppercase",range:[me,Ke],text:_}],...Je===":"||Je===":"?[{desc:"whitespace",range:[Ke,Ke+1],text:" "}]:[]]);u.push(jt)}return u}replaceData(e){S(this,tn,hs).call(this,e)}print(){return ht(this.data)}};tn=new WeakSet,hs=function(e){this.setAttribute("data",e)}});var ye,mt=v(()=>{"use strict";de();ye=(a=!0,n=!0)=>e=>{class t extends e{text(){return""}lint(i){return a?[]:super.lint(i)}}return Ee(t,e),t}});var Ir,ce,ft=v(()=>{"use strict";B();ce=class extends A{constructor(e,t,r,i,s){super(e,r,i,s);b(this,Ir);y(this,Ir,t)}get type(){return c(this,Ir)}lint(e=this.getAbsoluteIndex()){return super.lint(e,!1)}};Ir=new WeakMap});var ge,_e=v(()=>{"use strict";de();ge=({length:a})=>n=>{class e extends n{getAttribute(r){return r==="padding"?a:super.getAttribute(r)}}return Ee(e,n),e}});var Gt,Y,Me=v(()=>{"use strict";B();Y=class extends A{constructor(e,t,r,i,s){super(e,r,i,s);b(this,Gt);y(this,Gt,t)}get type(){return c(this,Gt)}set type(e){y(this,Gt,e)}getAttribute(e){var t;return e==="invalid"?this.type==="converter-flag"&&!!((t=this.parentNode)!=null&&t.isInvalidFlag(this)):super.getAttribute(e)}};Gt=new WeakMap});var ol,fs,xt,Se,Ue,Mn,al,xe,Er=v(()=>{"use strict";M();ne();ie();_e();B();Me();ol=a=>a==="redirect-target"||a==="link";fs=[ge("[[")];xe=class extends(al=A){constructor(e,t,r,i=[],s="|"){super(void 0,r,i,{});b(this,xt,!0);b(this,Se);b(this,Ue);if(this.insertAt(new Y(e,"link-target",r,i,{})),t!==void 0){let o=new A(t,r,i,{});o.type="link-text",o.setAttribute("stage",10),this.insertAt(o)}y(this,Se,s)}get link(){}get fragment(){return c(this,Ue).fragment}afterBuild(){y(this,Ue,this.getTitle()),c(this,Se).includes("\0")&&y(this,Se,this.buildFromStr(c(this,Se),0)),this.setAttribute("name",c(this,Ue).title),super.afterBuild()}setAttribute(e,t){e==="bracket"?y(this,xt,t):e==="title"?y(this,Ue,t):super.setAttribute(e,t)}toString(e){let t=super.toString(e,c(this,Se));return c(this,xt)?`[[${t}]]`:t}text(){let e=super.text("|");return c(this,xt)?`[[${e}]]`:e}getAttribute(e){return e==="title"?c(this,Ue):super.getAttribute(e)}getGaps(e){return e===0?c(this,Se).length:1}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t),{childNodes:[i,s],type:o}=this,{encoded:l,fragment:g}=c(this,Ue),p=new L(this,e);if(i.childNodes.some(({type:d})=>d==="template")&&r.push(N(i,p,"unknown-page","template in an internal link target","warning")),l){let d=N(i,p,"url-encoding","unnecessary URL encoding in an internal link","warning");d.fix={desc:"decode",range:[d.startIndex,d.endIndex],text:Ye(i.text())},r.push(d)}if(o==="link"||o==="category"){let d=s==null?void 0:s.childNodes.findIndex(h=>h.type==="text"&&h.data.includes("|")),u=s==null?void 0:s.childNodes[d];if(u){let h=N(s,p,"pipe-like",'additional "|" in the link text',"warning"),m=h.startIndex+s.getRelativeIndex(d);h.suggestions=[{desc:"escape",range:[m,m+u.data.length],text:u.data.replace(/\|/gu,"&#124;")}],r.push(h)}}if(g!==void 0&&!ol(o)){let d=N(i,p,"no-ignored","useless fragment","warning"),u=i.childNodes.findIndex(m=>m.type==="text"&&m.data.includes("#")),h=i.childNodes[u];h&&(d.fix={desc:"remove",range:[d.startIndex+i.getRelativeIndex(u)+h.data.indexOf("#"),d.endIndex],text:""}),r.push(d)}return r}getTitle(e,t){return this.normalizeTitle(this.firstChild.text(),0,{halfParsed:t,temporary:e,decode:!0,selfLink:!0})}print(){return super.print(c(this,xt)?{pre:"[[",post:"]]",sep:c(this,Se)}:{sep:c(this,Se)})}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t),{type:i,fragment:s}=this;return s!==void 0&&(i==="link"||i==="redirect-target")&&(r.fragment=s),r}};Mn=F(al),xt=new WeakMap,Se=new WeakMap,Ue=new WeakMap,xe=P(Mn,0,"LinkBaseToken",fs,xe),R(Mn,1,xe)});var pe,et=v(()=>{"use strict";B();pe=class extends A{get innerText(){return this.firstChild.data}constructor(n="",e,t){super(n,e,t)}}});var xs,Un,ll,D,ze=v(()=>{"use strict";mt();et();xs=[ye()];D=class extends(ll=pe){get type(){return"noinclude"}toString(n){return n?"":super.toString()}};Un=F(ll),D=P(Un,0,"NoincludeToken",xs,D),R(Un,1,D)});var rn,bs=v(()=>{"use strict";M();Er();ze();rn=class extends xe{get type(){return"redirect-target"}constructor(n,e,t,r){super(n,void 0,t,r),e!==void 0&&this.insertAt(new D(e,t,r))}getTitle(){return this.normalizeTitle(this.firstChild.toString(),0,{halfParsed:!0,decode:!0})}lint(n=this.getAbsoluteIndex()){let e=super.lint(n,!1);if(this.length===2){let t=N(this.lastChild,{start:n},"no-ignored","useless link text","warning");t.startIndex--,t.startCol--,t.fix={desc:"remove",range:[t.startIndex,t.endIndex],text:""},e.push(t)}return e}}});var Ts,tt,Vt,zn,dl,bt,ys=v(()=>{"use strict";mt();B();ft();bs();Ts=[ye(!1,!1)];bt=class extends(dl=A){constructor(e,t,r,i,s,o,l=[]){super(void 0,o,l);b(this,tt);b(this,Vt);y(this,tt,e),y(this,Vt,s),this.append(new ce(t,"redirect-syntax",o,l),new rn(r,i==null?void 0:i.slice(1),o,l))}get type(){return"redirect"}getAttribute(e){return e==="padding"?c(this,tt).length:super.getAttribute(e)}toString(e){return c(this,tt)+super.toString(e)+c(this,Vt)}lint(e=this.getAbsoluteIndex()){let t=e+c(this,tt).length+this.firstChild.toString().length;return this.lastChild.setAttribute("aIndex",t),this.lastChild.lint(t)}print(){return super.print({pre:c(this,tt),post:c(this,Vt)})}};zn=F(dl),tt=new WeakMap,Vt=new WeakMap,bt=P(zn,0,"RedirectToken",Ts,bt),R(zn,1,bt)});var ks={};ee(ks,{parseRedirect:()=>gl});var gl,vs=v(()=>{"use strict";G();ys();gl=(a,n,e)=>{var r;(r=n.regexRedirect)!=null||(n.regexRedirect=new RegExp(String.raw`^(\s*)((?:${n.redirection.join("|")})\s*(?::\s*)?)\[\[([^\n|\]]+)(\|.*?)?\]\](\s*)`,"iu"));let t=n.regexRedirect.exec(a);return t&&C.normalizeTitle(t[3],0,!1,n,{halfParsed:!0,temporary:!0,decode:!0}).valid?(a=`\0${e.length}o${a.slice(t[0].length)}`,new bt(...t.slice(1),n,e),a):!1}});var As,Dn,pl,Tt,ws=v(()=>{"use strict";_e();B();As=[ge("<onlyinclude>")];Tt=class extends(pl=A){get type(){return"onlyinclude"}toString(n){return`<onlyinclude>${super.toString(n)}</onlyinclude>`}isPlain(){return!0}print(){return super.print({pre:'<span class="wpb-ext">&lt;onlyinclude&gt;</span>',post:'<span class="wpb-ext">&lt;/onlyinclude&gt;</span>'})}};Dn=F(pl),Tt=P(Dn,0,"OnlyincludeToken",As,Tt),R(Dn,1,Tt)});var rt,Lr=v(()=>{"use strict";de();rt=(a=1)=>n=>{class e extends n{getGaps(){return a}}return Ee(e,n),e}});var Ss,nt,Wn,ul,$e,nn=v(()=>{"use strict";Lr();B();Ss=[rt()];$e=class extends(ul=A){constructor(e,t,r,i,s,o=[]){super(void 0,s);b(this,nt);le(this,"closed");le(this,"selfClosing");this.setAttribute("name",e.toLowerCase()),y(this,nt,[e,i||e]),this.closed=i!=="",this.selfClosing=i===void 0,this.append(t,r);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:r,lastChild:i}=this,[s,o]=c(this,nt);return t?`<${s}${r.toString(e)}/>`:`<${s}${r.toString(e)}>${i.toString(e)}${this.closed?`</${o}>`:""}`}text(){let[e,t]=c(this,nt);return this.selfClosing?`<${e}${this.firstChild.text()}/>`:`<${e}${super.text(">")}${this.closed?`</${t}>`:""}`}getAttribute(e){return e==="padding"?c(this,nt)[0].length+1:super.getAttribute(e)}print(){let[e,t]=c(this,nt);return super.print(this.selfClosing?{pre:`&lt;${e}`,post:"/&gt;"}:{pre:`&lt;${e}`,sep:"&gt;",post:this.closed?`&lt;/${t}&gt;`:""})}};Wn=F(ul),nt=new WeakMap,$e=P(Wn,0,"TagPairToken",Ss,$e),R(Wn,1,$e)});var on,Cs,sn,$s=v(()=>{"use strict";B();nn();ft();ze();sn=class extends $e{constructor(e,t,r,i=[]){let s=new ce(e,"translate-attr",r,i);t=t==null?void 0:t.replace(/(<tvar\|[^>]+>)([\s\S]*?)(<\/>)/gu,(l,g,p,d)=>(new D(g,r,i),new D(d,r,i),`\0${i.length-1}n${p}\0${i.length}n`)).replace(/(<tvar\s+name\s*=(?:\s*(?:(["'])[\s\S]*?\2|[^"'\s>]+))?\s*>)([\s\S]*?)(<\/tvar\s*>)/giu,(l,g,p,d,u)=>(new D(g,r,i),new D(u,r,i),`\0${i.length-1}n${d}\0${i.length}n`));let o=new A(t,r,i);o.type="translate-inner";super("translate",s,o,"translate",r,i);b(this,on);this.seal("closed",!0),this.seal("selfClosing",!0)}get type(){return"translate"}toString(e){return e?this.lastChild.toString(!0):super.toString()}text(){return this.lastChild.text()}print(){return`<span class="wpb-ext">&lt;translate${S(this,on,Cs).call(this)?'<span class="wpb-ext-attrs"> <span class="wpb-ext-attr"><span class="wpb-attr-key">nowrap</span></span></span>':""}&gt;${this.lastChild.print({class:"ext-inner"})}&lt;/translate&gt;</span>`}};on=new WeakSet,Cs=function(){return this.firstChild.toString()===" nowrap"}});var Ns,Hn,cl,yt,Is=v(()=>{"use strict";M();ie();mt();G();nn();Ns=[ye(!1)];yt=class extends(cl=$e){get type(){return"include"}constructor(n,e="",t,r,i,s){super(n,e,t!=null?t:"",t===void 0||r!=null?r:"",i,s)}toString(n){return n?"":super.toString()}lint(n=this.getAbsoluteIndex()){let e=[],{firstChild:t,closed:r,name:i}=this,s=new L(this,n);if(t.data.trim()){let o=N(t,s,"no-ignored","useless attribute","warning");o.suggestions=[{desc:"remove",range:[o.startIndex,o.endIndex],text:""}],e.push(o)}if(!r){let o=E(this,s,"unclosed-comment",C.msg("unclosed $1",`<${i}>`));o.suggestions=[{desc:"close",range:[o.endIndex,o.endIndex],text:`</${i}>`}],e.push(o)}return e}};Hn=F(cl),yt=P(Hn,0,"IncludeToken",Ns,yt),R(Hn,1,yt)});var Xt,an=v(()=>{"use strict";de();Xt=(a=0)=>n=>{var t,Es;class e extends n{constructor(){super(...arguments);b(this,t)}getAttr(o){return S(this,t,Es).call(this).getAttr(o)}}return t=new WeakSet,Es=function(){return this.childNodes[a]},Ee(e,n),e}});var te,Ls,Fs,ln,Vn,Rs,Qt,js,Bs,Os,Gn,Ps,Le,qs,_s,Ms,Us,zs=v(()=>{"use strict";te=new Set(["align"]),Ls=new Set(["cite"]),Fs=new Set(["cite","datetime"]),ln=new Set(["width"]),Vn=new Set(["axis","align","bgcolor","height","width","valign"]),Rs=new Set([...Vn,"abbr","headers","scope","rowspan","colspan"]),Qt=new Set(["type"]),js=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Bs=new Set(["clear"]),Os=new Set(["bgcolor","align","valign"]),Gn=new Set(["qid","forcemathmode","type","display"]),Ps=new Set(["enclose","inline","lang","line","linelinks","style","class","id","dir","copy","highlight","start"]),Le=new Set,qs=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"]),_s={div:te,h1:te,h2:te,h3:te,h4:te,h5:te,h6:te,blockquote:Ls,q:Ls,p:te,br:Bs,pre:ln,ins:Fs,del:Fs,ul:Qt,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...js,"border"]),caption:te,tr:Os,td:Rs,th:Rs,img:new Set(["alt","src","width","height","srcset"]),font:new Set(["size","color","face"]),hr:ln,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:Qt,poem:te,categorytree:te,combooption:te,math:Le,chem:Le,ce:Le},Ms={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:Le,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:Le,inputbox:Le,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:Le,poll:new Set(["id","show-results-before-voting"]),sm2:Qt,flashmp3:Qt,score:new Set(["line_width_inches","lang","override_midi","raw","note-language","override_audio","override_ogg","sound","vorbis"]),seo:new Set(["title","title_mode","title_separator","keywords","description","robots","google_bot","image","image_width","image_height","image_alt","type","site_name","locale","section","author","published_time","twitter_site"]),tab:new Set(["nested","name","index","class","block","inline","openname","closename","collapsed","dropdown","style","bgcolor","container","id","title"]),tabs:new Set(["plain","class","container","id","title","style"]),combobox:new Set(["placeholder","value","id","class","text","dropdown","style"]),math:new Set([...Gn,"chem"]),chem:Gn,ce:Gn,hiero:Le,phonos:new Set(["ipa","class","text","lang","wikibase","file"]),section:new Set(["begin","end"]),source:Ps,syntaxhighlight:Ps,templatedata:Le,timeline:new Set(["method","font"]),quiz:new Set(["display","shuffleanswers","points","shuffle","case"]),languages:Le},Us={table:js,td:new Set([...Vn,"scope"]),th:Vn,br:Bs,caption:te,div:te,hr:ln,h1:te,h2:te,h3:te,h4:te,h5:te,h6:te,li:Qt,p:te,pre:ln,tr:Os,ul:Qt}});var hl,ml,Fr,Kt,ae,Fe,Rr,Xn,Jt,Ds=v(()=>{"use strict";M();ne();zs();ie();G();B();Me();hl=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|src|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,ml=new Set(["ext","arg","magic-word","template"]),Jt=class extends A{constructor(e,t,r,i="",s,o=[],l=C.getConfig(),g=[]){let p=new Y(r,"attr-key",l,g),d;if(r==="title"||t==="img"&&r==="alt")d=new A(s,l,g,{}),d.type="attr-value",d.setAttribute("stage",10);else if(t==="gallery"&&r==="caption"||t==="choose"&&(r==="before"||r==="after")){let u={...l,excludes:[...l.excludes,"heading","html","table","hr","list"]};d=new A(s,u,g,{}),d.type="attr-value",d.setAttribute("stage",1)}else d=new Y(s,"attr-value",l,g,{});super(void 0,l,g);b(this,Rr);b(this,Fr);b(this,Kt);b(this,ae);b(this,Fe);y(this,Fr,e),this.append(p,d),y(this,ae,i),y(this,Fe,[...o]),y(this,Kt,t),this.setAttribute("name",Oe(se(r)))}get type(){return c(this,Fr)}get tag(){return c(this,Kt)}get balanced(){return!c(this,ae)||c(this,Fe)[0]===c(this,Fe)[1]}afterBuild(){c(this,ae).includes("\0")&&y(this,ae,this.buildFromStr(c(this,ae),0)),this.parentNode&&y(this,Kt,this.parentNode.name),this.setAttribute("name",Oe(this.firstChild.text())),super.afterBuild()}toString(e){let[t="",r=""]=c(this,Fe);return c(this,ae)?super.toString(e,c(this,ae)+t)+r:this.firstChild.toString(e)}text(){return c(this,ae)?`${super.text(`${c(this,ae).trim()}"`)}"`:this.firstChild.text()}getGaps(){var e,t;return c(this,ae)?c(this,ae).length+((t=(e=c(this,Fe)[0])==null?void 0:e.length)!=null?t:0):0}lint(e=this.getAbsoluteIndex(),t){var u;let r=super.lint(e,t),{balanced:i,firstChild:s,lastChild:o,name:l,tag:g}=this,p=new L(this,e);if(!i){let h=N(o,p,"unclosed-quote",C.msg("unclosed $1","quotes"),"warning");h.startIndex--,h.startCol--,h.suggestions=[{desc:"close",range:[h.endIndex,h.endIndex],text:c(this,Fe)[0]}],r.push(h)}let d=S(this,Rr,Xn).call(this,e,p);return d&&r.push(d),(u=Us[g])!=null&&u.has(l)&&r.push(N(s,p,"obsolete-attr","obsolete attribute","warning")),r}getValue(){return c(this,ae)?this.lastChild.text().trim():this.type==="ext-attr"||""}getAttribute(e){return e==="invalid"?S(this,Rr,Xn).call(this):super.getAttribute(e)}print(){let[e="",t=""]=c(this,Fe);return c(this,ae)?super.print({sep:ht(c(this,ae))+e,post:t}):super.print()}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t);return r.tag=this.tag,r}};Fr=new WeakMap,Kt=new WeakMap,ae=new WeakMap,Fe=new WeakMap,Rr=new WeakSet,Xn=function(e,t){let{firstChild:r,lastChild:i,type:s,name:o,tag:l}=this,g=this.getValue(),p=Ms[l],d=_s[l],{length:u}=this.toString();if(!(p!=null&&p.has(o))&&!(d!=null&&d.has(o))&&(s==="ext-attr"?p||d:!/\{\{[^{]+\}\}/u.test(o))&&(s==="ext-attr"&&!d||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(o)&&(l==="meta"||l==="link"||!qs.has(o)))){if(e===void 0)return!0;let h=N(r,t,"illegal-attr","illegal attribute name");return h.suggestions=[{desc:"remove",range:[e,e+u],text:""}],h}else{if(o==="style"&&typeof g=="string"&&hl.test(g))return e===void 0?!0:N(i,t,"insecure-style","insecure style");if(o==="tabindex"&&typeof g=="string"&&g!=="0"){if(e===void 0)return!0;let h=N(i,t,"illegal-attr","nonzero tabindex");return h.suggestions=[{desc:"remove",range:[e,e+u],text:""},{desc:"0 tabindex",range:[h.startIndex,h.endIndex],text:"0"}],h}else if(s!=="ext-attr"&&!i.childNodes.some(({type:h})=>ml.has(h))){let h=ds(l,o),m=String(g).toLowerCase();if(h.length>0&&h.every(f=>f!==m))return e===void 0?!0:N(i,t,"illegal-attr","illegal attribute value","warning")}}return!1}});var Ws,fl,Qn,Pr,Yt,dn,it,gn=v(()=>{"use strict";M();ne();ie();G();B();Me();Ds();Ws=a=>a.slice(0,-1),fl=a=>`${Ws(a)}-dirty`;try{Qn=new RegExp(String.raw`[\p{L}\p{N}]`,"u")}catch{Qn=/[^\W_]/u}it=class extends A{constructor(e,t,r,i,s=[]){super(void 0,i,s,{});b(this,Yt);b(this,Pr);if(y(this,Pr,t),this.setAttribute("name",r),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="",g=o.exec(e),p=0,d=()=>{l&&(super.insertAt(new Y(l,fl(t),i,s,{})),l="")};for(;g;){let{index:u,0:h,1:m,2:f,3:x,4:T,5:k,6:$}=g;if(l+=e.slice(p,u),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(se(m).trim())){let w=T!=null?T:$,I=[x,k],j=new Jt(Ws(t),r,m,f,w,I,i,s);d(),super.insertAt(j)}else l+=h;({lastIndex:p}=o),g=o.exec(e)}l+=e.slice(p),d()}}get type(){return c(this,Pr)}afterBuild(){let{parentNode:e}=this;e!=null&&e.is("td")&&this.setAttribute("name",e.subtype),super.afterBuild()}getAttrTokens(e){return this.childNodes.filter(t=>t instanceof Jt&&(!e||t.name===Oe(e)))}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 r=super.lint(e,t),{parentNode:i,childNodes:s}=this,o=new Map,l=new Set,g=new L(this,e);if(S(this,Yt,dn).call(this)){let p=E(this,g,"no-ignored","attributes of a closing tag"),d=i.getAbsoluteIndex();p.suggestions=[{desc:"remove",range:[e,p.endIndex],text:""},{desc:"open",range:[d+1,d+2],text:""}],r.push(p)}for(let p of s)if(p instanceof Jt){let{name:d}=p;o.has(d)?(l.add(d),o.get(d).push(p)):o.set(d,[p])}else{let d=p.text().trim();if(d){let u=N(p,g,"no-ignored","containing invalid attribute",Qn.test(d)?"error":"warning");u.suggestions=[{desc:"remove",range:[u.startIndex,u.endIndex],text:" "}],r.push(u)}}if(l.size>0)for(let p of l){let d=o.get(p).map(u=>{let h=u.getValue();return[u,h===!0?"":h]});r.push(...d.map(([u,h],m)=>{let f=N(u,g,"no-duplicate",C.msg("duplicated $1 attribute",p)),x={desc:"remove",range:[f.startIndex,f.endIndex],text:""};return!h||d.slice(0,m).some(([,T])=>T===h)?f.fix=x:f.suggestions=[x],f}))}return r}getAttribute(e){return e==="invalid"?S(this,Yt,dn).call(this):super.getAttribute(e)}print(){return this.toString()?`<span class="wpb-${this.type}${S(this,Yt,dn).call(this)?" wpb-invalid":""}">${this.childNodes.map(e=>e.print(e instanceof Y?{class:e.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}};Pr=new WeakMap,Yt=new WeakSet,dn=function(){let{parentNode:e}=this;return(e==null?void 0:e.type)==="html"&&e.closing&&this.text().trim()!==""}});var Hs={};ee(Hs,{PreToken:()=>Kn});var Kn,Gs=v(()=>{"use strict";B();ze();Kn=class extends A{get type(){return"ext-inner"}constructor(n,e,t=[]){if(n){let r=/<nowiki>/giu,i=/<\/nowiki>/giu,{length:s}=r.source,o=r.exec(n);o&&(i.lastIndex=o.index+s);let l=i.exec(n),g=0,p="";for(;o&&l;)new D(o[0],e,t),new D(l[0],e,t),p+=`${n.slice(g,o.index)}\0${t.length-1}n${n.slice(o.index+s,l.index)}\0${t.length}n`,g=l.index+s+1,r.lastIndex=g,o=r.exec(n),o&&(i.lastIndex=o.index+s),l=i.exec(n);n=p+n.slice(g)}super(n,e,t,{}),this.setAttribute("stage",10)}isPlain(){return!0}lint(n=this.getAbsoluteIndex()){return super.lint(n,/<\s*\/\s*(pre)\b/giu)}}});var Zt,pn=v(()=>{"use strict";de();Zt=a=>{class n extends a{toString(t){return super.toString(t,`
1
+ "use strict";(()=>{var Eo=Object.defineProperty;var nr=e=>{throw TypeError(e)};var Po=(e,t,s)=>t in e?Eo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s;var Ro=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var we=(e,t,s)=>Po(e,typeof t!="symbol"?t+"":t,s),cs=(e,t,s)=>t.has(e)||nr("Cannot "+s);var f=(e,t,s)=>(cs(e,t,"read from private field"),s?s.call(e):t.get(e)),C=(e,t,s)=>t.has(e)?nr("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,s),N=(e,t,s,r)=>(cs(e,t,"write to private field"),r?r.call(e,s):t.set(e,s),s),j=(e,t,s)=>(cs(e,t,"access private method"),s);var rr=(e,t,s,r)=>({set _(l){N(e,t,l,s)},get _(){return f(e,t,r)}});var Oa=Ro((Wa,jo)=>{var Oo=Object.create,et=Object.defineProperty,Hi=Object.getOwnPropertyDescriptor,jn=Object.getOwnPropertyNames,Bo=Object.prototype.hasOwnProperty,Di=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e),tt=e=>{throw TypeError(e)},Gi=(e,t,s)=>t in e?et(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,ir=(e,t)=>et(e,"name",{value:t,configurable:!0}),_=(e,t)=>function(){return e&&(t=(0,e[jn(e)[0]])(e=0)),t},qo=(e,t)=>function(){return t||(0,e[jn(e)[0]])((t={exports:{}}).exports,t),t.exports},Z=(e,t)=>{for(var s in t)et(e,s,{get:t[s],enumerable:!0})},Wo=(e,t,s,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of jn(t))!Bo.call(e,l)&&l!==s&&et(e,l,{get:()=>t[l],enumerable:!(r=Hi(t,l))||r.enumerable});return e},X=e=>Wo(et({},"__esModule",{value:!0}),e),se=e=>{var t;return[,,,Oo((t=e==null?void 0:e[Di("metadata")])!=null?t:null)]},Vi=["class","method","getter","setter","accessor","field","value","get","set"],gt=e=>e!==void 0&&typeof e!="function"?tt("Function expected"):e,Mo=(e,t,s,r,l)=>({kind:Vi[e],name:t,metadata:r,addInitializer:n=>s._?tt("Already initialized"):l.push(gt(n||null))}),En=(e,t)=>Gi(t,Di("metadata"),e[3]),ne=(e,t,s,r)=>{for(var l=0,n=e[t>>1],i=n&&n.length;l<i;l++)t&1?n[l].call(s):r=n[l].call(s,r);return r},re=(e,t,s,r,l,n)=>{var i,o,a,h,d,u=t&7,p=!!(t&8),g=!!(t&16),c=u>3?e.length+1:u?p?1:2:0,x=Vi[u+5],v=u>3&&(e[c-1]=[]),m=e[c]||(e[c]=[]),y=u&&(!g&&!p&&(l=l.prototype),u<5&&(u>3||!g)&&Hi(u<4?l:{get[s](){return de(this,n)},set[s](w){return pe(this,n,w)}},s));u?g&&u<4&&ir(n,(u>2?"set ":u>1?"get ":"")+s):ir(l,s);for(var A=r.length-1;A>=0;A--)h=Mo(u,s,a={},e[3],m),u&&(h.static=p,h.private=g,d=h.access={has:g?w=>Uo(l,w):w=>s in w},u^3&&(d.get=g?w=>(u^1?de:Tt)(w,l,u^4?n:y.get):w=>w[s]),u>2&&(d.set=g?(w,S)=>pe(w,l,S,u^4?n:y.set):(w,S)=>w[s]=S)),o=(0,r[A])(u?u<4?g?n:y[x]:u>4?void 0:{get:y.get,set:y.set}:l,h),a._=1,u^4||o===void 0?gt(o)&&(u>4?v.unshift(o):u?g?n=o:y[x]=o:l=o):typeof o!="object"||o===null?tt("Object expected"):(gt(i=o.get)&&(y.get=i),gt(i=o.set)&&(y.set=i),gt(i=o.init)&&v.unshift(i));return u||En(e,l),y&&et(l,s,y),g?u^4?n:y:l},zo=(e,t,s)=>Gi(e,typeof t!="symbol"?t+"":t,s),Pn=(e,t,s)=>t.has(e)||tt("Cannot "+s),Uo=(e,t)=>Object(t)!==t?tt('Cannot use the "in" operator on this value'):e.has(t),de=(e,t,s)=>(Pn(e,t,"read from private field"),s?s.call(e):t.get(e)),ye=(e,t,s)=>t.has(e)?tt("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,s),pe=(e,t,s,r)=>(Pn(e,t,"write to private field"),r?r.call(e,s):t.set(e,s),s),Tt=(e,t,s)=>(Pn(e,t,"access private method"),s),Ho=(e,t,s,r)=>({set _(l){pe(e,t,l,s)},get _(){return de(e,t,r)}}),Qi,Rn,Ji=_({"base.ts"(){"use strict";Qi=(()=>{const e={redirect:1,onlyinclude:1,noinclude:1,include:1,comment:1,ext:1,arg:2,"magic-word":2,template:2,heading:2,html:3,table:4,hr:5,"double-underscore":5,link:6,category:6,file:6,quote:7,"ext-link":8,"free-ext-link":9,"magic-link":9,list:10,dd:10,converter:11,"list-range":11};return Object.setPrototypeOf(e,null),e})(),Rn=(()=>{const e=["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(e),e})()}});function Je(e){const t=new Map,s=new WeakMap;return r=>{const l=typeof r=="string"?t:s;if(l.has(r)){const i=l.get(r);return i.lastIndex=0,i}const n=e(r);return l.set(r,n),n}}var It,Xi,Ft=_({"../code-standard/dist/index.mjs"(){"use strict";It=e=>decodeURIComponent(e.replace(/%(?![\da-f]{2})/giu,"%25")),Xi=Je}}),$e,gs,Xe,Ke,Ye,Ae,ze,Ki,xe,Pe,lr,or,Ct,Yi,ar,dr,Nt,Ze,oe=_({"util/string.ts"(){"use strict";Ft(),$e=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,gs=String.raw`[^[\]<>"\0-\x1F\x7F${$e}\uFFFD]`,Xe=String.raw`(?:\[[\da-f:.]+\]|${gs})`,Ke=String.raw`(?:${gs}|\0\d+[cn!~]\x7F)*`,Ye=e=>e.trim().toLowerCase(),Ae=(e,t)=>e.replace(/\0(\d+)\x7F/gu,(s,r)=>t[r]),ze=(e,t)=>s=>s.replace(e,t),Ki=ze(/[\0\x7F]|\r$/gmu,""),xe=ze(/\0\d+[cn]\x7F/gu,""),Pe=(e,t="")=>e.map(s=>typeof s=="string"?s:s.text()).join(t),lr={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},or=ze(/&(?:#(\d+|[Xx][\da-fA-F]+)|([lg]t|[LG]T|[lr]brac[ke]|nbsp|amp|AMP|quot|QUOT));/gu,(e,t,s)=>t?String.fromCodePoint(+((/^x/iu.test(t)?"0":"")+t)):lr[s.toLowerCase()]),Ct=e=>or(e),Yi=ze(/&#(\d+|x[\da-f]+);/giu,(e,t)=>String.fromCodePoint(+((/^x/iu.test(t)?"0":"")+t))),ar={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},dr=e=>ze(e,t=>`&${ar[t]};`),Nt=dr(/[&<>]/gu),Ze=(e,t={})=>{const{pre:s="",post:r="",sep:l=""}=t;return s+e.map(n=>n.print()).join(l)+r}}}),Do=qo({"config/minimum.json"(e,t){t.exports={ext:[],html:[["b","bdi","del","i","ins","u","font","big","small","sub","sup","h1","h2","h3","h4","h5","h6","cite","code","em","s","strike","strong","tt","var","div","center","blockquote","ol","ul","dl","table","caption","pre","ruby","rb","rp","rt","rtc","p","span","abbr","dfn","kbd","samp","data","time","mark","tr","td","th","q","bdo"],["li","dt","dd"],["br","wbr","hr","meta","link"]],namespaces:{0:"",6:"File",10:"Template",14:"Category",828:"Module"},nsid:{"":0,file:6,template:10,category:14,module:828},functionHook:["msgnw"],variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{msgnw:"msgnw",pageid:"pageid",articlepath:"articlepath",server:"server",servername:"servername",scriptpath:"scriptpath",stylepath:"stylepath","#urlencode":"urlencode","#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","#rmatch":"rmatch","#rreplace":"rreplace","#replace":"replace","#rsplit":"rsplit","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#translation":"translation","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"lst","#section-x":"lstx","#section-h":"lsth","#statements":"statements","#useliquidthreads":"useliquidthreads","#lqtpagelimit":"lqtpagelimit","#chart":"chart"},{"!":"!","=":"=","#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:[]}}}),fe,vn,Re=_({"util/constants.ts"(){"use strict";fe=11,vn=Do()}}),ie,ae=_({"lib/rect.ts"(){"use strict";var e,t,s,r,bn,n;ie=(n=class{constructor(i,o){C(this,r);C(this,e);C(this,t);C(this,s);N(this,e,i),N(this,t,o)}get start(){return f(this,t)}get top(){return j(this,r,bn).call(this).top}get left(){return j(this,r,bn).call(this).left}},e=new WeakMap,t=new WeakMap,s=new WeakMap,r=new WeakSet,bn=function(){var i;return(i=f(this,s))!=null||N(this,s,f(this,e).getRootNode().posFromIndex(f(this,t))),f(this,s)},n)}}),hr,ur,kt,wn,ps,O,Q,Ee,Zi,U=_({"util/lint.ts"(){"use strict";ce(),ae(),M(),hr=new Set(["tr","td","th","caption"]),ur=new Set(["Template:!!","Template:!-"]),kt=e=>{const t=e.childNodes.find(s=>s.text().trim());if(!t||t.type==="text"&&t.data.trim().startsWith("!")||t.is("magic-word")&&t.name==="!"||t.is("template")&&ur.has(t.name)||t.is("html")&&hr.has(t.name))return!1;if(t.is("arg"))return t.length>1&&kt(t.childNodes[1]);if(t.is("magic-word"))try{const s=t.getPossibleValues().map(kt);return s.includes("error")?"error":s.includes("warning")&&"warning"}catch{}return t.is("template")||t.is("magic-word")&&t.name==="invoke"?"warning":"error"},wn=(e,t,s,r)=>({line:e+s-1,character:(s===1?t:0)+r}),ps=e=>(t,s,r,l,n="error")=>{const{start:i}=s,{top:o,left:a}=s instanceof ie?s:new ie(t,i),{offsetHeight:h,offsetWidth:d}=t,{startIndex:u,startLine:p,startCol:g}=e(t,i,o,a),{line:c,character:x}=wn(p,g,h,d);return{rule:r,message:L.msg(l),severity:n,startIndex:u,endIndex:u+t.toString().length,startLine:p,endLine:c,startCol:g,endCol:x}},O=ps((e,t,s,r)=>{const l=e.getRelativeIndex(),{top:n,left:i}=e.parentNode.posFromIndex(l);return{startIndex:t+l,startLine:s+n,startCol:n?i:r+i}}),Q=ps((e,t,s,r)=>({startIndex:t,startLine:s,startCol:r})),Ee=(e,t,s,r)=>{if(e&&(r||L.viewOnly&&e[0]===me.rev))return e[1];const l=t();return(r||L.viewOnly)&&s([me.rev,l]),l},Zi=(e,t)=>e==="ol"&&t==="type"?["1","a","A","i","I"]:e==="th"&&t==="scope"?["row","col","rowgroup","colgroup"]:t==="dir"?["ltr","rtl","auto"]:t==="aria-hidden"?["true","false"]:[]}}),cr,Vt,Go=_({"parser/selector.ts"(){"use strict";cr=(e,t,s)=>{if(e.includes("#")){const[r,...l]=e.split("#");return(!r||r===t)&&l.every(n=>n===s)}return!e||e===t},Vt=(e,t,s)=>({type:r,name:l})=>e.split(",").some(n=>cr(n.trim(),r,l))}}),On,el=_({"mixin/cached.ts"(){"use strict";U(),On=(e=!0)=>t=>{const s=new WeakMap;return function(...r){return Ee(s.get(this),()=>t.apply(this,r),l=>{s.set(this,l)},e)}}}}),gr,Pt,it,lt,Rt,ot,at,Ot,fs,Bt,$t,tl=_({"lib/node.ts"(){"use strict";U(),ce(),el(),M(),gr=[On(!1)],$t=class{constructor(){ne(Bt,5,this),ye(this,Ot),zo(this,"childNodes",[]),ye(this,Pt),ye(this,it),ye(this,lt),ye(this,Rt),ye(this,ot),ye(this,at,{})}get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get parentNode(){return de(this,Pt)}get nextSibling(){return de(this,it)}get previousSibling(){return de(this,lt)}get offsetHeight(){return Tt(this,Ot,fs).call(this).height}get offsetWidth(){return Tt(this,Ot,fs).call(this).width}getChildNodes(){const{childNodes:e}=this;return Object.isFrozen(e)?[...e]:e}getAttribute(e){return e==="padding"?0:this[e]}setAttribute(e,t){switch(e){case"parentNode":pe(this,Pt,t),t||(pe(this,it,void 0),pe(this,lt,void 0));break;case"nextSibling":pe(this,it,t);break;case"previousSibling":pe(this,lt,t);break;case"aIndex":L.viewOnly&&pe(this,ot,[me.rev,t]);break;default:this[e]=t}}getRootNode(){return Ee(de(this,Rt),()=>{var e,t;return(t=(e=this.parentNode)==null?void 0:e.getRootNode())!=null?t:this},e=>{const[,t]=e;t.type==="root"&&pe(this,Rt,e)})}indexFromPos(e,t){this.lspError("AstNode.indexFromPos")}posFromIndex(e){const{length:t}=String(this);if(e+=e<0?t:0,e>=0&&e<=t){const s=this.getLines(),r=s.findIndex(([,,l])=>e<=l);return{top:r,left:e-s[r][1]}}}getGaps(e){return 0}getRelativeIndex(e){if(e===void 0){const{parentNode:t}=this;return t?t.getRelativeIndex(t.childNodes.indexOf(this)):0}return Ee(de(this,at)[e],()=>{const{childNodes:t}=this,s=e+(e<0?t.length:0);let r=this.getAttribute("padding");for(let l=0;l<s;l++)L.viewOnly&&(de(this,at)[l]=[me.rev,r]),r+=t[l].toString().length+this.getGaps(l);return r},t=>{de(this,at)[e]=t})}getAbsoluteIndex(){return Ee(de(this,ot),()=>{const{parentNode:e}=this;return e?e.getAbsoluteIndex()+this.getRelativeIndex():0},e=>{pe(this,ot,e)})}getBoundingClientRect(){this.lspError("AstNode.getBoundingClientRect")}is(e){return this.type===e}getLines(){const e=[];let t=0;for(const s of String(this).split(`
2
+ `)){const r=t+s.length;e.push([s,t,r]),t=r+1}return e}seal(e,t){Object.defineProperty(this,e,{enumerable:!t&&!!this[e],configurable:!0})}lspError(e){throw new Error(`${e} method is only available in the LSP version!`)}},Bt=se(null),Pt=new WeakMap,it=new WeakMap,lt=new WeakMap,Rt=new WeakMap,ot=new WeakMap,at=new WeakMap,Ot=new WeakSet,fs=function(){const e=this.getLines(),t=e[e.length-1];return{height:e.length,width:t[2]-t[1]}},re(Bt,1,"getLines",gr,$t),En(Bt,$t)}}),sl,Vo=_({"lib/element.ts"(){"use strict";var e,yn,An,r;oe(),ce(),Go(),tl(),sl=(r=class extends $t{constructor(){super(...arguments);C(this,e)}get length(){return this.childNodes.length}text(n){return Pe(this.childNodes,n)}normalize(){const n=this.getChildNodes(),i=o=>{var a,h;n.splice(o,1),(a=n[o-1])==null||a.setAttribute("nextSibling",n[o]),(h=n[o])==null||h.setAttribute("previousSibling",n[o-1])};for(let o=n.length-1;o>=0;o--){const{type:a,data:h}=n[o];a!=="text"||n.length===1||this.getGaps(o-(o&&1))||h===""&&i(o)}this.setAttribute("childNodes",n)}removeAt(n){return ss(this,n,1)[0]}insertAt(n,i=this.length){return ss(this,i,0,[n]),n}closest(n){const i=Vt(n,this);let{parentNode:o}=this;for(;o;){if(i(o))return o;({parentNode:o}=o)}}querySelector(n){const i=Vt(n,this);return j(this,e,yn).call(this,i)}querySelectorAll(n){const i=Vt(n,this);return j(this,e,An).call(this,i)}append(...n){this.safeAppend(n)}safeAppend(n){for(const i of n)this.insertAt(i)}replaceChildren(...n){this.safeReplaceChildren(n)}safeReplaceChildren(n){for(let i=this.length-1;i>=0;i--)this.removeAt(i);this.safeAppend(n)}setText(n,i=0){i+=i<0?this.length:0;const o=this.childNodes[i],{data:a}=o;return o.replaceData(n),a}toString(n,i=""){return this.childNodes.map(o=>o.toString(n)).join(i)}caretPositionFromIndex(n){this.lspError("AstElement.caretPositionFromIndex")}elementFromIndex(n){this.lspError("AstElement.elementFromIndex")}elementFromPoint(n,i){this.lspError("AstElement.elementFromPoint")}lint(n=this.getAbsoluteIndex(),i){const o=[];for(let a=0,h=n+this.getAttribute("padding");a<this.length;a++){const d=this.childNodes[a];d.setAttribute("aIndex",h);const u=d.lint(h,i);u.length>0&&o.push(...u),h+=d.toString().length+this.getGaps(a)}return o}print(n={}){const i=n.class;return this.toString()?(i===""?"":`<span class="wpb-${i!=null?i:this.type}${this.getAttribute("invalid")?" wpb-invalid":""}">`)+Ze(this.childNodes,n)+(i===""?"":"</span>"):""}json(n,i=this.getAbsoluteIndex()){const o={...this,type:this.type,range:[i,i+this.toString().length],childNodes:[]};for(let a=0,h=i+this.getAttribute("padding");a<this.length;a++){const d=this.childNodes[a],{length:u}=d.toString();d.setAttribute("aIndex",h),o.childNodes.push(d.type==="text"?{data:d.data,range:[h,h+u]}:d.json(void 0,h)),h+=u+this.getGaps(a)}return o}},e=new WeakSet,yn=function(n){var i;for(const o of this.childNodes){if(o.type==="text")continue;if(n(o))return o;const a=j(i=o,e,yn).call(i,n);if(a)return a}},An=function(n){var o;let i=[];for(const a of this.childNodes)a.type!=="text"&&(n(a)&&i.push(a),i=[...i,...j(o=a,e,An).call(o,n)]);return i},r)}}),qt,xs,pr,fr,xr,mr,vr,ms,vs,Sn,Qo=_({"lib/text.ts"(){"use strict";var e,nl,s;oe(),U(),M(),tl(),qt=String.raw`[${$e}\t]*`,xs=String.raw`<\s*(?:/\s*)?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|(?:rfc|pmid)(?=[-::]?${qt}\d)|isbn(?=[-::]?${qt}(?:\d(?:${qt}|-)){6})`,pr=new RegExp(String.raw`${xs}|https?[:/]/+`,"giu"),fr=new RegExp(xs,"giu"),xr=new Set(["attr-value","ext-link-text","link-text"]),mr={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},vr={"<":"tag-like","[":"lonely-bracket","{":"lonely-bracket","]":"lonely-bracket","}":"lonely-bracket",h:"lonely-http",r:"lonely-http",p:"lonely-http",i:"lonely-http"},ms=new Set(["html","head","style","title","body","a","audio","img","video","embed","iframe","object","canvas","script","col","colgroup","tbody","tfoot","thead","button","input","label","option","select","textarea"]);try{vs=new RegExp(String.raw`[\p{L}\p{N}_]`,"u")}catch{vs=/\w/u}Sn=(s=class extends $t{constructor(l){super();C(this,e);we(this,"data","");this.data=l}get type(){return"text"}toString(l){var n;return l&&!((n=this.parentNode)!=null&&n.getAttribute("built"))?xe(this.data):this.data}text(){return this.data}lint(l=this.getAbsoluteIndex(),n){var I,H,R;if(n===!1)return[];const{data:i,parentNode:o,nextSibling:a,previousSibling:h}=this;if(!o)throw new Error("An isolated text node cannot be linted!");const{type:d,name:u,parentNode:p}=o;let g=!1;if(d==="attr-value"){const{type:P,name:D,tag:V}=p;if(P!=="ext-attr")g=!0;else if(V==="ref"&&(D==="name"||D==="extends"||D==="follow")||D==="group"&&(V==="ref"||V==="references")||V==="choose"&&(D==="before"||D==="after"))return[]}if(n!=null||(n=d==="free-ext-link"||d==="ext-link-url"||d==="ext-link-text"||d==="image-parameter"&&u==="link"||g?fr:pr),i.search(n)===-1)return[];n.lastIndex=0;const c=[],x=a==null?void 0:a.type,v=a==null?void 0:a.name,m=h==null?void 0:h.type,y=this.getRootNode(),A=y.toString(),{ext:w,html:S,variants:T}=y.getAttribute("config"),{top:b,left:k}=y.posFromIndex(l),$=new Set(["onlyinclude","noinclude","includeonly",...w,...S[0],...S[1],...S[2],...ms]);for(let P=n.exec(i);P;P=n.exec(i)){const[,D,V]=P;let{index:K,0:z}=P;if(V&&V!=="]"){const{length:ge}=V;K+=ge,z=z.slice(ge)}z=z.toLowerCase();const[F]=z,q=F==="r"||F==="p"||F==="i";let{length:G}=z;if(F==="<"&&!$.has(D.toLowerCase())||F==="["&&d==="ext-link-text"&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(i.slice(K+1))||a!=null&&a.is("ext")&&v==="nowiki"&&((I=a.innerText)!=null&&I.includes("]")))||q&&(!o.isPlain()||xr.has(d)))continue;F==="]"&&(K||G>1)&&n.lastIndex--;let W=l+K,J=W+G;const Y=A[J],le=A[W-1];let ee=G>1&&!(F==="<"&&(/^<\s/u.test(z)||!/[\s/>]/u.test(Y!=null?Y:"")||ms.has(D))||g&&(F==="["||F==="]")||q&&d==="parameter-value"||/^(?:rfc|pmid|isbn)$/iu.test(z))||F==="{"&&(Y===F||le==="-"&&T.length>0)||F==="}"&&(le===F||Y==="-"&&T.length>0)||F==="["&&(d==="ext-link-text"||x==="free-ext-link"&&!i.slice(K+1).trim())||F==="]"&&m==="free-ext-link"&&!i.slice(0,K).includes("]")?"error":"warning";const We=F==="{"||F==="[";if(ee==="warning"&&(We||(F==="]"||F==="}"))){const ge=mr[F],us=We?i.slice(K+1):i.slice(0,K);if(F==="{"&&((H=ge.exec(us))==null?void 0:H[0])==="}"||F==="}"&&((R=ge.exec(us))==null?void 0:R[0])==="{")continue;if(!us.includes(F)){const sr=We?"nextSibling":"previousSibling";let Le=this[sr];for(;Le&&(Le.type!=="text"||!ge.test(Le.data));)Le=Le[sr];if(Le&&ge.exec(Le.data)[0]!==F)continue}}q?z=z.toUpperCase():z==="{"&&le==="-"&&ee==="error"?(ee="warning",K>0&&(z="-{",K--,W--,G=2)):z==="}"&&Y==="-"&&ee==="error"&&(ee="warning",K<i.length-1&&(z="}-",J++,G=2));const Zn=this.posFromIndex(K),{line:er,character:tr}=wn(b,k,Zn.top+1,Zn.left),Me={rule:vr[F],message:L.msg('lonely "$1"',q||F==="h"||z==="-{"||z==="}-"?z:F),severity:ee,startIndex:W,endIndex:J,startLine:er,endLine:er,startCol:tr,endCol:tr+G};if(F==="<")Me.suggestions=[{desc:"escape",range:[W,W+1],text:"&lt;"}];else if(F==="h"&&d!=="link-text"&&vs.test(le||""))Me.suggestions=[{desc:"whitespace",range:[W,W],text:" "}];else if(F==="["&&d==="ext-link-text"){const ge=o.getAbsoluteIndex()+o.toString().length;Me.suggestions=[{desc:"escape",range:[ge,ge+1],text:"&#93;"}]}else if(F==="]"&&m==="free-ext-link"&&ee==="error"){const ge=l-h.toString().length;Me.suggestions=[{desc:"left bracket",range:[ge,ge],text:"["}]}else q&&(Me.suggestions=[...P[0]===z?[]:[{desc:"uppercase",range:[W,J],text:z}],...Y===":"||Y===":"?[{desc:"whitespace",range:[J,J+1],text:" "}]:[]]);c.push(Me)}return c}replaceData(l){j(this,e,nl).call(this,l)}print(){return Nt(this.data)}},e=new WeakSet,nl=function(l){this.setAttribute("data",l)},s)}}),Oe,st=_({"mixin/hidden.ts"(){"use strict";ce(),Oe=(e=!0,t=!0)=>s=>{class r extends s{text(){return""}lint(n){return e?[]:super.lint(n)}}return rt(r,s),r}}}),Be,nt=_({"src/syntax.ts"(){"use strict";var e,t;B(),Be=(t=class extends E{constructor(r,l,n,i,o){super(r,n,i,o);C(this,e);N(this,e,l)}get type(){return f(this,e)}lint(r=this.getAbsoluteIndex()){return super.lint(r,!1)}},e=new WeakMap,t)}}),Se,Te=_({"mixin/padded.ts"(){"use strict";ce(),Se=({length:e})=>t=>{class s extends t{getAttribute(l){return l==="padding"?e:super.getAttribute(l)}}return rt(s,t),s}}}),ue,Ie=_({"src/atom.ts"(){"use strict";var e,t;B(),ue=(t=class extends E{constructor(r,l,n,i,o){super(r,n,i,o);C(this,e);N(this,e,l)}get type(){return f(this,e)}set type(r){N(this,e,r)}getAttribute(r){var l;return r==="invalid"?this.type==="converter-flag"&&!!((l=this.parentNode)!=null&&l.isInvalidFlag(this)):super.getAttribute(r)}},e=new WeakMap,t)}}),br,wr,bs,yr,ke,ns=_({"src/link/base.ts"(){"use strict";var e,t,s,r;U(),Re(),oe(),ae(),Te(),B(),Ie(),br=l=>l==="redirect-target"||l==="link",wr=[Se("[[")],ke=(r=class extends(yr=E){constructor(n,i,o,a=[],h="|"){super(void 0,o,a,{});C(this,e,!0);C(this,t);C(this,s);if(this.insertAt(new ue(n,"link-target",o,a,{})),i!==void 0){const d=new E(i,o,a,{});d.type="link-text",d.setAttribute("stage",fe-1),this.insertAt(d)}N(this,t,h)}get link(){}get fragment(){return f(this,s).fragment}afterBuild(){N(this,s,this.getTitle()),f(this,t).includes("\0")&&N(this,t,this.buildFromStr(f(this,t),0)),this.setAttribute("name",f(this,s).title),super.afterBuild()}setAttribute(n,i){n==="bracket"?N(this,e,i):n==="title"?N(this,s,i):super.setAttribute(n,i)}toString(n){const i=super.toString(n,f(this,t));return f(this,e)?`[[${i}]]`:i}text(){const n=super.text("|");return f(this,e)?`[[${n}]]`:n}getAttribute(n){return n==="title"?f(this,s):super.getAttribute(n)}getGaps(n){return n===0?f(this,t).length:1}lint(n=this.getAbsoluteIndex(),i){const o=super.lint(n,i),{childNodes:[a,h],type:d}=this,{encoded:u,fragment:p}=f(this,s),g=new ie(this,n);if(a.childNodes.some(({type:c})=>c==="template")&&o.push(O(a,g,"unknown-page","template in an internal link target","warning")),u){const c=O(a,g,"url-encoding","unnecessary URL encoding in an internal link","warning");c.fix={desc:"decode",range:[c.startIndex,c.endIndex],text:It(a.text())},o.push(c)}if(d==="link"||d==="category"){const c=h==null?void 0:h.childNodes.findIndex(v=>v.type==="text"&&v.data.includes("|")),x=h==null?void 0:h.childNodes[c];if(x){const v=O(h,g,"pipe-like",'additional "|" in the link text',"warning"),m=v.startIndex+h.getRelativeIndex(c);v.suggestions=[{desc:"escape",range:[m,m+x.data.length],text:x.data.replace(/\|/gu,"&#124;")}],o.push(v)}}if(p!==void 0&&!br(d)){const c=O(a,g,"no-ignored","useless fragment","warning"),x=a.childNodes.findIndex(m=>m.type==="text"&&m.data.includes("#")),v=a.childNodes[x];v&&(c.fix={desc:"remove",range:[c.startIndex+a.getRelativeIndex(x)+v.data.indexOf("#"),c.endIndex],text:""}),o.push(c)}return o}getTitle(n,i){return this.normalizeTitle(this.firstChild.text(),0,{halfParsed:i,temporary:n,decode:!0,selfLink:!0})}print(){return super.print(f(this,e)?{pre:"[[",post:"]]",sep:f(this,t)}:{sep:f(this,t)})}json(n,i=this.getAbsoluteIndex()){const o=super.json(void 0,i),{type:a,fragment:h}=this;return h!==void 0&&(a==="link"||a==="redirect-target")&&(o.fragment=h),o}},e=new WeakMap,t=new WeakMap,s=new WeakMap,r),bs=se(yr),ke=re(bs,0,"LinkBaseToken",wr,ke),ne(bs,1,ke)}}),Ce,qe=_({"src/nowiki/base.ts"(){"use strict";B(),Ce=class extends E{get innerText(){return this.firstChild.data}constructor(e="",t,s){super(e,t,s)}}}}),Ar,ws,Sr,he,Ne=_({"src/nowiki/noinclude.ts"(){"use strict";st(),qe(),Ar=[Oe()],he=class extends(Sr=Ce){get type(){return"noinclude"}toString(e){return e?"":super.toString()}},ws=se(Sr),he=re(ws,0,"NoincludeToken",Ar,he),ne(ws,1,he)}}),rl,Jo=_({"src/link/redirectTarget.ts"(){"use strict";U(),M(),ns(),Ne(),rl=class extends ke{get type(){return"redirect-target"}constructor(e,t,s,r){super(e,void 0,s,r),t!==void 0&&this.insertAt(new he(t,s,r))}getTitle(){return this.normalizeTitle(this.firstChild.toString(),0,{halfParsed:!0,decode:!0})}lint(e=this.getAbsoluteIndex()){const t=super.lint(e,!1),s="no-ignored",r=L.lintConfig.getSeverity(s,"redirect");if(r&&this.length===2){const l=O(this.lastChild,{start:e},s,"useless link text",r);l.startIndex--,l.startCol--,l.fix={desc:"remove",range:[l.startIndex,l.endIndex],text:""},t.push(l)}return t}}}}),_r,ys,kr,pt,Xo=_({"src/redirect.ts"(){"use strict";var e,t,s;st(),B(),nt(),Jo(),_r=[Oe(!1,!1)],pt=(s=class extends(kr=E){constructor(l,n,i,o,a,h,d=[]){super(void 0,h,d);C(this,e);C(this,t);N(this,e,l),N(this,t,a),this.append(new Be(n,"redirect-syntax",h,d),new rl(i,o==null?void 0:o.slice(1),h,d))}get type(){return"redirect"}getAttribute(l){return l==="padding"?f(this,e).length:super.getAttribute(l)}toString(l){return f(this,e)+super.toString(l)+f(this,t)}lint(l=this.getAbsoluteIndex()){const n=l+f(this,e).length+this.firstChild.toString().length;return this.lastChild.setAttribute("aIndex",n),this.lastChild.lint(n)}print(){return super.print({pre:f(this,e),post:f(this,t)})}},e=new WeakMap,t=new WeakMap,s),ys=se(kr),pt=re(ys,0,"RedirectToken",_r,pt),ne(ys,1,pt)}}),il={};Z(il,{parseRedirect:()=>ll});var ll,Ko=_({"parser/redirect.ts"(){"use strict";M(),Xo(),ll=(e,t,s)=>{var l;(l=t.regexRedirect)!=null||(t.regexRedirect=new RegExp(String.raw`^(\s*)((?:${t.redirection.join("|")})\s*(?::\s*)?)\[\[([^\n|\]]+)(\|.*?)?\]\](\s*)`,"iu"));const r=t.regexRedirect.exec(e);return r&&L.normalizeTitle(r[3],0,!1,t,{halfParsed:!0,temporary:!0,decode:!0}).valid?(e=`\0${s.length}o${e.slice(r[0].length)}`,new pt(...r.slice(1),t,s),e):!1}}}),$r,As,Tr,ft,Yo=_({"src/onlyinclude.ts"(){"use strict";Te(),B(),$r=[Se("<onlyinclude>")],ft=class extends(Tr=E){get type(){return"onlyinclude"}toString(e){return`<onlyinclude>${super.toString(e)}</onlyinclude>`}isPlain(){return!0}print(){return super.print({pre:'<span class="wpb-ext">&lt;onlyinclude&gt;</span>',post:'<span class="wpb-ext">&lt;/onlyinclude&gt;</span>'})}},As=se(Tr),ft=re(As,0,"OnlyincludeToken",$r,ft),ne(As,1,ft)}}),jt,rs=_({"mixin/gapped.ts"(){"use strict";ce(),jt=(e=1)=>t=>{class s extends t{getGaps(){return e}}return rt(s,t),s}}}),Ir,Ss,Cr,je,Bn=_({"src/tagPair/index.ts"(){"use strict";var e,t;rs(),B(),Ir=[jt()],je=(t=class extends(Cr=E){constructor(r,l,n,i,o,a=[]){super(void 0,o);C(this,e);we(this,"closed");we(this,"selfClosing");this.setAttribute("name",r.toLowerCase()),N(this,e,[r,i||r]),this.closed=i!=="",this.selfClosing=i===void 0,this.append(l,n);const h=typeof l=="string"?-1:a.indexOf(l);a.splice(h===-1?1/0:h,0,this)}get innerText(){return this.selfClosing?void 0:this.lastChild.text()}toString(r){const{selfClosing:l,firstChild:n,lastChild:i}=this,[o,a]=f(this,e);return l?`<${o}${n.toString(r)}/>`:`<${o}${n.toString(r)}>${i.toString(r)}${this.closed?`</${a}>`:""}`}text(){const[r,l]=f(this,e);return this.selfClosing?`<${r}${this.firstChild.text()}/>`:`<${r}${super.text(">")}${this.closed?`</${l}>`:""}`}getAttribute(r){return r==="padding"?f(this,e)[0].length+1:super.getAttribute(r)}print(){const[r,l]=f(this,e);return super.print(this.selfClosing?{pre:`&lt;${r}`,post:"/&gt;"}:{pre:`&lt;${r}`,sep:"&gt;",post:this.closed?`&lt;/${l}&gt;`:""})}},e=new WeakMap,t),Ss=se(Cr),je=re(Ss,0,"TagPairToken",Ir,je),ne(Ss,1,je)}}),ol,Zo=_({"src/tagPair/translate.ts"(){"use strict";var e,al,s;B(),Bn(),nt(),Ne(),ol=(s=class extends je{constructor(l,n,i,o=[]){const a=new Be(l,"translate-attr",i,o);n=n==null?void 0:n.replace(/(<tvar\|[^>]+>)([\s\S]*?)(<\/>)/gu,(d,u,p,g)=>(new he(u,i,o),new he(g,i,o),`\0${o.length-1}n${p}\0${o.length}n`)).replace(/(<tvar\s+name\s*=(?:\s*(?:(["'])[\s\S]*?\2|[^"'\s>]+))?\s*>)([\s\S]*?)(<\/tvar\s*>)/giu,(d,u,p,g,c)=>(new he(u,i,o),new he(c,i,o),`\0${o.length-1}n${g}\0${o.length}n`));const h=new E(n,i,o);h.type="translate-inner";super("translate",a,h,"translate",i,o);C(this,e);this.seal("closed",!0),this.seal("selfClosing",!0)}get type(){return"translate"}toString(l){return l?this.lastChild.toString(!0):super.toString()}text(){return this.lastChild.text()}print(){return`<span class="wpb-ext">&lt;translate${j(this,e,al).call(this)?'<span class="wpb-ext-attrs"> <span class="wpb-ext-attr"><span class="wpb-attr-key">nowrap</span></span></span>':""}&gt;${this.lastChild.print({class:"ext-inner"})}&lt;/translate&gt;</span>`}},e=new WeakSet,al=function(){return this.firstChild.toString()===" nowrap"},s)}}),Nr,_s,Lr,xt,ea=_({"src/tagPair/include.ts"(){"use strict";U(),ae(),st(),M(),Bn(),Nr=[Oe(!1)],xt=class extends(Lr=je){get type(){return"include"}constructor(e,t="",s,r,l,n){super(e,t,s!=null?s:"",s===void 0||r!=null?r:"",l,n)}toString(e){return e?"":super.toString()}lint(e=this.getAbsoluteIndex()){const t=[],{firstChild:s,closed:r,name:l}=this,n=new ie(this,e),i=["no-ignored","unclosed-comment"],o=i.map(a=>L.lintConfig.getSeverity(a,"include"));if(o[0]&&s.data.trim()){const a=O(s,n,i[0],"useless attribute",o[0]);a.suggestions=[{desc:"remove",range:[a.startIndex,a.endIndex],text:""}],t.push(a)}if(o[1]&&!r){const a=Q(this,n,i[1],L.msg("unclosed $1",`<${l}>`),o[1]);a.suggestions=[{desc:"close",range:[a.endIndex,a.endIndex],text:`</${l}>`}],t.push(a)}return t}},_s=se(Lr),xt=re(_s,0,"IncludeToken",Nr,xt),ne(_s,1,xt)}}),is,qn=_({"mixin/attributesParent.ts"(){"use strict";ce(),is=(e=0)=>t=>{var r,_n;class s extends t{constructor(){super(...arguments);C(this,r)}hasAttr(o){return j(this,r,_n).call(this).hasAttr(o)}getAttr(o){return j(this,r,_n).call(this).getAttr(o)}}return r=new WeakSet,_n=function(){return this.childNodes[e]},rt(s,t),s}}}),te,ks,$s,dt,Wt,Ts,Fe,Is,Cs,Ns,Mt,Ls,ve,dl,hl,ul,cl,ta=_({"util/sharable.ts"(){"use strict";te=new Set(["align"]),ks=new Set(["cite"]),$s=new Set(["cite","datetime"]),dt=new Set(["width"]),Wt=new Set(["axis","align","bgcolor","height","width","valign"]),Ts=new Set([...Wt,"abbr","headers","scope","rowspan","colspan"]),Fe=new Set(["type"]),Is=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Cs=new Set(["clear"]),Ns=new Set(["bgcolor","align","valign"]),Mt=new Set(["qid","forcemathmode","type","display"]),Ls=new Set(["enclose","inline","lang","line","linelinks","style","class","id","dir","copy","highlight","start"]),ve=new Set,dl=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"]),hl={div:te,h1:te,h2:te,h3:te,h4:te,h5:te,h6:te,blockquote:ks,q:ks,p:te,br:Cs,pre:dt,ins:$s,del:$s,ul:Fe,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...Is,"border"]),caption:te,tr:Ns,td:Ts,th:Ts,img:new Set(["alt","src","width","height","srcset"]),font:new Set(["size","color","face"]),hr:dt,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:Fe,poem:te,categorytree:te,combooption:te,math:ve,chem:ve,ce:ve},ul={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:ve,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:ve,inputbox:ve,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:ve,poll:new Set(["id","show-results-before-voting"]),sm2:Fe,flashmp3:Fe,score:new Set(["line_width_inches","lang","override_midi","raw","note-language","override_audio","override_ogg","sound","vorbis"]),seo:new Set(["title","title_mode","title_separator","keywords","description","robots","google_bot","image","image_width","image_height","image_alt","type","site_name","locale","section","author","published_time","twitter_site"]),tab:new Set(["nested","name","index","class","block","inline","openname","closename","collapsed","dropdown","style","bgcolor","container","id","title"]),tabs:new Set(["plain","class","container","id","title","style"]),combobox:new Set(["placeholder","value","id","class","text","dropdown","style"]),math:new Set([...Mt,"chem"]),chem:Mt,ce:Mt,hiero:ve,phonos:new Set(["ipa","class","text","lang","wikibase","file"]),section:new Set(["begin","end"]),source:Ls,syntaxhighlight:Ls,templatedata:ve,timeline:new Set(["method","font"]),quiz:new Set(["display","shuffleanswers","points","shuffle","case"]),languages:ve},cl={table:Is,td:new Set([...Wt,"scope"]),th:Wt,br:Cs,caption:te,div:te,hr:dt,h1:te,h2:te,h3:te,h4:te,h5:te,h6:te,li:Fe,p:te,pre:dt,tr:Ns,ul:Fe}}}),Fr,jr,Er,Pr,Qt,sa=_({"src/attribute.ts"(){"use strict";var e,t,s,r,l,kn,i;U(),oe(),Re(),ta(),ae(),M(),B(),Ie(),Fr=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|src|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,jr=/(?:^|\s|\*\/)(?:javascript|vbscript)(?:\W|$)/iu,Er=new Set(["ext","arg","magic-word","template"]),Pr=new Set(["about","property","resource","datatype","typeof","itemid","itemprop","itemref","itemscope","itemtype"]),Qt=(i=class extends E{constructor(a,h,d,u="",p,g=[],c=L.getConfig(),x=[]){const v=new ue(d,"attr-key",c,x);let m;if(d==="title"||h==="img"&&d==="alt")m=new E(p,c,x,{}),m.type="attr-value",m.setAttribute("stage",fe-1);else if(h==="gallery"&&d==="caption"||h==="choose"&&(d==="before"||d==="after")){const y={...c,excludes:[...c.excludes,"heading","html","table","hr","list"]};m=new E(p,y,x,{}),m.type="attr-value",m.setAttribute("stage",1)}else m=new ue(p,"attr-value",c,x,{});super(void 0,c,x);C(this,l);C(this,e);C(this,t);C(this,s);C(this,r);N(this,e,a),this.append(v,m),N(this,s,u),N(this,r,[...g]),N(this,t,h),this.setAttribute("name",Ye(xe(d)))}get type(){return f(this,e)}get tag(){return f(this,t)}get balanced(){return!f(this,s)||f(this,r)[0]===f(this,r)[1]}afterBuild(){f(this,s).includes("\0")&&N(this,s,this.buildFromStr(f(this,s),0)),this.parentNode&&N(this,t,this.parentNode.name),this.setAttribute("name",Ye(this.firstChild.text())),super.afterBuild()}toString(a){const[h="",d=""]=f(this,r);return f(this,s)?super.toString(a,f(this,s)+h)+d:this.firstChild.toString(a)}text(){return f(this,s)?`${super.text(`${f(this,s).trim()}"`)}"`:this.firstChild.text()}getGaps(){var a,h;return f(this,s)?f(this,s).length+((h=(a=f(this,r)[0])==null?void 0:a.length)!=null?h:0):0}lint(a=this.getAbsoluteIndex(),h){var y;const d=super.lint(a,h),{balanced:u,firstChild:p,lastChild:g,name:c,tag:x}=this,v=new ie(this,a);if(!u){const A=O(g,v,"unclosed-quote",L.msg("unclosed $1","quotes"),"warning");A.startIndex--,A.startCol--,A.suggestions=[{desc:"close",range:[A.endIndex,A.endIndex],text:f(this,r)[0]}],d.push(A)}const m=j(this,l,kn).call(this,a,v);return m&&d.push(m),(y=cl[x])!=null&&y.has(c)&&d.push(O(p,v,"obsolete-attr","obsolete attribute","warning")),d}getValue(){return f(this,s)?this.lastChild.text().trim():this.type==="ext-attr"||""}getAttribute(a){return a==="invalid"?j(this,l,kn).call(this):super.getAttribute(a)}print(){const[a="",h=""]=f(this,r);return f(this,s)?super.print({sep:Nt(f(this,s))+a,post:h}):super.print()}json(a,h=this.getAbsoluteIndex()){const d=super.json(void 0,h);return d.tag=this.tag,d}},e=new WeakMap,t=new WeakMap,s=new WeakMap,r=new WeakMap,l=new WeakSet,kn=function(a,h){const{firstChild:d,lastChild:u,type:p,name:g,tag:c,parentNode:x}=this,v=!u.childNodes.some(({type:S})=>Er.has(S)),m=this.getValue(),y=ul[c],A=hl[c],{length:w}=this.toString();if(!(y!=null&&y.has(g))&&!(A!=null&&A.has(g))&&(p==="ext-attr"?y||A:!/\{\{[^{]+\}\}/u.test(g))&&(p==="ext-attr"&&!A||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(g)&&(c==="meta"||c==="link"||!dl.has(g)))||(g==="itemtype"||g==="itemid"||g==="itemref")&&!(x!=null&&x.hasAttr("itemscope"))){if(a===void 0)return!0;const S=O(d,h,"illegal-attr","illegal attribute name");return S.suggestions=[{desc:"remove",range:[a,a+w],text:""}],S}else{if(g==="style"&&typeof m=="string"&&Fr.test(m))return a===void 0?!0:O(u,h,"insecure-style","insecure style");if(g==="tabindex"&&typeof m=="string"&&m!=="0"){if(a===void 0)return!0;const S=O(u,h,"illegal-attr","nonzero tabindex");return S.suggestions=[{desc:"remove",range:[a,a+w],text:""},{desc:"0 tabindex",range:[S.startIndex,S.endIndex],text:"0"}],S}else if(v&&p!=="ext-attr"){const S=Zi(c,g),T=String(m).toLowerCase();if(S.length>0&&S.every(b=>b!==T))return a===void 0?!0:O(u,h,"illegal-attr","illegal attribute value","warning")}else if(typeof m=="string"&&((/^xmlns:[\w:.-]+$/u.test(g)||Pr.has(g))&&jr.test(m)||v&&(g==="href"||g==="src")&&!new RegExp(String.raw`^(?:${this.getAttribute("config").protocol}|//)\S+$`,"iu").test(m)))return a===void 0?!0:O(u,h,"illegal-attr","illegal attribute value")}return!1},i)}}),Fs,Rr,js,ls,Wn=_({"src/attributes.ts"(){"use strict";var e,t,Jt,r;U(),oe(),ae(),M(),B(),Ie(),sa(),Fs=l=>l.slice(0,-1),Rr=l=>`${Fs(l)}-dirty`;try{js=new RegExp(String.raw`[\p{L}\p{N}]`,"u")}catch{js=/[^\W_]/u}ls=(r=class extends E{constructor(n,i,o,a,h=[]){super(void 0,a,h,{});C(this,t);C(this,e);if(N(this,e,i),this.setAttribute("name",o),n){const d=/([^\s/](?:(?!\0\d+~\x7F)[^\s/=])*)(?:((?:\s(?:\s|\0\d+[cn]\x7F)*)?(?:=|\0\d+~\x7F)(?:\s|\0\d+[cn]\x7F)*)(?:(["'])([\s\S]*?)(\3|$)|(\S*)))?/gu;let u="",p=d.exec(n),g=0;const c=()=>{u&&(super.insertAt(new ue(u,Rr(i),a,h,{})),u="")};for(;p;){const{index:x,0:v,1:m,2:y,3:A,4:w,5:S,6:T}=p;if(u+=n.slice(g,x),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(xe(m).trim())){const b=w!=null?w:T,k=[A,S],$=new Qt(Fs(i),o,m,y,b,k,a,h);c(),super.insertAt($)}else u+=v;({lastIndex:g}=d),p=d.exec(n)}u+=n.slice(g),c()}}get type(){return f(this,e)}afterBuild(){const{parentNode:n}=this;n!=null&&n.is("td")&&this.setAttribute("name",n.subtype),super.afterBuild()}getAttrTokens(n){return this.childNodes.filter(i=>i instanceof Qt&&(!n||i.name===Ye(n)))}hasAttr(n){return this.getAttrTokens(n).length>0}getAttrToken(n){const i=this.getAttrTokens(n);return i[i.length-1]}getAttr(n){var i;return(i=this.getAttrToken(n))==null?void 0:i.getValue()}lint(n=this.getAbsoluteIndex(),i){const o=super.lint(n,i),{parentNode:a,childNodes:h}=this,d=new Map,u=new Set,p=new ie(this,n);if(j(this,t,Jt).call(this)){const g=Q(this,p,"no-ignored","attributes of a closing tag"),c=a.getAbsoluteIndex();g.suggestions=[{desc:"remove",range:[n,g.endIndex],text:""},{desc:"open",range:[c+1,c+2],text:""}],o.push(g)}for(const g of h)if(g instanceof Qt){const{name:c}=g;d.has(c)?(u.add(c),d.get(c).push(g)):d.set(c,[g])}else{const c=g.text().trim();if(c){const x=O(g,p,"no-ignored","containing invalid attribute",js.test(c)?"error":"warning");x.suggestions=[{desc:"remove",range:[x.startIndex,x.endIndex],text:" "}],o.push(x)}}if(u.size>0)for(const g of u){const c=d.get(g).map(x=>{const v=x.getValue();return[x,v===!0?"":v]});o.push(...c.map(([x,v],m)=>{const y=O(x,p,"no-duplicate",L.msg("duplicated $1 attribute",g)),A={desc:"remove",range:[y.startIndex,y.endIndex],text:""};return!v||c.slice(0,m).some(([,w])=>w===v)?y.fix=A:y.suggestions=[A],y}))}return o}getAttribute(n){return n==="invalid"?j(this,t,Jt).call(this):super.getAttribute(n)}print(){return this.toString()?`<span class="wpb-${this.type}${j(this,t,Jt).call(this)?" wpb-invalid":""}">${this.childNodes.map(n=>n.print(n instanceof ue?{class:n.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}},e=new WeakMap,t=new WeakSet,Jt=function(){const{parentNode:n}=this;return(n==null?void 0:n.type)==="html"&&n.closing&&this.text().trim()!==""},r)}}),gl={};Z(gl,{PreToken:()=>pl});var pl,na=_({"src/pre.ts"(){"use strict";Re(),B(),Ne(),pl=class extends E{get type(){return"ext-inner"}constructor(e,t,s=[]){if(e){const r=/<nowiki>/giu,l=/<\/nowiki>/giu,{length:n}=r.source;let i=r.exec(e);i&&(l.lastIndex=i.index+n);let o=l.exec(e),a=0,h="";for(;i&&o;)new he(i[0],t,s),new he(o[0],t,s),h+=`${e.slice(a,i.index)}\0${s.length-1}n${e.slice(i.index+n,o.index)}\0${s.length}n`,a=o.index+n+1,r.lastIndex=a,i=r.exec(e),i&&(l.lastIndex=i.index+n),o=l.exec(e);e=h+e.slice(a)}super(e,t,s,{}),this.setAttribute("stage",fe-1)}isPlain(){return!0}lint(e=this.getAbsoluteIndex()){return super.lint(e,/<\s*\/\s*(pre)\b/giu)}}}}),os,Mn=_({"mixin/multiLine.ts"(){"use strict";ce(),os=e=>{class t extends e{toString(r){return super.toString(r,`
3
3
  `)}text(){return super.text(`
4
4
  `).replace(/\n\s*\n/gu,`
5
5
  `)}getGaps(){return 1}print(){return super.print({sep:`
6
- `})}}return Ee(n,a),n}});var Xs={};ee(Xs,{ParamTagToken:()=>st});var Vs,Jn,xl,st,Yn=v(()=>{"use strict";M();ie();jr();pn();G();B();Me();Vs=[Zt];st=class extends(xl=A){get type(){return"ext-inner"}constructor(n,e,t=C.getConfig(),r=[],i){if(super(void 0,t,r,{}),e){let s=Y;this.append(...e.split(`
7
- `).map(o=>i?o:kt(o,t,r,n)).map(o=>new s(o,"param-line",t,r,{})))}r.splice(r.indexOf(this),1),r.push(this)}lint(n=this.getAbsoluteIndex()){let e=new L(this,n),t=C.msg("invalid parameter of <$1>",this.name),r=[];for(let i of this.childNodes){i.setAttribute("aIndex",n);let s=i.childNodes.filter(({type:o})=>o!=="comment"&&o!=="include"&&o!=="noinclude");if(s.some(({type:o})=>o==="ext"))r.push(N(i,e,"no-ignored",t));else{let o=s.findIndex(({type:g})=>g!=="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 g=N(i,e,"no-ignored",t);g.suggestions=[{desc:"remove",range:[g.startIndex,g.endIndex],text:""}],r.push(g)}else{let g=i.lint(n,!1);g.length>0&&r.push(...g)}}n+=i.toString().length+1}return r}};Jn=F(xl),st=P(Jn,0,"ParamTagToken",Vs,st),R(Jn,1,st)});var Br,er,un,tr,Zn=v(()=>{"use strict";M();de();ie();G();B();ft();tr=class extends A{constructor(e,t,r,i=[]){super(void 0,r,i);b(this,er);b(this,Br);y(this,Br,e);let s=new A(t[0],r,i);s.type="heading-title",s.setAttribute("stage",2);let o=new ce(t[1],"heading-trail",r,i);this.append(s,o)}get type(){return"heading"}get level(){return c(this,Br)}toString(e){let t=S(this,er,un).call(this);return t+this.firstChild.toString(e)+t+this.lastChild.toString(e)}text(){let e=S(this,er,un).call(this);return e+this.firstChild.text()+e}getAttribute(e){return e==="invalid"?this.inHtmlAttrs()==="error":e==="padding"?this.level:super.getAttribute(e)}getGaps(){return this.level}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t),{firstChild:i,level:s}=this,o=i.toString(),l=o.startsWith("="),g=l||o.endsWith("="),p=i.childNodes.filter(rr("quote")),d=p.filter(({bold:x})=>x),u=p.filter(({italic:x})=>x),h=new L(this,e),m=this.inHtmlAttrs();if(this.level===1){let x=N(i,h,"h1","<h1>");g||(x.suggestions=[{desc:"h2",range:[x.startIndex,x.endIndex],text:`=${o}=`}]),r.push(x)}if(g){let x=N(i,h,"unbalanced-header",C.msg("unbalanced $1 in a section header",'"="'));if(o!=="=")if(l){let[T]=/^=+/u.exec(o),k=s+T.length;x.suggestions=[{desc:`h${s}`,range:[x.startIndex,x.startIndex+T.length],text:""}],k<7&&x.suggestions.push({desc:`h${k}`,range:[x.endIndex,x.endIndex],text:T})}else{let T=/[^=](=+)$/u.exec(o)[1],k=s+T.length;x.suggestions=[{desc:`h${s}`,range:[x.endIndex-T.length,x.endIndex],text:""}],k<7&&x.suggestions.push({desc:`h${k}`,range:[x.startIndex,x.startIndex],text:T})}r.push(x)}m&&r.push(E(this,h,"parsing-order","section header in HTML tag attributes",m));let f=this.getRootNode().toString();if(d.length%2){let x=N(d[d.length-1],{...h,start:e+s,left:h.left+s},"format-leakage",C.msg("unbalanced $1 in a section header","bold apostrophes")),T=e+s+o.length;f.slice(x.endIndex,T).trim()?x.suggestions=[{desc:"close",range:[T,T],text:"'''"}]:x.fix={desc:"remove",range:[x.startIndex,x.endIndex],text:""},r.push(x)}if(u.length%2){let x=N(u[u.length-1],{start:e+s},"format-leakage",C.msg("unbalanced $1 in a section header","italic apostrophes")),T=e+s+o.length;f.slice(x.endIndex,T).trim()?x.suggestions=[{desc:"close",range:[T,T],text:"''"}]:x.fix={desc:"remove",range:[x.startIndex,x.endIndex],text:""},r.push(x)}return r}print(){let e=S(this,er,un).call(this);return super.print({pre:e,sep:e})}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t);return r.level=this.level,r}};Br=new WeakMap,er=new WeakSet,un=function(){return"=".repeat(this.level)}});var bl,cn,Qs=v(()=>{"use strict";ne();M();B();bl=new RegExp(`https?://${je}${Be}$`,"iu"),cn=class extends A{get type(){return"parameter"}get anon(){return this.firstChild.length===0}get duplicated(){var n;try{return!!((n=this.parentNode)!=null&&n.getDuplicatedArgs().some(([e])=>e===this.name))}catch{return!1}}constructor(n,e,t,r=[]){super(void 0,t,r);let i=new A(typeof n=="number"?void 0:n,t,r,{}),s=new A(e,t,r);i.type="parameter-key",i.setAttribute("stage",2),s.type="parameter-value",s.setAttribute("stage",2),this.append(i,s)}trimName(n,e=!0){let t=(typeof n=="string"?n:n.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:n,firstChild:e}=this,t=this.trimName(e);n&&n.getArgs(t,!1,!1).add(this)}super.afterBuild()}toString(n){return this.anon?this.lastChild.toString(n):super.toString(n,"=")}text(){return this.anon?this.lastChild.text():super.text("=")}getGaps(){return this.anon?0:1}lint(n=this.getAbsoluteIndex(),e){var s;let t=super.lint(n,e),{firstChild:r}=this,i=(s=bl.exec(r.text()))==null?void 0:s[0];if(i&&new URL(i).search){let o=N(r,{start:n},"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={desc:"escape",range:[o.startIndex,o.endIndex],text:"{{=}}"},t.push(o)}return t}print(){return super.print({sep:this.anon?"":"="})}json(n,e=this.getAbsoluteIndex()){let t=super.json(void 0,e);return Object.assign(t,{anon:this.anon},this.duplicated&&{duplicated:!0}),t}}});var Ks,Or,at,vt,At,nr,lt,hn,Js,ei,Tl,ot,Ys=v(()=>{"use strict";ne();M();de();ie();Lr();B();Qs();Me();ft();Ks=[rt()];ot=class extends(Tl=A){constructor(e,t,r,i=[]){var 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`,i[s].toString().replace(/^\n/u,"")));super(void 0,r,i,{});b(this,lt);le(this,"modifier","");b(this,Or,"template");b(this,at,":");b(this,vt,!1);b(this,At,new Map);b(this,nr);let{parserFunction:[l,g],variable:p,functionHook:d}=r,u=(k=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(e))==null?void 0:k[0];if(u)this.setAttribute("modifier",u),e=e.slice(u.length);else if(e.includes(":")){let[w,...I]=e.split(":"),[j]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec(($=I[0])!=null?$:"");this.setModifier(`${w}:${j}`)&&(e=I.join(":").slice(j.length))}let h=e.search(/[::]/u),m=e[h]===":",f=h!==-1;if(f||t.length===0&&!c(this,vt)){let w=f?e.slice(0,h):e,I=f&&e.slice(h+1),j=se(w),U=f?j.slice(j.search(/\S/u))+(m?":":""):j.trim(),K=U.toLowerCase(),re=Array.isArray(g),q=re?g.includes(U):Object.prototype.hasOwnProperty.call(g,U),W=!re&&q?g[U]:Object.prototype.hasOwnProperty.call(l,K)&&l[K],z=re&&q||!("functionHook"in r)||d.includes(W),J=re&&q||p.includes(W);if(f?W&&z:J){this.setAttribute("name",W||K.replace(/^#|:$/u,"")),y(this,Or,"magic-word"),m&&y(this,at,":");let Q=new ce(w,"magic-word-name",r,i);if(super.insertAt(Q),I!==!1&&t.unshift([I]),this.name==="invoke")for(let _=0;_<2;_++){let O=t.shift();if(!O)break;let ve=new Y(O.join("="),`invoke-${_?"function":"module"}`,r,i);super.insertAt(ve)}}}if(this.type==="template"){let w=se(e).trim();if(!this.normalizeTitle(w,10,{halfParsed:!0,temporary:!0}).valid)throw i.pop(),new SyntaxError("Invalid template name");let I=new Y(e,"template-name",r,i,{});super.insertAt(I)}typeof s=="number"&&(i[s]=void 0);let x=this.isTemplate(),T=1;for(let w=0;w<t.length;w++){let I=t[w];x||this.name==="switch"&&w>0||this.name==="tag"&&w>1||(I[0]=I.join("="),I.length=1),I.length===1&&(I.unshift(T),T++),this.insertAt(new cn(...I,r,i))}this.seal("modifier")}get type(){return c(this,Or)}get module(){}get function(){}setModifier(e){let{parserFunction:[,,t,r]}=this.getAttribute("config"),i=se(e).trim();if(e&&!i.endsWith(":"))return!1;let s=i.slice(0,-1).toLowerCase(),o=t.includes(s),l=r.includes(s);return c(this,vt)&&o||!c(this,vt)&&(l||!e)||(oe.running||this.length>1)&&(o||l||!e)?(this.setAttribute("modifier",e),y(this,vt,o),!!e):!1}isTemplate(){return this.type==="template"||this.name==="invoke"}afterBuild(){this.modifier.includes("\0")&&this.setAttribute("modifier",this.buildFromStr(this.modifier,0)),super.afterBuild(),this.isTemplate()&&this.type==="template"&&(y(this,nr,S(this,lt,hn).call(this)),this.setAttribute("name",c(this,nr).title))}toString(e){return`{{${this.modifier}${this.type==="magic-word"?this.firstChild.toString(e)+(this.length===1?"":c(this,at))+this.childNodes.slice(1).map(t=>t.toString(e)).join("|"):super.toString(e,"|")}}}`}text(){let{childNodes:e,length:t,firstChild:r,modifier:i,type:s,name:o}=this;return s==="magic-word"&&o==="vardefine"?"":`{{${i}${s==="magic-word"?r.text()+(t===1?"":c(this,at))+Te(e.slice(1),"|"):super.text("|")}}}`}getAttribute(e){switch(e){case"padding":return this.modifier.length+2;case"title":return c(this,nr);case"colon":return c(this,at);case"invalid":return this.type==="magic-word"&&this.name==="invoke"&&(this.length===2||!S(this,lt,hn).call(this).valid);default:return super.getAttribute(e)}}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t);if(!this.isTemplate())return r;let{type:i,childNodes:s,length:o}=this,l=new L(this,e),g=i==="magic-word";if(g&&!S(this,lt,hn).call(this).valid)r.push(N(s[1],l,"invalid-invoke","illegal module name"));else{let d=s[g?1:0],u=d.childNodes.findIndex(m=>m.type==="text"&&ct(m.data).includes("#")),h=d.childNodes[u];if(h){let m=N(d,l,"no-ignored","useless fragment","warning");m.fix={desc:"remove",range:[m.startIndex+d.getRelativeIndex(u)+h.data.indexOf("#"),m.endIndex],text:""},r.push(m)}}if(g&&o===2)return r.push(E(this,l,"invalid-invoke","missing module function")),r;let p=this.getDuplicatedArgs().filter(([,d])=>!d[0].querySelector("ext"));if(p.length>0)for(let[,d]of p)r.push(...d.map(u=>{let h=N(u,l,"no-duplicate","duplicated parameter");return h.suggestions=[{desc:"remove",range:[h.startIndex-1,h.endIndex],text:""}],h}));return r}insertAt(e,t=this.length){return super.insertAt(e,t),e.anon?S(this,lt,Js).call(this,e):e.name&&this.getArgs(e.name,!1,!1).add(e),e}getAllArgs(){return this.childNodes.filter(rr("parameter"))}getAnonArgs(){return this.getAllArgs().filter(({anon:e})=>e)}getArgs(e,t,r=!0){let i=String(e).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1"),s;return c(this,At).has(i)?s=c(this,At).get(i):(s=new Set(this.getAllArgs().filter(({name:o})=>i===o)),c(this,At).set(i,s)),s}getDuplicatedArgs(){return[...c(this,At)].filter(([,{size:e}])=>e>1).map(([e,t])=>[e,[...t]])}getPossibleValues(){let{type:e,name:t,childNodes:r}=this;if(e==="template")throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!");let i,s;switch(t){case"if":case"ifexist":case"ifexpr":case"iferror":i=2;break;case"ifeq":i=3;break;case"switch":{let o=r.slice(2),l=o[o.length-1];s=[...o.filter(({anon:g})=>!g),...l!=null&&l.anon?[l]:[]].map(({lastChild:g})=>g);break}default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}s!=null||(s=r.slice(i,i+2).map(({lastChild:o})=>o));for(let o=0;o<s.length;){let{length:l,0:g}=s[o].childNodes.filter(p=>p.text().trim());if(l===0)s.splice(o,1);else if(l>1||g.type!=="magic-word")o++;else try{let p=g.getPossibleValues();s.splice(o,1,...p),o+=p.length}catch{o++}}return s}print(){let{childNodes:e,length:t,firstChild:r,modifier:i,type:s}=this;return`<span class="wpb-${s}${this.getAttribute("invalid")?" wpb-invalid":""}">{{${s==="magic-word"?ht(i)+r.print()+(t===1?"":c(this,at))+qe(e.slice(1),{sep:"|"}):(i?`<span class="wpb-magic-word">${ht(i)}</span>`:"")+qe(e,{sep:"|"})}}}</span>`}};ei=F(Tl),Or=new WeakMap,at=new WeakMap,vt=new WeakMap,At=new WeakMap,nr=new WeakMap,lt=new WeakSet,hn=function(){let e=this.type==="template";return this.normalizeTitle(this.childNodes[e?0:1].text(),e?10:828,{temporary:!0})},Js=function(e){let t=this.getAnonArgs(),r=typeof e!="number";for(let i=r?t.indexOf(e):e-1;i<t.length;i++){let s=t[i],{name:o}=s,l=String(i+1);(o!==l||s===e)&&(s.setAttribute("name",l),this.getArgs(l,!1,!1).add(s))}},ot=P(ei,0,"TranscludeToken",Ks,ot),R(ei,1,ot)});var Zs,ti,yl,wt,eo=v(()=>{"use strict";mt();B();Zs=[ye()];wt=class extends(yl=A){get type(){return"hidden"}getAttribute(n){return n==="invalid"||super.getAttribute(n)}};ti=F(yl),wt=P(ti,0,"HiddenToken",Zs,wt),R(ti,1,wt)});var to,ni,kl,ri,vl,St,ro=v(()=>{"use strict";ne();M();ie();_e();Lr();B();Me();eo();to=[ge("{{{"),rt()];St=class extends(vl=A){constructor(e,t,r=[]){super(void 0,t,r,{});b(this,ni);for(let i=0;i<e.length;i++){let s=e[i];if(i===0){let o=new Y(s,"arg-name",t,r,{});super.insertAt(o)}else if(i>1){let o=new wt(s,t,r);super.insertAt(o)}else{let o=new A(s,t,r);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`{{{${Te(this.childNodes.slice(0,2),"|")}}}}`}afterBuild(){super.afterBuild()}lint(e=this.getAbsoluteIndex(),t){let{childNodes:[r,i,...s]}=this;r.setAttribute("aIndex",e+3);let o=r.lint(e+3,t);if(i){let l=e+4+r.toString().length;i.setAttribute("aIndex",l);let g=i.lint(l,t);g.length>0&&o.push(...g)}if(s.length>0){let l=new L(this,e);o.push(...s.map(g=>{let p=N(g,l,"no-ignored","invisible content inside triple braces");return p.startIndex--,p.startCol--,p.suggestions=[{desc:"remove",range:[p.startIndex,p.endIndex],text:""},{desc:"escape",range:[p.startIndex,p.startIndex+1],text:"{{!}}"}],p}))}if(!this.getAttribute("include")){let l=E(this,{start:e},"no-arg","unexpected template argument","warning");i&&(l.suggestions=[{desc:"expand",range:[e,l.endIndex],text:i.text()}]),o.push(l)}return o}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t);return r.default=this.default,r}};ri=F(vl),ni=new WeakSet,kl=function(){},St=P(ri,0,"ArgToken",to,St),R(ri,1,St)});var go={};ee(go,{parseBraces:()=>qr});var Al,no,ii,io,so,oo,lo,ao,qr,mn=v(()=>{"use strict";qt();ne();Zn();Ys();ro();Al={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},no=String.raw`\[(?!\[)`,ii=String.raw`\n(?![=\0])`,io=String.raw`|\{{2,}`,so=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),oo=Ne(a=>new RegExp(a,"gmu"));lo=new RegExp(String.raw`\{\{((?:[^\n{}[]|${no}|${ii})*)\}\}(?!\})`+"|"+String.raw`\[\[(?:[^\n[\]{]|${ii})*\]\]`+"|"+String.raw`-\{(?:[^\n{}[]|${no}|${ii})*\}-`,"gu");ao=a=>{let n=Oe(se(a));return so.has(n)?so.get(n):/^(?:filepath|(?:full|canonical)urle?):./u.test(n)?"m":/^#vardefine:./u.test(n)?"n":"t"},qr=(a,n,e)=>{var m,f,x,T,k;let t=String.raw`${n.excludes.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,{parserFunction:[,,,r]}=n,i=[],s=[],o=($,w,I,j)=>{w[w.length-1].push(Ie($.slice(I,j),s))},l;do l!==void 0&&(a=l),l=a.replace(lo,($,w,I)=>{if(w!==void 0||typeof I=="string")try{let{length:j}=e,U=(w!=null?w:I).split("|");return new ot(Ie(U[0],s),U.slice(1).map(K=>{let re=K.indexOf("=");return(re===-1?[K]:[K.slice(0,re),K.slice(re+1)]).map(q=>Ie(q,s))}),n,e),`\0${j}${ao(U[0])}`}catch(j){if(!(j instanceof SyntaxError)||j.message!=="Invalid template name")throw j}return s.push(Ie($,s)),`\0${s.length-1}`});while(l!==a);a=l;let g=a.lastIndexOf("}}")-a.length,p=g+a.length!==-1,d=oo(t+(p?io:"")),u=d.exec(a),h;for(;u||h!==void 0&&h<=a.length&&((f=(m=i[i.length-1])==null?void 0:m[0])!=null&&f.startsWith("="));){if(u!=null&&u[1]){let[,{length:J}]=u;u[0]=u[0].slice(J),u.index+=J}let{0:$,index:w}=u!=null?u:{0:`
8
- `,index:a.length},I=(x=i.pop())!=null?x:{},{0:j,index:U,parts:K,findEqual:re,pos:q}=I,W=$==="="&&re;if($==="]]"||$==="}-")h=w+2;else if($===`
9
- `){h=w+1;let{pos:J,findEqual:Q}=(T=i[i.length-1])!=null?T:{};if(J===void 0||Q||se(a.slice(J,U))!==""){let _=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(a.slice(U,w));_&&(_[2]=Ie(_[2],s),_[2].includes(`
10
- `)||(a=`${a.slice(0,U)}\0${e.length}h${a.slice(w)}`,h=U+4+String(e.length).length,new tr(_[1].length,_.slice(2),n,e)))}}else if($==="|"||W)h=w+1,o(a,K,q,w),$==="|"&&K.push([]),I.pos=h,I.findEqual=$==="|",i.push(I);else if($.startsWith("}}")){let J=$.slice(0,Math.min(j.length,3)),Q=j.length-J.length,{length:_}=e;h=w+J.length,o(a,K,q,w);let O=!1,ve="t";if(J.length===3){let ue=K.map(Ke=>Ke.join("=")),me=ue.length>1&&se(ue[1]).trim();new St(ue,n,e),me&&me.endsWith(":")&&r.includes(me.slice(0,-1).toLowerCase())&&(ve="s")}else try{new ot(K[0][0],K.slice(1),n,e),ve=ao(K[0][0])}catch(ue){if(ue instanceof SyntaxError&&ue.message==="Invalid template name")O=!0;else throw ue}O||(a=`${a.slice(0,U+Q)}\0${_}${ve}${a.slice(h)}`,h=U+Q+3+String(_).length,Q>1?i.push({0:j.slice(0,Q),index:U,pos:U+Q,parts:[[]]}):Q===1&&a[U-1]==="-"&&i.push({0:"-{",index:U-1,pos:U+1,parts:[[]]}))}else h=w+$.length,$.startsWith("{")&&(u.pos=h,u.parts=[[]]),i.push(..."0"in I?[I]:[],u);let z=i[i.length-1];if(p&&g+a.length<h)for(p=!1;(k=z==null?void 0:z[0])!=null&&k.startsWith("{");)i.pop(),z=i[i.length-1];d=oo(t+(p?io:"")+(z?`|${Al[z[0][0]]}${z.findEqual?"|=":""}`:"")),d.lastIndex=h,u=d.exec(a)}return Ie(a,s)}});var po={};ee(po,{InputboxToken:()=>si});var si,uo=v(()=>{"use strict";jr();mn();G();Yn();si=class extends st{constructor(n,e,t=C.getConfig(),r=[]){let i=Symbol("InputboxToken"),s=t.excludes.includes("heading")?t:{...t,excludes:[...t.excludes,"heading"]},{length:o}=r;r.push(i),e&&(e=kt(e,s,r,n)),e&&(e=qr(e,s,r)),r.splice(o,1),super(n,e,s,r,{})}}});var fn={};ee(fn,{NestedToken:()=>oi});var wl,Sl,_r,ir,oi,xn=v(()=>{"use strict";M();ie();jr();mn();G();B();ai();ze();wl=new Set(["comment","include","arg","template","magic-word"]),Sl=[!1,!0].map(a=>{let n=a?"includeonly":"noinclude";return new RegExp(String.raw`^(?:<${n}(?:\s[^>]*)?/?>|</${n}\s*>)$`,"iu")}),oi=class extends A{constructor(e,t,r,i,s=[]){if(typeof t=="boolean"){let o=Symbol("InputboxToken"),{length:l}=s;s.push(o),e&&(e=kt(e,i,s,t)),e&&(e=qr(e,i,s)),s.splice(l,1)}else e&&(e=e.replace(t,(o,l,g,p,d)=>{let u=`\0${s.length+1}e`;return new De(l,g,p,d,i,!1,s),u}));e&&(e=e.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(o,l,g)=>(new D(g,i,s),`${l}\0${s.length}n`)));super(e,i,s);b(this,_r);b(this,ir);y(this,_r,[...r]),y(this,ir,t)}get type(){return"ext-inner"}lint(e=this.getAbsoluteIndex(),t){let r=new L(this,e),i=typeof c(this,ir)=="boolean"?Sl[c(this,ir)?1:0]:/^<!--[\s\S]*-->$/u;return[...super.lint(e,t),...this.childNodes.filter(s=>{let{type:o,name:l}=s;if(o==="ext")return!c(this,_r).includes(l);if(wl.has(o))return!1;let g=s.toString().trim();return g&&!i.test(g)}).map(s=>{let o=N(s,r,"no-ignored",C.msg("invalid content in <$1>",this.name));return o.suggestions=[{desc:"remove",range:[o.startIndex,o.endIndex],text:""},{desc:"comment",range:[o.startIndex,o.endIndex],text:`<!--${s.toString()}-->`}],o})]}};_r=new WeakMap,ir=new WeakMap});function co(a,n,e,t,r){n=se(n).trim();let i=n.replace(a==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(a){case"width":return!i&&!!n||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(i);case"link":{if(i){if(Cl(e.protocol).test(i))return $l(e.protocol).test(i)&&n;i.startsWith("[[")&&i.endsWith("]]")&&(i=i.slice(2,-2))}else return n;let s=C.normalizeTitle(i,0,!1,e,{halfParsed:t,decode:!0,selfLink:!0});return s.valid&&s}case"lang":return(r==="svg"||r==="svgz")&&!/[^a-z\d-]/u.test(i);case"alt":case"class":case"manualthumb":return!0;case"page":return(r==="djvu"||r==="djv"||r==="pdf")&&Number(i)>0;default:return!!i&&!isNaN(i)}}var Cl,$l,Nl,Il,he,Tn,ho,bn,mo=v(()=>{"use strict";qt();ne();M();G();B();Cl=Ne(a=>new RegExp(String.raw`^(?:${a}|//|\0\d+m\x7F)`,"iu")),$l=Ne(a=>new RegExp(String.raw`^(?:(?:${a}|//)${je}|\0\d+m\x7F)${Be}$`,"iu")),Nl=Ne(a=>new RegExp(String.raw`^(\s*(?!\s))${a.replace("$1","(.*)")}${a.endsWith("$1")?`(?=$|
11
- )`:""}(\s*)$`,"u")),Il=new Set(["alt","link","lang","page","caption"]);bn=class extends A{constructor(e,t,r,i){var n=(...Ou)=>(super(...Ou),b(this,Tn),b(this,he,""),this);let s,o=Object.entries(r.img).map(([g,p])=>[g,p,Nl(g)]),l=o.find(([,g,p])=>(s=p.exec(e),s&&(s.length!==4||co(g,s[2],r,!0,t)!==!1)));if(l&&s){s.length===3?(n(void 0,r,i),y(this,he,e)):(n(s[2],r,i,{}),y(this,he,s[1]+l[0]+s[3])),this.setAttribute("name",l[1]);return}n(e,r.excludes.includes("list")?r:{...r,excludes:[...r.excludes,"list"]},i),this.setAttribute("name","caption"),this.setAttribute("stage",7)}get type(){return"image-parameter"}get link(){return this.name==="link"?co("link",super.text(),this.getAttribute("config")):void 0}afterBuild(){var e;(e=this.parentNode)!=null&&e.is("gallery-image")&&!Il.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(e){return c(this,he)?c(this,he).replace("$1",super.toString(e)):super.toString(e)}text(){return c(this,he)?c(this,he).replace("$1",super.text()).trim():super.text().trim()}isPlain(){return this.name==="caption"}getAttribute(e){return e==="invalid"?this.name==="invalid":e==="padding"?Math.max(0,c(this,he).indexOf("$1")):super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){let r=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={desc:"remove",range:[e-1,o.endIndex],text:""},r.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:Ye(this.text())}],r.push(o)}return r}getValue(){return this.name==="invalid"?this.text():S(this,Tn,ho).call(this)||super.text()}print(){return c(this,he)?`<span class="wpb-image-parameter${this.name==="invalid"?" wpb-invalid":""}">${c(this,he).replace("$1",`<span class="wpb-image-caption">${qe(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}};he=new WeakMap,Tn=new WeakSet,ho=function(){return c(this,he)&&!c(this,he).includes("$1")}});var fo,El,Ll,xo,bo,Fl,Rl,To,sr,li=v(()=>{"use strict";M();ie();G();Er();mo();fo=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),El=new Set(["arg"]),Ll=new Set(["template","magic-word"]),xo=new Set(["left","right","center","none"]),bo=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),Fl=new Set(["tiff","tif","png","gif","jpg","jpeg","webp","xcf","pdf","svg","djvu"]),Rl=a=>{if(a===void 0)return[];let n=/-\{|\}-|\|/gu,e=[],t=n.exec(a),r=0,i=0;for(;t;){let{0:s,index:o}=t;s!=="|"?r+=s==="-{"?1:-1:r===0&&(e.push(a.slice(i,o)),{lastIndex:i}=n),t=n.exec(a)}return e.push(a.slice(i)),e},To=(a,n)=>a.filter(({childNodes:e})=>{let t=e.filter(r=>r.text().trim());return t.length!==1||!n.has(t[0].type)}),sr=class extends xe{get type(){return"file"}get extension(){return this.getAttribute("title").extension}constructor(n,e,t,r=[],i="|"){super(n,void 0,t,r,i);let{extension:s}=this.getTitle(!0,!0);this.safeAppend(Rl(e).map(o=>new bn(o,s,t,r)))}lint(n=this.getAbsoluteIndex(),e){var m;let t=super.lint(n,e),r=To(this.getAllArgs(),El),i=[...new Set(r.map(({name:f})=>f))],s=i.filter(f=>fo.has(f)),o=i.filter(f=>xo.has(f)),l=i.filter(f=>bo.has(f)),[g]=s,p=g==="framed"||g==="manualthumb",d=new L(this,n);if(this.closest("ext-link-text")&&((m=this.getValue("link"))==null?void 0:m.trim())!==""&&t.push(E(this,d,"nested-link","internal link in an external link")),p)for(let f of r.filter(({name:x})=>x==="width")){let x=N(f,d,"invalid-gallery","invalid image parameter");x.fix={desc:"remove",range:[x.startIndex-1,x.endIndex],text:""},t.push(x)}if(r.length===i.length&&s.length<2&&o.length<2&&l.length<2)return t;let u=(f,x,T=!0)=>k=>{let $=typeof T=="function"?T(k):T,w=N(k,d,"no-duplicate",C.msg(`${f} image $1 parameter`,x),$?"error":"warning");return w.suggestions=[{desc:"remove",range:[w.startIndex-1,w.endIndex],text:""}],w},{extension:h}=this;for(let f of i){if(f==="invalid"||f==="width"&&p)continue;let x=f==="caption",T=r.filter(({name:k})=>k===f);if(x&&(T=[...T.slice(0,-1).filter(k=>k.text()),...T.slice(-1)]),T.length>1){let k=!x||!h||Fl.has(h);if(x&&k){let $=To(T,Ll);k=$.length>1&&(w=>$.includes(w))}t.push(...T.map(u("duplicated",f,k)))}}return s.length>1&&t.push(...r.filter(({name:f})=>fo.has(f)).map(u("conflicting","frame"))),o.length>1&&t.push(...r.filter(({name:f})=>xo.has(f)).map(u("conflicting","horizontal-alignment"))),l.length>1&&t.push(...r.filter(({name:f})=>bo.has(f)).map(u("conflicting","vertical-alignment"))),t}getAllArgs(){return this.childNodes.slice(1)}getArgs(n){return this.getAllArgs().filter(({name:e})=>n===e)}getArg(n){let e=this.getArgs(n);return e[n==="manualthumb"?0:e.length-1]}getValue(n){var e;return(e=this.getArg(n))==null?void 0:e.getValue()}json(n,e=this.getAbsoluteIndex()){let t=super.json(void 0,e),{extension:r}=this;return r&&(t.extension=r),t}}});var yo,Mr,gi,di,Pl,We,pi=v(()=>{"use strict";M();_e();B();li();yo=[ge("")];We=class extends(Pl=sr){constructor(e,t,r,i,s=[]){let o;if(r!==void 0){let{length:l}=s;o=new A(r,i,s);for(let g=1;g<11;g++)o.parseOnce();s.splice(l,1)}super(t,o==null?void 0:o.toString(),i,s);b(this,Mr);le(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,{halfParsed:!0,temporary:e,decode:!t})}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t);if(S(this,Mr,gi).call(this)){let i=E(this,{start:e},"invalid-gallery","invalid gallery image");i.suggestions=[{desc:"prefix",range:[e,e],text:"File:"}],r.push(i)}return r}getAttribute(e){return e==="invalid"?S(this,Mr,gi).call(this):super.getAttribute(e)}};di=F(Pl),Mr=new WeakSet,gi=function(){let{ns:e}=this.getAttribute("title");return e!==6},We=P(di,0,"GalleryImageToken",yo,We),R(di,1,We)});var Ao={};ee(Ao,{GalleryToken:()=>or});var ko,Ct,vo,ci,ui,jl,or,wo=v(()=>{"use strict";pn();G();B();pi();ze();ko=[Zt];or=class extends(jl=A){constructor(e,t,r=[]){var i;super(void 0,t,r,{});b(this,Ct);for(let s of(i=e==null?void 0:e.split(`
12
- `))!=null?i:[]){let o=/^([^|]+)(?:\|(.*))?/u.exec(s);if(!o){super.insertAt(s.trim()?new D(s,t,r):s);continue}let[,l,g]=o;S(this,Ct,vo).call(this,l)?super.insertAt(new We("gallery",l,g,t,r)):super.insertAt(new D(s,t,r))}}get type(){return"ext-inner"}get widths(){return S(this,Ct,ci).call(this,"widths")}get heights(){return S(this,Ct,ci).call(this,"heights")}lint(e=this.getAbsoluteIndex(),t){let{top:r,left:i}=this.getRootNode().posFromIndex(e),s=[];for(let o=0;o<this.length;o++){let l=this.childNodes[o],g=l.toString(),{length:p}=g,d=g.trim(),{type:u}=l,h=r+o,m=o?0:i;if(l.setAttribute("aIndex",e),u==="noinclude"&&d&&!/^<!--.*-->$/u.test(d)){let f=e+p;s.push({rule:"no-ignored",message:C.msg("invalid content in <$1>","gallery"),severity:d.endsWith("-->")||/^(?:\||<!--)/u.test(d)?"warning":"error",startIndex:e,endIndex:f,startLine:h,endLine:h,startCol:m,endCol:m+p,suggestions:[{desc:"remove",range:[e,f],text:""},{desc:"comment",range:[e,f],text:`<!--${g}-->`}]})}else if(u!=="noinclude"&&u!=="text"){let f=l.lint(e,t);f.length>0&&s.push(...f)}e+=p+1}return s}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t);return Object.assign(r,{widths:this.widths,heights:this.heights}),r}};ui=F(jl),Ct=new WeakSet,vo=function(e){return this.normalizeTitle(e,6,{halfParsed:!0,temporary:!0,decode:!0}).valid},ci=function(e){var i,s;let t=(i=this.parentNode)==null?void 0:i.getAttr(e),r=typeof t=="string"&&((s=/^(\d+)\s*(?:px)?$/u.exec(t))==null?void 0:s[1]);return r&&Number(r)||120},or=P(ui,0,"GalleryToken",ko,or),R(ui,1,or)});var ar,hi=v(()=>{"use strict";M();Er();ar=class extends xe{get type(){return"link"}lint(n=this.getAbsoluteIndex(),e){let t=super.lint(n,e);return this.closest("ext-link-text")&&t.push(E(this,{start:n},"nested-link","internal link in an external link")),t}}});var Bl,Ol,Ur,zr,mi,He,yn=v(()=>{"use strict";M();ne();ie();G();B();Bl=String.raw`(?:[${Ae}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,Ol=new RegExp(`${Bl}+`,"gu"),He=class extends A{constructor(e,t="free-ext-link",r=C.getConfig(),i){super(e,r,i,{});b(this,zr);b(this,Ur);y(this,Ur,t)}get type(){return c(this,Ur)}get innerText(){let e=new Map([["!","|"],["=","="]]),t=Te(this.childNodes.map(r=>{let{type:i}=r,s=String(r.name);return i==="magic-word"&&e.has(s)?e.get(s):r}));return this.type==="magic-link"&&(t=t.replace(Ol," ")),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:ss(e).replace(/\n/gu,"%0A")}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t),i=new L(this,e),{type:s,childNodes:o}=this;if(s==="magic-link")return S(this,zr,mi).call(this)&&r.push(E(this,i,"invalid-isbn","invalid ISBN")),r;let l=s==="ext-link-url",g=l?/\|/u:/[,;。:!?()]+/u,p=o.find(d=>d.type==="text"&&g.test(d.data));if(p){let{data:d}=p,u=N(p,i,"unterminated-url",C.msg("$1 in URL",l?'"|"':"full-width punctuation"),"warning"),{index:h,0:m}=g.exec(d),f=u.startIndex+h;u.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)}],r.push(u)}return r}getUrl(e){this.lspError("MagicLinkToken.getUrl")}getAttribute(e){return e==="invalid"?S(this,zr,mi).call(this):super.getAttribute(e)}};Ur=new WeakMap,zr=new WeakSet,mi=function(){if(this.type==="magic-link"){let{link:e}=this;if(e.startsWith("ISBN")){let t=[...e.slice(5)].map(r=>r==="X"?10:Number(r));return t.length===10?t.reduce((r,i,s)=>r+i*(10-s),0)%11!==0:t.length===13&&(t[12]===10||t.reduce((r,i,s)=>r+i*(s%2?3:1),0)%10!==0)}}return!1}});var So,Ge,fi,ql,Ve,xi=v(()=>{"use strict";M();_e();B();yn();So=[ge("[")];Ve=class extends(ql=A){constructor(e,t="",r="",i,s=[]){super(void 0,i,s,{});b(this,Ge);let o=e&&/^\0\d+f\x7F$/u.test(e)?s[Number(e.slice(1,-2))]:new He(e,"ext-link-url",i,s);if(this.insertAt(o),y(this,Ge,t),r){let l=new A(r,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,Ge)}]`:`[${super.toString(e,c(this,Ge))}]`}text(){return`[${super.text(" ")}]`}getGaps(){return c(this,Ge).length}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t);return this.length===1&&this.closest("heading-title")&&r.push(E(this,{start:e},"var-anchor","variable anchor in a section header")),r}print(){return super.print(this.length===1?{pre:"[",post:`${c(this,Ge)}]`}:{pre:"[",sep:c(this,Ge),post:"]"})}};fi=F(ql),Ge=new WeakMap,Ve=P(fi,0,"ExtLinkToken",So,Ve),R(fi,1,Ve)});var Dr,Co=v(()=>{"use strict";B();ze();hi();xi();Dr=class extends A{get type(){return"imagemap-link"}constructor(n,e,t,r,i=[]){super(void 0,r,i),this.append(n,e.length===2?new ar(...e,r,i):new Ve(...e,r,i),new D(t,r,i))}}});var No={};ee(No,{ImagemapToken:()=>lr});var $o,bi,_l,lr,Io=v(()=>{"use strict";M();de();ie();pn();G();B();ze();pi();Co();$o=[Zt];lr=class extends(_l=A){get type(){return"ext-inner"}get image(){return this.childNodes.find(rr("imagemap-image"))}constructor(n,e=C.getConfig(),t=[]){if(super(void 0,e,t,{}),!n)return;let r=n.split(`
13
- `),i=new Set(e.protocol.split("|")),s=D,o=!0,l=!1;for(let g of r){let p=g.trim();if(!(l||!p||p.startsWith("#"))){if(o){let d=g.indexOf("|"),u=d===-1?g:g.slice(0,d),{valid:h,ns:m}=this.normalizeTitle(u,0,{halfParsed:!0,temporary:!0});if(h&&m===6){let f=new We("imagemap",u,d===-1?void 0:g.slice(d+1),e,t);super.insertAt(f),o=!1;continue}else l=!0}else if(g.trim().split(/[\t ]/u,1)[0]==="desc"){super.insertAt(g);continue}else if(g.includes("[")){let d=g.indexOf("["),u=g.slice(d),h=/^\[\[([^|]+)(?:\|([^\]]*))?\]\][\w\s]*$/u.exec(u);if(h){if(this.normalizeTitle(h[1],0,{halfParsed:!0,temporary:!0,selfLink:!0}).valid){super.insertAt(new Dr(g.slice(0,d),h.slice(1),u.slice(u.indexOf("]]")+2),e,t));continue}}else if(u.startsWith("[//")||i.has(u.slice(1,u.indexOf(":")+1))||i.has(u.slice(1,u.indexOf("//")+2))){let m=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(u);if(m){super.insertAt(new Dr(g.slice(0,d),m.slice(1),u.slice(u.indexOf("]")+1),e,t));continue}}}}super.insertAt(new s(g,e,t))}}lint(n=this.getAbsoluteIndex(),e){let t=super.lint(n,e),r=new L(this,n);return this.image?t.push(...this.childNodes.filter(i=>{let s=i.toString().trim();return i.is("noinclude")&&s&&!s.startsWith("#")}).map(i=>{let s=N(i,r,"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,r,"invalid-imagemap","<imagemap> without an image")),t}getAttribute(n){return n==="invalid"?!this.image:super.getAttribute(n)}};bi=F(_l),lr=P(bi,0,"ImagemapToken",$o,lr),R(bi,1,lr)});var Eo,Ti,Ml,Xe,yi=v(()=>{"use strict";M();mt();_e();G();et();Eo=[ye(!1),ge("<!--")];Xe=class extends(Ml=pe){constructor(e,t,r,i){super(e,r,i);le(this,"closed");this.closed=t}get type(){return"comment"}lint(e=this.getAbsoluteIndex()){if(this.closed)return[];let t=E(this,{start:e},"unclosed-comment",C.msg("unclosed $1","HTML comment"));return t.suggestions=[{desc:"close",range:[t.endIndex,t.endIndex],text:"-->"}],[t]}toString(e){return e?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}};Ti=F(Ml),Xe=P(Ti,0,"CommentToken",Eo,Xe),R(Ti,1,Xe)});var Lo={};ee(Lo,{CommentedToken:()=>ki});var ki,Fo=v(()=>{"use strict";B();yi();ki=class extends A{get type(){return"ext-inner"}constructor(n,e,t=[]){if(super(void 0,e,t,{AstText:":",CommentToken:":"}),n){let r=n.indexOf("<!--"),i=r!==-1&&n.indexOf("-->",r+4),s=0;for(;i!==!1&&i!==-1;)r>s&&this.insertAt(n.slice(s,r)),this.insertAt(new Xe(n.slice(r+4,i),!0,e,t)),s=i+3,r=n.indexOf("<!--",s),i=r!==-1&&n.indexOf("-->",r+4);s<n.length&&this.insertAt(n.slice(s))}}lint(n=this.getAbsoluteIndex()){return super.lint(n,/<\s*(?:\/\s*)?(hiero)\b/giu)}}});var Ro={};ee(Ro,{NowikiToken:()=>vi});var Ul,zl,Wr,Ai,vi,Po=v(()=>{"use strict";qt();M();G();et();Ul=Ne(a=>new RegExp(String.raw`<\s*(?:/\s*)${a==="nowiki"?"":"?"}(${a})\b`,"giu")),zl=new Set(["templatestyles","section","languages"]),vi=class extends pe{constructor(){super(...arguments);b(this,Wr)}get type(){return"ext-inner"}lint(e=this.getAbsoluteIndex()){let{name:t}=this;if(S(this,Wr,Ai).call(this)){let r=E(this,{start:e},"void-ext",C.msg("nothing should be in <$1>",t));return r.fix={desc:"empty",range:[e,r.endIndex],text:""},[r]}return super.lint(e,Ul(t))}getAttribute(e){return e==="invalid"?S(this,Wr,Ai).call(this):super.getAttribute(e)}};Wr=new WeakSet,Ai=function(){let{name:e,firstChild:{data:t}}=this;return zl.has(e)&&!!t}});var jo,wi,Dl,De,ai=v(()=>{"use strict";M();ie();G();an();B();nn();gn();jo=[Xt()];De=class extends(Dl=$e){get type(){return"ext"}constructor(n,e,t,r,i=C.getConfig(),s=!1,o=[]){let l=n.toLowerCase(),g=new it(!e||/^\s/u.test(e)?e:` ${e}`,"ext-attrs",l,i,o),p={...i,ext:i.ext.filter(u=>u!==l),excludes:[...i.excludes]},d;switch(p.inExt=!0,l){case"tab":p.ext=p.ext.filter(u=>u!=="tabs");case"indicator":case"poem":case"ref":case"option":case"combooption":case"tabs":case"poll":case"seo":case"langconvert":case"phonos":l==="poem"&&p.excludes.push("heading"),d=new A(t,p,o);break;case"pre":{let{PreToken:u}=(Gs(),H(Hs));d=new u(t,p,o);break}case"dynamicpagelist":{let{ParamTagToken:u}=(Yn(),H(Xs));d=new u(s,t,p,o);break}case"inputbox":{let{InputboxToken:u}=(uo(),H(po));d=new u(s,t,p,o);break}case"references":{let{NestedToken:u}=(xn(),H(fn));p.excludes.push("heading"),d=new u(t,s,["ref"],p,o);break}case"choose":{let{NestedToken:u}=(xn(),H(fn));d=new u(t,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],p,o);break}case"combobox":{let{NestedToken:u}=(xn(),H(fn));d=new u(t,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],p,o);break}case"gallery":{let{GalleryToken:u}=(wo(),H(Ao));d=new u(t,p,o);break}case"imagemap":{let{ImagemapToken:u}=(Io(),H(No));d=new u(t,p,o);break}case"hiero":{let{CommentedToken:u}=(Fo(),H(Lo));d=new u(t,p,o);break}default:{let{NowikiToken:u}=(Po(),H(Ro));d=new u(t,p,o)}}d.setAttribute("name",l),d.type==="plain"&&(d.type="ext-inner"),super(n,g,d,r,i,o),this.seal("closed",!0)}lint(n=this.getAbsoluteIndex(),e){let t=super.lint(n,e),r=new L(this,n);if(this.name!=="nowiki"){let i=this.inHtmlAttrs();i&&t.push(E(this,r,"parsing-order","extension tag in HTML tag attributes",i))}return this.name==="ref"&&this.closest("heading-title")&&t.push(E(this,r,"var-anchor","variable anchor in a section header")),t}};wi=F(Dl),De=P(wi,0,"ExtToken",jo,De),R(wi,1,De)});var qo={};ee(qo,{parseCommentAndExt:()=>kt});var Oo,Wl,Si,Hl,Bo,kt,jr=v(()=>{"use strict";qt();ne();ws();ze();$s();Is();ai();yi();Oo="<onlyinclude>",Wl="</onlyinclude>",{length:Si}=Oo,Hl=[!1,!0].map(a=>{let n=a?"includeonly":"(?:no|only)include",e=a?"noinclude":"includeonly";return Ne(t=>new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${n}(?:\s[^>]*)?/?>|</${n}\s*>|<(${t.join("|")})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(\1\s*)>)|<(${e})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${e}\s*)>|$))`,"giu"))}),Bo=a=>{let n=a.indexOf(Oo);return{i:n,j:a.indexOf(Wl,n+Si)}},kt=(a,n,e,t)=>{if(t){let{i:o,j:l}=Bo(a);if(o!==-1&&l!==-1){let g="",p=d=>{new D(d,n,e),g+=`\0${e.length-1}n`};for(;o!==-1&&l!==-1;){let d=`\0${e.length}e`;new Tt(a.slice(o+Si,l),n,e),o>0&&p(a.slice(0,o)),g+=d,a=a.slice(l+Si+1),{i:o,j:l}=Bo(a)}return a&&p(a),g}}let{ext:r}=n,i=r.filter(o=>o!=="translate"&&o!=="tvar"),s={...n,ext:i};if(r.includes("translate")){let o=[];a=a.replace(/<nowiki>[\s\S]*?<\/nowiki>/giu,l=>(o.push(l),`\0${o.length-1}`)).replace(/<translate( nowrap)?>([\s\S]+?)?<\/translate>/gu,(l,g,p)=>{let d=e.length;return new sn(g,p&&Ie(p,o),s,e),`\0${d}g`}),a=Ie(a,o)}return a.replace(Hl[t?1:0](i),(o,l,g,p,d,u,h,m,f)=>{let x=e.length,T="n";if(l)T="e",new De(l,g,p,d,s,u,e);else if(o.startsWith("<!--")){T="c";let k=o.endsWith("-->");new Xe(o.slice(4,k?-3:void 0),k,n,e)}else u?new yt(u,h,m,f,n,e):new D(o,n,e);return`\0${x}${T}`})}});var Gl,Vl,Xl,_o,dr,Re,dt,Qe,Ci,Ql,$t,Mo=v(()=>{"use strict";M();de();ie();an();B();G();Gl=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),Vl=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"]),Xl=new Set(["strike","big","center","font","tt"]);_o=[Xt()];$t=class extends(Ql=A){constructor(e,t,r,i,s,o){super(void 0,s,o);b(this,dr);b(this,Re);b(this,dt);b(this,Qe);this.insertAt(t),this.setAttribute("name",e.toLowerCase()),y(this,dr,r),y(this,Re,i),y(this,dt,e)}get type(){return"html"}get selfClosing(){return c(this,Re)}get closing(){return c(this,dr)}toString(e){return`<${this.closing?"/":""}${c(this,dt)}${super.toString(e)}${c(this,Re)?"/":""}>`}text(){let{closing:e}=this,t=c(this,dt)+(e?"":super.text());return`<${e?"/":""}${t}${c(this,Re)?"/":""}>`}getAttribute(e){return e==="invalid"?this.inTableAttrs()==="error":e==="padding"?c(this,dt).length+(this.closing?2:1):super.getAttribute(e)}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t),{name:i,parentNode:s,closing:o,selfClosing:l}=this,g=new L(this,e),p=this.inTableAttrs();if(i==="h1"&&!o){let x=E(this,g,"h1","<h1>");x.suggestions=[{desc:"h2",range:[e+2,e+3],text:"2"}],r.push(x)}if(p){let x=E(this,g,"parsing-order","HTML tag in table attributes",p);p==="error"&&(x.fix={desc:"remove",range:[e,x.endIndex],text:""}),r.push(x)}Xl.has(i)&&r.push(E(this,g,"obsolete-tag","obsolete HTML tag","warning")),(i==="b"||i==="strong")&&this.closest("heading-title")&&r.push(E(this,g,"bold-header","bold in section header","warning"));let{html:[,d,u]}=this.getAttribute("config"),h=u.includes(i),m=d.includes(i);if(o&&(l||h)||l&&(!h&&!m)){let x=E(this,g,"unmatched-tag",o?"tag that is both closing and self-closing":"invalid self-closing tag"),T={desc:"open",range:[e+1,e+2],text:""},k={desc:"no self-closing",range:[x.endIndex-2,x.endIndex-1],text:""};m?x.suggestions=[T,k]:o?x.fix=h?T:k:x.suggestions=[k,{desc:"close",range:[x.endIndex-2,x.endIndex],text:`></${i}>`}],r.push(x)}else if(!this.findMatchingTag()){let x=E(this,g,"unmatched-tag",o?"unmatched closing tag":"unclosed tag");if(o){let T=this.closest("magic-word");T&&Gl.has(T.name)?x.severity="warning":x.suggestions=[{desc:"remove",range:[e,x.endIndex],text:""}]}else{let T=s==null?void 0:s.childNodes;Vl.has(i)&&(T!=null&&T.slice(0,T.indexOf(this)).some(({type:k,name:$})=>k==="html"&&$===i))?x.suggestions=[{desc:"close",range:[e+1,e+1],text:"/"}]:this.closest("heading-title")||(x.severity="warning")}r.push(x)}return r}findMatchingTag(){return we(c(this,Qe),()=>{let{name:e,parentNode:t,closing:r,selfClosing:i}=this,{html:[,s,o]}=this.getAttribute("config"),l=o.includes(e),g=s.includes(e);if(l||g&&i)return this;if(!t)return;let{childNodes:p}=t,d=p.indexOf(this),u=r?p.slice(0,d).reverse():p.slice(d+1),h=[this],{rev:m}=oe;for(let f of u)if(!(!f.is("html")||f.name!==e||g&&c(f,Re)))if(c(f,dr)===r)h.push(f);else{let x=h.pop();if(x===this)return f;C.viewOnly&&(y(x,Qe,[m,f]),y(f,Qe,[m,x]))}if(C.viewOnly)for(let f of h)y(f,Qe,[m,void 0])},e=>{y(this,Qe,e),e[1]&&e[1]!==this&&y(e[1],Qe,[oe.rev,this])})}print(){return super.print({pre:`&lt;${this.closing?"/":""}${c(this,dt)}`,post:`${c(this,Re)?"/":""}&gt;`})}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t);return Object.assign(r,{closing:this.closing,selfClosing:c(this,Re)}),r}};Ci=F(Ql),dr=new WeakMap,Re=new WeakMap,dt=new WeakMap,Qe=new WeakMap,$t=P(Ci,0,"HtmlToken",_o,$t),R(Ci,1,$t)});var Uo={};ee(Uo,{parseHtml:()=>Jl});var Kl,Jl,zo=v(()=>{"use strict";gn();Mo();Kl=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,Jl=(a,n,e)=>{var s;let{html:t}=n;(s=n.htmlElements)!=null||(n.htmlElements=new Set([...t[0],...t[1],...t[2]]));let r=a.split("<"),i=r.shift();for(let o of r){let l=Kl.exec(o),g=l==null?void 0:l[2],p=g==null?void 0:g.toLowerCase();if(!l||!n.htmlElements.has(p)){i+=`<${o}`;continue}let[,d,,u="",h,m]=l,{length:f}=e,x=new it(u,"html-attrs",p,n,e),T=x.getAttr("itemprop");if(p==="meta"&&(T===void 0||x.getAttr("content")===void 0)||p==="link"&&(T===void 0||x.getAttr("href")===void 0)){i+=`<${o}`,e.length=f;continue}i+=`\0${e.length}x${m}`,new $t(g,x,d==="/",h==="/>",n,e)}return i}});var gr,$i=v(()=>{"use strict";an();B();ft();gn();gr=class extends Xt(1)(A){constructor(n,e,t,r,i,s=[],o){super(void 0,i,s,o),this.append(new ce(e,"table-syntax",i,s),new it(r,"table-attrs",t,i,s))}}});var ke,Hr,Gr,Ni,pr,Ii=v(()=>{"use strict";M();ie();B();$i();pr=class extends gr{constructor(e,t,r,i=[]){var g;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,r,i);b(this,Gr);b(this,ke,"");b(this,Hr);s&&([Yr(this,ke)._]=s);let l=new A(t==null?void 0:t.slice(((g=s==null?void 0:s.index)!=null?g:NaN)+c(this,ke).length),r,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 S(this,Gr,Ni).call(this).subtype}afterBuild(){c(this,ke).includes("\0")&&y(this,ke,this.buildFromStr(c(this,ke),0)),super.afterBuild()}toString(e){let{childNodes:[t,r,i]}=this;return t.toString(e)+r.toString(e)+c(this,ke)+i.toString(e)}text(){let{childNodes:[e,t,r]}=this;return e.text()+t.text()+c(this,ke)+r.text()}getGaps(e){return e===1?c(this,ke).length:0}lint(e=this.getAbsoluteIndex(),t){let r=super.lint(e,t),i=new L(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("||"),g=N(s,i,"pipe-like",'additional "|" in a table cell',l?"error":"warning");if(l){let p={caption:"|+",td:"|",th:"!"}[this.subtype];g.fix={desc:"newline",range:[g.startIndex,g.endIndex],text:o.replace(/\|\|/gu,`
14
- ${p}`)}}else g.suggestions=[{desc:"escape",range:[g.startIndex,g.endIndex],text:o.replace(/\|/gu,"&#124;")}];r.push(g)}}return r}isIndependent(){return this.firstChild.text().startsWith(`
15
- `)}getAttr(e){let t=super.getAttr(e);return e==="rowspan"||e==="colspan"?parseInt(t)||1:t}print(){let{childNodes:[e,t,r]}=this;return`<span class="wpb-td">${e.print()}${t.print()}${c(this,ke)}${r.print()}</span>`}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t),{rowspan:i,colspan:s}=this;return Object.assign(r,{subtype:this.subtype},i!==1&&{rowspan:i},s!==1&&{colspan:s}),r}};ke=new WeakMap,Hr=new WeakMap,Gr=new WeakSet,Ni=function(){return we(c(this,Hr),()=>{var o;let e=this.firstChild.text(),t=e.slice(-1),r="td";if(t==="!"?r="th":t==="+"&&(r="caption"),this.isIndependent())return{subtype:r};let{previousSibling:i}=this;return{...S(o=i,Gr,Ni).call(o)}},e=>{y(this,Hr,e)})}});var ur,Ei=v(()=>{"use strict";M();$i();Ii();ur=class extends gr{lint(n=this.getAbsoluteIndex(),e){let t=super.lint(n,e),r=this.childNodes.find(({type:o})=>o==="table-inter");if(!r)return t;let i=Mt(r);if(!i)return t;let s=N(r,{start:n},"fostered-content","content to be moved out from the table",i);return s.startIndex++,s.startLine++,s.startCol=0,t.push(s),t}getRowCount(){return Number(this.childNodes.some(n=>n instanceof pr&&n.isIndependent()&&!n.firstChild.text().endsWith("+")))}}});var Yl,Zl,Li,kn,Do=v(()=>{"use strict";M();de();ie();G();Ei();ft();Yl=(a,n)=>new Array(a).fill(void 0).map((e,t)=>n(t)),Zl=({type:a})=>a==="tr"||a==="table-syntax",Li=class extends Array{},kn=class extends ur{get type(){return"table"}get closed(){return this.lastChild.is("table-syntax")}constructor(n,e,t,r){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,n,"table",e,t,r,{})}lint(n=this.getAbsoluteIndex(),e){let t=super.lint(n,e),r=new L(this,n);this.closed||t.push(N(this.firstChild,r,"unclosed-table",C.msg("unclosed $1","table")));let i=this.getLayout(),{length:s}=i;if(s>1){let o=1,l=1/0,g=0;for(;g<s;g++){let p=i[g],d=p.length;if(d<o)break;d<l&&(l=d);let u=p.indexOf(p[d-1])+1;if(u>l)break;u>o&&(o=u)}if(g<s){let p=N(this.getNthRow(g),r,"table-layout","inconsistent table layout","warning");p.startIndex++,p.startLine++,p.startCol=0,t.push(p)}}return t}close(n=`
16
- |}`,e){let t=this.getAttribute("config"),r=this.getAttribute("accum"),i=[n];oe.run(()=>{let s=new ce(void 0,"table-syntax",t,r);super.insertAt(s)}),this.lastChild.safeReplaceChildren(i)}getLayout(n){let e=this.getAllRows(),{length:t}=e,r=Li.from(Yl(t,()=>[]));for(let i=0;i<r.length;i++){let s=r[i],o=0,l=0,g;for(let p of e[i].childNodes.slice(2))if(p.is("td")){if(p.isIndependent()&&(g=p.subtype!=="caption"),g){let d={row:i,column:o},{rowspan:u,colspan:h}=p;for(o++;s[l];)l++;for(let m=i;m<Math.min(i+u,t);m++)for(let f=l;f<l+h;f++)r[m][f]=d;l+=h}}else if(Zl(p))break}return r}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(n=>n.is("tr")&&n.getRowCount()>0)]}getNthRow(n,e,t){let r=super.getRowCount();if(n===0&&r)return this;r&&n--;for(let i of this.childNodes.slice(2)){let{type:s}=i;if(s==="tr"&&i.getRowCount()&&(n--,n<0))return i}}json(n,e=this.getAbsoluteIndex()){let t=super.json(void 0,e);return t.closed=this.closed,t}}});var vn,Wo=v(()=>{"use strict";Ei();vn=class extends ur{get type(){return"tr"}constructor(n,e,t,r){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,n,"tr",e,t,r)}}});var cr,Fi=v(()=>{"use strict";et();cr=class extends pe{get indent(){return this.innerText.split(":").length-1}json(n,e=this.getAbsoluteIndex()){let t=super.json(void 0,e),{indent:r}=this;return r&&(t.indent=r),t}}});var hr,Ri=v(()=>{"use strict";Fi();hr=class extends cr{get type(){return"dd"}}});var Go={};ee(Go,{parseTable:()=>td});var ed,Ho,td,Vo=v(()=>{"use strict";B();Do();Wo();Ii();Ri();ed=a=>a.lastChild.constructor!==A,Ho=(a,n)=>a.is("td")?n.pop():a,td=({firstChild:{data:a},type:n,name:e},t,r)=>{let i=[],s=a.split(`
17
- `),o=n==="root"||n==="parameter-value"||n==="ext-inner"&&e==="poem"?"":`
18
- ${s.shift()}`,l,g=(p,d)=>{if(!d){o+=p;return}let{lastChild:u}=d;if(ed(d)){let h=new A(p,t,r);h.type="table-inter",h.setAttribute("stage",3),d.insertAt(h)}else u.setText(u.toString()+p)};for(let p of s){l=i.pop();let[d]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(p),u=p.slice(d.length),h=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(u);if(h){for(;l&&l.type!=="td";)l=i.pop();let[,$,w,I,j]=h;$&&new hr($,t,r),g(`
19
- ${d}${$&&`\0${r.length-1}d`}${w}\0${r.length}b`,l),i.push(...l?[l]:[],new kn(I,j,t,r));continue}else if(!l){o+=`
20
- ${p}`;continue}let m=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(u);if(!m){g(`
21
- ${p}`,l),i.push(l);continue}let[,f,x,T,k]=m;if(f){for(;l.type!=="table";)l=i.pop();l.close(`
22
- ${d}${f}`,!0),g(k,i[i.length-1])}else if(x){l=Ho(l,i),l.is("tr")&&(l=i.pop());let $=new vn(`
23
- ${d}${x}`,k,t,r);i.push(l,$),l.insertAt($)}else{l=Ho(l,i);let $=T==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu,w=$.exec(k),I=0,j=`
24
- ${d}${T}`,U=K=>{let re=new pr(j,k.slice(I,w==null?void 0:w.index),t,r);return K.insertAt(re),re};for(;w;)U(l),{lastIndex:I}=$,[j]=w,w=$.exec(k);i.push(l,U(l))}}return o.slice(1)}});var An,Xo=v(()=>{"use strict";et();An=class extends pe{get type(){return"hr"}}});var Qo,Pi,rd,Nt,Ko=v(()=>{"use strict";mt();_e();et();Qo=[ye(),ge("__")];Nt=class extends(rd=pe){get type(){return"double-underscore"}constructor(n,e,t,r){var l,g;super(n,t,r);let i=n.toLowerCase(),{doubleUnderscore:[,,s,o]}=t;this.setAttribute("name",(g=e?(l=o==null?void 0:o[n])==null?void 0:l.toLowerCase():s==null?void 0:s[i])!=null?g:i)}toString(){return`__${this.innerText}__`}print(){return super.print({pre:"__",post:"__"})}};Pi=F(rd),Nt=P(Pi,0,"DoubleUnderscoreToken",Qo,Nt),R(Pi,1,Nt)});var Jo={};ee(Jo,{parseHrAndDoubleUnderscore:()=>nd});var nd,Yo=v(()=>{"use strict";Xo();Ko();Zn();nd=({firstChild:{data:a},type:n,name:e},t,r)=>{var l,g,p;let{doubleUnderscore:[i,s,o]}=t;return(l=t.insensitiveDoubleUnderscore)!=null||(t.insensitiveDoubleUnderscore=new Set(i)),(g=t.sensitiveDoubleUnderscore)!=null||(t.sensitiveDoubleUnderscore=new Set(s)),(p=t.regexHrAndDoubleUnderscore)!=null||(t.regexHrAndDoubleUnderscore=new RegExp(`__(${[...i,...s].join("|")})__`,"giu")),n!=="root"&&(n!=="ext-inner"||e!=="poem")&&(a=`\0${a}`),a=a.replace(/^((?:\0\d+[cno]\x7F)*)(-{4,})/gmu,(d,u,h)=>(new An(h,t,r),`${u}\0${r.length-1}r`)).replace(t.regexHrAndDoubleUnderscore,(d,u)=>{var x;let h=t.sensitiveDoubleUnderscore.has(u),m=u.toLowerCase(),f=t.insensitiveDoubleUnderscore.has(m);return h||f?(new Nt(u,h,t,r),`\0${r.length-1}${f&&((x=o==null?void 0:o[m])!=null?x:m)==="toc"?"u":"n"}`):d}).replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(d,u,h,m,f)=>{let x=`${u}\0${r.length}h`;return new tr(h.length,[m,f],t,r),x}),n==="root"||n==="ext-inner"&&e==="poem"?a:a.slice(1)}});var mr,wn,Zo=v(()=>{"use strict";M();ie();G();et();wn=class extends pe{constructor(e,t,r,i){super(e,r,i);b(this,mr);y(this,mr,t)}get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}get closing(){return{...this.bold?{bold:c(this,mr).bold}:void 0,...this.italic?{italic:c(this,mr).italic}:void 0}}text(){let{parentNode:e,innerText:t}=this;return e!=null&&e.is("image-parameter")&&e.name!=="caption"?"":t}lint(e=this.getAbsoluteIndex()){let{previousSibling:t,nextSibling:r,bold:i,closing:s}=this,o=(t==null?void 0:t.type)==="text"?t.data:void 0,l=(r==null?void 0:r.type)==="text"?r.data:void 0,g=C.msg('lonely "$1"',"'"),p=[],d=new L(this,e),u=(h,m,f)=>[{desc:"escape",range:[h,m],text:"&apos;".repeat(f)},{desc:"remove",range:[h,m],text:""}];if(o!=null&&o.endsWith("'")){let h=E(this,d,"lonely-apos",g,(s.bold||s.italic)&&(/[a-z\d]'$/iu.test(o)||l&&/^[a-z\d]/iu.test(l))?"warning":"error"),{startIndex:m,startLine:f,startCol:x}=h,[,{length:T}]=/(?:^|[^'])('+)$/u.exec(o),k=e-T;p.push({...h,startIndex:k,endIndex:m,endLine:f,startCol:x-T,endCol:x,suggestions:u(k,m,T)})}if(l!=null&&l.startsWith("'")){let h=E(this,d,"lonely-apos",g),{endIndex:m,endLine:f,endCol:x}=h,[{length:T}]=/^'+/u.exec(l),k=m+T;p.push({...h,startIndex:m,endIndex:k,startLine:f,startCol:x,endCol:x+T,suggestions:u(m,k,T)})}if(i&&this.closest("heading-title")){let h=E(this,d,"bold-header","bold in section header","warning");h.suggestions=[{desc:"remove",range:[e,e+3],text:""}],p.push(h)}return p}json(e,t=this.getAbsoluteIndex()){let r=super.json(void 0,t);return Object.assign(r,{bold:this.bold,italic:this.italic}),r}};mr=new WeakMap});var ea={};ee(ea,{parseQuotes:()=>ji});var ji,Bi=v(()=>{"use strict";Zo();ji=(a,n,e,t)=>{var h;let r=a.split(/('{2,})/u),{length:i}=r;if(i===1)return a;let s=0,o=0,l,g,p;for(let m=1;m<i;m+=2){let f=r[m].length;switch(f){case 2:o++;break;case 4:r[m-1]+="'",r[m]="'''";case 3:if(s++,l!==void 0)break;r[m-1].endsWith(" ")?g===void 0&&p===void 0&&(p=m):r[m-1].slice(-2,-1)===" "?l=m:g!=null||(g=m);break;default:r[m-1]+="'".repeat(f-5),r[m]="'''''",o++,s++}}if(o%2===1&&s%2===1){let m=(h=l!=null?l:g)!=null?h:p;m!==void 0&&(r[m]="''",r[m-1]+="'")}let d=!0,u=!0;for(let m=1;m<i;m+=2){let f=r[m].length,x=f!==2,T=f!==3;x&&(d=!d),T&&(u=!u),new wn(r[m],{bold:x&&d,italic:T&&u},n,e),r[m]=`\0${e.length-1}q`}return r.join("")}});var ta={};ee(ta,{parseExternalLinks:()=>Oi});var Oi,qi=v(()=>{"use strict";ne();xi();yn();Oi=(a,n,e,t)=>{var r;return(r=n.regexExternalLinks)!=null||(n.regexExternalLinks=new RegExp(String.raw`\[(\0\d+f\x7F|(?:(?:${n.protocol}|//)${je}|\0\d+m\x7F)${Be}(?=[[\]<>"\t${Ae}]|\0\d))([${Ae}]*(?![${Ae}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),a.replace(n.regexExternalLinks,(i,s,o,l)=>{let{length:g}=e,p=/&[lg]t;/u.exec(s);return p&&(o="",l=s.slice(p.index)+o+l,s=s.slice(0,p.index)),t?(new He(s,"ext-link-url",n,e),`[\0${g}f${o}${l}]`):(new Ve(s,o,l,n,e),`\0${g}w`)})}});var Sn,ra=v(()=>{"use strict";ne();Er();Sn=class extends xe{get type(){return"category"}get sortkey(){let{childNodes:[,n]}=this;return n&&ct(n.text())}json(n,e=this.getAbsoluteIndex()){let t=super.json(void 0,e),{sortkey:r}=this;return r&&(t.sortkey=r),t}}});var ia={};ee(ia,{parseLinks:()=>na});var id,na,sa=v(()=>{"use strict";G();Bi();qi();hi();li();ra();id=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,na=(a,n,e,t)=>{var o;(o=n.regexLinks)!=null||(n.regexLinks=new RegExp(String.raw`^\s*(?:${n.protocol}|//)`,"iu"));let r=n.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 g=!1,p,d,u,h,m=i[l],f=r.exec(m);if(f)[,p,d,u,h]=f,h.startsWith("]")&&(u!=null&&u.includes("["))&&(u+="]",h=h.slice(1));else{let w=id.exec(m);w&&(g=!0,[,p,d,u]=w)}if(p===void 0||n.regexLinks.test(p)||/\0\d+[exhbru]\x7F/u.test(p)){s+=`[[${m}`;continue}let x=p.trim().startsWith(":");if(x&&g){s+=`[[${m}`;continue}let{ns:T,valid:k}=C.normalizeTitle(p,0,!1,n,{halfParsed:!0,temporary:!0,decode:!0,selfLink:!0});if(k){if(g){if(T!==6){s+=`[[${m}`;continue}let w=!1;for(l++;l<i.length;l++){let I=i[l],j=I.split("]]");if(j.length>2){w=!0,u+=`[[${j[0]}]]${j[1]}`,h=j.slice(2).join("]]");break}else if(j.length===2)u+=`[[${j[0]}]]${j[1]}`;else{u+=`[[${I}`;break}}if(u=na(u,n,e,t),!w){s+=`[[${p}${d}${u}`;continue}}}else{s+=`[[${m}`;continue}u&&(u=ji(u,n,e,t));let $=ar;x||(T===6?(u&&(u=Oi(u,n,e,!0)),$=sr):T===14&&($=Sn)),u===void 0&&d&&(u=""),s+=`\0${e.length}l${h}`,new $(p,u,n,e,d)}return s}});var ga={};ee(ga,{parseMagicLinks:()=>sd});var da,oa,aa,la,sd,pa=v(()=>{"use strict";ne();yn();da=String.raw`[${Ae}\t]|&nbsp;|&#0*160;|&#x0*a0;`,oa=`(?:${da})+`,aa=`(?:${da}|-)`,la=String.raw`(?:RFC|PMID)${oa}\d+\b|ISBN${oa}(?:97[89]${aa}?)?(?:\d${aa}?){9}[\dx]\b`,sd=(a,n,e)=>{if(!n.regexMagicLinks)try{n.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\p{N}_])(?:(?:${n.protocol})(${je}${Be})|${la})`,"giu")}catch{n.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${n.protocol})(${je}${Be})|${la})`,"giu")}return a.replace(n.regexMagicLinks,(t,r,i)=>{let s=r?t.slice(r.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 g=s.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,p=g.exec(s);if(p){let d=1;p[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(s.slice(0,p.index))&&(d=2),o=s.slice(p.index+d)+o,s=s.slice(0,p.index+d)}return o.length>=i.length?t:(new He(s,void 0,n,e),`${r}\0${e.length-1}w${o}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(s))return t;return new He(s,"magic-link",n,e),`${r}\0${e.length-1}i`})}});var ua,ca=v(()=>{"use strict";ua=(a,n)=>a.startsWith(n)?n.length:[...n].findIndex((e,t)=>e!==a[t])});var Cn,ha=v(()=>{"use strict";Fi();Cn=class extends cr{get type(){return"list"}}});var ma={};ee(ma,{parseList:()=>od});var od,fa=v(()=>{"use strict";ca();ha();Ri();od=(a,n,e,t)=>{let r=/^((?:\0\d+[cno]\x7F)*)([;:*#]+)(\s*)/u.exec(a);if(!r)return n.lastPrefix="",a;let[i,s,o,l]=r,g=o.replace(/;/gu,":"),p=ua(g,n.lastPrefix),d=((p>1?o.slice(p-1):o)+l).split(/(?=;)/u),u=d[0].startsWith(";"),h=d.length-(u?0:1);if(p>1){let q=o.slice(0,p-1);if(u){let W=q.split(/(?=;)/u);d.unshift(...W),h+=q.includes(";")?W.length:0}else d[0]=q+d[0]}n.lastPrefix=g;let m=s+d.map((q,W)=>`\0${t.length+W}d`).join("")+a.slice(i.length);for(let q of d)new Cn(q,e,t);if(!h)return m;let{html:[f,,x]}=e,T=/:+|-\{|\0\d+[xq]\x7F/gu,k=T,$=k.exec(m),w=0,I=!1,j=!1,U=0,K=(q,W)=>(new hr(q,e,t),`${m.slice(0,W)}\0${t.length-1}d${m.slice(W+q.length)}`),re=q=>{q?w&&w--:w++};for(;$&&h;){let{0:q,index:W}=$;if(q==="-{"){if(!U){let{lastIndex:z}=k;k=/-\{|\}-/gu,k.lastIndex=z}U++}else if(q==="}-"){if(U--,!U){let{lastIndex:z}=k;k=T,k.lastIndex=z}}else if(q.endsWith("x")){let{name:z,closing:J,selfClosing:Q}=t[Number(q.slice(1,-2))];(f.includes(z)||!Q&&!x.includes(z))&&re(J)}else if(q.endsWith("q")){let{bold:z,italic:J}=t[Number(q.slice(1,-2))];z&&(re(I),I=!I),J&&(re(j),j=!j)}else if(w===0){if(q.length>=h)return K(q.slice(0,h),W);h-=q.length,k.lastIndex=W+4+String(t.length).length,m=K(q,W)}$=k.exec(m)}return m}});var _i,xa,Pe,Mi,ad,It,ba=v(()=>{"use strict";M();ie();Lr();B();Me();_i=new Set(["A","T","R","D","-","H","N"]);xa=[rt()];It=class extends(ad=A){constructor(e,t,r=[]){super(void 0,t,r,{});b(this,Pe);this.safeAppend(e.map(i=>new Y(i,"converter-flag",t,r)))}get type(){return"converter-flags"}afterBuild(){y(this,Pe,this.childNodes.map(e=>e.text().trim())),super.afterBuild()}toString(e){return super.toString(e,";")}text(){return super.text(";")}getUnknownFlags(){return new Set(c(this,Pe).filter(e=>/\{{3}[^{}]+\}{3}/u.test(e)))}getVariantFlags(){let e=new Set(this.getAttribute("config").variants);return new Set(c(this,Pe).filter(t=>e.has(t)))}isInvalidFlag(e,t,r,i){return typeof e=="object"&&(e=e.text().trim(),t=this.getVariantFlags(),r=this.getUnknownFlags(),i=new Set(c(this,Pe).filter(s=>_i.has(s)))),!!e&&!t.has(e)&&!r.has(e)&&(t.size>0||!i.has(e))}lint(e=this.getAbsoluteIndex(),t){let r=this.getVariantFlags(),i=this.getUnknownFlags(),s=new Set(c(this,Pe).filter(d=>_i.has(d))),o=c(this,Pe).filter(d=>!d).length,l=c(this,Pe).length-i.size-o,g=super.lint(e,t);if(r.size===l||s.size===l)return g;let p=new L(this,e);for(let d=0;d<this.length;d++){let u=this.childNodes[d],h=u.text().trim();if(this.isInvalidFlag(h,r,i,s)){let m=N(u,p,"no-ignored","invalid conversion flag");r.size===0&&_i.has(h.toUpperCase())?m.fix={desc:"uppercase",range:[m.startIndex,m.endIndex],text:h.toUpperCase()}:m.suggestions=[{desc:"remove",range:[m.startIndex-(d&&1),m.endIndex],text:""}],g.push(m)}}return g}print(){return super.print({sep:";"})}};Mi=F(ad),Pe=new WeakMap,It=P(Mi,0,"ConverterFlagsToken",xa,It),R(Mi,1,It)});var fr,Ta=v(()=>{"use strict";G();B();Me();fr=class extends A{get type(){return"converter-rule"}get variant(){var n,e;return(e=(n=this.childNodes[this.length-2])==null?void 0:n.text().trim())!=null?e:""}constructor(n,e=!0,t=C.getConfig(),r=[]){super(void 0,t,r);let i=n.indexOf(":"),s=n.slice(0,i).indexOf("=>"),o=s===-1?n.slice(0,i):n.slice(s+2,i);e&&t.variants.includes(o.trim())?(super.insertAt(new Y(o,"converter-rule-variant",t,r)),super.insertAt(new Y(n.slice(i+1),"converter-rule-to",t,r)),s!==-1&&super.insertAt(new Y(n.slice(0,s),"converter-rule-from",t,r),0)):super.insertAt(new Y(n,"converter-rule-to",t,r))}toString(n){let{childNodes:e,firstChild:t,lastChild:r}=this;return e.length===3?`${t.toString(n)}=>${e[1].toString(n)}:${r.toString(n)}`:super.toString(n,":")}text(){let{childNodes:n,firstChild:e,lastChild:t}=this;return n.length===3?`${e.text()}=>${n[1].text()}:${t.text()}`:super.text(":")}getGaps(n){return n===0&&this.length===3?2:1}print(){let{childNodes:n}=this;if(n.length===3){let[e,t,r]=n;return`<span class="wpb-converter-rule">${e.print()}=>${t.print()}:${r.print()}</span>`}return super.print({sep:":"})}json(n,e=this.getAbsoluteIndex()){let t=super.json(void 0,e);return t.variant=this.variant,t}}});var ya,Ui,ld,Et,ka=v(()=>{"use strict";ne();_e();B();ba();Ta();ya=[ge("-{")];Et=class extends(ld=A){get type(){return"converter"}constructor(n,e,t,r=[]){super(void 0,t,r),this.insertAt(new It(n,t,r));let[i]=e,s=i.includes(":"),o=new fr(i,s,t,r);s&&o.length===1||!s&&e.length===2&&!se(e[1]).trim()?this.insertAt(new fr(e.join(";"),!1,t,r)):this.append(o,...e.slice(1).map(l=>new fr(l,!0,t,r)))}toString(n){let{childNodes:[e,...t]}=this;return`-{${e.toString(n)}${e.length>0?"|":""}${t.map(r=>r.toString(n)).join(";")}}-`}text(){let{childNodes:[n,...e]}=this;return`-{${n.text()}|${Te(e,";")}}-`}getGaps(n){return n||this.firstChild.length>0?1:0}print(){let{childNodes:[n,...e]}=this;return`<span class="wpb-converter">-{${n.print()}${n.length>0?"|":""}${qe(e,{sep:";"})}}-</span>`}};Ui=F(ld),Et=P(Ui,0,"ConverterToken",ya,Et),R(Ui,1,Et)});var va={};ee(va,{parseConverter:()=>dd});var dd,Aa=v(()=>{"use strict";ka();dd=(a,n,e)=>{var l;(l=n.regexConverter)!=null||(n.regexConverter=new RegExp(String.raw`;(?=(?:[^;]*?=>)?\s*(?:${n.variants.join("|")})\s*:|(?:\s|\0\d+[cn]\x7F)*$)`,"u"));let t=/-\{/gu,r=/-\{|\}-/gu,i=[],s=t,o=s.exec(a);for(;o;){let{0:g,index:p}=o;if(g==="}-"){let d=i.pop(),{length:u}=e,h=a.slice(d.index+2,p),m=h.indexOf("|"),[f,x]=m===-1?[[],h]:[h.slice(0,m).split(";"),h.slice(m+1)],T=x.replace(/(&[#a-z\d]+);/giu,"$1"),k=T.split(n.regexConverter).map($=>$.replace(/\x01/gu,";"));new Et(f,k,n,e),a=`${a.slice(0,d.index)}\0${u}v${a.slice(p+2)}`,i.length===0&&(s=t),s.lastIndex=d.index+3+String(u).length}else i.push(o),s=r,s.lastIndex=p+2;o=s.exec(a)}return a}});var $n={};ee($n,{Token:()=>A});var Vr,be,V,Z,Lt,xr,Xr,X,wa,Sa,Ca,$a,Na,Ia,Ea,La,Fa,Ra,Pa,ja,zi,A,B=v(()=>{"use strict";ne();M();de();G();ps();ms();zi=class zi extends en{constructor(e,t=C.getConfig(),r=[],i){super();b(this,X);b(this,Vr,"plain");b(this,be,0);b(this,V);b(this,Z);b(this,Lt);b(this,xr,!1);b(this,Xr);typeof e=="string"&&this.insertAt(e),y(this,V,t),y(this,Z,r),r.push(this)}get type(){return c(this,Vr)}set type(e){y(this,Vr,e)}parseOnce(e=c(this,be),t=!1,r){if(e<c(this,be)||this.length===0||!this.isPlain())return this;if(c(this,be)>=11)return this;switch(e){case 0:if(this.type==="root"){c(this,Z).pop();let i=S(this,X,wa).call(this);t&&(t=!i)}y(this,Lt,t),S(this,X,Sa).call(this,t);break;case 1:S(this,X,Ca).call(this);break;case 2:S(this,X,$a).call(this);break;case 3:S(this,X,Na).call(this);break;case 4:S(this,X,Ia).call(this);break;case 5:S(this,X,Ea).call(this,r);break;case 6:S(this,X,La).call(this,r);break;case 7:S(this,X,Fa).call(this);break;case 8:S(this,X,Ra).call(this);break;case 9:S(this,X,Pa).call(this);break;case 10:S(this,X,ja).call(this)}if(this.type==="root")for(let i of c(this,Z))i==null||i.parseOnce(e,t,r);return Yr(this,be)._++,this}buildFromStr(e,t){let r=e.split(/[\0\x7F]/u).map((i,s)=>{if(s%2===0)return new Nr(i);if(isNaN(i.slice(-1)))return c(this,Z)[Number(i.slice(0,-1))];throw new Error(`Failed to build! Unrecognized token: ${i}`)});return t===0?r.map(String).join(""):t===1?Te(r):r}build(){y(this,be,11);let{length:e,firstChild:t}=this,r=t==null?void 0:t.toString();if(e===1&&t.type==="text"&&r.includes("\0")&&($r(this,0,1,this.buildFromStr(r)),this.normalize(),this.type==="root"))for(let i of c(this,Z))i==null||i.build()}afterBuild(){if(this.type==="root")for(let e of c(this,Z))e==null||e.afterBuild();y(this,xr,!0)}parse(e=11,t,r){for(e=Math.min(e,11);c(this,be)<e;)this.parseOnce(c(this,be),t,r);return e&&(this.build(),this.afterBuild()),this}isPlain(){return this.constructor===zi}getAttribute(e){var t;switch(e){case"config":return c(this,V);case"include":return(t=c(this,Lt))!=null?t:!!c(this.getRootNode(),Lt);case"accum":return c(this,Z);case"built":return c(this,xr);case"stage":return c(this,be);case"invalid":return this.type==="table-inter"&&Mt(this)==="error";default:return super.getAttribute(e)}}setAttribute(e,t){switch(e){case"stage":c(this,be)===0&&this.type==="root"&&c(this,Z).shift(),y(this,be,t);break;default:super.setAttribute(e,t)}}insertAt(e,t=this.length){let r=typeof e=="string"?new Nr(e):e;super.insertAt(r,t);let{type:i}=r;return i==="root"&&(r.type="plain"),r}normalizeTitle(e,t=0,r){return C.normalizeTitle(e,t,c(this,Lt),c(this,V),r)}inTableAttrs(){var e,t;return((e=this.closest("table-attrs,ext"))==null?void 0:e.type)==="table-attrs"&&((t=this.closest("table-attrs,arg,magic-word,template"))!=null&&t.is("table-attrs")?"error":"warning")}inHtmlAttrs(){var e;return(e=this.closest("html-attrs,ext"))!=null&&e.is("html-attrs")?"error":this.inTableAttrs()}lint(e=this.getAbsoluteIndex(),t){var i;let r=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 u of this.querySelectorAll(o)){let h;if(u.is("category"))h=u.name;else{let m=u.getValue();m&&m!==!0&&(h=`#${m}`)}if(h){let m=s.get(h);m?m.add(u):s.set(h,new Set([u]))}}for(let[u,h]of s)if(h.size>1&&!u.startsWith("#mw-customcollapsible-")){let m=!u.startsWith("#"),f=`duplicated ${m?"category":"id"}`,x=m?"error":"warning";r.push(...[...h].map(T=>{let k=E(T,{start:T.getAbsoluteIndex()},"no-duplicate",f,x);return m&&(k.suggestions=[{desc:"remove",range:[k.startIndex,k.endIndex],text:""}]),k}))}let l=/<!--\s*lint-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->/gu,g=this.toString(),p=[],d=l.exec(g);for(;d;){let{1:u,index:h}=d,m=(i=d[2])==null?void 0:i.trim();p.push({line:this.posFromIndex(h).top+(u==="disable-line"?0:1),from:u==="disable"?l.lastIndex:void 0,to:u==="enable"?l.lastIndex:void 0,rules:m?new Set(m.split(",").map(f=>f.trim())):void 0}),d=l.exec(g)}if(r=r.filter(({rule:u,startLine:h,startIndex:m})=>{let f={pos:0};for(let{line:x,from:T,to:k,rules:$}of p){if(x>h+1)break;if($&&!$.has(u))continue;if(x===h&&T===void 0&&k===void 0)return!1;T<=m&&T>f.pos?(f.pos=T,f.type="from"):k<=m&&k>f.pos&&(f.pos=k,f.type="to")}return f.type!=="from"}),r.some(({fix:u})=>u)){let u=r.map(({fix:f})=>f).filter(Boolean).sort(({range:[f,x]},{range:[T,k]})=>x===k?T-f:k-x),h=1/0,m=g;for(let{range:[f,x],text:T}of u)x<=h&&(m=m.slice(0,f)+T+m.slice(x),h=f);Object.assign(r,{output:m})}}return r}toString(e,t){return e?super.toString(!0,t):we(c(this,Xr),()=>super.toString(!1,t),r=>{let i=this.getRootNode();i.type==="root"&&c(i,xr)&&y(this,Xr,r)})}};Vr=new WeakMap,be=new WeakMap,V=new WeakMap,Z=new WeakMap,Lt=new WeakMap,xr=new WeakMap,Xr=new WeakMap,X=new WeakSet,wa=function(){let{parseRedirect:e}=(vs(),H(ks)),t=this.firstChild.toString(),r=e(t,c(this,V),c(this,Z));return r&&this.setText(r),!!r},Sa=function(e){let{parseCommentAndExt:t}=(jr(),H(qo));this.setText(t(this.firstChild.toString(),c(this,V),c(this,Z),e))},Ca=function(){let{parseBraces:e}=(mn(),H(go)),t=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,r=e(t,c(this,V),c(this,Z));this.setText(this.type==="root"?r:r.slice(1))},$a=function(){if(c(this,V).excludes.includes("html"))return;let{parseHtml:e}=(zo(),H(Uo));this.setText(e(this.firstChild.toString(),c(this,V),c(this,Z)))},Na=function(){if(c(this,V).excludes.includes("table"))return;let{parseTable:e}=(Vo(),H(Go));this.setText(e(this,c(this,V),c(this,Z)))},Ia=function(){if(c(this,V).excludes.includes("hr"))return;let{parseHrAndDoubleUnderscore:e}=(Yo(),H(Jo));this.setText(e(this,c(this,V),c(this,Z)))},Ea=function(e){let{parseLinks:t}=(sa(),H(ia));this.setText(t(this.firstChild.toString(),c(this,V),c(this,Z),e))},La=function(e){if(c(this,V).excludes.includes("quote"))return;let{parseQuotes:t}=(Bi(),H(ea)),r=this.firstChild.toString().split(`
25
- `);for(let i=0;i<r.length;i++)r[i]=t(r[i],c(this,V),c(this,Z),e);this.setText(r.join(`
26
- `))},Fa=function(){if(c(this,V).excludes.includes("extLink"))return;let{parseExternalLinks:e}=(qi(),H(ta));this.setText(e(this.firstChild.toString(),c(this,V),c(this,Z)))},Ra=function(){if(c(this,V).excludes.includes("magicLink"))return;let{parseMagicLinks:e}=(pa(),H(ga));this.setText(e(this.firstChild.toString(),c(this,V),c(this,Z)))},Pa=function(){if(c(this,V).excludes.includes("list"))return;let{parseList:e}=(fa(),H(ma)),{firstChild:t,type:r,name:i}=this,s=t.toString().split(`
27
- `),o={lastPrefix:""},l=r==="root"||r==="ext-inner"&&i==="poem"?0:1;for(;l<s.length;l++)s[l]=e(s[l],o,c(this,V),c(this,Z));this.setText(s.join(`
28
- `))},ja=function(){if(c(this,V).variants.length>0){let{parseConverter:e}=(Aa(),H(va));this.setText(e(this.firstChild.toString(),c(this,V),c(this,Z)))}};A=zi});var oe,rr,$r,Ee,de=v(()=>{"use strict";oe={running:!1,run(a){let{running:n}=this;this.running=!0;try{let{Token:e}=(B(),H($n)),t=a();return t instanceof e&&!t.getAttribute("built")&&t.afterBuild(),this.running=n,t}catch(e){throw this.running=n,e}},rev:0},rr=a=>n=>n.type===a,$r=(a,n,e,t=[])=>{var s,o;let r=a.getChildNodes(),i;r.length===e?(i=r,r=t):i=r.splice(n,e,...t);for(let l=0;l<t.length;l++){let g=t[l];g.setAttribute("parentNode",a),g.setAttribute("nextSibling",r[n+l+1]),g.setAttribute("previousSibling",r[n+l-1])}return(s=r[n-1])==null||s.setAttribute("nextSibling",r[n]),(o=r[n+t.length])==null||o.setAttribute("previousSibling",r[n+t.length-1]),r===t&&a.setAttribute("childNodes",r),i},Ee=(a,n)=>{Object.defineProperty(a,"name",{value:n.name})}});var Ba={};ee(Ba,{Title:()=>Di});var Qr,Kr,Ft,br,Rt,Di,Oa=v(()=>{"use strict";ne();Di=class{constructor(n,e,t,{temporary:r,decode:i,selfLink:s}={}){b(this,Qr);b(this,Kr);b(this,Ft);b(this,br);b(this,Rt);le(this,"valid");le(this,"encoded",!1);let o=n.trim().startsWith("../");if(i&&n.includes("%"))try{let g=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(n);n=Ye(n),this.encoded=g}catch{}if(n=ct(n).replace(/[_ ]+/gu," ").trim(),o)y(this,br,0);else{let g=e;n.startsWith(":")&&(g=0,n=n.slice(1).trim());let p=n.split(":");if(p.length>1){let d=Oe(p[0]),u=Object.prototype.hasOwnProperty.call(t.nsid,d)&&t.nsid[d];u&&(g=u,n=p.slice(1).join(":").trim())}y(this,br,g)}let l=n.indexOf("#");if(l!==-1){let g=n.slice(l).trim().slice(1);if(g.includes("%"))try{g=Ye(g)}catch{}y(this,Rt,g.replace(/ /gu,"_")),n=n.slice(0,l).trim()}this.valid=!!(n||s&&this.ns===0&&c(this,Rt)!==void 0)&&ct(n)===n&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(o?/^(?:\.\.\/)+(.*)/u.exec(n)[1]:n),this.main=n,y(this,Kr,t.namespaces),y(this,Ft,t.articlePath||"/wiki/$1"),c(this,Ft).includes("$1")||y(this,Ft,c(this,Ft)+`${c(this,Ft).endsWith("/")?"":"/"}$1`),r||Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}})}get ns(){return c(this,br)}get fragment(){return c(this,Rt)}get main(){return c(this,Qr)}set main(n){n=n.replace(/_/gu," ").trim(),y(this,Qr,n&&n[0].toUpperCase()+n.slice(1))}get prefix(){let n=c(this,Kr)[this.ns];return n+(n&&":")}get title(){return this.getRedirection()[1]}get extension(){let{main:n}=this,e=n.lastIndexOf(".");return e===-1?void 0:n.slice(e+1).toLowerCase()}getRedirection(){return[!1,(this.prefix+this.main).replace(/ /gu,"_")]}setFragment(n){y(this,Rt,n)}getUrl(n){throw new Error("Title.getUrl method is only available in the LSP version!")}};Qr=new WeakMap,Kr=new WeakMap,Ft=new WeakMap,br=new WeakMap,Rt=new WeakMap});var Wi,Pt,qa,gd,C,G=v(()=>{rs();de();as();ne();Wi=!0,Pt={config:Ln,i18n:void 0,rules:ts,get viewOnly(){return Wi},set viewOnly(a){Wi&&!a&&oe.rev++,Wi=a},getConfig(a){let n=a!=null?a:this.config,{doubleUnderscore:e,ext:t,parserFunction:r,variable:i}=n;for(let s=0;s<2;s++)e.length>s+2&&e[s].length===0&&(e[s]=Object.keys(e[s+2]));return t.includes("translate")&&!i.includes("translationlanguage")&&(i.push("translationlanguage"),Array.isArray(r[1])?r[1].push("TRANSLATIONLANGUAGE"):r[1].TRANSLATIONLANGUAGE="translationlanguage"),{...Ln,...n,excludes:[]}},msg(a,n=""){var e,t;return a&&((t=(e=this.i18n)==null?void 0:e[a])!=null?t:a).replace("$1",this.msg(n))},normalizeTitle(a,n=0,e,t=Pt.getConfig(),r){let{Title:i}=(Oa(),H(Ba)),s;if(r!=null&&r.halfParsed)s=new i(a,n,t,r);else{let{Token:o}=(B(),H($n));s=oe.run(()=>{let l=new o(a,t);l.type="root",l.parseOnce(0,e).parseOnce();let g=new i(l.toString(),n,t,r);for(let p of["main","fragment"]){let d=g[p];if(d!=null&&d.includes("\0")){let u=l.buildFromStr(d,1);p==="main"?g.main=u:g.setFragment(u)}}return g})}return s},parse(a,n,e=11,t=Pt.getConfig()){a=is(a);let r;typeof e!="number"&&(r=Array.isArray(e)?e:[e],e=Math.max(...r.map(o=>es[o]||11)));let{Token:i}=(B(),H($n));return oe.run(()=>{let o=new i(a,t);return o.type="root",o.parse(e,n)})},async partialParse(a,n,e,t=Pt.getConfig()){},createLanguageService(a){throw new Error("Parser.createLanguageService method is only available in the LSP version!")}},qa={},gd=new Set(["normalizeTitle","parse","createLanguageService"]);for(let a in Pt)gd.has(a)||(qa[a]={enumerable:!1});Object.defineProperties(Pt,qa);Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:Pt});C=Pt});G();})();
6
+ `})}}return rt(t,e),t}}}),fl={};Z(fl,{ParamTagToken:()=>Ue});var Or,Es,Br,Ue,xl=_({"src/paramTag/index.ts"(){"use strict";U(),ae(),ds(),Mn(),M(),B(),Ie(),Or=[os],Ue=class extends(Br=E){get type(){return"ext-inner"}constructor(e,t,s=L.getConfig(),r=[],l){if(super(void 0,s,r,{}),t){const n=ue;this.append(...t.split(`
7
+ `).map(i=>l?i:Et(i,s,r,e)).map(i=>new n(i,"param-line",s,r,{})))}r.splice(r.indexOf(this),1),r.push(this)}lint(e=this.getAbsoluteIndex()){const t="no-ignored",s=L.lintConfig.getSeverity(t,this.name);if(!s)return[];const r=new ie(this,e),l=L.msg("invalid parameter of <$1>",this.name),n=[];for(const i of this.childNodes){i.setAttribute("aIndex",e);const o=i.childNodes.filter(({type:a})=>a!=="comment"&&a!=="include"&&a!=="noinclude");if(o.some(({type:a})=>a==="ext"))n.push(O(i,r,t,l,s));else{const a=o.findIndex(({type:d})=>d!=="text"),h=o.slice(0,a===-1?void 0:a).map(String).join("");if(h&&!(a===-1?/^[a-z]+(?:\[\])?\s*=/iu:/^[a-z]+(?:\[\])?\s*(?:=|$)/iu).test(h)){const d=O(i,r,t,l,s);d.suggestions=[{desc:"remove",range:[d.startIndex,d.endIndex],text:""}],n.push(d)}else{const d=i.lint(e,!1);d.length>0&&n.push(...d)}}e+=i.toString().length+1}return n}},Es=se(Br),Ue=re(Es,0,"ParamTagToken",Or,Ue),ne(Es,1,Ue)}}),zn,ml=_({"src/heading.ts"(){"use strict";var e,t,Xt,r;U(),ce(),ae(),M(),B(),nt(),zn=(r=class extends E{constructor(n,i,o,a=[]){super(void 0,o,a);C(this,t);C(this,e);N(this,e,n);const h=new E(i[0],o,a);h.type="heading-title",h.setAttribute("stage",2);const d=new Be(i[1],"heading-trail",o,a);this.append(h,d)}get type(){return"heading"}get level(){return f(this,e)}toString(n){const i=j(this,t,Xt).call(this);return i+this.firstChild.toString(n)+i+this.lastChild.toString(n)}text(){const n=j(this,t,Xt).call(this);return n+this.firstChild.text()+n}getAttribute(n){return n==="invalid"?this.inHtmlAttrs()==="error":n==="padding"?this.level:super.getAttribute(n)}getGaps(){return this.level}lint(n=this.getAbsoluteIndex(),i){const o=super.lint(n,i),{firstChild:a,level:h}=this,d=a.toString(),u=d.startsWith("="),p=u||d.endsWith("="),g=a.childNodes.filter(hs("quote")),c=g.filter(({bold:w})=>w),x=g.filter(({italic:w})=>w),v=new ie(this,n),m=this.inHtmlAttrs();if(this.level===1){const w="h1",S=L.lintConfig.getSeverity(w);if(S){const T=O(a,v,w,"<h1>",S);p||(T.suggestions=[{desc:"h2",range:[T.startIndex,T.endIndex],text:`=${d}=`}]),o.push(T)}}if(p){const w="unbalanced-header",S=L.lintConfig.getSeverity(w);if(S){const T=L.msg("unbalanced $1 in a section header",'"="'),b=O(a,v,w,T,S);if(d!=="=")if(u){const[k]=/^=+/u.exec(d),$=h+k.length;b.suggestions=[{desc:`h${h}`,range:[b.startIndex,b.startIndex+k.length],text:""}],$<7&&b.suggestions.push({desc:`h${$}`,range:[b.endIndex,b.endIndex],text:k})}else{const k=/[^=](=+)$/u.exec(d)[1],$=h+k.length;b.suggestions=[{desc:`h${h}`,range:[b.endIndex-k.length,b.endIndex],text:""}],$<7&&b.suggestions.push({desc:`h${$}`,range:[b.startIndex,b.startIndex],text:k})}o.push(b)}}m&&o.push(Q(this,v,"parsing-order","section header in HTML tag attributes",m));const y="format-leakage",A=L.lintConfig.getSeverity(y,"apostrophe");if(A){const w=this.getRootNode().toString();if(c.length%2){const S=O(c[c.length-1],{...v,start:n+h,left:v.left+h},y,L.msg("unbalanced $1 in a section header","bold apostrophes"),A),T=n+h+d.length;w.slice(S.endIndex,T).trim()?S.suggestions=[{desc:"close",range:[T,T],text:"'''"}]:S.fix={desc:"remove",range:[S.startIndex,S.endIndex],text:""},o.push(S)}if(x.length%2){const S=O(x[x.length-1],{start:n+h},y,L.msg("unbalanced $1 in a section header","italic apostrophes"),A),T=n+h+d.length;w.slice(S.endIndex,T).trim()?S.suggestions=[{desc:"close",range:[T,T],text:"''"}]:S.fix={desc:"remove",range:[S.startIndex,S.endIndex],text:""},o.push(S)}}return o}print(){const n=j(this,t,Xt).call(this);return super.print({pre:n,sep:n})}json(n,i=this.getAbsoluteIndex()){const o=super.json(void 0,i);return o.level=this.level,o}},e=new WeakMap,t=new WeakSet,Xt=function(){return"=".repeat(this.level)},r)}}),qr,vl,ra=_({"src/parameter.ts"(){"use strict";oe(),U(),M(),B(),qr=new RegExp(`https?://${Xe}${Ke}$`,"iu"),vl=class extends E{get type(){return"parameter"}get anon(){return this.firstChild.length===0}get duplicated(){var e;try{return!!((e=this.parentNode)!=null&&e.getDuplicatedArgs().some(([t])=>t===this.name))}catch{return!1}}constructor(e,t,s,r=[]){super(void 0,s,r);const l=new E(typeof e=="number"?void 0:e,s,r,{}),n=new E(t,s,r);l.type="parameter-key",l.setAttribute("stage",2),n.type="parameter-value",n.setAttribute("stage",2),this.append(l,n)}trimName(e,t=!0){const s=(typeof e=="string"?e:e.toString(!0)).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1");return this.setAttribute("name",s),s}afterBuild(){if(!this.anon){const{parentNode:e,firstChild:t}=this,s=this.trimName(t);e&&e.getArgs(s,!1,!1).add(this)}super.afterBuild()}toString(e){return this.anon?this.lastChild.toString(e):super.toString(e,"=")}text(){return this.anon?this.lastChild.text():super.text("=")}getGaps(){return this.anon?0:1}lint(e=this.getAbsoluteIndex(),t){var n;const s=super.lint(e,t),r="unescaped",l=L.lintConfig.getSeverity(r);if(l){const{firstChild:i}=this,o=(n=qr.exec(i.text()))==null?void 0:n[0];try{if(o&&new URL(o).search){const a="unescaped query string in an anonymous parameter",h=O(i,{start:e},r,a,l);h.startIndex=h.endIndex,h.startLine=h.endLine,h.startCol=h.endCol,h.endIndex++,h.endCol++,h.fix={desc:"escape",range:[h.startIndex,h.endIndex],text:"{{=}}"},s.push(h)}}catch{}}return s}print(){return super.print({sep:this.anon?"":"="})}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t);return Object.assign(s,{anon:this.anon},this.duplicated&&{duplicated:!0}),s}}}}),Wr,Ps,Mr,He,ia=_({"src/transclude.ts"(){"use strict";var e,t,s,r,l,n,Kt,bl,a;oe(),U(),ce(),ae(),rs(),B(),ra(),Ie(),nt(),Wr=[jt()],He=(a=class extends(Mr=E){constructor(d,u,p,g=[]){var I,H;let c;const x=/^(?:\s|\0\d+[cn]\x7F)*\0(\d+)h\x7F(?:\s|\0\d+[cn]\x7F)*/u.exec(d);x&&(c=Number(x[1]),d=d.replace(`\0${c}h`,g[c].toString().replace(/^\n/u,"")));super(void 0,p,g,{});C(this,n);we(this,"modifier","");C(this,e,"template");C(this,t,":");C(this,s,!1);C(this,r,new Map);C(this,l);const{parserFunction:[v,m],variable:y,functionHook:A}=p,w=(I=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(d))==null?void 0:I[0];if(w)this.setAttribute("modifier",w),d=d.slice(w.length);else if(d.includes(":")){const[R,...P]=d.split(":"),[D]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec((H=P[0])!=null?H:"");this.setModifier(`${R}:${D}`)&&(d=P.join(":").slice(D.length))}const S=d.search(/[::]/u),T=d[S]===":",b=S!==-1;if(b||u.length===0&&!f(this,s)){const R=b?d.slice(0,S):d,P=b&&d.slice(S+1),D=xe(R),V=b?D.slice(D.search(/\S/u))+(T?":":""):D.trim(),K=V.toLowerCase(),z=Array.isArray(m),F=z?m.includes(V):Object.prototype.hasOwnProperty.call(m,V),q=!z&&F?m[V]:Object.prototype.hasOwnProperty.call(v,K)&&v[K],G=z&&F||!("functionHook"in p)||A.includes(q),W=z&&F||y.includes(q);if(b?q&&G:W){this.setAttribute("name",q||K.replace(/^#|:$/u,"")),N(this,e,"magic-word"),T&&N(this,t,":");const J=new Be(R,"magic-word-name",p,g);if(super.insertAt(J),P!==!1&&u.unshift([P]),this.name==="invoke")for(let Y=0;Y<2;Y++){const le=u.shift();if(!le)break;const ee=new ue(le.join("="),`invoke-${Y?"function":"module"}`,p,g);super.insertAt(ee)}}}if(this.type==="template"){const R=xe(d).trim();if(!this.normalizeTitle(R,10,{halfParsed:!0,temporary:!0}).valid)throw g.pop(),new SyntaxError("Invalid template name");const P=new ue(d,"template-name",p,g,{});super.insertAt(P)}typeof c=="number"&&(g[c]=void 0);const k=this.isTemplate();let $=1;for(let R=0;R<u.length;R++){const P=u[R];k||this.name==="switch"&&R>0||this.name==="tag"&&R>1||(P[0]=P.join("="),P.length=1),P.length===1&&(P.unshift($),$++),this.insertAt(new vl(...P,p,g))}this.seal("modifier")}get type(){return f(this,e)}get module(){}get function(){}setModifier(d){const{parserFunction:[,,u,p]}=this.getAttribute("config"),g=xe(d).trim();if(d&&!g.endsWith(":"))return!1;const c=g.slice(0,-1).toLowerCase(),x=u.includes(c),v=p.includes(c);return f(this,s)&&x||!f(this,s)&&(v||!d)||(me.running||this.length>1)&&(x||v||!d)?(this.setAttribute("modifier",d),N(this,s,x),!!d):!1}isTemplate(){return this.type==="template"||this.name==="invoke"}afterBuild(){this.modifier.includes("\0")&&this.setAttribute("modifier",this.buildFromStr(this.modifier,0)),super.afterBuild(),this.isTemplate()&&this.type==="template"&&(N(this,l,j(this,n,Kt).call(this)),this.setAttribute("name",f(this,l).title))}toString(d){return`{{${this.modifier}${this.type==="magic-word"?this.firstChild.toString(d)+(this.length===1?"":f(this,t))+this.childNodes.slice(1).map(u=>u.toString(d)).join("|"):super.toString(d,"|")}}}`}text(){const{childNodes:d,length:u,firstChild:p,modifier:g,type:c,name:x}=this;return c==="magic-word"&&x==="vardefine"?"":`{{${g}${c==="magic-word"?p.text()+(u===1?"":f(this,t))+Pe(d.slice(1),"|"):super.text("|")}}}`}getAttribute(d){switch(d){case"padding":return this.modifier.length+2;case"title":return f(this,l);case"colon":return f(this,t);case"invalid":return this.type==="magic-word"&&this.name==="invoke"&&(this.length===2||!j(this,n,Kt).call(this).valid);default:return super.getAttribute(d)}}lint(d=this.getAbsoluteIndex(),u){const p=super.lint(d,u);if(!this.isTemplate())return p;const{type:g,childNodes:c,length:x}=this,v=new ie(this,d),m=g==="magic-word";if(m&&!j(this,n,Kt).call(this).valid)p.push(O(c[1],v,"invalid-invoke","illegal module name"));else{const A=c[m?1:0],w=A.childNodes.findIndex(T=>T.type==="text"&&Ct(T.data).includes("#")),S=A.childNodes[w];if(S){const T=O(A,v,"no-ignored","useless fragment","warning");T.fix={desc:"remove",range:[T.startIndex+A.getRelativeIndex(w)+S.data.indexOf("#"),T.endIndex],text:""},p.push(T)}}if(m&&x===2)return p.push(Q(this,v,"invalid-invoke","missing module function")),p;const y=this.getDuplicatedArgs().filter(([,A])=>!A[0].querySelector("ext"));if(y.length>0)for(const[,A]of y)p.push(...A.map(w=>{const S=O(w,v,"no-duplicate","duplicated parameter");return S.suggestions=[{desc:"remove",range:[S.startIndex-1,S.endIndex],text:""}],S}));return p}insertAt(d,u=this.length){return super.insertAt(d,u),d.anon?j(this,n,bl).call(this,d):d.name&&this.getArgs(d.name,!1,!1).add(d),d}getAllArgs(){return this.childNodes.filter(hs("parameter"))}getAnonArgs(){return this.getAllArgs().filter(({anon:d})=>d)}getArgs(d,u,p=!0){const g=String(d).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1");let c;return f(this,r).has(g)?c=f(this,r).get(g):(c=new Set(this.getAllArgs().filter(({name:x})=>g===x)),f(this,r).set(g,c)),c}getDuplicatedArgs(){return[...f(this,r)].filter(([,{size:d}])=>d>1).map(([d,u])=>[d,[...u]])}getPossibleValues(){const{type:d,name:u,childNodes:p}=this;if(d==="template")throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!");let g,c;switch(u){case"if":case"ifexist":case"ifexpr":case"iferror":g=2;break;case"ifeq":g=3;break;case"switch":{const x=p.slice(2),v=x[x.length-1];c=[...x.filter(({anon:m})=>!m),...v!=null&&v.anon?[v]:[]].map(({lastChild:m})=>m);break}default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}c!=null||(c=p.slice(g,g+2).map(({lastChild:x})=>x));for(let x=0;x<c.length;){const{length:v,0:m}=c[x].childNodes.filter(y=>y.text().trim());if(v===0)c.splice(x,1);else if(v>1||m.type!=="magic-word")x++;else try{const y=m.getPossibleValues();c.splice(x,1,...y),x+=y.length}catch{x++}}return c}print(){const{childNodes:d,length:u,firstChild:p,modifier:g,type:c}=this;return`<span class="wpb-${c}${this.getAttribute("invalid")?" wpb-invalid":""}">{{${c==="magic-word"?Nt(g)+p.print()+(u===1?"":f(this,t))+Ze(d.slice(1),{sep:"|"}):(g?`<span class="wpb-magic-word">${Nt(g)}</span>`:"")+Ze(d,{sep:"|"})}}}</span>`}},e=new WeakMap,t=new WeakMap,s=new WeakMap,r=new WeakMap,l=new WeakMap,n=new WeakSet,Kt=function(){const d=this.type==="template";return this.normalizeTitle(this.childNodes[d?0:1].text(),d?10:828,{temporary:!0})},bl=function(d){const u=this.getAnonArgs(),p=typeof d!="number";for(let g=p?u.indexOf(d):d-1;g<u.length;g++){const c=u[g],{name:x}=c,v=String(g+1);(x!==v||c===d)&&(c.setAttribute("name",v),this.getArgs(v,!1,!1).add(c))}},a),Ps=se(Mr),He=re(Ps,0,"TranscludeToken",Wr,He),ne(Ps,1,He)}}),zr,Rs,Ur,mt,la=_({"src/hidden.ts"(){"use strict";st(),B(),zr=[Oe()],mt=class extends(Ur=E){get type(){return"hidden"}getAttribute(e){return e==="invalid"||super.getAttribute(e)}},Rs=se(Ur),mt=re(Rs,0,"HiddenToken",zr,mt),ne(Rs,1,mt)}}),Hr,Os,Dr,vt,oa=_({"src/arg.ts"(){"use strict";var e,aa,s;oe(),U(),ae(),Te(),rs(),B(),Ie(),la(),Hr=[Se("{{{"),jt()],vt=(s=class extends(Dr=E){constructor(l,n,i=[]){super(void 0,n,i,{});C(this,e);for(let o=0;o<l.length;o++){const a=l[o];if(o===0){const h=new ue(a,"arg-name",n,i,{});super.insertAt(h)}else if(o>1){const h=new mt(a,n,i);super.insertAt(h)}else{const h=new E(a,n,i);h.type="arg-default",h.setAttribute("stage",2),super.insertAt(h)}}}get type(){return"arg"}get default(){var l,n;return(n=(l=this.childNodes[1])==null?void 0:l.text())!=null?n:!1}toString(l){return`{{{${super.toString(l,"|")}}}}`}text(){return`{{{${Pe(this.childNodes.slice(0,2),"|")}}}}`}afterBuild(){super.afterBuild()}lint(l=this.getAbsoluteIndex(),n){const{childNodes:[i,o,...a]}=this;i.setAttribute("aIndex",l+3);const h=i.lint(l+3,n);if(o){const d=l+4+i.toString().length;o.setAttribute("aIndex",d);const u=o.lint(d,n);u.length>0&&h.push(...u)}if(a.length>0){const d=new ie(this,l);h.push(...a.map(u=>{const p=O(u,d,"no-ignored","invisible content inside triple braces");return p.startIndex--,p.startCol--,p.suggestions=[{desc:"remove",range:[p.startIndex,p.endIndex],text:""},{desc:"escape",range:[p.startIndex,p.startIndex+1],text:"{{!}}"}],p}))}if(!this.getAttribute("include")){const d=Q(this,{start:l},"no-arg","unexpected template argument","warning");o&&(d.suggestions=[{desc:"expand",range:[l,d.endIndex],text:o.text()}]),h.push(d)}return h}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}json(l,n=this.getAbsoluteIndex()){const i=super.json(void 0,n);return i.default=this.default,i}},e=new WeakSet,aa=function(){},s),Os=se(Dr),vt=re(Os,0,"ArgToken",Hr,vt),ne(Os,1,vt)}}),wl={};Z(wl,{parseBraces:()=>as});var Gr,Bs,zt,qs,Ws,Ms,Vr,zs,as,Un=_({"parser/braces.ts"(){"use strict";Ft(),oe(),ml(),ia(),oa(),Gr={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},Bs=String.raw`\[(?!\[)`,zt=String.raw`\n(?![=\0])`,qs=String.raw`|\{{2,}`,Ws=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),Ms=Je(e=>new RegExp(e,"gmu")),Vr=new RegExp(String.raw`\{\{((?:[^\n{}[]|${Bs}|${zt})*)\}\}(?!\})`+"|"+String.raw`\[\[(?:[^\n[\]{]|${zt})*\]\]`+"|"+String.raw`-\{(?:[^\n{}[]|${Bs}|${zt})*\}-`,"gu"),zs=e=>{const t=Ye(xe(e));return Ws.has(t)?Ws.get(t):/^(?:filepath|(?:full|canonical)urle?):./u.test(t)?"m":/^#vardefine:./u.test(t)?"n":"t"},as=(e,t,s)=>{var c,x,v,m,y;const r=String.raw`${t.excludes.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,{parserFunction:[,,,l]}=t,n=[],i=[],o=(A,w,S,T)=>{w[w.length-1].push(Ae(A.slice(S,T),i))};let a;do a!==void 0&&(e=a),a=e.replace(Vr,(A,w,S)=>{if(w!==void 0||typeof S=="string")try{const{length:T}=s,b=(w!=null?w:S).split("|");return new He(Ae(b[0],i),b.slice(1).map(k=>{const $=k.indexOf("=");return($===-1?[k]:[k.slice(0,$),k.slice($+1)]).map(I=>Ae(I,i))}),t,s),`\0${T}${zs(b[0])}`}catch(T){if(!(T instanceof SyntaxError)||T.message!=="Invalid template name")throw T}return i.push(Ae(A,i)),`\0${i.length-1}`});while(a!==e);e=a;const h=e.lastIndexOf("}}")-e.length;let d=h+e.length!==-1,u=Ms(r+(d?qs:"")),p=u.exec(e),g;for(;p||g!==void 0&&g<=e.length&&((x=(c=n[n.length-1])==null?void 0:c[0])!=null&&x.startsWith("="));){if(p!=null&&p[1]){const[,{length:P}]=p;p[0]=p[0].slice(P),p.index+=P}const{0:A,index:w}=p!=null?p:{0:`
8
+ `,index:e.length},S=(v=n.pop())!=null?v:{},{0:T,index:b,parts:k,findEqual:$,pos:I}=S,H=A==="="&&$;if(A==="]]"||A==="}-")g=w+2;else if(A===`
9
+ `){g=w+1;const{pos:P,findEqual:D}=(m=n[n.length-1])!=null?m:{};if(P===void 0||D||xe(e.slice(P,b))!==""){const V=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(e.slice(b,w));V&&(V[2]=Ae(V[2],i),V[2].includes(`
10
+ `)||(e=`${e.slice(0,b)}\0${s.length}h${e.slice(w)}`,g=b+4+String(s.length).length,new zn(V[1].length,V.slice(2),t,s)))}}else if(A==="|"||H)g=w+1,o(e,k,I,w),A==="|"&&k.push([]),S.pos=g,S.findEqual=A==="|",n.push(S);else if(A.startsWith("}}")){const P=A.slice(0,Math.min(T.length,3)),D=T.length-P.length,{length:V}=s;g=w+P.length,o(e,k,I,w);let K=!1,z="t";if(P.length===3){const F=k.map(G=>G.join("=")),q=F.length>1&&xe(F[1]).trim();new vt(F,t,s),q&&q.endsWith(":")&&l.includes(q.slice(0,-1).toLowerCase())&&(z="s")}else try{new He(k[0][0],k.slice(1),t,s),z=zs(k[0][0])}catch(F){if(F instanceof SyntaxError&&F.message==="Invalid template name")K=!0;else throw F}K||(e=`${e.slice(0,b+D)}\0${V}${z}${e.slice(g)}`,g=b+D+3+String(V).length,D>1?n.push({0:T.slice(0,D),index:b,pos:b+D,parts:[[]]}):D===1&&e[b-1]==="-"&&n.push({0:"-{",index:b-1,pos:b+1,parts:[[]]}))}else g=w+A.length,A.startsWith("{")&&(p.pos=g,p.parts=[[]]),n.push(..."0"in S?[S]:[],p);let R=n[n.length-1];if(d&&h+e.length<g)for(d=!1;(y=R==null?void 0:R[0])!=null&&y.startsWith("{");)n.pop(),R=n[n.length-1];u=Ms(r+(d?qs:"")+(R?`|${Gr[R[0][0]]}${R.findEqual?"|=":""}`:"")),u.lastIndex=g,p=u.exec(e)}return Ae(e,i)}}}),yl={};Z(yl,{InputboxToken:()=>Al});var Al,da=_({"src/paramTag/inputbox.ts"(){"use strict";ds(),Un(),M(),xl(),Al=class extends Ue{constructor(e,t,s=L.getConfig(),r=[]){const l=Symbol("InputboxToken"),n=s.excludes.includes("heading")?s:{...s,excludes:[...s.excludes,"heading"]},{length:i}=r;r.push(l),t&&(t=Et(t,n,r,e)),t&&(t=as(t,n,r)),r.splice(i,1),super(e,t,n,r,{})}}}}),Yt={};Z(Yt,{NestedToken:()=>Sl});var Qr,Jr,Sl,Us=_({"src/nested.ts"(){"use strict";var e,t,s;U(),ae(),ds(),Un(),M(),B(),Wl(),Ne(),Qr=new Set(["comment","include","arg","template","magic-word"]),Jr=[!1,!0].map(r=>{const l=r?"includeonly":"noinclude";return new RegExp(String.raw`^(?:<${l}(?:\s[^>]*)?/?>|</${l}\s*>)$`,"iu")}),Sl=(s=class extends E{constructor(l,n,i,o,a=[]){if(typeof n=="boolean"){const h=Symbol("InputboxToken"),{length:d}=a;a.push(h),l&&(l=Et(l,o,a,n)),l&&(l=as(l,o,a)),a.splice(d,1)}else l&&(l=l.replace(n,(h,d,u,p,g)=>{const c=`\0${a.length+1}e`;return new Qe(d,u,p,g,o,!1,a),c}));l&&(l=l.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(h,d,u)=>(new he(u,o,a),`${d}\0${a.length}n`)));super(l,o,a);C(this,e);C(this,t);N(this,e,[...i]),N(this,t,n)}get type(){return"ext-inner"}lint(l=this.getAbsoluteIndex(),n){const i=super.lint(l,n),o="no-ignored",a=L.lintConfig.getSeverity(o,this.name);if(!a)return i;const h=new ie(this,l),d=typeof f(this,t)=="boolean"?Jr[f(this,t)?1:0]:/^<!--[\s\S]*-->$/u;return[...i,...this.childNodes.filter(u=>{const{type:p,name:g}=u;if(p==="ext")return!f(this,e).includes(g);if(Qr.has(p))return!1;const c=u.toString().trim();return c&&!d.test(c)}).map(u=>{const p=O(u,h,o,L.msg("invalid content in <$1>",this.name),a);return p.suggestions=[{desc:"remove",range:[p.startIndex,p.endIndex],text:""},{desc:"comment",range:[p.startIndex,p.endIndex],text:`<!--${u.toString()}-->`}],p})]}},e=new WeakMap,t=new WeakMap,s)}});function Xr(e,t,s,r,l){t=xe(t).trim();let n=t.replace(e==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(e){case"width":return!n&&!!t||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(n);case"link":{if(n){if(_l(s.protocol).test(n))return kl(s.protocol).test(n)&&t;n.startsWith("[[")&&n.endsWith("]]")&&(n=n.slice(2,-2))}else return t;const i=L.normalizeTitle(n,0,!1,s,{halfParsed:r,decode:!0,selfLink:!0});return i.valid&&i}case"lang":return(l==="svg"||l==="svgz")&&!/[^a-z\d-]/u.test(n);case"alt":case"class":case"manualthumb":return!0;case"page":return(l==="djvu"||l==="djv"||l==="pdf")&&Number(n)>0;default:return!!n&&!isNaN(n)}}var _l,kl,Kr,Yr,$l,ha=_({"src/imageParameter.ts"(){"use strict";var e,t,Tl,l;Ft(),oe(),U(),M(),B(),_l=Je(n=>new RegExp(String.raw`^(?:${n}|//|\0\d+m\x7F)`,"iu")),kl=Je(n=>new RegExp(String.raw`^(?:(?:${n}|//)${Xe}|\0\d+m\x7F)${Ke}$`,"iu")),Kr=Je(n=>new RegExp(String.raw`^(\s*(?!\s))${n.replace("$1","(.*)")}${n.endsWith("$1")?`(?=$|
11
+ )`:""}(\s*)$`,"u")),Yr=new Set(["alt","link","lang","page","caption"]),$l=(l=class extends E{constructor(i,o,a,h){var n=(...r)=>(super(...r),C(this,t),C(this,e,""),this);let d;const u=Object.entries(a.img).map(([g,c])=>[g,c,Kr(g)]),p=u.find(([,g,c])=>(d=c.exec(i),d&&(d.length!==4||Xr(g,d[2],a,!0,o)!==!1)));if(p&&d){d.length===3?(n(void 0,a,h),N(this,e,i)):(n(d[2],a,h,{}),N(this,e,d[1]+p[0]+d[3])),this.setAttribute("name",p[1]);return}n(i,a.excludes.includes("list")?a:{...a,excludes:[...a.excludes,"list"]},h),this.setAttribute("name","caption"),this.setAttribute("stage",7)}get type(){return"image-parameter"}get link(){return this.name==="link"?Xr("link",super.text(),this.getAttribute("config")):void 0}afterBuild(){var i;(i=this.parentNode)!=null&&i.is("gallery-image")&&!Yr.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(i){return f(this,e)?f(this,e).replace("$1",super.toString(i)):super.toString(i)}text(){return f(this,e)?f(this,e).replace("$1",super.text()).trim():super.text().trim()}isPlain(){return this.name==="caption"}getAttribute(i){return i==="invalid"?this.name==="invalid":i==="padding"?Math.max(0,f(this,e).indexOf("$1")):super.getAttribute(i)}lint(i=this.getAbsoluteIndex(),o){const a=super.lint(i,o),{link:h,name:d}=this;if(d==="invalid"){const u="invalid-gallery",p=L.lintConfig.getSeverity(u,"parameter");if(p){const g=Q(this,{start:i},u,"invalid image parameter",p);g.fix={desc:"remove",range:[i-1,g.endIndex],text:""},a.push(g)}}else if(typeof h=="object"&&h.encoded){const u="url-encoding",p=L.lintConfig.getSeverity(u,"file");if(p){const g=Q(this,{start:i},u,"unnecessary URL encoding in an internal link",p);g.suggestions=[{desc:"decode",range:[i,g.endIndex],text:It(this.text())}],a.push(g)}}return a}getValue(){return this.name==="invalid"?this.text():j(this,t,Tl).call(this)||super.text()}print(){return f(this,e)?`<span class="wpb-image-parameter${this.name==="invalid"?" wpb-invalid":""}">${f(this,e).replace("$1",`<span class="wpb-image-caption">${Ze(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}},e=new WeakMap,t=new WeakSet,Tl=function(){return f(this,e)&&!f(this,e).includes("$1")},l)}}),Hs,Zr,ei,Ds,Gs,ti,si,Vs,Hn,Il=_({"src/link/file.ts"(){"use strict";U(),ae(),M(),ns(),ha(),Hs=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),Zr=new Set(["arg"]),ei=new Set(["template","magic-word"]),Ds=new Set(["left","right","center","none"]),Gs=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),ti=new Set(["tiff","tif","png","gif","jpg","jpeg","webp","xcf","pdf","svg","djvu"]),si=e=>{if(e===void 0)return[];const t=/-\{|\}-|\|/gu,s=[];let r=t.exec(e),l=0,n=0;for(;r;){const{0:i,index:o}=r;i!=="|"?l+=i==="-{"?1:-1:l===0&&(s.push(e.slice(n,o)),{lastIndex:n}=t),r=t.exec(e)}return s.push(e.slice(n)),s},Vs=(e,t)=>e.filter(({childNodes:s})=>{const r=s.filter(l=>l.text().trim());return r.length!==1||!t.has(r[0].type)}),Hn=class extends ke{get type(){return"file"}get extension(){return this.getAttribute("title").extension}constructor(e,t,s,r=[],l="|"){super(e,void 0,s,r,l);const{extension:n}=this.getTitle(!0,!0);this.safeAppend(si(t).map(i=>new $l(i,n,s,r)))}lint(e=this.getAbsoluteIndex(),t){var g;const s=super.lint(e,t),r=Vs(this.getAllArgs(),Zr),l=[...new Set(r.map(({name:c})=>c))],n=l.filter(c=>Hs.has(c)),i=l.filter(c=>Ds.has(c)),o=l.filter(c=>Gs.has(c)),[a]=n,h=a==="framed"||a==="manualthumb",d=new ie(this,e);if(this.closest("ext-link-text")&&((g=this.getValue("link"))==null?void 0:g.trim())!==""&&s.push(Q(this,d,"nested-link","internal link in an external link")),h)for(const c of r.filter(({name:x})=>x==="width")){const x=O(c,d,"invalid-gallery","invalid image parameter");x.fix={desc:"remove",range:[x.startIndex-1,x.endIndex],text:""},s.push(x)}if(r.length===l.length&&n.length<2&&i.length<2&&o.length<2)return s;const u=(c,x,v=!0)=>m=>{const y=typeof v=="function"?v(m):v,A=O(m,d,"no-duplicate",L.msg(`${c} image $1 parameter`,x),y?"error":"warning");return A.suggestions=[{desc:"remove",range:[A.startIndex-1,A.endIndex],text:""}],A},{extension:p}=this;for(const c of l){if(c==="invalid"||c==="width"&&h)continue;const x=c==="caption";let v=r.filter(({name:m})=>m===c);if(x&&(v=[...v.slice(0,-1).filter(m=>m.text()),...v.slice(-1)]),v.length>1){let m=!x||!p||ti.has(p);if(x&&m){const y=Vs(v,ei);m=y.length>1&&(A=>y.includes(A))}s.push(...v.map(u("duplicated",c,m)))}}return n.length>1&&s.push(...r.filter(({name:c})=>Hs.has(c)).map(u("conflicting","frame"))),i.length>1&&s.push(...r.filter(({name:c})=>Ds.has(c)).map(u("conflicting","horizontal-alignment"))),o.length>1&&s.push(...r.filter(({name:c})=>Gs.has(c)).map(u("conflicting","vertical-alignment"))),s}getAllArgs(){return this.childNodes.slice(1)}getArgs(e){return this.getAllArgs().filter(({name:t})=>e===t)}getArg(e){const t=this.getArgs(e);return t[e==="manualthumb"?0:t.length-1]}getValue(e){var t;return(t=this.getArg(e))==null?void 0:t.getValue()}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{extension:r}=this;return r&&(s.extension=r),s}}}}),ni,Qs,ri,De,Cl=_({"src/link/galleryImage.ts"(){"use strict";var e,$n,s;U(),Re(),Te(),M(),B(),Il(),ni=[Se("")],De=(s=class extends(ri=Hn){constructor(l,n,i,o,a=[]){let h;if(i!==void 0){const{length:d}=a;h=new E(i,o,a);for(let u=1;u<fe;u++)h.parseOnce();a.splice(d,1)}super(n,h==null?void 0:h.toString(),o,a);C(this,e);we(this,"privateType","imagemap-image");this.setAttribute("bracket",!1),this.privateType=`${l}-image`,this.seal("privateType",!0)}get type(){return this.privateType}getTitle(l){const n=this.type==="imagemap-image";return this.normalizeTitle(this.firstChild.toString(),n?0:6,{halfParsed:!0,temporary:l,decode:!n})}lint(l=this.getAbsoluteIndex(),n){const i=super.lint(l,n),o="invalid-gallery",a=L.lintConfig.getSeverity(o,"image");if(a&&j(this,e,$n).call(this)){const h=Q(this,{start:l},o,"invalid gallery image",a);h.suggestions=[{desc:"prefix",range:[l,l],text:"File:"}],i.push(h)}return i}getAttribute(l){return l==="invalid"?j(this,e,$n).call(this):super.getAttribute(l)}},e=new WeakSet,$n=function(){const{ns:l}=this.getAttribute("title");return l!==6},s),Qs=se(ri),De=re(Qs,0,"GalleryImageToken",ni,De),ne(Qs,1,De)}}),Nl={};Z(Nl,{GalleryToken:()=>bt});var ii,Js,li,bt,ua=_({"src/gallery.ts"(){"use strict";var e,Ll,Tn,r;Mn(),M(),B(),Cl(),Ne(),ii=[os],bt=(r=class extends(li=E){constructor(n,i,o=[]){var a;super(void 0,i,o,{});C(this,e);for(const h of(a=n==null?void 0:n.split(`
12
+ `))!=null?a:[]){const d=/^([^|]+)(?:\|(.*))?/u.exec(h);if(!d){super.insertAt(h.trim()?new he(h,i,o):h);continue}const[,u,p]=d;j(this,e,Ll).call(this,u)?super.insertAt(new De("gallery",u,p,i,o)):super.insertAt(new he(h,i,o))}}get type(){return"ext-inner"}get widths(){return j(this,e,Tn).call(this,"widths")}get heights(){return j(this,e,Tn).call(this,"heights")}lint(n=this.getAbsoluteIndex(),i){const{top:o,left:a}=this.getRootNode().posFromIndex(n),h=[];for(let d=0;d<this.length;d++){const u=this.childNodes[d],p=u.toString(),{length:g}=p,c=p.trim(),{type:x}=u,v=o+d,m=d?0:a;if(u.setAttribute("aIndex",n),x==="noinclude"&&c&&!/^<!--.*-->$/u.test(c)){const y=n+g;h.push({rule:"no-ignored",message:L.msg("invalid content in <$1>","gallery"),severity:c.endsWith("-->")||/^(?:\||<!--)/u.test(c)?"warning":"error",startIndex:n,endIndex:y,startLine:v,endLine:v,startCol:m,endCol:m+g,suggestions:[{desc:"remove",range:[n,y],text:""},{desc:"comment",range:[n,y],text:`<!--${p}-->`}]})}else if(x!=="noinclude"&&x!=="text"){const y=u.lint(n,i);y.length>0&&h.push(...y)}n+=g+1}return h}json(n,i=this.getAbsoluteIndex()){const o=super.json(void 0,i);return Object.assign(o,{widths:this.widths,heights:this.heights}),o}},e=new WeakSet,Ll=function(n){return this.normalizeTitle(n,6,{halfParsed:!0,temporary:!0,decode:!0}).valid},Tn=function(n){var a,h;const i=(a=this.parentNode)==null?void 0:a.getAttr(n),o=typeof i=="string"&&((h=/^(\d+)\s*(?:px)?$/u.exec(i))==null?void 0:h[1]);return o&&Number(o)||120},r),Js=se(li),bt=re(Js,0,"GalleryToken",ii,bt),ne(Js,1,bt)}}),Dn,Fl=_({"src/link/index.ts"(){"use strict";U(),M(),ns(),Dn=class extends ke{get type(){return"link"}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),r="nested-link",l=L.lintConfig.getSeverity(r);return l&&this.closest("ext-link-text")&&s.push(Q(this,{start:e},r,"internal link in an external link",l)),s}}}}),oi,ai,Lt,Gn=_({"src/magicLink.ts"(){"use strict";var e,t,In,r;U(),oe(),ae(),M(),B(),oi=String.raw`(?:[${$e}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,ai=new RegExp(`${oi}+`,"gu"),Lt=(r=class extends E{constructor(n,i="free-ext-link",o=L.getConfig(),a){super(n,o,a,{});C(this,t);C(this,e);N(this,e,i)}get type(){return f(this,e)}get innerText(){const n=new Map([["!","|"],["=","="]]);let i=Pe(this.childNodes.map(o=>{const{type:a}=o,h=String(o.name);return a==="magic-word"&&n.has(h)?n.get(h):o}));return this.type==="magic-link"&&(i=i.replace(ai," ")),i}get link(){const{innerText:n}=this;return this.type==="magic-link"?n.startsWith("ISBN")?`ISBN ${n.slice(5).replace(/[- ]/gu,"").replace(/x$/u,"X")}`:n:Yi(n).replace(/\n/gu,"%0A")}lint(n=this.getAbsoluteIndex(),i){const o=super.lint(n,i),a=new ie(this,n),{type:h,childNodes:d}=this;if(h==="magic-link")return j(this,t,In).call(this)&&o.push(Q(this,a,"invalid-isbn","invalid ISBN")),o;const u=h==="ext-link-url",p=u?/\|/u:/[,;。:!?()]+/u,g=d.find(c=>c.type==="text"&&p.test(c.data));if(g){const{data:c}=g,x=O(g,a,"unterminated-url",L.msg("$1 in URL",u?'"|"':"full-width punctuation"),"warning"),{index:v,0:m}=p.exec(c),y=x.startIndex+v;x.suggestions=u?[{desc:"whitespace",range:[y,y+1],text:" "}]:[{desc:"whitespace",range:[y,y],text:" "},{desc:"escape",range:[y,y+m.length],text:encodeURI(m)}],o.push(x)}return o}getUrl(n){this.lspError("MagicLinkToken.getUrl")}getAttribute(n){return n==="invalid"?j(this,t,In).call(this):super.getAttribute(n)}},e=new WeakMap,t=new WeakSet,In=function(){if(this.type==="magic-link"){const{link:n}=this;if(n.startsWith("ISBN")){const i=[...n.slice(5)].map(o=>o==="X"?10:Number(o));return i.length===10?i.reduce((o,a,h)=>o+a*(10-h),0)%11!==0:i.length===13&&(i[12]===10||i.reduce((o,a,h)=>o+a*(h%2?3:1),0)%10!==0)}}return!1},r)}}),di,Xs,hi,Ge,jl=_({"src/extLink.ts"(){"use strict";var e,t;Re(),U(),Te(),M(),B(),Gn(),di=[Se("[")],Ge=(t=class extends(hi=E){constructor(r,l="",n="",i,o=[]){super(void 0,i,o,{});C(this,e);const a=r&&/^\0\d+f\x7F$/u.test(r)?o[Number(r.slice(1,-2))]:new Lt(r,"ext-link-url",i,o);if(this.insertAt(a),N(this,e,l),n){const h=new E(n,i,o,{});h.type="ext-link-text",h.setAttribute("stage",fe-1),this.insertAt(h)}}get type(){return"ext-link"}toString(r){return this.length===1?`[${super.toString(r)}${f(this,e)}]`:`[${super.toString(r,f(this,e))}]`}text(){return`[${super.text(" ")}]`}getGaps(){return f(this,e).length}lint(r=this.getAbsoluteIndex(),l){const n=super.lint(r,l),i="var-anchor",o=L.lintConfig.getSeverity(i,"extLink");return o&&this.length===1&&this.closest("heading-title")&&n.push(Q(this,{start:r},i,"variable anchor in a section header",o)),n}print(){return super.print(this.length===1?{pre:"[",post:`${f(this,e)}]`}:{pre:"[",sep:f(this,e),post:"]"})}},e=new WeakMap,t),Xs=se(hi),Ge=re(Xs,0,"ExtLinkToken",di,Ge),ne(Xs,1,Ge)}}),Cn,ca=_({"src/imagemapLink.ts"(){"use strict";B(),Ne(),Fl(),jl(),Cn=class extends E{get type(){return"imagemap-link"}constructor(e,t,s,r,l=[]){super(void 0,r,l),this.append(e,t.length===2?new Dn(...t,r,l):new Ge(...t,r,l),new he(s,r,l))}}}}),El={};Z(El,{ImagemapToken:()=>wt});var ui,Ks,ci,wt,ga=_({"src/imagemap.ts"(){"use strict";U(),ce(),ae(),Mn(),M(),B(),Ne(),Cl(),ca(),ui=[os],wt=class extends(ci=E){get type(){return"ext-inner"}get image(){return this.childNodes.find(hs("imagemap-image"))}constructor(e,t=L.getConfig(),s=[]){if(super(void 0,t,s,{}),!e)return;const r=e.split(`
13
+ `),l=new Set(t.protocol.split("|")),n=he;let i=!0,o=!1;for(const a of r){const h=a.trim();if(!(o||!h||h.startsWith("#"))){if(i){const d=a.indexOf("|"),u=d===-1?a:a.slice(0,d),{valid:p,ns:g}=this.normalizeTitle(u,0,{halfParsed:!0,temporary:!0});if(p&&g===6){const c=new De("imagemap",u,d===-1?void 0:a.slice(d+1),t,s);super.insertAt(c),i=!1;continue}else o=!0}else if(a.trim().split(/[\t ]/u,1)[0]==="desc"){super.insertAt(a);continue}else if(a.includes("[")){const d=a.indexOf("["),u=a.slice(d),p=/^\[\[([^|]+)(?:\|([^\]]*))?\]\][\w\s]*$/u.exec(u);if(p){if(this.normalizeTitle(p[1],0,{halfParsed:!0,temporary:!0,selfLink:!0}).valid){super.insertAt(new Cn(a.slice(0,d),p.slice(1),u.slice(u.indexOf("]]")+2),t,s));continue}}else if(u.startsWith("[//")||l.has(u.slice(1,u.indexOf(":")+1))||l.has(u.slice(1,u.indexOf("//")+2))){const g=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(u);if(g){super.insertAt(new Cn(a.slice(0,d),g.slice(1),u.slice(u.indexOf("]")+1),t,s));continue}}}}super.insertAt(new n(a,t,s))}}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),r=new ie(this,e),{childNodes:l,image:n}=this,i="invalid-imagemap",o=L.lintConfig.getSeverity(i,n?"link":"image");return o&&(n?s.push(...l.filter(a=>{const h=a.toString().trim();return a.is("noinclude")&&h&&!h.startsWith("#")}).map(a=>{const h=O(a,r,i,"invalid link in <imagemap>",o);return h.suggestions=[{desc:"remove",range:[h.startIndex-1,h.endIndex],text:""},{desc:"comment",range:[h.startIndex,h.startIndex],text:"# "}],h})):s.push(Q(this,r,i,"<imagemap> without an image",o))),s}getAttribute(e){return e==="invalid"?!this.image:super.getAttribute(e)}},Ks=se(ci),wt=re(Ks,0,"ImagemapToken",ui,wt),ne(Ks,1,wt)}}),gi,Ys,pi,Ve,Pl=_({"src/nowiki/comment.ts"(){"use strict";U(),st(),Te(),M(),qe(),gi=[Oe(!1),Se("<!--")],Ve=class extends(pi=Ce){constructor(t,s,r,l){super(t,r,l);we(this,"closed");this.closed=s}get type(){return"comment"}lint(t=this.getAbsoluteIndex()){if(this.closed)return[];const s="unclosed-comment",r=L.lintConfig.getSeverity(s);if(!r)return[];const l=Q(this,{start:t},s,L.msg("unclosed $1","HTML comment"),r);return l.suggestions=[{desc:"close",range:[l.endIndex,l.endIndex],text:"-->"}],[l]}toString(t){return t?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}},Ys=se(pi),Ve=re(Ys,0,"CommentToken",gi,Ve),ne(Ys,1,Ve)}}),Rl={};Z(Rl,{CommentedToken:()=>Ol});var Ol,pa=_({"src/commented.ts"(){"use strict";B(),Pl(),Ol=class extends E{get type(){return"ext-inner"}constructor(e,t,s=[]){if(super(void 0,t,s,{AstText:":",CommentToken:":"}),e){let r=e.indexOf("<!--"),l=r!==-1&&e.indexOf("-->",r+4),n=0;for(;l!==!1&&l!==-1;)r>n&&this.insertAt(e.slice(n,r)),this.insertAt(new Ve(e.slice(r+4,l),!0,t,s)),n=l+3,r=e.indexOf("<!--",n),l=r!==-1&&e.indexOf("-->",r+4);n<e.length&&this.insertAt(e.slice(n))}}lint(e=this.getAbsoluteIndex()){return super.lint(e,/<\s*(?:\/\s*)?(hiero)\b/giu)}}}}),Bl={};Z(Bl,{NowikiToken:()=>ql});var fi,xi,ql,fa=_({"src/nowiki/index.ts"(){"use strict";var e,Nn,s;Ft(),U(),M(),qe(),fi=Je(r=>new RegExp(String.raw`<\s*(?:/\s*)${r==="nowiki"?"":"?"}(${r})\b`,"giu")),xi=new Set(["templatestyles","section","languages"]),ql=(s=class extends Ce{constructor(){super(...arguments);C(this,e)}get type(){return"ext-inner"}lint(l=this.getAbsoluteIndex()){const{name:n}=this,i="void-ext",o=L.lintConfig.getSeverity(i,n);if(o&&j(this,e,Nn).call(this)){const a=Q(this,{start:l},i,L.msg("nothing should be in <$1>",n),o);return a.fix={desc:"empty",range:[l,a.endIndex],text:""},[a]}return super.lint(l,fi(n))}getAttribute(l){return l==="invalid"?j(this,e,Nn).call(this):super.getAttribute(l)}},e=new WeakSet,Nn=function(){const{name:l,firstChild:{data:n}}=this;return xi.has(l)&&!!n},s)}}),mi,Zs,vi,Qe,Wl=_({"src/tagPair/ext.ts"(){"use strict";U(),ae(),M(),qn(),B(),Bn(),Wn(),mi=[is()],Qe=class extends(vi=je){get type(){return"ext"}constructor(e,t,s,r,l=L.getConfig(),n=!1,i=[]){const o=e.toLowerCase(),a=new ls(!t||/^\s/u.test(t)?t:` ${t}`,"ext-attrs",o,l,i),h={...l,ext:l.ext.filter(u=>u!==o),excludes:[...l.excludes]};let d;switch(h.inExt=!0,o){case"tab":h.ext=h.ext.filter(u=>u!=="tabs");case"indicator":case"poem":case"ref":case"option":case"combooption":case"tabs":case"poll":case"seo":case"langconvert":case"phonos":o==="poem"&&h.excludes.push("heading"),d=new E(s,h,i);break;case"pre":{const{PreToken:u}=(na(),X(gl));d=new u(s,h,i);break}case"dynamicpagelist":{const{ParamTagToken:u}=(xl(),X(fl));d=new u(n,s,h,i);break}case"inputbox":{const{InputboxToken:u}=(da(),X(yl));d=new u(n,s,h,i);break}case"references":{const{NestedToken:u}=(Us(),X(Yt));h.excludes.push("heading"),d=new u(s,n,["ref"],h,i);break}case"choose":{const{NestedToken:u}=(Us(),X(Yt));d=new u(s,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],h,i);break}case"combobox":{const{NestedToken:u}=(Us(),X(Yt));d=new u(s,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],h,i);break}case"gallery":{const{GalleryToken:u}=(ua(),X(Nl));d=new u(s,h,i);break}case"imagemap":{const{ImagemapToken:u}=(ga(),X(El));d=new u(s,h,i);break}case"hiero":{const{CommentedToken:u}=(pa(),X(Rl));d=new u(s,h,i);break}default:{const{NowikiToken:u}=(fa(),X(Bl));d=new u(s,h,i)}}d.setAttribute("name",o),d.type==="plain"&&(d.type="ext-inner"),super(e,a,d,r,l,i),this.seal("closed",!0)}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),r=new ie(this,e);if(this.name!=="nowiki"){const i=this.inHtmlAttrs();i&&s.push(Q(this,r,"parsing-order","extension tag in HTML tag attributes",i))}const l="var-anchor",n=L.lintConfig.getSeverity(l,"ref");return n&&this.name==="ref"&&this.closest("heading-title")&&s.push(Q(this,r,l,"variable anchor in a section header",n)),s}},Zs=se(vi),Qe=re(Zs,0,"ExtToken",mi,Qe),ne(Zs,1,Qe)}}),Ml={};Z(Ml,{parseCommentAndExt:()=>Et});var en,bi,Ut,wi,tn,Et,ds=_({"parser/commentAndExt.ts"(){"use strict";Ft(),oe(),Yo(),Ne(),Zo(),ea(),Wl(),Pl(),en="<onlyinclude>",bi="</onlyinclude>",{length:Ut}=en,wi=[!1,!0].map(e=>{const t=e?"includeonly":"(?:no|only)include",s=e?"noinclude":"includeonly";return Xi(r=>new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${t}(?:\s[^>]*)?/?>|</${t}\s*>|<(${r.join("|")})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(\1\s*)>)|<(${s})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${s}\s*)>|$))`,"giu"))}),tn=e=>{const t=e.indexOf(en);return{i:t,j:e.indexOf(bi,t+Ut)}},Et=(e,t,s,r)=>{if(r){let{i:o,j:a}=tn(e);if(o!==-1&&a!==-1){let h="";const d=u=>{new he(u,t,s),h+=`\0${s.length-1}n`};for(;o!==-1&&a!==-1;){const u=`\0${s.length}e`;new ft(e.slice(o+Ut,a),t,s),o>0&&d(e.slice(0,o)),h+=u,e=e.slice(a+Ut+1),{i:o,j:a}=tn(e)}return e&&d(e),h}}const{ext:l}=t,n=l.filter(o=>o!=="translate"&&o!=="tvar"),i={...t,ext:n};if(l.includes("translate")){const o=[];e=e.replace(/<nowiki>[\s\S]*?<\/nowiki>/giu,a=>(o.push(a),`\0${o.length-1}`)).replace(/<translate( nowrap)?>([\s\S]+?)?<\/translate>/gu,(a,h,d)=>{const u=s.length;return new ol(h,d&&Ae(d,o),i,s),`\0${u}g`}),e=Ae(e,o)}return e.replace(wi[r?1:0](n),(o,a,h,d,u,p,g,c,x)=>{const v=s.length;let m="n";if(a)m="e",new Qe(a,h,d,u,i,p,s);else if(o.startsWith("<!--")){m="c";const y=o.endsWith("-->");new Ve(o.slice(4,y?-3:void 0),y,t,s)}else p?new xt(p,g,c,x,t,s):new he(o,t,s);return`\0${v}${m}`})}}}),yi,Ai,Si,_i,sn,ki,yt,xa=_({"src/html.ts"(){"use strict";var e,t,s,r,l;U(),ce(),ae(),qn(),B(),M(),yi=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),Ai=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"]),Si=new Set(["strike","big","center","font","tt"]),_i=[is()],yt=(l=class extends(ki=E){constructor(i,o,a,h,d,u){super(void 0,d,u);C(this,e);C(this,t);C(this,s);C(this,r);this.insertAt(o),this.setAttribute("name",i.toLowerCase()),N(this,e,a),N(this,t,h),N(this,s,i)}get type(){return"html"}get selfClosing(){return f(this,t)}get closing(){return f(this,e)}toString(i){return`<${this.closing?"/":""}${f(this,s)}${super.toString(i)}${f(this,t)?"/":""}>`}text(){const{closing:i}=this,o=f(this,s)+(i?"":super.text());return`<${i?"/":""}${o}${f(this,t)?"/":""}>`}getAttribute(i){return i==="invalid"?this.inTableAttrs()==="error":i==="padding"?f(this,s).length+(this.closing?2:1):super.getAttribute(i)}lint(i=this.getAbsoluteIndex(),o){const a=super.lint(i,o),{name:h,parentNode:d,closing:u,selfClosing:p}=this,g=new ie(this,i),c=this.inTableAttrs();if(h==="h1"&&!u){const w=Q(this,g,"h1","<h1>");w.suggestions=[{desc:"h2",range:[i+2,i+3],text:"2"}],a.push(w)}if(c){const w=Q(this,g,"parsing-order","HTML tag in table attributes",c);c==="error"&&(w.fix={desc:"remove",range:[i,w.endIndex],text:""}),a.push(w)}Si.has(h)&&a.push(Q(this,g,"obsolete-tag","obsolete HTML tag","warning")),(h==="b"||h==="strong")&&this.closest("heading-title")&&a.push(Q(this,g,"bold-header","bold in section header","warning"));const{html:[,x,v]}=this.getAttribute("config"),m=v.includes(h),y=x.includes(h);if(u&&(p||m)||p&&(!m&&!y)){const w=Q(this,g,"unmatched-tag",u?"tag that is both closing and self-closing":"invalid self-closing tag"),S={desc:"open",range:[i+1,i+2],text:""},T={desc:"no self-closing",range:[w.endIndex-2,w.endIndex-1],text:""};y?w.suggestions=[S,T]:u?w.fix=m?S:T:w.suggestions=[T,{desc:"close",range:[w.endIndex-2,w.endIndex],text:`></${h}>`}],a.push(w)}else if(!this.findMatchingTag()){const w=Q(this,g,"unmatched-tag",u?"unmatched closing tag":"unclosed tag");if(u){const S=this.closest("magic-word");S&&yi.has(S.name)?w.severity="warning":w.suggestions=[{desc:"remove",range:[i,w.endIndex],text:""}]}else{const S=d==null?void 0:d.childNodes;Ai.has(h)&&(S!=null&&S.slice(0,S.indexOf(this)).some(({type:T,name:b})=>T==="html"&&b===h))?w.suggestions=[{desc:"close",range:[i+1,i+1],text:"/"}]:this.closest("heading-title")||(w.severity="warning")}a.push(w)}return a}findMatchingTag(){return Ee(f(this,r),()=>{const{name:i,parentNode:o,closing:a,selfClosing:h}=this,{html:[,d,u]}=this.getAttribute("config"),p=u.includes(i),g=d.includes(i);if(p||g&&h)return this;if(!o)return;const{childNodes:c}=o,x=c.indexOf(this),v=a?c.slice(0,x).reverse():c.slice(x+1),m=[this],{rev:y}=me;for(const A of v)if(!(!A.is("html")||A.name!==i||g&&f(A,t)))if(f(A,e)===a)m.push(A);else{const w=m.pop();if(w===this)return A;L.viewOnly&&(N(w,r,[y,A]),N(A,r,[y,w]))}if(L.viewOnly)for(const A of m)N(A,r,[y,void 0])},i=>{N(this,r,i),i[1]&&i[1]!==this&&N(i[1],r,[me.rev,this])})}print(){return super.print({pre:`&lt;${this.closing?"/":""}${f(this,s)}`,post:`${f(this,t)?"/":""}&gt;`})}json(i,o=this.getAbsoluteIndex()){const a=super.json(void 0,o);return Object.assign(a,{closing:this.closing,selfClosing:f(this,t)}),a}},e=new WeakMap,t=new WeakMap,s=new WeakMap,r=new WeakMap,l),sn=se(ki),yt=re(sn,0,"HtmlToken",_i,yt),ne(sn,1,yt)}}),zl={};Z(zl,{parseHtml:()=>Ul});var $i,Ul,ma=_({"parser/html.ts"(){"use strict";Wn(),xa(),$i=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,Ul=(e,t,s)=>{var i;const{html:r}=t;(i=t.htmlElements)!=null||(t.htmlElements=new Set([...r[0],...r[1],...r[2]]));const l=e.split("<");let n=l.shift();for(const o of l){const a=$i.exec(o),h=a==null?void 0:a[2],d=h==null?void 0:h.toLowerCase();if(!a||!t.htmlElements.has(d)){n+=`<${o}`;continue}const[,u,,p="",g,c]=a,{length:x}=s,v=new ls(p,"html-attrs",d,t,s),m=v.hasAttr("itemprop");if(d==="meta"&&!(m&&v.hasAttr("content"))||d==="link"&&!(m&&v.hasAttr("href"))){n+=`<${o}`,s.length=x;continue}n+=`\0${s.length}x${c}`,new yt(h,v,u==="/",g==="/>",t,s)}return n}}}),Vn,Hl=_({"src/table/base.ts"(){"use strict";qn(),B(),nt(),Wn(),Vn=class extends is(1)(E){constructor(e,t,s,r,l,n=[],i){super(void 0,l,n,i),this.append(new Be(t,"table-syntax",l,n),new ls(r,"table-attrs",s,l,n))}}}}),Ti,nn,be,Ht,ht,ut,es,Dl=_({"src/table/td.ts"(){"use strict";U(),ae(),el(),B(),Hl(),es=class extends(nn=Vn,Ti=[On(!1)],nn){constructor(e,t,s,r=[]){var o;let l=/\||\0\d+!\x7F/u.exec(t!=null?t:""),n=l?t.slice(0,l.index):"";/\[\[|-\{/u.test(n)&&(l=null,n=""),super(/^(?:\n[^\S\n]*(?:[|!]|\|\+|\{\{\s*!\s*\}\}\+?)|(?:\||\{\{\s*!\s*\}\}){2}|!!|\{\{\s*!!\s*\}\})$/u,e,"td",n,s,r),ne(Ht,5,this),ye(this,ht),ye(this,be,""),l&&([Ho(this,be)._]=l);const i=new E(t==null?void 0:t.slice(((o=l==null?void 0:l.index)!=null?o:NaN)+de(this,be).length),s,r);i.type="td-inner",i.setAttribute("stage",4),this.insertAt(i)}get type(){return"td"}get rowspan(){return this.getAttr("rowspan")}get colspan(){return this.getAttr("colspan")}get subtype(){return Tt(this,ht,ut).call(this).subtype}afterBuild(){de(this,be).includes("\0")&&pe(this,be,this.buildFromStr(de(this,be),0)),super.afterBuild()}toString(e){const{childNodes:[t,s,r]}=this;return t.toString(e)+s.toString(e)+de(this,be)+r.toString(e)}text(){const{childNodes:[e,t,s]}=this;return e.text()+t.text()+de(this,be)+s.text()}getGaps(e){return e===1?de(this,be).length:0}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),r=new ie(this,e+this.getRelativeIndex(this.length-1));for(const l of this.lastChild.childNodes)if(l.type==="text"){const{data:n}=l;if(n.includes("|")){const i=n.includes("||"),o=O(l,r,"pipe-like",'additional "|" in a table cell',i?"error":"warning");if(i){const a={caption:"|+",td:"|",th:"!"}[this.subtype];o.fix={desc:"newline",range:[o.startIndex,o.endIndex],text:n.replace(/\|\|/gu,`
14
+ ${a}`)}}else o.suggestions=[{desc:"escape",range:[o.startIndex,o.endIndex],text:n.replace(/\|/gu,"&#124;")}];s.push(o)}}return s}isIndependent(){return this.firstChild.text().startsWith(`
15
+ `)}getAttr(e){const t=super.getAttr(e);return e==="rowspan"||e==="colspan"?parseInt(t)||1:t}print(){const{childNodes:[e,t,s]}=this;return`<span class="wpb-td">${e.print()}${t.print()}${de(this,be)}${s.print()}</span>`}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{rowspan:r,colspan:l}=this;return Object.assign(s,{subtype:this.subtype},r!==1&&{rowspan:r},l!==1&&{colspan:l}),s}},Ht=se(nn),be=new WeakMap,ht=new WeakSet,ut=function(){var e;const t=this.firstChild.text(),s=t.slice(-1);let r="td";if(s==="!"?r="th":s==="+"&&(r="caption"),this.isIndependent())return{subtype:r};const{previousSibling:l}=this,n={...Tt(e=l,ht,ut).call(e)};return n},ut=re(Ht,17,"#getSyntax",Ti,ht,ut),En(Ht,es)}}),Qn,Gl=_({"src/table/trBase.ts"(){"use strict";U(),Hl(),Dl(),Qn=class extends Vn{lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),r=this.childNodes.find(({type:i})=>i==="table-inter");if(!r)return s;const l=kt(r);if(!l)return s;const n=O(r,{start:e},"fostered-content","content to be moved out from the table",l);return n.startIndex++,n.startLine++,n.startCol=0,s.push(n),s}getRowCount(){return Number(this.childNodes.some(e=>e instanceof es&&e.isIndependent()&&!e.firstChild.text().endsWith("+")))}}}}),Ii,Ci,Ni,Vl,va=_({"src/table/index.ts"(){"use strict";U(),ce(),ae(),M(),Gl(),nt(),Ii=(e,t)=>new Array(e).fill(void 0).map((s,r)=>t(r)),Ci=({type:e})=>e==="tr"||e==="table-syntax",Ni=class extends Array{},Vl=class extends Qn{get type(){return"table"}get closed(){return this.lastChild.is("table-syntax")}constructor(e,t,s,r){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,e,"table",t,s,r,{})}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),r=new ie(this,e);this.closed||s.push(O(this.firstChild,r,"unclosed-table",L.msg("unclosed $1","table")));const l=this.getLayout(),{length:n}=l;if(n>1){let i=1,o=1/0,a=0;for(;a<n;a++){const h=l[a],d=h.length;if(d<i)break;d<o&&(o=d);const u=h.indexOf(h[d-1])+1;if(u>o)break;u>i&&(i=u)}if(a<n){const h=O(this.getNthRow(a),r,"table-layout","inconsistent table layout","warning");h.startIndex++,h.startLine++,h.startCol=0,s.push(h)}}return s}close(e=`
16
+ |}`,t){const s=this.getAttribute("config"),r=this.getAttribute("accum"),l=[e];me.run(()=>{const n=new Be(void 0,"table-syntax",s,r);super.insertAt(n)}),this.lastChild.safeReplaceChildren(l)}getLayout(e){const t=this.getAllRows(),{length:s}=t,r=Ni.from(Ii(s,()=>[]));for(let l=0;l<r.length;l++){const n=r[l];let i=0,o=0,a;for(const h of t[l].childNodes.slice(2))if(h.is("td")){if(h.isIndependent()&&(a=h.subtype!=="caption"),a){const d={row:l,column:i},{rowspan:u,colspan:p}=h;for(i++;n[o];)o++;for(let g=l;g<Math.min(l+u,s);g++)for(let c=o;c<o+p;c++)r[g][c]=d;o+=p}}else if(Ci(h))break}return r}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(e=>e.is("tr")&&e.getRowCount()>0)]}getNthRow(e,t,s){const r=super.getRowCount();if(e===0&&r)return this;r&&e--;for(const l of this.childNodes.slice(2)){const{type:n}=l;if(n==="tr"&&l.getRowCount()&&(e--,e<0))return l}}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t);return s.closed=this.closed,s}}}}),Ql,ba=_({"src/table/tr.ts"(){"use strict";Gl(),Ql=class extends Qn{get type(){return"tr"}constructor(e,t,s,r){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,e,"tr",t,s,r)}}}}),Jn,Jl=_({"src/nowiki/listBase.ts"(){"use strict";qe(),Jn=class extends Ce{get indent(){return this.innerText.split(":").length-1}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{indent:r}=this;return r&&(s.indent=r),s}}}}),Xn,Xl=_({"src/nowiki/dd.ts"(){"use strict";Jl(),Xn=class extends Jn{get type(){return"dd"}}}}),Kl={};Z(Kl,{parseTable:()=>Yl});var Li,rn,Yl,wa=_({"parser/table.ts"(){"use strict";B(),va(),ba(),Dl(),Xl(),Li=e=>e.lastChild.constructor!==E,rn=(e,t)=>e.is("td")?t.pop():e,Yl=({firstChild:{data:e},type:t,name:s},r,l)=>{const n=[],i=e.split(`
17
+ `);let o=t==="root"||t==="parameter-value"||t==="ext-inner"&&s==="poem"?"":`
18
+ ${i.shift()}`,a;const h=(d,u)=>{if(!u){o+=d;return}const{lastChild:p}=u;if(Li(u)){const g=new E(d,r,l);g.type="table-inter",g.setAttribute("stage",3),u.insertAt(g)}else p.setText(p.toString()+d)};for(const d of i){a=n.pop();const[u]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(d),p=d.slice(u.length),g=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(p);if(g){for(;a&&!a.is("td");)a=n.pop();const[,A,w,S,T]=g;A&&new Xn(A,r,l),h(`
19
+ ${u}${A&&`\0${l.length-1}d`}${w}\0${l.length}b`,a),n.push(...a?[a]:[],new Vl(S,T,r,l));continue}else if(!a){o+=`
20
+ ${d}`;continue}const c=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(p);if(!c){h(`
21
+ ${d}`,a),n.push(a);continue}const[,x,v,m,y]=c;if(x){for(;!a.is("table");)a=n.pop();a.close(`
22
+ ${u}${x}`,!0),h(y,n[n.length-1])}else if(v){a=rn(a,n),a.is("tr")&&(a=n.pop());const A=new Ql(`
23
+ ${u}${v}`,y,r,l);n.push(a,A),a.insertAt(A)}else{a=rn(a,n);const A=m==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu;let w=A.exec(y),S=0,T=`
24
+ ${u}${m}`;const b=k=>{const $=new es(T,y.slice(S,w==null?void 0:w.index),r,l);return k.insertAt($),$};for(;w;)b(a),{lastIndex:S}=A,[T]=w,w=A.exec(y);n.push(a,b(a))}}return o.slice(1)}}}),Zl,ya=_({"src/nowiki/hr.ts"(){"use strict";qe(),Zl=class extends Ce{get type(){return"hr"}}}}),Fi,ln,ji,At,Aa=_({"src/nowiki/doubleUnderscore.ts"(){"use strict";st(),Te(),qe(),Fi=[Oe(),Se("__")],At=class extends(ji=Ce){get type(){return"double-underscore"}constructor(e,t,s,r){var o,a;super(e,s,r);const l=e.toLowerCase(),{doubleUnderscore:[,,n,i]}=s;this.setAttribute("name",(a=t?(o=i==null?void 0:i[e])==null?void 0:o.toLowerCase():n==null?void 0:n[l])!=null?a:l)}toString(){return`__${this.innerText}__`}print(){return super.print({pre:"__",post:"__"})}},ln=se(ji),At=re(ln,0,"DoubleUnderscoreToken",Fi,At),ne(ln,1,At)}}),eo={};Z(eo,{parseHrAndDoubleUnderscore:()=>to});var to,Sa=_({"parser/hrAndDoubleUnderscore.ts"(){"use strict";ya(),Aa(),ml(),to=({firstChild:{data:e},type:t,name:s},r,l)=>{var a,h,d;const{doubleUnderscore:[n,i,o]}=r;return(a=r.insensitiveDoubleUnderscore)!=null||(r.insensitiveDoubleUnderscore=new Set(n)),(h=r.sensitiveDoubleUnderscore)!=null||(r.sensitiveDoubleUnderscore=new Set(i)),(d=r.regexHrAndDoubleUnderscore)!=null||(r.regexHrAndDoubleUnderscore=new RegExp(`__(${[...n,...i].join("|")})__`,"giu")),t!=="root"&&(t!=="ext-inner"||s!=="poem")&&(e=`\0${e}`),e=e.replace(/^((?:\0\d+[cno]\x7F)*)(-{4,})/gmu,(u,p,g)=>(new Zl(g,r,l),`${p}\0${l.length-1}r`)).replace(r.regexHrAndDoubleUnderscore,(u,p)=>{var v;const g=r.sensitiveDoubleUnderscore.has(p),c=p.toLowerCase(),x=r.insensitiveDoubleUnderscore.has(c);return g||x?(new At(p,g,r,l),`\0${l.length-1}${x&&((v=o==null?void 0:o[c])!=null?v:c)==="toc"?"u":"n"}`):u}).replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(u,p,g,c,x)=>{const v=`${p}\0${l.length}h`;return new zn(g.length,[c,x],r,l),v}),t==="root"||t==="ext-inner"&&s==="poem"?e:e.slice(1)}}}),so,_a=_({"src/nowiki/quote.ts"(){"use strict";var e,t;U(),ae(),M(),qe(),so=(t=class extends Ce{constructor(r,l,n,i){super(r,n,i);C(this,e);N(this,e,l)}get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}get closing(){return{...this.bold?{bold:f(this,e).bold}:void 0,...this.italic?{italic:f(this,e).italic}:void 0}}text(){const{parentNode:r,innerText:l}=this;return r!=null&&r.is("image-parameter")&&r.name!=="caption"?"":l}lint(r=this.getAbsoluteIndex()){const{previousSibling:l,nextSibling:n,bold:i,closing:o}=this,a=(l==null?void 0:l.type)==="text"?l.data:void 0,h=(n==null?void 0:n.type)==="text"?n.data:void 0,d=L.msg('lonely "$1"',"'"),u=[],p=new ie(this,r),g=(c,x,v)=>[{desc:"escape",range:[c,x],text:"&apos;".repeat(v)},{desc:"remove",range:[c,x],text:""}];if(a!=null&&a.endsWith("'")){const c=Q(this,p,"lonely-apos",d,(o.bold||o.italic)&&(/[a-z\d]'$/iu.test(a)||h&&/^[a-z\d]/iu.test(h))?"warning":"error"),{startIndex:x,startLine:v,startCol:m}=c,[,{length:y}]=/(?:^|[^'])('+)$/u.exec(a),A=r-y;u.push({...c,startIndex:A,endIndex:x,endLine:v,startCol:m-y,endCol:m,suggestions:g(A,x,y)})}if(h!=null&&h.startsWith("'")){const c=Q(this,p,"lonely-apos",d),{endIndex:x,endLine:v,endCol:m}=c,[{length:y}]=/^'+/u.exec(h),A=x+y;u.push({...c,startIndex:x,endIndex:A,startLine:v,startCol:m,endCol:m+y,suggestions:g(x,A,y)})}if(i&&this.closest("heading-title")){const c=Q(this,p,"bold-header","bold in section header","warning");c.suggestions=[{desc:"remove",range:[r,r+3],text:""}],u.push(c)}return u}json(r,l=this.getAbsoluteIndex()){const n=super.json(void 0,l);return Object.assign(n,{bold:this.bold,italic:this.italic}),n}},e=new WeakMap,t)}}),no={};Z(no,{parseQuotes:()=>Kn});var Kn,ro=_({"parser/quotes.ts"(){"use strict";_a(),Kn=(e,t,s,r)=>{var g;const l=e.split(/('{2,})/u),{length:n}=l;if(n===1)return e;let i=0,o=0,a,h,d;for(let c=1;c<n;c+=2){const x=l[c].length;switch(x){case 2:o++;break;case 4:l[c-1]+="'",l[c]="'''";case 3:if(i++,a!==void 0)break;l[c-1].endsWith(" ")?h===void 0&&d===void 0&&(d=c):l[c-1].slice(-2,-1)===" "?a=c:h!=null||(h=c);break;default:l[c-1]+="'".repeat(x-5),l[c]="'''''",o++,i++}}if(o%2===1&&i%2===1){const c=(g=a!=null?a:h)!=null?g:d;c!==void 0&&(l[c]="''",l[c-1]+="'")}let u=!0,p=!0;for(let c=1;c<n;c+=2){const x=l[c].length,v=x!==2,m=x!==3;v&&(u=!u),m&&(p=!p),new so(l[c],{bold:v&&u,italic:m&&p},t,s),l[c]=`\0${s.length-1}q`}return l.join("")}}}),io={};Z(io,{parseExternalLinks:()=>Yn});var Yn,lo=_({"parser/externalLinks.ts"(){"use strict";oe(),jl(),Gn(),Yn=(e,t,s,r)=>{var l;return(l=t.regexExternalLinks)!=null||(t.regexExternalLinks=new RegExp(String.raw`\[(\0\d+f\x7F|(?:(?:${t.protocol}|//)${Xe}|\0\d+m\x7F)${Ke}(?=[[\]<>"\t${$e}]|\0\d))([${$e}]*(?![${$e}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),e.replace(t.regexExternalLinks,(n,i,o,a)=>{const{length:h}=s,d=/&[lg]t;/u.exec(i);return d&&(o="",a=i.slice(d.index)+o+a,i=i.slice(0,d.index)),r?(new Lt(i,"ext-link-url",t,s),`[\0${h}f${o}${a}]`):(new Ge(i,o,a,t,s),`\0${h}w`)})}}}),oo,ka=_({"src/link/category.ts"(){"use strict";oe(),ns(),oo=class extends ke{get type(){return"category"}get sortkey(){const{childNodes:[,e]}=this;return e&&Ct(e.text())}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{sortkey:r}=this;return r&&(s.sortkey=r),s}}}}),ao={};Z(ao,{parseLinks:()=>Ln});var Ei,Ln,$a=_({"parser/links.ts"(){"use strict";M(),ro(),lo(),Fl(),Il(),ka(),Ei=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,Ln=(e,t,s,r)=>{var o;(o=t.regexLinks)!=null||(t.regexLinks=new RegExp(String.raw`^\s*(?:${t.protocol}|//)`,"iu"));const l=t.inExt?/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(?:(\||\0\d+!\x7F)([\s\S]*?[^\]]))?\]\]([\s\S]*)$/u:/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(?:(\||\0\d+!\x7F)([\s\S]*?[^\]])?)?\]\]([\s\S]*)$/u,n=e.split("[[");let i=n.shift();for(let a=0;a<n.length;a++){let h=!1,d,u,p,g;const c=n[a],x=l.exec(c);if(x)[,d,u,p,g]=x,g.startsWith("]")&&(p!=null&&p.includes("["))&&(p+="]",g=g.slice(1));else{const w=Ei.exec(c);w&&(h=!0,[,d,u,p]=w)}if(d===void 0||t.regexLinks.test(d)||/\0\d+[exhbru]\x7F/u.test(d)){i+=`[[${c}`;continue}const v=d.trim().startsWith(":");if(v&&h){i+=`[[${c}`;continue}const{ns:m,valid:y}=L.normalizeTitle(d,0,!1,t,{halfParsed:!0,temporary:!0,decode:!0,selfLink:!0});if(y){if(h){if(m!==6){i+=`[[${c}`;continue}let w=!1;for(a++;a<n.length;a++){const S=n[a],T=S.split("]]");if(T.length>2){w=!0,p+=`[[${T[0]}]]${T[1]}`,g=T.slice(2).join("]]");break}else if(T.length===2)p+=`[[${T[0]}]]${T[1]}`;else{p+=`[[${S}`;break}}if(p=Ln(p,t,s,r),!w){i+=`[[${d}${u}${p}`;continue}}}else{i+=`[[${c}`;continue}p&&(p=Kn(p,t,s,r));let A=Dn;v||(m===6?(p&&(p=Yn(p,t,s,!0)),A=Hn):m===14&&(A=oo)),p===void 0&&u&&(p=""),i+=`\0${s.length}l${g}`,new A(d,p,t,s,u)}return i}}}),ho={};Z(ho,{parseMagicLinks:()=>uo});var on,an,dn,hn,uo,Ta=_({"parser/magicLinks.ts"(){"use strict";oe(),Gn(),on=String.raw`[${$e}\t]|&nbsp;|&#0*160;|&#x0*a0;`,an=`(?:${on})+`,dn=`(?:${on}|-)`,hn=String.raw`(?:RFC|PMID)${an}\d+\b|ISBN${an}(?:97[89]${dn}?)?(?:\d${dn}?){9}[\dx]\b`,uo=(e,t,s)=>{if(!t.regexMagicLinks)try{t.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\p{N}_])(?:(?:${t.protocol})(${Xe}${Ke})|${hn})`,"giu")}catch{t.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${t.protocol})(${Xe}${Ke})|${hn})`,"giu")}return e.replace(t.regexMagicLinks,(r,l,n)=>{let i=l?r.slice(l.length):r;if(n){let o="";const a=/&(?:lt|gt|nbsp|#x0*(?:3[ce]|a0)|#0*(?:6[02]|160));/iu.exec(i);a&&(o=i.slice(a.index),i=i.slice(0,a.index));const h=i.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,d=h.exec(i);if(d){let u=1;d[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(i.slice(0,d.index))&&(u=2),o=i.slice(d.index+u)+o,i=i.slice(0,d.index+u)}return o.length>=n.length?r:(new Lt(i,void 0,t,s),`${l}\0${s.length-1}w${o}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(i))return r;return new Lt(i,"magic-link",t,s),`${l}\0${s.length-1}i`})}}}),co,Ia=_({"util/html.ts"(){"use strict";co=(e,t)=>e.startsWith(t)?t.length:[...t].findIndex((s,r)=>s!==e[r])}}),go,Ca=_({"src/nowiki/list.ts"(){"use strict";Jl(),go=class extends Jn{get type(){return"list"}}}}),po={};Z(po,{parseList:()=>fo});var fo,Na=_({"parser/list.ts"(){"use strict";Ia(),Ca(),Xl(),fo=(e,t,s,r)=>{const l=/^((?:\0\d+[cno]\x7F)*)([;:*#]+)(\s*)/u.exec(e);if(!l)return t.lastPrefix="",e;const[n,i,o,a]=l,h=o.replace(/;/gu,":"),d=co(h,t.lastPrefix),u=((d>1?o.slice(d-1):o)+a).split(/(?=;)/u),p=u[0].startsWith(";");let g=u.length-(p?0:1);if(d>1){const I=o.slice(0,d-1);if(p){const H=I.split(/(?=;)/u);u.unshift(...H),g+=I.includes(";")?H.length:0}else u[0]=I+u[0]}t.lastPrefix=h;let c=i+u.map((I,H)=>`\0${r.length+H}d`).join("")+e.slice(n.length);for(const I of u)new go(I,s,r);if(!g)return c;const{html:[x,,v]}=s,m=/:+|-\{|\0\d+[xq]\x7F/gu;let y=m,A=y.exec(c),w=0,S=!1,T=!1,b=0;const k=(I,H)=>(new Xn(I,s,r),`${c.slice(0,H)}\0${r.length-1}d${c.slice(H+I.length)}`),$=I=>{I?w&&w--:w++};for(;A&&g;){const{0:I,index:H}=A;if(I==="-{"){if(!b){const{lastIndex:R}=y;y=/-\{|\}-/gu,y.lastIndex=R}b++}else if(I==="}-"){if(b--,!b){const{lastIndex:R}=y;y=m,y.lastIndex=R}}else if(I.endsWith("x")){const{name:R,closing:P,selfClosing:D}=r[Number(I.slice(1,-2))];(x.includes(R)||!D&&!v.includes(R))&&$(P)}else if(I.endsWith("q")){const{bold:R,italic:P}=r[Number(I.slice(1,-2))];R&&($(S),S=!S),P&&($(T),T=!T)}else if(w===0){if(I.length>=g)return k(I.slice(0,g),H);g-=I.length,y.lastIndex=H+4+String(r.length).length,c=k(I,H)}A=y.exec(c)}return c}}}),Dt,Pi,un,Ri,St,La=_({"src/converterFlags.ts"(){"use strict";var e,t;U(),ae(),rs(),M(),B(),Ie(),Dt=new Set(["A","T","R","D","-","H","N"]),Pi=[jt()],St=(t=class extends(Ri=E){constructor(r,l,n=[]){super(void 0,l,n,{});C(this,e);this.safeAppend(r.map(i=>new ue(i,"converter-flag",l,n)))}get type(){return"converter-flags"}afterBuild(){N(this,e,this.childNodes.map(r=>r.text().trim())),super.afterBuild()}toString(r){return super.toString(r,";")}text(){return super.text(";")}getUnknownFlags(){return new Set(f(this,e).filter(r=>/\{{3}[^{}]+\}{3}/u.test(r)))}getVariantFlags(){const r=new Set(this.getAttribute("config").variants);return new Set(f(this,e).filter(l=>r.has(l)))}isInvalidFlag(r,l,n,i){return typeof r=="object"&&(r=r.text().trim(),l=this.getVariantFlags(),n=this.getUnknownFlags(),i=new Set(f(this,e).filter(o=>Dt.has(o)))),!!r&&!l.has(r)&&!n.has(r)&&(l.size>0||!i.has(r))}lint(r=this.getAbsoluteIndex(),l){const n=this.getVariantFlags(),i=this.getUnknownFlags(),o=new Set(f(this,e).filter(g=>Dt.has(g))),a=f(this,e).filter(g=>!g).length,h=f(this,e).length-i.size-a,d=super.lint(r,l);if(n.size===h||o.size===h)return d;const u="no-ignored",p=L.lintConfig.getSeverity(u,"conversionFlag");if(p){const g=new ie(this,r);for(let c=0;c<this.length;c++){const x=this.childNodes[c],v=x.text().trim();if(this.isInvalidFlag(v,n,i,o)){const m=O(x,g,u,"invalid conversion flag",p);n.size===0&&Dt.has(v.toUpperCase())?m.fix={desc:"uppercase",range:[m.startIndex,m.endIndex],text:v.toUpperCase()}:m.suggestions=[{desc:"remove",range:[m.startIndex-(c&&1),m.endIndex],text:""}],d.push(m)}}}return d}print(){return super.print({sep:";"})}},e=new WeakMap,t),un=se(Ri),St=re(un,0,"ConverterFlagsToken",Pi,St),ne(un,1,St)}}),Zt,Fa=_({"src/converterRule.ts"(){"use strict";M(),B(),Ie(),Zt=class extends E{get type(){return"converter-rule"}get variant(){var e,t;return(t=(e=this.childNodes[this.length-2])==null?void 0:e.text().trim())!=null?t:""}constructor(e,t=!0,s=L.getConfig(),r=[]){super(void 0,s,r);const l=e.indexOf(":"),n=e.slice(0,l).indexOf("=>"),i=n===-1?e.slice(0,l):e.slice(n+2,l);t&&s.variants.includes(i.trim())?(super.insertAt(new ue(i,"converter-rule-variant",s,r)),super.insertAt(new ue(e.slice(l+1),"converter-rule-to",s,r)),n!==-1&&super.insertAt(new ue(e.slice(0,n),"converter-rule-from",s,r),0)):super.insertAt(new ue(e,"converter-rule-to",s,r))}toString(e){const{childNodes:t,firstChild:s,lastChild:r}=this;return t.length===3?`${s.toString(e)}=>${t[1].toString(e)}:${r.toString(e)}`:super.toString(e,":")}text(){const{childNodes:e,firstChild:t,lastChild:s}=this;return e.length===3?`${t.text()}=>${e[1].text()}:${s.text()}`:super.text(":")}getGaps(e){return e===0&&this.length===3?2:1}print(){const{childNodes:e}=this;if(e.length===3){const[t,s,r]=e;return`<span class="wpb-converter-rule">${t.print()}=>${s.print()}:${r.print()}</span>`}return super.print({sep:":"})}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t);return s.variant=this.variant,s}}}}),Oi,cn,Bi,_t,ja=_({"src/converter.ts"(){"use strict";oe(),Te(),B(),La(),Fa(),Oi=[Se("-{")],_t=class extends(Bi=E){get type(){return"converter"}constructor(e,t,s,r=[]){super(void 0,s,r),this.insertAt(new St(e,s,r));const[l]=t,n=l.includes(":"),i=new Zt(l,n,s,r);n&&i.length===1||!n&&t.length===2&&!xe(t[1]).trim()?this.insertAt(new Zt(t.join(";"),!1,s,r)):this.append(i,...t.slice(1).map(o=>new Zt(o,!0,s,r)))}toString(e){const{childNodes:[t,...s]}=this;return`-{${t.toString(e)}${t.length>0?"|":""}${s.map(r=>r.toString(e)).join(";")}}-`}text(){const{childNodes:[e,...t]}=this;return`-{${e.text()}|${Pe(t,";")}}-`}getGaps(e){return e||this.firstChild.length>0?1:0}print(){const{childNodes:[e,...t]}=this;return`<span class="wpb-converter">-{${e.print()}${e.length>0?"|":""}${Ze(t,{sep:";"})}}-</span>`}},cn=se(Bi),_t=re(cn,0,"ConverterToken",Oi,_t),ne(cn,1,_t)}}),xo={};Z(xo,{parseConverter:()=>mo});var mo,Ea=_({"parser/converter.ts"(){"use strict";ja(),mo=(e,t,s)=>{var a;(a=t.regexConverter)!=null||(t.regexConverter=new RegExp(String.raw`;(?=(?:[^;]*?=>)?\s*(?:${t.variants.join("|")})\s*:|(?:\s|\0\d+[cn]\x7F)*$)`,"u"));const r=/-\{/gu,l=/-\{|\}-/gu,n=[];let i=r,o=i.exec(e);for(;o;){const{0:h,index:d}=o;if(h==="}-"){const u=n.pop(),{length:p}=s,g=e.slice(u.index+2,d),c=g.indexOf("|"),[x,v]=c===-1?[[],g]:[g.slice(0,c).split(";"),g.slice(c+1)],m=v.replace(/(&[#a-z\d]+);/giu,"$1"),y=m.split(t.regexConverter).map(A=>A.replace(/\x01/gu,";"));new _t(x,y,t,s),e=`${e.slice(0,u.index)}\0${p}v${e.slice(d+2)}`,n.length===0&&(i=r),i.lastIndex=u.index+3+String(p).length}else n.push(o),i=l,i.lastIndex=d+2;o=i.exec(e)}return e}}}),ts={};Z(ts,{Token:()=>E});var qi,E,B=_({"src/index.ts"(){"use strict";var e,t,s,r,l,n,i,o,vo,bo,wo,yo,Ao,So,_o,ko,$o,To,Io,Co,w;oe(),Re(),U(),ce(),M(),Vo(),Qo(),qi=["category","html-attr#id,ext-attr#id,table-attr#id"],E=(w=class extends sl{constructor(b,k=L.getConfig(),$=[],I){super();C(this,o);C(this,e,"plain");C(this,t,0);C(this,s);C(this,r);C(this,l);C(this,n,!1);C(this,i);typeof b=="string"&&this.insertAt(b),N(this,s,k),N(this,r,$),$.push(this)}get type(){return f(this,e)}set type(b){N(this,e,b)}parseOnce(b=f(this,t),k=!1,$){if(b<f(this,t)||this.length===0||!this.isPlain())return this;if(f(this,t)>=fe)return this;switch(b){case 0:if(this.type==="root"){f(this,r).pop();const I=j(this,o,vo).call(this);k&&(k=!I)}N(this,l,k),j(this,o,bo).call(this,k);break;case 1:j(this,o,wo).call(this);break;case 2:j(this,o,yo).call(this);break;case 3:j(this,o,Ao).call(this);break;case 4:j(this,o,So).call(this);break;case 5:j(this,o,_o).call(this,$);break;case 6:j(this,o,ko).call(this,$);break;case 7:j(this,o,$o).call(this);break;case 8:j(this,o,To).call(this);break;case 9:j(this,o,Io).call(this);break;case 10:j(this,o,Co).call(this)}if(this.type==="root")for(const I of f(this,r))I==null||I.parseOnce(b,k,$);return rr(this,t)._++,this}buildFromStr(b,k){const $=b.split(/[\0\x7F]/u).map((I,H)=>{if(H%2===0)return new Sn(I);if(isNaN(I.slice(-1)))return f(this,r)[Number(I.slice(0,-1))];throw new Error(`Failed to build! Unrecognized token: ${I}`)});return k===0?$.map(String).join(""):k===1?Pe($):$}build(){N(this,t,fe);const{length:b,firstChild:k}=this,$=k==null?void 0:k.toString();if(b===1&&k.type==="text"&&$.includes("\0")&&(ss(this,0,1,this.buildFromStr($)),this.normalize(),this.type==="root"))for(const I of f(this,r))I==null||I.build()}afterBuild(){if(this.type==="root")for(const b of f(this,r))b==null||b.afterBuild();N(this,n,!0)}parse(b=fe,k,$){for(b=Math.min(b,fe);f(this,t)<b;)this.parseOnce(f(this,t),k,$);return b&&(this.build(),this.afterBuild()),this}isPlain(){return this.constructor===w}getAttribute(b){var k;switch(b){case"config":return f(this,s);case"include":return(k=f(this,l))!=null?k:!!f(this.getRootNode(),l);case"accum":return f(this,r);case"built":return f(this,n);case"stage":return f(this,t);case"invalid":return this.type==="table-inter"&&kt(this)==="error";default:return super.getAttribute(b)}}setAttribute(b,k){switch(b){case"stage":f(this,t)===0&&this.type==="root"&&f(this,r).shift(),N(this,t,k);break;default:super.setAttribute(b,k)}}insertAt(b,k=this.length){const $=typeof b=="string"?new Sn(b):b;super.insertAt($,k);const{type:I}=$;return I==="root"&&($.type="plain"),$}normalizeTitle(b,k=0,$){return L.normalizeTitle(b,k,f(this,l),f(this,s),$)}inTableAttrs(){var b,k;return((b=this.closest("table-attrs,ext"))==null?void 0:b.type)==="table-attrs"&&((k=this.closest("table-attrs,arg,magic-word,template"))!=null&&k.is("table-attrs")?"error":"warning")}inHtmlAttrs(){var b;return(b=this.closest("html-attrs,ext"))!=null&&b.is("html-attrs")?"error":this.inTableAttrs()}lint(b=this.getAbsoluteIndex(),k){var I;let $=super.lint(b,k);if(this.type==="root"){const H=new Map,R="no-duplicate",P=["category","id"].map(q=>L.lintConfig.getSeverity(R,q)),D=qi.filter((q,G)=>P[G]).join();if(D){for(const q of this.querySelectorAll(D)){let G;if(q.is("category"))G=q.name;else{const W=q.getValue();W&&W!==!0&&(G=`#${W}`)}if(G){const W=H.get(G);W?W.add(q):H.set(G,new Set([q]))}}for(const[q,G]of H)if(G.size>1&&!q.startsWith("#mw-customcollapsible-")){const W=!q.startsWith("#"),J=`duplicated ${W?"category":"id"}`,Y=P[W?0:1];$.push(...[...G].map(le=>{const ee=Q(le,{start:le.getAbsoluteIndex()},R,J,Y);return W&&(ee.suggestions=[{desc:"remove",range:[ee.startIndex,ee.endIndex],text:""}]),ee}))}}const V=/<!--\s*lint-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->/gu,K=this.toString(),z=[];let F=V.exec(K);for(;F;){const{1:q,index:G}=F,W=(I=F[2])==null?void 0:I.trim();z.push({line:this.posFromIndex(G).top+(q==="disable-line"?0:1),from:q==="disable"?V.lastIndex:void 0,to:q==="enable"?V.lastIndex:void 0,rules:W?new Set(W.split(",").map(J=>J.trim())):void 0}),F=V.exec(K)}if($=$.filter(({rule:q,startLine:G,startIndex:W})=>{const J={pos:0};for(const{line:Y,from:le,to:ee,rules:We}of z){if(Y>G+1)break;if(We&&!We.has(q))continue;if(Y===G&&le===void 0&&ee===void 0)return!1;le<=W&&le>J.pos?(J.pos=le,J.type="from"):ee<=W&&ee>J.pos&&(J.pos=ee,J.type="to")}return J.type!=="from"}),$.some(({fix:q})=>q)){const q=$.map(({fix:J})=>J).filter(Boolean).sort(({range:[J,Y]},{range:[le,ee]})=>Y===ee?le-J:ee-Y);let G=1/0,W=K;for(const{range:[J,Y],text:le}of q)Y<=G&&(W=W.slice(0,J)+le+W.slice(Y),G=J);Object.assign($,{output:W})}}return $}toString(b,k){return b?super.toString(!0,k):Ee(f(this,i),()=>super.toString(!1,k),$=>{const I=this.getRootNode();I.type==="root"&&f(I,n)&&N(this,i,$)})}},e=new WeakMap,t=new WeakMap,s=new WeakMap,r=new WeakMap,l=new WeakMap,n=new WeakMap,i=new WeakMap,o=new WeakSet,vo=function(){const{parseRedirect:b}=(Ko(),X(il)),k=this.firstChild.toString(),$=b(k,f(this,s),f(this,r));return $&&this.setText($),!!$},bo=function(b){const{parseCommentAndExt:k}=(ds(),X(Ml));this.setText(k(this.firstChild.toString(),f(this,s),f(this,r),b))},wo=function(){const{parseBraces:b}=(Un(),X(wl)),k=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,$=b(k,f(this,s),f(this,r));this.setText(this.type==="root"?$:$.slice(1))},yo=function(){if(f(this,s).excludes.includes("html"))return;const{parseHtml:b}=(ma(),X(zl));this.setText(b(this.firstChild.toString(),f(this,s),f(this,r)))},Ao=function(){if(f(this,s).excludes.includes("table"))return;const{parseTable:b}=(wa(),X(Kl));this.setText(b(this,f(this,s),f(this,r)))},So=function(){if(f(this,s).excludes.includes("hr"))return;const{parseHrAndDoubleUnderscore:b}=(Sa(),X(eo));this.setText(b(this,f(this,s),f(this,r)))},_o=function(b){const{parseLinks:k}=($a(),X(ao));this.setText(k(this.firstChild.toString(),f(this,s),f(this,r),b))},ko=function(b){if(f(this,s).excludes.includes("quote"))return;const{parseQuotes:k}=(ro(),X(no)),$=this.firstChild.toString().split(`
25
+ `);for(let I=0;I<$.length;I++)$[I]=k($[I],f(this,s),f(this,r),b);this.setText($.join(`
26
+ `))},$o=function(){if(f(this,s).excludes.includes("extLink"))return;const{parseExternalLinks:b}=(lo(),X(io));this.setText(b(this.firstChild.toString(),f(this,s),f(this,r)))},To=function(){if(f(this,s).excludes.includes("magicLink"))return;const{parseMagicLinks:b}=(Ta(),X(ho));this.setText(b(this.firstChild.toString(),f(this,s),f(this,r)))},Io=function(){if(f(this,s).excludes.includes("list"))return;const{parseList:b}=(Na(),X(po)),{firstChild:k,type:$,name:I}=this,H=k.toString().split(`
27
+ `),R={lastPrefix:""};let P=$==="root"||$==="ext-inner"&&I==="poem"?0:1;for(;P<H.length;P++)H[P]=b(H[P],R,f(this,s),f(this,r));this.setText(H.join(`
28
+ `))},Co=function(){if(f(this,s).variants.length>0){const{parseConverter:b}=(Ea(),X(xo));this.setText(b(this.firstChild.toString(),f(this,s),f(this,r)))}},w)}}),me,hs,ss,rt,ce=_({"util/debug.ts"(){"use strict";me={running:!1,run(e){const{running:t}=this;this.running=!0;try{const{Token:s}=(B(),X(ts)),r=e();return r instanceof s&&!r.getAttribute("built")&&r.afterBuild(),this.running=t,r}catch(s){throw this.running=t,s}},rev:0},hs=e=>t=>t.type===e,ss=(e,t,s,r=[])=>{var i,o;let l=e.getChildNodes(),n;l.length===s?(n=l,l=r):n=l.splice(t,s,...r);for(let a=0;a<r.length;a++){const h=r[a];h.setAttribute("parentNode",e),h.setAttribute("nextSibling",l[t+a+1]),h.setAttribute("previousSibling",l[t+a-1])}return(i=l[t-1])==null||i.setAttribute("nextSibling",l[t]),(o=l[t+r.length])==null||o.setAttribute("previousSibling",l[t+r.length-1]),l===r&&e.setAttribute("childNodes",l),n},rt=(e,t)=>{Object.defineProperty(e,"name",{value:t.name})}}}),Wi,ct,gn,pn,Mi,fn,zi,Fn,Pa=_({"lib/lintConfig.ts"(){"use strict";Ji(),Wi=new Set([0,1,2]),ct=new Map([[0,!1],[1,"warning"],[2,"error"]]),gn={"format-leakage":[2,{}],h1:[1,{}],"invalid-gallery":[2,{}],"invalid-imagemap":[2,{}],"nested-link":[2,{}],"no-duplicate":[2,{id:1}],"no-ignored":[2,{include:1,redirect:1}],"unbalanced-header":2,"unclosed-comment":[1,{}],unescaped:2,"url-encoding":[1,{}],"var-anchor":[1,{}],"void-ext":[2,{}]},Object.freeze(gn),pn=e=>typeof e=="number"&&Wi.has(e),Mi=e=>pn(e)||Array.isArray(e)&&e.length===2&&pn(e[0])&&e[1]&&typeof e[1]=="object",fn=(e,t,s)=>{if(Rn.includes(t)){if(Mi(s))return e[t]=s,!0}else throw new RangeError(`Unknown lint rule: ${t}`);throw new RangeError(`Invalid lint config for ${t}: ${JSON.stringify(s)}`)},zi=class{constructor(e){if(Object.assign(this,JSON.parse(JSON.stringify(gn))),!!e)for(const[t,s]of Object.entries(e))fn(this,t,s)}getSeverity(e,t){var r;const s=this[e];return typeof s=="number"?ct.get(s):t&&(r=ct.get(s[1][t]))!=null?r:ct.get(s[0])}},Fn=e=>new Proxy(new zi(e),{set:fn})}}),No={};Z(No,{Title:()=>Lo});var Lo,Ra=_({"lib/title.ts"(){"use strict";var e,t,s,r,l,n;oe(),Lo=(n=class{constructor(i,o,a,{temporary:h,decode:d,selfLink:u}={}){C(this,e);C(this,t);C(this,s);C(this,r);C(this,l);we(this,"valid");we(this,"encoded",!1);const p=i.trim().startsWith("../");if(d&&i.includes("%"))try{const c=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(i);i=It(i),this.encoded=c}catch{}if(i=Ct(i).replace(/[_ ]+/gu," ").trim(),p)N(this,r,0);else{let c=o;i.startsWith(":")&&(c=0,i=i.slice(1).trim());const x=i.split(":");if(x.length>1){const v=Ye(x[0]),m=Object.prototype.hasOwnProperty.call(a.nsid,v)&&a.nsid[v];m&&(c=m,i=x.slice(1).join(":").trim())}N(this,r,c)}const g=i.indexOf("#");if(g!==-1){let c=i.slice(g).trim().slice(1);if(c.includes("%"))try{c=It(c)}catch{}N(this,l,c.replace(/ /gu,"_")),i=i.slice(0,g).trim()}this.valid=!!(i||u&&this.ns===0&&f(this,l)!==void 0)&&Ct(i)===i&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(p?/^(?:\.\.\/)+(.*)/u.exec(i)[1]:i),this.main=i,N(this,t,a.namespaces),N(this,s,a.articlePath||"/wiki/$1"),f(this,s).includes("$1")||N(this,s,f(this,s)+`${f(this,s).endsWith("/")?"":"/"}$1`),h||Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}})}get ns(){return f(this,r)}get fragment(){return f(this,l)}get main(){return f(this,e)}set main(i){i=i.replace(/_/gu," ").trim(),N(this,e,i&&i[0].toUpperCase()+i.slice(1))}get prefix(){const i=f(this,t)[this.ns];return i+(i&&":")}get title(){return this.getRedirection()[1]}get extension(){const{main:i}=this,o=i.lastIndexOf(".");return o===-1?void 0:i.slice(o+1).toLowerCase()}getRedirection(){return[!1,(this.prefix+this.main).replace(/ /gu,"_")]}setFragment(i){N(this,l,i)}getUrl(i){throw new Error("Title.getUrl method is only available in the LSP version!")}},e=new WeakMap,t=new WeakMap,s=new WeakMap,r=new WeakMap,l=new WeakMap,n)}}),Fo={};Z(Fo,{default:()=>L});jo.exports=X(Fo);var Gt,xn,_e,mn,Ui,L,M=_({"index.ts"(){Ji(),ce(),Re(),oe(),Pa(),Gt=!0,xn=Fn(),_e={config:vn,i18n:void 0,rules:Rn,get lintConfig(){return xn},set lintConfig(e){xn=Fn(e)},get viewOnly(){return Gt},set viewOnly(e){Gt&&!e&&me.rev++,Gt=e},getConfig(e){const t=e!=null?e:this.config,{doubleUnderscore:s,ext:r,parserFunction:l,variable:n}=t;for(let i=0;i<2;i++)s.length>i+2&&s[i].length===0&&(s[i]=Object.keys(s[i+2]));return r.includes("translate")&&!n.includes("translationlanguage")&&(n.push("translationlanguage"),Array.isArray(l[1])?l[1].push("TRANSLATIONLANGUAGE"):l[1].TRANSLATIONLANGUAGE="translationlanguage"),{...vn,...t,excludes:[]}},msg(e,t=""){var s,r;return e&&((r=(s=this.i18n)==null?void 0:s[e])!=null?r:e).replace("$1",this.msg(t))},normalizeTitle(e,t=0,s,r=_e.getConfig(),l){const{Title:n}=(Ra(),X(No));let i;if(l!=null&&l.halfParsed)i=new n(e,t,r,l);else{const{Token:o}=(B(),X(ts));i=me.run(()=>{const a=new o(e,r);a.type="root",a.parseOnce(0,s).parseOnce();const h=new n(a.toString(),t,r,l);for(const d of["main","fragment"]){const u=h[d];if(u!=null&&u.includes("\0")){const p=a.buildFromStr(u,1);d==="main"?h.main=p:h.setFragment(p)}}return h})}return i},parse(e,t,s=fe,r=_e.getConfig()){e=Ki(e);let l;typeof s!="number"&&(l=Array.isArray(s)?s:[s],s=Math.max(...l.map(o=>Qi[o]||fe)));const{Token:n}=(B(),X(ts));return me.run(()=>{const o=new n(e,r);return o.type="root",o.parse(s,t)})},async partialParse(e,t,s,r=_e.getConfig()){},createLanguageService(e={}){throw new Error("Parser.createLanguageService method is only available in the LSP version!")}},mn={},Ui=new Set(["normalizeTitle","parse","createLanguageService"]);for(const e in _e)Ui.has(e)||(mn[e]={enumerable:!1});Object.defineProperties(_e,mn),Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:_e}),L=_e}});M()});Oa();})();
29
29
  //# sourceMappingURL=bundle.min.js.map