wikiparser-node 1.23.0 → 1.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.md +3 -3
  2. package/bin/config.js +2 -2
  3. package/bundle/bundle-es8.min.js +24 -24
  4. package/bundle/bundle-lsp.min.js +30 -26
  5. package/bundle/bundle.min.js +24 -24
  6. package/config/default.json +6 -0
  7. package/config/enwiki.json +2 -2
  8. package/config/llwiki.json +382 -261
  9. package/config/moegirl.json +325 -325
  10. package/coverage/badge.svg +1 -1
  11. package/dist/base.d.mts +18 -2
  12. package/dist/base.d.ts +18 -2
  13. package/dist/bin/config.js +17 -5
  14. package/dist/index.d.ts +2 -1
  15. package/dist/index.js +3 -6
  16. package/dist/lib/element.d.ts +7 -7
  17. package/dist/lib/element.js +16 -13
  18. package/dist/lib/lsp.d.ts +19 -1
  19. package/dist/lib/lsp.js +130 -15
  20. package/dist/lib/node.d.ts +2 -1
  21. package/dist/lib/node.js +10 -2
  22. package/dist/lib/text.d.ts +17 -16
  23. package/dist/lib/text.js +77 -61
  24. package/dist/lib/title.js +4 -3
  25. package/dist/mixin/attributesParent.js +1 -1
  26. package/dist/mixin/elementLike.d.ts +7 -7
  27. package/dist/mixin/elementLike.js +9 -6
  28. package/dist/mixin/noEscape.js +2 -0
  29. package/dist/parser/commentAndExt.js +7 -8
  30. package/dist/parser/externalLinks.js +2 -2
  31. package/dist/parser/hrAndDoubleUnderscore.js +8 -5
  32. package/dist/src/arg.js +4 -4
  33. package/dist/src/attribute.d.ts +1 -1
  34. package/dist/src/attribute.js +11 -10
  35. package/dist/src/attributes.js +4 -4
  36. package/dist/src/converter.js +1 -1
  37. package/dist/src/converterFlags.js +2 -2
  38. package/dist/src/gallery.js +8 -7
  39. package/dist/src/heading.js +16 -7
  40. package/dist/src/html.js +16 -14
  41. package/dist/src/imageParameter.js +2 -2
  42. package/dist/src/imagemap.js +2 -2
  43. package/dist/src/index.d.ts +4 -0
  44. package/dist/src/index.js +1 -1
  45. package/dist/src/link/base.js +5 -18
  46. package/dist/src/link/file.js +14 -5
  47. package/dist/src/link/galleryImage.js +1 -1
  48. package/dist/src/link/index.js +6 -3
  49. package/dist/src/link/redirectTarget.js +1 -1
  50. package/dist/src/magicLink.js +4 -4
  51. package/dist/src/nested.js +2 -2
  52. package/dist/src/nowiki/base.js +1 -1
  53. package/dist/src/nowiki/comment.js +1 -1
  54. package/dist/src/nowiki/index.js +2 -2
  55. package/dist/src/nowiki/quote.js +10 -10
  56. package/dist/src/onlyinclude.js +1 -1
  57. package/dist/src/paramTag/index.js +1 -1
  58. package/dist/src/parameter.js +1 -1
  59. package/dist/src/redirect.js +2 -2
  60. package/dist/src/table/base.d.ts +2 -1
  61. package/dist/src/table/base.js +18 -15
  62. package/dist/src/table/index.js +6 -8
  63. package/dist/src/table/td.d.ts +1 -1
  64. package/dist/src/table/td.js +13 -21
  65. package/dist/src/tagPair/include.js +2 -2
  66. package/dist/src/tagPair/index.js +2 -2
  67. package/dist/src/transclude.js +8 -14
  68. package/dist/util/lint.js +89 -4
  69. package/dist/util/sharable.js +1 -1
  70. package/dist/util/sharable.mjs +1 -1
  71. package/dist/util/string.js +11 -10
  72. package/extensions/dist/base.js +23 -1
  73. package/extensions/dist/lsp.js +6 -0
  74. package/extensions/typings.d.ts +3 -1
  75. package/package.json +8 -8
@@ -1,28 +1,28 @@
1
- "use strict";(()=>{var Xo=Object.defineProperty,Ko=Object.defineProperties;var Yo=Object.getOwnPropertyDescriptors;var fn=Object.getOwnPropertySymbols;var Zo=Object.prototype.hasOwnProperty,ea=Object.prototype.propertyIsEnumerable;var xn=e=>{throw TypeError(e)};var ws=(e,t,s)=>t in e?Xo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,pe=(e,t)=>{for(var s in t||(t={}))Zo.call(t,s)&&ws(e,s,t[s]);if(fn)for(var s of fn(t))ea.call(t,s)&&ws(e,s,t[s]);return e},ye=(e,t)=>Ko(e,Yo(t));var ta=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var ke=(e,t,s)=>ws(e,typeof t!="symbol"?t+"":t,s),ys=(e,t,s)=>t.has(e)||xn("Cannot "+s);var f=(e,t,s)=>(ys(e,t,"read from private field"),s?s.call(e):t.get(e)),N=(e,t,s)=>t.has(e)?xn("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,s),L=(e,t,s,i)=>(ys(e,t,"write to private field"),i?i.call(e,s):t.set(e,s),s),P=(e,t,s)=>(ys(e,t,"access private method"),s);var mn=(e,t,s,i)=>({set _(n){L(e,t,n,s)},get _(){return f(e,t,i)}});var id=ta((rd,Jo)=>{var sa=Object.create,rt=Object.defineProperty,ll=Object.getOwnPropertyDescriptor,Ui=Object.getOwnPropertyNames,ia=Object.prototype.hasOwnProperty,ol=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e),lt=e=>{throw TypeError(e)},al=(e,t,s)=>t in e?rt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,vn=(e,t)=>rt(e,"name",{value:t,configurable:!0}),T=(e,t)=>function(){return e&&(t=(0,e[Ui(e)[0]])(e=0)),t},na=(e,t)=>function(){return t||(0,e[Ui(e)[0]])((t={exports:{}}).exports,t),t.exports},te=(e,t)=>{for(var s in t)rt(e,s,{get:t[s],enumerable:!0})},ra=(e,t,s,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Ui(t))!ia.call(e,n)&&n!==s&&rt(e,n,{get:()=>t[n],enumerable:!(i=ll(t,n))||i.enumerable});return e},G=e=>ra(rt({},"__esModule",{value:!0}),e),ee=e=>{var t;return[,,,sa((t=e==null?void 0:e[ol("metadata")])!=null?t:null)]},dl=["class","method","getter","setter","accessor","field","value","get","set"],vt=e=>e!==void 0&&typeof e!="function"?lt("Function expected"):e,la=(e,t,s,i,n)=>({kind:dl[e],name:t,metadata:i,addInitializer:r=>s._?lt("Already initialized"):n.push(vt(r||null))}),zi=(e,t)=>al(t,ol("metadata"),e[3]),X=(e,t,s,i)=>{for(var n=0,r=e[t>>1],l=r&&r.length;n<l;n++)t&1?r[n].call(s):i=r[n].call(s,i);return i},K=(e,t,s,i,n,r)=>{var l,o,a,h,d,u=t&7,g=!!(t&8),c=!!(t&16),p=u>3?e.length+1:u?g?1:2:0,v=dl[u+5],m=u>3&&(e[p-1]=[]),x=e[p]||(e[p]=[]),b=u&&(!c&&!g&&(n=n.prototype),u<5&&(u>3||!c)&&ll(u<4?n:{get[s](){return de(this,r)},set[s](y){return fe(this,r,y)}},s));u?c&&u<4&&vn(r,(u>2?"set ":u>1?"get ":"")+s):vn(n,s);for(var w=i.length-1;w>=0;w--)h=la(u,s,a={},e[3],x),u&&(h.static=g,h.private=c,d=h.access={has:c?y=>aa(n,y):y=>s in y},u^3&&(d.get=c?y=>(u^1?de:Ti)(y,n,u^4?r:b.get):y=>y[s]),u>2&&(d.set=c?(y,A)=>fe(y,n,A,u^4?r:b.set):(y,A)=>y[s]=A)),o=(0,i[w])(u?u<4?c?r:b[v]:u>4?void 0:{get:b.get,set:b.set}:n,h),a._=1,u^4||o===void 0?vt(o)&&(u>4?m.unshift(o):u?c?r=o:b[v]=o:n=o):typeof o!="object"||o===null?lt("Object expected"):(vt(l=o.get)&&(b.get=l),vt(l=o.set)&&(b.set=l),vt(l=o.init)&&m.unshift(l));return u||zi(e,n),b&&rt(n,s,b),c?u^4?r:b:n},oa=(e,t,s)=>al(e,typeof t!="symbol"?t+"":t,s),Hi=(e,t,s)=>t.has(e)||lt("Cannot "+s),aa=(e,t)=>Object(t)!==t?lt('Cannot use the "in" operator on this value'):e.has(t),de=(e,t,s)=>(Hi(e,t,"read from private field"),s?s.call(e):t.get(e)),Ce=(e,t,s)=>t.has(e)?lt("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,s),fe=(e,t,s,i)=>(Hi(e,t,"write to private field"),i?i.call(e,s):t.set(e,s),s),Ti=(e,t,s)=>(Hi(e,t,"access private method"),s),da=(e,t,s,i)=>({set _(n){fe(e,t,n,s)},get _(){return de(e,t,i)}}),hl,Di,ul=T({"base.ts"(){"use strict";hl=(()=>{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})(),Di=(()=>{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 et(e){const t=new Map,s=new WeakMap;return i=>{const n=typeof i=="string"?t:s;if(n.has(i)){const l=n.get(i);return l.lastIndex=0,l}const r=e(i);return n.set(i,r),r}}var Ft,cl,Rt=T({"../common/dist/index.mjs"(){"use strict";Ft=e=>decodeURIComponent(e.replace(/%(?![\da-f]{2})/giu,"%25")),cl=et}}),Ne,Ss,tt,st,it,_e,Ve,gl,me,Me,bn,wn,jt,pl,yn,Sn,Et,nt,oe=T({"util/string.ts"(){"use strict";Rt(),Ne=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,Ss=String.raw`[^[\]<>"\0-\x1F\x7F${Ne}\uFFFD]`,tt=String.raw`(?:\[[\da-f:.]+\]|${Ss})`,st=String.raw`(?:${Ss}|\0\d+[cn!~]\x7F)*`,it=e=>e.trim().toLowerCase(),_e=(e,t)=>e.replace(/\0(\d+)\x7F/gu,(s,i)=>t[i]),Ve=(e,t)=>s=>s.replace(e,t),gl=Ve(/[\0\x7F]|\r$/gmu,""),me=Ve(/\0\d+[cn]\x7F/gu,""),Me=(e,t="")=>e.map(s=>typeof s=="string"?s:s.text()).join(t),bn={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},wn=Ve(/&(?:#(\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)):bn[s.toLowerCase()]),jt=e=>wn(e),pl=Ve(/&#(\d+|x[\da-f]+);/giu,(e,t)=>String.fromCodePoint(+((/^x/iu.test(t)?"0":"")+t))),yn={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},Sn=e=>Ve(e,t=>`&${yn[t]};`),Et=Sn(/[&<>]/gu),nt=(e,t={})=>{const{pre:s="",post:i="",sep:n=""}=t;return s+e.map(r=>r.print()).join(n)+i}}}),ha=na({"config/minimum.json"(e,t){t.exports={ext:[],html:[["b","bdi","del","i","ins","u","font","big","small","sub","sup","h1","h2","h3","h4","h5","h6","cite","code","em","s","strike","strong","tt","var","div","center","blockquote","ol","ul","dl","table","caption","pre","ruby","rb","rp","rt","rtc","p","span","abbr","dfn","kbd","samp","data","time","mark","tr","td","th","q","bdo"],["li","dt","dd"],["br","wbr","hr","meta","link"]],namespaces:{0:"",6:"File",10:"Template",14:"Category",828:"Module"},nsid:{"":0,file:6,template:10,category:14,module:828},functionHook:["msgnw"],variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{msgnw:"msgnw",pageid:"pageid",articlepath:"articlepath",server:"server",servername:"servername",scriptpath:"scriptpath",stylepath:"stylepath","#language":"language","#special":"special","#speciale":"speciale","#tag":"tag","#formatdate":"formatdate","#dateformat":"formatdate","#invoke":"invoke","#while":"while","#dowhile":"dowhile","#loop":"loop","#forargs":"forargs","#fornumargs":"fornumargs","#if":"if","#ifeq":"ifeq","#switch":"switch","#ifexist":"ifexist","#ifexpr":"ifexpr","#iferror":"iferror","#time":"time","#timel":"timel","#expr":"expr","#rel2abs":"rel2abs","#titleparts":"titleparts","#categorytree":"categorytree","#urldecode":"urldecode","#choose":"choose","#var":"var","#varexists":"varexists","#var_final":"var_final","#vardefine":"vardefine","#vardefineecho":"vardefineecho","#widget":"widget","#related":"related","#regex":"regex","#regex_var":"regex_var","#regexquote":"regexquote","#regexall":"regexall","#len":"len","#pos":"pos","#rpos":"rpos","#sub":"sub","#count":"count","#rmatch":"rmatch","#rreplace":"rreplace","#replace":"replace","#rsplit":"rsplit","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#translation":"translation","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"lst","#section-x":"lstx","#section-h":"lsth","#statements":"statements","#useliquidthreads":"useliquidthreads","#lqtpagelimit":"lqtpagelimit","#avatar":"avatar","#img":"img","#chart":"chart"},{"!":"!","=":"=","#FORMAL":"formal","#bcp47":"bcp47","#dir":"dir","#interwikilink":"interwikilink","#interlanguagelink":"interlanguagelink","#timef":"timef","#timefl":"timefl"},["msg","raw"],["subst","safesubst"]],doubleUnderscore:[[],[]],protocol:"bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|matrix:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|wikipedia://|worldwind://|xmpp:",interwiki:[],img:{},redirection:["#redirect"],variants:[]}}}),xe,Ci,Ue=T({"util/constants.ts"(){"use strict";xe=11,Ci=ha()}}),le,ae=T({"lib/rect.ts"(){"use strict";var e,t,s,i,Ii,r;le=(r=class{constructor(l,o){N(this,i);N(this,e);N(this,t);N(this,s);L(this,e,l),L(this,t,o)}get start(){return f(this,t)}get top(){return P(this,i,Ii).call(this).top}get left(){return P(this,i,Ii).call(this).left}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakSet,Ii=function(){var l;return(l=f(this,s))!=null||L(this,s,f(this,e).getRootNode().posFromIndex(f(this,t))),f(this,s)},r)}}),An,kn,Lt,Ni,As,R,V,We,fl,M=T({"util/lint.ts"(){"use strict";Se(),ae(),B(),An=new Set(["tr","td","th","caption"]),kn=new Set(["Template:!!","Template:!-"]),Lt=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")&&kn.has(t.name)||t.is("html")&&An.has(t.name))return!1;if(t.is("arg"))return t.length>1&&Lt(t.childNodes[1]);if(t.is("magic-word"))try{const s=t.getPossibleValues().map(Lt);return s.includes(2)?2:s.includes(1)&&1}catch(s){}return t.is("template")||t.is("magic-word")&&t.name==="invoke"?1:2},Ni=(e,t,s,i)=>({line:e+s-1,character:(s===1?t:0)+i}),As=e=>(t,s,i,n,r="error")=>{const{start:l}=s,{top:o,left:a}=s instanceof le?s:new le(t,l),{offsetHeight:h,offsetWidth:d}=t,{startIndex:u,startLine:g,startCol:c}=e(t,l,o,a),{line:p,character:v}=Ni(g,c,h,d);return{rule:i,message:_.msg(n),severity:r,startIndex:u,endIndex:u+t.toString().length,startLine:g,endLine:p,startCol:c,endCol:v}},R=As((e,t,s,i)=>{const n=e.getRelativeIndex(),{top:r,left:l}=e.parentNode.posFromIndex(n);return{startIndex:t+n,startLine:s+r,startCol:r?l:i+l}}),V=As((e,t,s,i)=>({startIndex:t,startLine:s,startCol:i})),We=(e,t,s,i)=>{if(e&&(i||_.viewOnly&&e[0]===ve.rev))return e[1];const n=t();return(i||_.viewOnly)&&s([ve.rev,n]),n},fl=(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"]:[]}}),_n,Gi,xl=T({"parser/selector.ts"(){"use strict";_n=(e,t,s)=>{if(e.includes("#")){const i=e.indexOf("#");return(i===0||e.slice(0,i)===t)&&e.slice(i+1)===s}return!e||e===t},Gi=(e,t,s)=>{const i=e.split(",");return({type:n,name:r})=>i.some(l=>_n(l.trim(),n,r))}}}),ls,Vi=T({"mixin/cached.ts"(){"use strict";M(),ls=(e=!0)=>t=>{const s=new WeakMap;return function(...i){return We(s.get(this),()=>t.apply(this,i),n=>{s.set(this,n)},e)}}}}),ml,ua=T({"mixin/nodeLike.ts"(){"use strict";ml=e=>{class t extends e{get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get offsetHeight(){return this.getDimension().height}get offsetWidth(){return this.getDimension().width}}return t}}}),$n,Tn,qt,dt,ht,Wt,ut,ct,gt,Be,vl=T({"lib/node.ts"(){"use strict";M(),Se(),Vi(),ua(),B(),Tn=[ml],$n=[ls(!1)],Be=class{constructor(){X(gt,5,this),oa(this,"childNodes",[]),Ce(this,qt),Ce(this,dt),Ce(this,ht),Ce(this,Wt),Ce(this,ut),Ce(this,ct,{})}get parentNode(){return de(this,qt)}get nextSibling(){return de(this,dt)}get previousSibling(){return de(this,ht)}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":fe(this,qt,t),t||(fe(this,dt,void 0),fe(this,ht,void 0));break;case"nextSibling":fe(this,dt,t);break;case"previousSibling":fe(this,ht,t);break;case"aIndex":_.viewOnly&&fe(this,ut,[ve.rev,t]);break;default:this[e]=t}}getRootNode(){return We(de(this,Wt),()=>{var e,t;return(t=(e=this.parentNode)==null?void 0:e.getRootNode())!=null?t:this},e=>{const[,t]=e;t.type==="root"&&fe(this,Wt,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(),i=s.findIndex(([,,n])=>e<=n);return{top:i,left:e-s[i][1]}}}getDimension(){const e=this.getLines(),t=e[e.length-1];return{height:e.length,width:t[2]-t[1]}}getGaps(e){return 0}getRelativeIndex(e){if(e===void 0){const{parentNode:t}=this;return t?t.getRelativeIndex(t.childNodes.indexOf(this)):0}return We(de(this,ct)[e],()=>{const{childNodes:t}=this,s=e+(e<0?t.length:0);let i=this.getAttribute("padding");for(let n=0;n<s;n++)_.viewOnly&&(de(this,ct)[n]=[ve.rev,i]),i+=t[n].toString().length+this.getGaps(n);return i},t=>{de(this,ct)[e]=t})}getAbsoluteIndex(){return We(de(this,ut),()=>{const{parentNode:e}=this;return e?e.getAbsoluteIndex()+this.getRelativeIndex():0},e=>{fe(this,ut,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 i=t+s.length;e.push([s,t,i]),t=i+1}return e}seal(e,t){const s=!t&&!!this[e];Object.defineProperty(this,e,{enumerable:s,configurable:!0})}lspError(e){throw new Error(`${e} method is only available in the LSP version!`)}},gt=ee(null),qt=new WeakMap,dt=new WeakMap,ht=new WeakMap,Wt=new WeakMap,ut=new WeakMap,ct=new WeakMap,K(gt,1,"getLines",$n,Be),Be=K(gt,0,"AstNode",Tn,Be),X(gt,1,Be)}}),bl,ca=T({"mixin/elementLike.ts"(){"use strict";xl(),bl=e=>{var s,Li;class t extends e{constructor(){super(...arguments);N(this,s)}getElementBy(l){for(const o of this.childNodes){if(o.type==="text")continue;if(l(o))return o;const a=o.getElementBy(l);if(a)return a}}querySelector(l){return this.getElementBy(P(this,s,Li).call(this,l))}getElementsBy(l,o=[]){for(const a of this.childNodes)a.type!=="text"&&(l(a)&&o.push(a),a.getElementsBy(l,o));return o}querySelectorAll(l){return this.getElementsBy(P(this,s,Li).call(this,l))}}return s=new WeakSet,Li=function(l){return Gi(l,this)},t}}}),Cn,ks,In,bt,ga=T({"lib/element.ts"(){"use strict";oe(),Se(),xl(),vl(),ca(),Cn=[bl],bt=class extends(In=Be){get length(){return this.childNodes.length}text(e){return Me(this.childNodes,e)}normalize(){const e=this.getChildNodes(),t=s=>{var i,n;e.splice(s,1),(i=e[s-1])==null||i.setAttribute("nextSibling",e[s]),(n=e[s])==null||n.setAttribute("previousSibling",e[s-1])};for(let s=e.length-1;s>=0;s--){const{type:i,data:n}=e[s];i!=="text"||e.length===1||this.getGaps(s-(s&&1))||n===""&&t(s)}this.setAttribute("childNodes",e)}removeAt(e){return rs(this,e,1)[0]}insertAt(e,t=this.length){return rs(this,t,0,[e]),e}closest(e){const t=Gi(e,this);let{parentNode:s}=this;for(;s;){if(t(s))return s;({parentNode:s}=s)}}append(...e){this.safeAppend(e)}safeAppend(e){for(const 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;const s=this.childNodes[t],{data:i}=s;return s.replaceData(e),i}toString(e,t=""){return this.childNodes.map(s=>s.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){const s=[];for(let i=0,n=e+this.getAttribute("padding");i<this.length;i++){const r=this.childNodes[i];r.setAttribute("aIndex",n);const l=r.lint(n,t);l.length>0&&s.push(...l),n+=r.toString().length+this.getGaps(i)}return s}print(e={}){const t=e.class;return this.toString()?(t===""?"":`<span class="wpb-${t!=null?t:this.type}${this.getAttribute("invalid")?" wpb-invalid":""}">`)+nt(this.childNodes,e)+(t===""?"":"</span>"):""}json(e,t=this.getAbsoluteIndex()){const s=ye(pe({},this),{type:this.type,range:[t,t+this.toString().length],childNodes:[]});for(let i=0,n=t+this.getAttribute("padding");i<this.length;i++){const r=this.childNodes[i],{length:l}=r.toString();r.setAttribute("aIndex",n),s.childNodes.push(r.type==="text"?{data:r.data,range:[n,n+l]}:r.json(void 0,n)),n+=l+this.getGaps(i)}return s}},ks=ee(In),bt=K(ks,0,"AstElement",Cn,bt),X(ks,1,bt)}}),Mt,_s,Nn,Ln,Fn,jn,$s,Ts,Fi,pa=T({"lib/text.ts"(){"use strict";var e,wl,s;oe(),M(),B(),vl(),Mt=String.raw`[${Ne}\t]*`,_s=String.raw`<\s*(?:/\s*)?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|(?:rfc|pmid)(?=[-::]?${Mt}\d)|isbn(?=[-::]?${Mt}(?:\d(?:${Mt}|-)){6})`,Nn=new RegExp(String.raw`${_s}|https?[:/]/+`,"giu"),Ln=new RegExp(_s,"giu"),Fn=new Set(["attr-value","ext-link-text","link-text"]),jn={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},$s=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{Ts=new RegExp(String.raw`[\p{L}\p{N}_]`,"u")}catch(i){Ts=/\w/u}Fi=(s=class extends Be{constructor(n){super();N(this,e);ke(this,"data","");this.data=n}get type(){return"text"}toString(n){var r;return n&&!((r=this.parentNode)!=null&&r.getAttribute("built"))?me(this.data):this.data}text(){return this.data}lint(n=this.getAbsoluteIndex(),r){var C,I,U;if(r===!1)return[];const{data:l,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:g}=o;if(d==="attr-value"){const{name:F,tag:E}=g;if(E==="ref"&&(F==="name"||F==="follow")||F==="group"&&(E==="ref"||E==="references")||E==="choose"&&(F==="before"||F==="after"))return[]}if(r!=null||(r=d==="free-ext-link"||d==="ext-link-url"||d==="ext-link-text"||d==="image-parameter"&&u==="link"||d==="attr-value"?Ln:Nn),l.search(r)===-1)return[];r.lastIndex=0;const c=[],p=a==null?void 0:a.type,v=a==null?void 0:a.name,m=h==null?void 0:h.type,x=this.getRootNode(),b=x.toString(),{ext:w,html:y,variants:A}=x.getAttribute("config"),{top:k,left:S}=x.posFromIndex(n),$=new Set(["onlyinclude","noinclude","includeonly",...w,...y[0],...y[1],...y[2],...$s]);for(let F=r.exec(l);F;F=r.exec(l)){const[,E,Y]=F;let{index:W,0:Q}=F;if(Y&&Y!=="]"){const{length:ce}=Y;W+=ce,Q=Q.slice(ce)}Q=Q.toLowerCase();const[z]=Q,ie=z==="r"||z==="p"||z==="i",q=z==="{",D=z==="}",H=z==="[",J=z==="]";let{length:ne}=Q;if(z==="<"&&!$.has(E.toLowerCase())||H&&d==="ext-link-text"&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(l.slice(W+1))||a!=null&&a.is("ext")&&v==="nowiki"&&((C=a.innerText)!=null&&C.includes("]")))||ie&&(!o.isPlain()||Fn.has(d)))continue;J&&(W||ne>1)&&r.lastIndex--;let Z=n+W,re=Z+ne,ue,Ae;const Pe=b[re],fs=b[Z-1],xs=q||H,ms=q&&fs==="-"&&A.length>0,vs=D&&Pe==="-"&&A.length>0,hn=H&&p==="free-ext-link"&&!l.slice(W+1).trim()||J&&m==="free-ext-link"&&!l.slice(0,W).includes("]");if(ie)ue="lonely-http",Q=Q.toUpperCase(),Ae=_.lintConfig.getSeverity(ue,Q);else if(z==="<"){ue="tag-like";let ce;/^<\s/u.test(Q)||!/[\s/>]/u.test(Pe!=null?Pe:"")?ce="invalid":$s.has(E)&&(ce="disallowed"),Ae=_.lintConfig.getSeverity(ue,ce)}else if(ms||vs)ue="lonely-bracket",Ae=_.lintConfig.getSeverity(ue,"converter"),ms&&W>0?(Q="-{",W--,Z--,ne=2):vs&&W<l.length-1&&(Q="}-",re++,ne=2);else if(hn)ue="lonely-bracket",Ae=_.lintConfig.getSeverity(ue,"extLink");else if(xs||D||J)if(ue="lonely-bracket",ne>1||q&&Pe===z||D&&fs===z)Ae=_.lintConfig.getSeverity(ue,"double");else{if(!H||d!=="ext-link-text"){const ce=jn[z],bs=xs?l.slice(W+1):l.slice(0,W);if(q&&((I=ce.exec(bs))==null?void 0:I[0])==="}"||D&&((U=ce.exec(bs))==null?void 0:U[0])==="{")continue;if(!bs.includes(z)){const pn=xs?"nextSibling":"previousSibling";let Re=this[pn];for(;Re&&(Re.type!=="text"||!ce.test(Re.data));)Re=Re[pn];if(Re&&ce.exec(Re.data)[0]!==z)continue}}Ae=_.lintConfig.getSeverity(ue,"single")}else ue="lonely-http",Ae=_.lintConfig.getSeverity(ue);if(!Ae)continue;const un=this.posFromIndex(W),{line:cn,character:gn}=Ni(k,S,un.top+1,un.left),Ge={rule:ue,message:_.msg('lonely "$1"',ie||z==="h"||ms||vs?Q:z),severity:Ae,startIndex:Z,endIndex:re,startLine:cn,endLine:cn,startCol:gn,endCol:gn+ne};if(z==="<")Ge.suggestions=[{desc:"escape",range:[Z,Z+1],text:"&lt;"}];else if(z==="h"&&d!=="link-text"&&Ts.test(fs||""))Ge.suggestions=[{desc:"whitespace",range:[Z,Z],text:" "}];else if(H&&d==="ext-link-text"){const ce=o.getAbsoluteIndex()+o.toString().length;Ge.suggestions=[{desc:"escape",range:[ce,ce+1],text:"&#93;"}]}else if(J&&hn){const ce=n-h.toString().length;Ge.suggestions=[{desc:"left bracket",range:[ce,ce],text:"["}]}else ie&&(Ge.suggestions=[...F[0]===Q?[]:[{desc:"uppercase",range:[Z,re],text:Q}],...Pe===":"||Pe===":"?[{desc:"whitespace",range:[re,re+1],text:" "}]:[]]);c.push(Ge)}return c}replaceData(n){P(this,e,wl).call(this,n)}print(){return Et(this.data)}},e=new WeakSet,wl=function(n){this.setAttribute("data",n)},s)}}),ze,ot=T({"mixin/hidden.ts"(){"use strict";ze=(e=!0,t=!0)=>s=>{class i extends s{text(){return""}lint(r){return e?[]:super.lint(r)}}return i}}}),He,at=T({"src/syntax.ts"(){"use strict";var e,t;O(),He=(t=class extends j{constructor(i,n,r,l,o){super(i,r,l,o);N(this,e);L(this,e,n)}get type(){return f(this,e)}lint(i=this.getAbsoluteIndex()){return super.lint(i,!1)}},e=new WeakMap,t)}}),$e,Le=T({"mixin/padded.ts"(){"use strict";$e=({length:e})=>t=>{class s extends t{getAttribute(n){return n==="padding"?e:super.getAttribute(n)}}return s}}}),ge,Fe=T({"src/atom.ts"(){"use strict";var e,t;O(),ge=(t=class extends j{constructor(i,n,r,l,o){super(i,r,l,o);N(this,e);L(this,e,n)}get type(){return f(this,e)}set type(i){L(this,e,i)}getAttribute(i){var n;return i==="invalid"?this.type==="converter-flag"&&!!((n=this.parentNode)!=null&&n.isInvalidFlag(this)):super.getAttribute(i)}},e=new WeakMap,t)}}),En,Pn,Cs,Rn,Ie,os=T({"src/link/base.ts"(){"use strict";var e,t,s,i;M(),Ue(),oe(),ae(),Le(),B(),O(),Fe(),En=n=>n==="redirect-target"||n==="link",Pn=[$e("[[")],Ie=(i=class extends(Rn=j){constructor(r,l,o,a=[],h="|"){super(void 0,o,a,{});N(this,e,!0);N(this,t);N(this,s);if(this.insertAt(new ge(r,"link-target",o,a,{})),l!==void 0){const d=new j(l,o,a,{});d.type="link-text",d.setAttribute("stage",xe-1),this.insertAt(d)}L(this,t,h)}get link(){}get fragment(){return f(this,s).fragment}afterBuild(){L(this,s,this.getTitle()),f(this,t).includes("\0")&&L(this,t,this.buildFromStr(f(this,t),0)),this.setAttribute("name",f(this,s).title),super.afterBuild()}setAttribute(r,l){r==="bracket"?L(this,e,l):r==="title"?L(this,s,l):super.setAttribute(r,l)}toString(r){const l=super.toString(r,f(this,t));return f(this,e)?`[[${l}]]`:l}text(){const r=super.text("|");return f(this,e)?`[[${r}]]`:r}getAttribute(r){return r==="title"?f(this,s):super.getAttribute(r)}getGaps(r){return r===0?f(this,t).length:1}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),{childNodes:[a,h],type:d}=this,{encoded:u,fragment:g}=f(this,s),c=new le(this,r);let p="unknown-page",v=_.lintConfig.getSeverity(p);if(v&&a.childNodes.some(({type:m})=>m==="template")&&o.push(R(a,c,p,"template in an internal link target",v)),p="url-encoding",v=_.lintConfig.getSeverity(p),v&&u){const m=R(a,c,p,"unnecessary URL encoding in an internal link",v);m.fix={desc:"decode",range:[m.startIndex,m.endIndex],text:Ft(a.text())},o.push(m)}if(p="pipe-like",v=_.lintConfig.getSeverity(p,"link"),v&&(d==="link"||d==="category")){const m=h==null?void 0:h.childNodes.findIndex(b=>b.type==="text"&&b.data.includes("|")),x=h==null?void 0:h.childNodes[m];if(x){const b=R(h,c,p,'additional "|" in the link text',v),w=b.startIndex+h.getRelativeIndex(m);b.suggestions=[{desc:"escape",range:[w,w+x.data.length],text:x.data.replace(/\|/gu,"&#124;")}],o.push(b)}}if(p="no-ignored",v=_.lintConfig.getSeverity(p,"fragment"),v&&g!==void 0&&!En(d)){const m=R(a,c,p,"useless fragment",v),x=a.childNodes.findIndex(w=>w.type==="text"&&w.data.includes("#")),b=a.childNodes[x];b&&(m.fix={desc:"remove",range:[m.startIndex+a.getRelativeIndex(x)+b.data.indexOf("#"),m.endIndex],text:""}),o.push(m)}return o}getTitle(r,l){return this.normalizeTitle(this.firstChild.text(),0,{halfParsed:l,temporary:r,decode:!0,selfLink:!0})}print(){return super.print(f(this,e)?{pre:"[[",post:"]]",sep:f(this,t)}:{sep:f(this,t)})}json(r,l=this.getAbsoluteIndex()){const o=super.json(void 0,l),{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,i),Cs=ee(Rn),Ie=K(Cs,0,"LinkBaseToken",Pn,Ie),X(Cs,1,Ie)}}),je,De=T({"src/nowiki/base.ts"(){"use strict";O(),je=class extends j{get innerText(){return this.firstChild.data}constructor(e="",t,s){super(e,t,s)}}}}),On,Is,Bn,he,Ee=T({"src/nowiki/noinclude.ts"(){"use strict";ot(),De(),On=[ze()],he=class extends(Bn=je){get type(){return"noinclude"}toString(e){return e?"":super.toString()}},Is=ee(Bn),he=K(Is,0,"NoincludeToken",On,he),X(Is,1,he)}}),yl,fa=T({"src/link/redirectTarget.ts"(){"use strict";M(),B(),os(),Ee(),yl=class extends Ie{get type(){return"redirect-target"}constructor(e,t,s,i){super(e,void 0,s,i),t!==void 0&&this.insertAt(new he(t,s,i))}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",i=_.lintConfig.getSeverity(s,"redirect");if(i&&this.length===2){const n=R(this.lastChild,{start:e},s,"useless link text",i);n.startIndex--,n.startCol--,n.fix={desc:"remove",range:[n.startIndex,n.endIndex],text:""},t.push(n)}return t}}}}),qn,Ns,Wn,wt,xa=T({"src/redirect.ts"(){"use strict";var e,t,s;ot(),O(),at(),fa(),qn=[ze(!1,!1)],wt=(s=class extends(Wn=j){constructor(n,r,l,o,a,h,d=[]){super(void 0,h,d);N(this,e);N(this,t);L(this,e,n),L(this,t,a),this.append(new He(r,"redirect-syntax",h,d),new yl(l,o==null?void 0:o.slice(1),h,d))}get type(){return"redirect"}getAttribute(n){return n==="padding"?f(this,e).length:super.getAttribute(n)}toString(n){return f(this,e)+super.toString(n)+f(this,t)}lint(n=this.getAbsoluteIndex()){const r=n+f(this,e).length+this.firstChild.toString().length;return this.lastChild.setAttribute("aIndex",r),this.lastChild.lint(r)}print(){return super.print({pre:f(this,e),post:f(this,t)})}},e=new WeakMap,t=new WeakMap,s),Ns=ee(Wn),wt=K(Ns,0,"RedirectToken",qn,wt),X(Ns,1,wt)}}),Sl={};te(Sl,{parseRedirect:()=>Al});var Al,ma=T({"parser/redirect.ts"(){"use strict";B(),xa(),Al=(e,t,s)=>{var n;(n=t.regexRedirect)!=null||(t.regexRedirect=new RegExp(String.raw`^(\s*)((?:${t.redirection.join("|")})\s*(?::\s*)?)\[\[([^\n|\]]+)(\|.*?)?\]\](\s*)`,"iu"));const i=t.regexRedirect.exec(e);return i&&_.normalizeTitle(i[3],0,!1,t,{halfParsed:!0,temporary:!0,decode:!0}).valid?(e=`\0${s.length}o${e.slice(i[0].length)}`,new wt(...i.slice(1),t,s),e):!1}}}),Mn,Ls,Un,yt,va=T({"src/onlyinclude.ts"(){"use strict";Le(),O(),Mn=[$e("<onlyinclude>")],yt=class extends(Un=j){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>'})}},Ls=ee(Un),yt=K(Ls,0,"OnlyincludeToken",Mn,yt),X(Ls,1,yt)}}),Ot,as=T({"mixin/gapped.ts"(){"use strict";Ot=(e=1)=>t=>{class s extends t{getGaps(){return e}}return s}}}),zn,Fs,Hn,qe,Qi=T({"src/tagPair/index.ts"(){"use strict";var e,t;as(),O(),zn=[Ot()],qe=(t=class extends(Hn=j){constructor(i,n,r,l,o,a=[]){super(void 0,o);N(this,e);ke(this,"closed");ke(this,"selfClosing");this.setAttribute("name",i.toLowerCase()),L(this,e,[i,l||i]),this.closed=l!=="",this.selfClosing=l===void 0,this.append(n,r);const h=typeof n=="string"?-1:a.indexOf(n);a.splice(h===-1?1/0:h,0,this)}get innerText(){return this.selfClosing?void 0:this.lastChild.text()}toString(i){const{selfClosing:n,firstChild:r,lastChild:l}=this,[o,a]=f(this,e);return n?`<${o}${r.toString(i)}/>`:`<${o}${r.toString(i)}>${l.toString(i)}${this.closed?`</${a}>`:""}`}text(){const[i,n]=f(this,e);return this.selfClosing?`<${i}${this.firstChild.text()}/>`:`<${i}${super.text(">")}${this.closed?`</${n}>`:""}`}getAttribute(i){return i==="padding"?f(this,e)[0].length+1:super.getAttribute(i)}print(){const[i,n]=f(this,e);return super.print(this.selfClosing?{pre:`&lt;${i}`,post:"/&gt;"}:{pre:`&lt;${i}`,sep:"&gt;",post:this.closed?`&lt;/${n}&gt;`:""})}},e=new WeakMap,t),Fs=ee(Hn),qe=K(Fs,0,"TagPairToken",zn,qe),X(Fs,1,qe)}}),kl,ba=T({"src/tagPair/translate.ts"(){"use strict";var e,_l,s;O(),Qi(),at(),Ee(),kl=(s=class extends qe{constructor(n,r,l,o=[]){const a=new He(n,"translate-attr",l,o);r=r==null?void 0:r.replace(/(<tvar\|[^>]+>)([\s\S]*?)(<\/>)/gu,(d,u,g,c)=>(new he(u,l,o),new he(c,l,o),`\0${o.length-1}n${g}\0${o.length}n`)).replace(/(<tvar\s+name\s*=(?:\s*(?:(["'])[\s\S]*?\2|[^"'\s>]+))?\s*>)([\s\S]*?)(<\/tvar\s*>)/giu,(d,u,g,c,p)=>(new he(u,l,o),new he(p,l,o),`\0${o.length-1}n${c}\0${o.length}n`));const h=new j(r,l,o);h.type="translate-inner";super("translate",a,h,"translate",l,o);N(this,e);this.seal("closed",!0),this.seal("selfClosing",!0)}get type(){return"translate"}toString(n){return n?this.lastChild.toString(!0):super.toString()}text(){return this.lastChild.text()}print(){return`<span class="wpb-ext">&lt;translate${P(this,e,_l).call(this)?'<span class="wpb-ext-attrs"> <span class="wpb-ext-attr"><span class="wpb-attr-key">nowrap</span></span></span>':""}&gt;${this.lastChild.print({class:"ext-inner"})}&lt;/translate&gt;</span>`}},e=new WeakSet,_l=function(){return this.firstChild.toString()===" nowrap"},s)}}),Dn,js,Gn,St,wa=T({"src/tagPair/include.ts"(){"use strict";M(),ae(),ot(),B(),Qi(),Dn=[ze(!1)],St=class extends(Gn=qe){get type(){return"include"}constructor(e,t="",s,i,n,r){super(e,t,s!=null?s:"",s===void 0||i!=null?i:"",n,r)}toString(e){return e?"":super.toString()}lint(e=this.getAbsoluteIndex()){const t=[],{firstChild:s,closed:i,name:n}=this,r=new le(this,e),l=["no-ignored","unclosed-comment"],o=l.map(a=>_.lintConfig.getSeverity(a,"include"));if(o[0]&&s.data.trim()){const a=R(s,r,l[0],"useless attribute",o[0]);a.suggestions=[{desc:"remove",range:[a.startIndex,a.endIndex],text:""}],t.push(a)}if(o[1]&&!i){const a=V(this,r,l[1],_.msg("unclosed $1",`<${n}>`),o[1]);a.suggestions=[{desc:"close",range:[a.endIndex,a.endIndex],text:`</${n}>`}],t.push(a)}return t}},js=ee(Gn),St=K(js,0,"IncludeToken",Dn,St),X(js,1,St)}}),ds,Ji=T({"mixin/attributesParent.ts"(){"use strict";ds=(e=0)=>t=>{var i,ji;class s extends t{constructor(){super(...arguments);N(this,i)}hasAttr(o){return P(this,i,ji).call(this).hasAttr(o)}getAttr(o){return P(this,i,ji).call(this).getAttr(o)}}return i=new WeakSet,ji=function(){return this.childNodes[e]},s}}}),se,Es,Ps,pt,Ut,Rs,Oe,Os,Bs,qs,zt,Ws,be,$l,Tl,Cl,Il,ya=T({"util/sharable.ts"(){"use strict";se=new Set(["align"]),Es=new Set(["cite"]),Ps=new Set(["cite","datetime"]),pt=new Set(["width"]),Ut=new Set(["axis","align","bgcolor","height","width","valign"]),Rs=new Set([...Ut,"abbr","headers","scope","rowspan","colspan"]),Oe=new Set(["type"]),Os=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Bs=new Set(["clear"]),qs=new Set(["bgcolor","align","valign"]),zt=new Set(["qid","forcemathmode","type","display"]),Ws=new Set(["enclose","inline","lang","line","linelinks","style","class","id","dir","copy","highlight","start"]),be=new Set,$l=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"]),Tl={div:se,h1:se,h2:se,h3:se,h4:se,h5:se,h6:se,blockquote:Es,q:Es,p:se,br:Bs,pre:pt,ins:Ps,del:Ps,ul:Oe,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...Os,"border"]),caption:se,tr:qs,td:Rs,th:Rs,font:new Set(["size","color","face"]),hr:pt,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:Oe,poem:se,categorytree:se,combooption:se,math:be,chem:be,ce:be,img:new Set(["alt","src","width","height","loading"])},Cl={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:be,indicator:new Set(["name"]),langconvert:new Set(["from","to"]),ref:new Set(["group","name","follow","dir","details"]),references:new Set(["group","responsive"]),charinsert:new Set(["label"]),choose:new Set(["uncached","before","after"]),option:new Set(["weight"]),imagemap:be,inputbox:be,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:be,poll:new Set(["id","show-results-before-voting"]),sm2:Oe,flashmp3:Oe,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([...zt,"chem"]),chem:zt,ce:zt,hiero:be,phonos:new Set(["ipa","class","text","lang","wikibase","file"]),section:new Set(["begin","end"]),source:Ws,syntaxhighlight:Ws,templatedata:be,timeline:new Set(["method","font"]),quiz:new Set(["display","shuffleanswers","points","shuffle","case"]),languages:be},Il={table:Os,td:new Set([...Ut,"scope"]),th:Ut,br:Bs,caption:se,div:se,hr:pt,h1:se,h2:se,h3:se,h4:se,h5:se,h6:se,li:Oe,p:se,pre:pt,tr:qs,ul:Oe}}}),Vn,Qn,Jn,Xn,Xt,Sa=T({"src/attribute.ts"(){"use strict";var e,t,s,i,n,Ei,l;M(),oe(),Ue(),ya(),ae(),B(),O(),Fe(),Vn=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|src|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,Qn=/(?:^|\s|\*\/)(?:javascript|vbscript)(?:\W|$)/iu,Jn=new Set(["ext","arg","magic-word","template"]),Xn=new Set(["about","property","resource","datatype","typeof","itemid","itemprop","itemref","itemscope","itemtype"]),Xt=(l=class extends j{constructor(a,h,d,u="",g,c=[],p=_.getConfig(),v=[]){const m=new ge(d,"attr-key",p,v);let x;if(d==="title"||h==="img"&&d==="alt")x=new j(g,p,v,{}),x.type="attr-value",x.setAttribute("stage",xe-1);else if(h==="gallery"&&d==="caption"||h==="choose"&&(d==="before"||d==="after")||h==="img"&&d==="src"&&(g!=null&&g.includes("{{"))){const b=ye(pe({},p),{excludes:[...p.excludes,"heading","html","table","hr","list"]});x=new j(g,b,v,{}),x.type="attr-value",x.setAttribute("stage",1)}else x=new ge(g,"attr-value",p,v,{});super(void 0,p,v);N(this,n);N(this,e);N(this,t);N(this,s);N(this,i);L(this,e,a),this.append(m,x),L(this,s,u),L(this,i,[...c]),L(this,t,h),this.setAttribute("name",it(me(d)))}get type(){return f(this,e)}get tag(){return f(this,t)}get balanced(){return!f(this,s)||f(this,i)[0]===f(this,i)[1]}afterBuild(){f(this,s).includes("\0")&&L(this,s,this.buildFromStr(f(this,s),0)),this.parentNode&&L(this,t,this.parentNode.name),this.setAttribute("name",it(this.firstChild.text())),super.afterBuild()}toString(a){const[h="",d=""]=f(this,i);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,i)[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:g,lastChild:c,name:p,tag:v}=this,m=new le(this,a),x=["unclosed-quote","obsolete-attr"],b=x.map(A=>_.lintConfig.getSeverity(A,p));if(b[0]&&!u){const A=R(c,m,x[0],_.msg("unclosed $1","quotes"),b[0]);A.startIndex--,A.startCol--,A.suggestions=[{desc:"close",range:[A.endIndex,A.endIndex],text:f(this,i)[0]}],d.push(A)}const w=P(this,n,Ei).call(this,a,m);return w&&d.push(w),b[1]&&((y=Il[v])!=null&&y.has(p))&&d.push(R(g,m,x[1],"obsolete attribute",b[1])),d}getValue(){return f(this,s)?this.lastChild.text().trim():this.type==="ext-attr"||""}getAttribute(a){return a==="invalid"?P(this,n,Ei).call(this):super.getAttribute(a)}print(){const[a="",h=""]=f(this,i);return f(this,s)?super.print({sep:Et(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,i=new WeakMap,n=new WeakSet,Ei=function(a,h){const{firstChild:d,lastChild:u,type:g,name:c,tag:p,parentNode:v}=this,m=!u.childNodes.some(({type:k})=>Jn.has(k)),x=this.getValue(),b=Cl[p],w=Tl[p],{length:y}=this.toString();let A="illegal-attr";if(!(b!=null&&b.has(c))&&!(w!=null&&w.has(c))&&(g==="ext-attr"?b||w:!/\{\{[^{]+\}\}/u.test(c))&&(g==="ext-attr"&&!w||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(c)&&(p==="meta"||p==="link"||!$l.has(c)))||(c==="itemtype"||c==="itemid"||c==="itemref")&&!(v!=null&&v.hasAttr("itemscope"))){if(a===void 0)return!0;const k=_.lintConfig.getSeverity(A,"unknown");if(k){const S=R(d,h,A,"illegal attribute name",k);return S.suggestions=[{desc:"remove",range:[a,a+y],text:""}],S}}else if(c==="style"&&typeof x=="string"&&Vn.test(x)){if(a===void 0)return!0;A="insecure-style";const k=_.lintConfig.getSeverity(A);return k&&R(u,h,A,"insecure style",k)}else if(c==="tabindex"&&typeof x=="string"&&x!=="0"){if(a===void 0)return!0;const k=_.lintConfig.getSeverity(A,"tabindex");if(k){const S=R(u,h,A,"nonzero tabindex",k);return S.suggestions=[{desc:"remove",range:[a,a+y],text:""},{desc:"0 tabindex",range:[S.startIndex,S.endIndex],text:"0"}],S}}else if(m&&g!=="ext-attr"){const k=fl(p,c),S=String(x).toLowerCase();if(k.length>0&&k.every($=>$!==S)){if(a===void 0)return!0;const $=_.lintConfig.getSeverity(A,"value");return $&&R(u,h,A,"illegal attribute value",$)}}else if(typeof x=="string"&&((/^xmlns:[\w:.-]+$/u.test(c)||Xn.has(c))&&Qn.test(x)||m&&(c==="href"||p==="img"&&c==="src")&&!new RegExp(String.raw`^(?:${this.getAttribute("config").protocol}|//)\S+$`,"iu").test(x))){if(a===void 0)return!0;const k=_.lintConfig.getSeverity(A,"value");return k&&R(u,h,A,"illegal attribute value",k)}return!1},l)}}),Ms,Kn,Us,hs,Xi=T({"src/attributes.ts"(){"use strict";var e,t,Kt,i;M(),oe(),ae(),B(),O(),Fe(),Sa(),Ms=n=>n.slice(0,-1),Kn=n=>`${Ms(n)}-dirty`;try{Us=new RegExp(String.raw`[\p{L}\p{N}]`,"u")}catch(n){Us=/[^\W_]/u}hs=(i=class extends j{constructor(r,l,o,a,h=[]){super(void 0,a,h,{});N(this,t);N(this,e);if(L(this,e,l),this.setAttribute("name",o),r){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="",g=d.exec(r),c=0;const p=()=>{u&&(super.insertAt(new ge(u,Kn(l),a,h,{})),u="")};for(;g;){const{index:v,0:m,1:x,2:b,3:w,4:y,5:A,6:k}=g;if(u+=r.slice(c,v),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(me(x).trim())){const S=y!=null?y:k,$=[w,A],C=new Xt(Ms(l),o,x,b,S,$,a,h);p(),super.insertAt(C)}else u+=m;({lastIndex:c}=d),g=d.exec(r)}u+=r.slice(c),p()}}get type(){return f(this,e)}afterBuild(){const{parentNode:r}=this;r!=null&&r.is("td")&&this.setAttribute("name",r.subtype),super.afterBuild()}getAttrTokens(r){return this.childNodes.filter(l=>l instanceof Xt&&(!r||l.name===it(r)))}hasAttr(r){return this.getAttrTokens(r).length>0}getAttrToken(r){const l=this.getAttrTokens(r);return l[l.length-1]}getAttr(r){var l;return(l=this.getAttrToken(r))==null?void 0:l.getValue()}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),{parentNode:a,childNodes:h}=this,d=new Map,u=new Set,g=new le(this,r),c=["no-ignored","no-duplicate"],p=["closingTag","invalidAttributes","nonWordAttributes"].map(m=>_.lintConfig.getSeverity(c[0],m));if(p[0]&&P(this,t,Kt).call(this)){const m=V(this,g,c[0],"attributes of a closing tag",p[0]),x=a.getAbsoluteIndex();m.suggestions=[{desc:"remove",range:[r,m.endIndex],text:""},{desc:"open",range:[x+1,x+2],text:""}],o.push(m)}for(const m of h)if(m instanceof Xt){const{name:x}=m;d.has(x)?(u.add(x),d.get(x).push(m)):d.set(x,[m])}else{const x=m.text().trim(),b=p[Us.test(x)?1:2];if(x&&b){const w=R(m,g,c[0],"containing invalid attribute",b);w.suggestions=[{desc:"remove",range:[w.startIndex,w.endIndex],text:" "}],o.push(w)}}const v=_.lintConfig.getSeverity(c[1],"attribute");if(v&&u.size>0)for(const m of u){const x=d.get(m).map(b=>{const w=b.getValue();return[b,w===!0?"":w]});o.push(...x.map(([b,w],y)=>{const A=R(b,g,c[1],_.msg("duplicated $1 attribute",m),v),k={desc:"remove",range:[A.startIndex,A.endIndex],text:""};return!w||x.slice(0,y).some(([,S])=>S===w)?A.fix=k:A.suggestions=[k],A}))}return o}getAttribute(r){return r==="invalid"?P(this,t,Kt).call(this):super.getAttribute(r)}print(){return this.toString()?`<span class="wpb-${this.type}${P(this,t,Kt).call(this)?" wpb-invalid":""}">${this.childNodes.map(r=>r.print(r instanceof ge?{class:r.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}},e=new WeakMap,t=new WeakSet,Kt=function(){const{parentNode:r}=this;return(r==null?void 0:r.type)==="html"&&r.closing&&this.text().trim()!==""},i)}}),Nl={};te(Nl,{PreToken:()=>Ll});var Ll,Aa=T({"src/pre.ts"(){"use strict";Ue(),O(),Ee(),Ll=class extends j{get type(){return"ext-inner"}constructor(e,t,s=[]){if(e){const i=/<nowiki>/giu,n=/<\/nowiki>/giu,{length:r}=i.source;let l=i.exec(e);l&&(n.lastIndex=l.index+r);let o=n.exec(e),a=0,h="";for(;l&&o;)new he(l[0],t,s),new he(o[0],t,s),h+=`${e.slice(a,l.index)}\0${s.length-1}n${e.slice(l.index+r,o.index)}\0${s.length}n`,a=o.index+r+1,i.lastIndex=a,l=i.exec(e),l&&(n.lastIndex=l.index+r),o=n.exec(e);e=h+e.slice(a)}super(e,t,s,{}),this.setAttribute("stage",xe-1)}isPlain(){return!0}lint(e=this.getAbsoluteIndex()){return super.lint(e,/<\s*\/\s*(pre)\b/giu)}}}}),us,Ki=T({"mixin/multiLine.ts"(){"use strict";us=e=>{class t extends e{toString(i){return super.toString(i,`
1
+ "use strict";(()=>{var va=Object.defineProperty,ba=Object.defineProperties;var wa=Object.getOwnPropertyDescriptors;var En=Object.getOwnPropertySymbols;var ya=Object.prototype.hasOwnProperty,Sa=Object.prototype.propertyIsEnumerable;var jn=e=>{throw TypeError(e)};var Ns=(e,t,s)=>t in e?va(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,fe=(e,t)=>{for(var s in t||(t={}))ya.call(t,s)&&Ns(e,s,t[s]);if(En)for(var s of En(t))Sa.call(t,s)&&Ns(e,s,t[s]);return e},_e=(e,t)=>ba(e,wa(t));var ka=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Ne=(e,t,s)=>Ns(e,typeof t!="symbol"?t+"":t,s),Ls=(e,t,s)=>t.has(e)||jn("Cannot "+s);var f=(e,t,s)=>(Ls(e,t,"read from private field"),s?s.call(e):t.get(e)),N=(e,t,s)=>t.has(e)?jn("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,s),L=(e,t,s,i)=>(Ls(e,t,"write to private field"),i?i.call(e,s):t.set(e,s),s),j=(e,t,s)=>(Ls(e,t,"access private method"),s);var Pn=(e,t,s,i)=>({set _(n){L(e,t,n,s)},get _(){return f(e,t,i)}});var _u=ka((Tu,ma)=>{var Aa=Object.create,pt=Object.defineProperty,Tl=Object.getOwnPropertyDescriptor,tn=Object.getOwnPropertyNames,_a=Object.prototype.hasOwnProperty,Cl=(e,t)=>(t=Symbol[e])?t:Symbol.for("Symbol."+e),ft=e=>{throw TypeError(e)},Il=(e,t,s)=>t in e?pt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,Rn=(e,t)=>pt(e,"name",{value:t,configurable:!0}),_=(e,t)=>function(){return e&&(t=(0,e[tn(e)[0]])(e=0)),t},$a=(e,t)=>function(){return t||(0,e[tn(e)[0]])((t={exports:{}}).exports,t),t.exports},te=(e,t)=>{for(var s in t)pt(e,s,{get:t[s],enumerable:!0})},Ta=(e,t,s,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of tn(t))!_a.call(e,n)&&n!==s&&pt(e,n,{get:()=>t[n],enumerable:!(i=Tl(t,n))||i.enumerable});return e},Q=e=>Ta(pt({},"__esModule",{value:!0}),e),Y=e=>{var t;return[,,,Aa((t=e==null?void 0:e[Cl("metadata")])!=null?t:null)]},Nl=["class","method","getter","setter","accessor","field","value","get","set"],Tt=e=>e!==void 0&&typeof e!="function"?ft("Function expected"):e,Ca=(e,t,s,i,n)=>({kind:Nl[e],name:t,metadata:i,addInitializer:r=>s._?ft("Already initialized"):n.push(Tt(r||null))}),sn=(e,t)=>Il(t,Cl("metadata"),e[3]),X=(e,t,s,i)=>{for(var n=0,r=e[t>>1],l=r&&r.length;n<l;n++)t&1?r[n].call(s):i=r[n].call(s,i);return i},K=(e,t,s,i,n,r)=>{var l,o,a,h,u,d=t&7,g=!!(t&8),c=!!(t&16),p=d>3?e.length+1:d?g?1:2:0,b=Nl[d+5],m=d>3&&(e[p-1]=[]),x=e[p]||(e[p]=[]),w=d&&(!c&&!g&&(n=n.prototype),d<5&&(d>3||!c)&&Tl(d<4?n:{get[s](){return ae(this,r)},set[s](S){return xe(this,r,S)}},s));d?c&&d<4&&Rn(r,(d>2?"set ":d>1?"get ":"")+s):Rn(n,s);for(var y=i.length-1;y>=0;y--)h=Ca(d,s,a={},e[3],x),d&&(h.static=g,h.private=c,u=h.access={has:c?S=>Na(n,S):S=>s in S},d^3&&(u.get=c?S=>(d^1?ae:Mi)(S,n,d^4?r:w.get):S=>S[s]),d>2&&(u.set=c?(S,A)=>xe(S,n,A,d^4?r:w.set):(S,A)=>S[s]=A)),o=(0,i[y])(d?d<4?c?r:w[b]:d>4?void 0:{get:w.get,set:w.set}:n,h),a._=1,d^4||o===void 0?Tt(o)&&(d>4?m.unshift(o):d?c?r=o:w[b]=o:n=o):typeof o!="object"||o===null?ft("Object expected"):(Tt(l=o.get)&&(w.get=l),Tt(l=o.set)&&(w.set=l),Tt(l=o.init)&&m.unshift(l));return d||sn(e,n),w&&pt(n,s,w),c?d^4?r:w:n},Ia=(e,t,s)=>Il(e,typeof t!="symbol"?t+"":t,s),nn=(e,t,s)=>t.has(e)||ft("Cannot "+s),Na=(e,t)=>Object(t)!==t?ft('Cannot use the "in" operator on this value'):e.has(t),ae=(e,t,s)=>(nn(e,t,"read from private field"),s?s.call(e):t.get(e)),je=(e,t,s)=>t.has(e)?ft("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,s),xe=(e,t,s,i)=>(nn(e,t,"write to private field"),i?i.call(e,s):t.set(e,s),s),Mi=(e,t,s)=>(nn(e,t,"access private method"),s),La=(e,t,s,i)=>({set _(n){xe(e,t,n,s)},get _(){return ae(e,t,i)}}),Ll,rn,Fl=_({"base.ts"(){"use strict";Ll=(()=>{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 me(e,t,s){return s===1?e.replace(/\0(\d+)g\x7F/gu,(i,n)=>me(String(t[n]),t,2)):s===2?e.replace(/\0(\d+)n\x7F/gu,(i,n)=>String(t[n])):e.replace(/\0(\d+)\x7F/gu,(i,n)=>t[n])}var Re,Fs,ut,ht,dt,et,El,be,Qe,On,Bn,Mt,jl,qn,Wn,Ut,ct,he=_({"util/string.ts"(){"use strict";Re=String.raw` \xA0\u1680\u2000-\u200A\u202F\u205F\u3000`,Fs=String.raw`[^[\]<>"\0-\x1F\x7F${Re}\uFFFD]`,ut=String.raw`(?:\[[\da-f:.]+\]|${Fs})`,ht=String.raw`(?:${Fs}|\0\d+[cn!~]\x7F)*`,dt=e=>e.trim().toLowerCase(),et=(e,t)=>s=>s.replace(e,t),El=et(/[\0\x7F]|\r$/gmu,""),be=et(/\0\d+[cn]\x7F/gu,""),Qe=(e,t="")=>e.map(s=>typeof s=="string"?s:s.text()).join(t),On={lt:"<",gt:">",lbrack:"[",rbrack:"]",lbrace:"{",rbrace:"}",nbsp:" ",amp:"&",quot:'"'},Bn=et(/&(?:#(\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)):On[s.toLowerCase()]),Mt=e=>Bn(e),jl=et(/&#(\d+|x[\da-f]+);/giu,(e,t)=>String.fromCodePoint(+((/^x/iu.test(t)?"0":"")+t))),qn={"&":"amp","<":"lt",">":"gt",'"':"quot","\n":"#10"},Wn=e=>et(e,t=>`&${qn[t]};`),Ut=Wn(/[&<>]/gu),ct=(e,t={})=>{const{pre:s="",post:i="",sep:n=""}=t;return s+e.map(r=>r.print()).join(n)+i}}}),Fa=$a({"config/minimum.json"(e,t){t.exports={ext:[],html:[["b","bdi","del","i","ins","u","font","big","small","sub","sup","h1","h2","h3","h4","h5","h6","cite","code","em","s","strike","strong","tt","var","div","center","blockquote","ol","ul","dl","table","caption","pre","ruby","rb","rp","rt","rtc","p","span","abbr","dfn","kbd","samp","data","time","mark","tr","td","th","q","bdo"],["li","dt","dd"],["br","wbr","hr","meta","link"]],namespaces:{0:"",6:"File",10:"Template",14:"Category",828:"Module"},nsid:{"":0,file:6,template:10,category:14,module:828},functionHook:["msgnw"],variable:["!","=","pageid","articlepath","server","servername","scriptpath","stylepath"],parserFunction:[{msgnw:"msgnw",pageid:"pageid",articlepath:"articlepath",server:"server",servername:"servername",scriptpath:"scriptpath",stylepath:"stylepath","#language":"language","#special":"special","#speciale":"speciale","#tag":"tag","#formatdate":"formatdate","#dateformat":"formatdate","#invoke":"invoke","#while":"while","#dowhile":"dowhile","#loop":"loop","#forargs":"forargs","#fornumargs":"fornumargs","#if":"if","#ifeq":"ifeq","#switch":"switch","#ifexist":"ifexist","#ifexpr":"ifexpr","#iferror":"iferror","#time":"time","#timel":"timel","#expr":"expr","#rel2abs":"rel2abs","#titleparts":"titleparts","#categorytree":"categorytree","#urldecode":"urldecode","#choose":"choose","#var":"var","#varexists":"varexists","#var_final":"var_final","#vardefine":"vardefine","#vardefineecho":"vardefineecho","#widget":"widget","#related":"related","#regex":"regex","#regex_var":"regex_var","#regexquote":"regexquote","#regexall":"regexall","#len":"len","#pos":"pos","#rpos":"rpos","#sub":"sub","#count":"count","#rmatch":"rmatch","#rreplace":"rreplace","#replace":"replace","#rsplit":"rsplit","#explode":"explode","#tab":"tab","#seo":"seo","#babel":"babel","#translation":"translation","#commaseparatedlist":"commaseparatedlist","#coordinates":"coordinates","#lst":"lst","#lsth":"lsth","#lstx":"lstx","#assessment":"assessment","#mentor":"mentor","#property":"property","#target":"target","#section":"lst","#section-x":"lstx","#section-h":"lsth","#statements":"statements","#useliquidthreads":"useliquidthreads","#lqtpagelimit":"lqtpagelimit","#avatar":"avatar","#img":"img","#chart":"chart"},{"!":"!","=":"=","#FORMAL":"formal","#bcp47":"bcp47","#dir":"dir","#interwikilink":"interwikilink","#interlanguagelink":"interlanguagelink","#timef":"timef","#timefl":"timefl"},["msg","raw"],["subst","safesubst"]],doubleUnderscore:[[],[]],protocol:"bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|matrix:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|wikipedia://|worldwind://|xmpp:",interwiki:[],img:{},redirection:["#redirect"],variants:[]}}}),ve,Ui,Je=_({"util/constants.ts"(){"use strict";ve=11,Ui=Fa()}});function at(e){const t=new Map,s=new WeakMap;return i=>{const n=typeof i=="string"?t:s;if(n.has(i)){const l=n.get(i);return l.lastIndex=0,l}const r=e(i);return n.set(i,r),r}}var zt,Pl,Xe=_({"../common/dist/index.mjs"(){"use strict";zt=e=>decodeURIComponent(e.replace(/%(?![\da-f]{2})/giu,"%25")),Pl=at}}),ie,oe=_({"lib/rect.ts"(){"use strict";var e,t,s,i,zi,r;ie=(r=class{constructor(l,o){N(this,i);N(this,e);N(this,t);N(this,s);L(this,e,l),L(this,t,o)}get start(){return f(this,t)}get top(){return j(this,i,zi).call(this).top}get left(){return j(this,i,zi).call(this).left}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakSet,zi=function(){var l;return(l=f(this,s))!=null||L(this,s,f(this,e).getRootNode().posFromIndex(f(this,t))),f(this,s)},r)}}),Mn,Un,Wt,Hi,Es,O,J,ke,fs,D,ln,Oe,on,an,un,Ht,gt,hn,Ve,Rl,U=_({"util/lint.ts"(){"use strict";Xe(),Te(),oe(),q(),Mn=new Set(["tr","td","th","caption"]),Un=new Set(["Template:!!","Template:!-"]),Wt=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")&&Un.has(t.name)||t.is("html")&&Mn.has(t.name))return!1;if(t.is("arg"))return t.length>1&&Wt(t.childNodes[1]);if(t.is("magic-word"))try{const s=t.getPossibleValues().map(Wt);return s.includes(2)?2:s.includes(1)&&1}catch(s){}return t.is("template")||t.is("magic-word")&&t.name==="invoke"?1:2},Hi=(e,t,s,i)=>({line:e+s-1,character:(s===1?t:0)+i}),Es=e=>(t,s,i,n,r="error")=>{const{start:l}=s,{top:o,left:a}=s instanceof ie?s:new ie(t,l),{offsetHeight:h,offsetWidth:u}=t,{startIndex:d,startLine:g,startCol:c}=e(t,l,o,a),{line:p,character:b}=Hi(g,c,h,u);return{rule:i,message:k.msg(n),severity:r,startIndex:d,endIndex:d+t.toString().length,startLine:g,endLine:p,startCol:c,endCol:b}},O=Es((e,t,s,i)=>{const n=e.getRelativeIndex(),{top:r,left:l}=e.parentNode.posFromIndex(n);return{startIndex:t+n,startLine:s+r,startCol:r?l:i+l}}),J=Es((e,t,s,i)=>({startIndex:t,startLine:s,startCol:i})),ke=(e,t,s,i=0)=>({desc:t,range:[e.startIndex+i,e.endIndex],text:s}),fs=(e,t,s)=>({desc:t,range:[e,e],text:s}),D=(e,t=0,s="")=>typeof e=="number"?{desc:"remove",range:[e,e+t],text:s}:ke(e,"remove",s,t),ln=(e,t)=>ke(e,"decode",zt(t.text().replace(/%(?=21|3[ce]|5[bd]|7[b-d])/giu,"%25"))),Oe=(e,t,s=0)=>({desc:"close",range:[e+s,e],text:t}),on=e=>({desc:"open",range:[e+1,e+2],text:""}),an=(e,t)=>ke(e,"comment",`<!--${t}-->`),un=(e,t)=>ke(e,"uppercase",t.toUpperCase()),Ht=(e,t=0)=>({desc:"whitespace",range:[e,e+t],text:" "}),gt=(e,t,s=1)=>({desc:"escape",range:[e,e+s],text:t.repeat(s)}),hn=(e,t)=>({desc:"escape",range:[e,e+t.length],text:t.replace(/\|/gu,"&#124;")}),Ve=(e,t,s,i)=>{if(e&&(i||k.viewOnly&&e[0]===we.rev))return e[1];const n=t();return(i||k.viewOnly)&&s([we.rev,n]),n},Rl=(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"]:[]}}),zn,dn,Ol=_({"parser/selector.ts"(){"use strict";zn=(e,t,s)=>{if(e.includes("#")){const i=e.indexOf("#");return(i===0||e.slice(0,i)===t)&&e.slice(i+1)===s}return!e||e===t},dn=(e,t,s)=>{const i=e.split(",");return({type:n,name:r})=>i.some(l=>zn(l.trim(),n,r))}}}),xs,cn=_({"mixin/cached.ts"(){"use strict";U(),xs=(e=!0)=>t=>{const s=new WeakMap;return function(...i){return Ve(s.get(this),()=>t.apply(this,i),n=>{s.set(this,n)},e)}}}}),Bl,Ea=_({"mixin/nodeLike.ts"(){"use strict";Bl=e=>{class t extends e{get firstChild(){return this.childNodes[0]}get lastChild(){return this.childNodes[this.childNodes.length-1]}get offsetHeight(){return this.getDimension().height}get offsetWidth(){return this.getDimension().width}}return t}}}),Hn,Dn,Jt,vt,bt,Xt,wt,yt,St,De,ql=_({"lib/node.ts"(){"use strict";U(),Te(),cn(),Ea(),q(),Dn=[Bl],Hn=[xs(!1)],De=class{constructor(){X(St,5,this),Ia(this,"childNodes",[]),je(this,Jt),je(this,vt),je(this,bt),je(this,Xt),je(this,wt),je(this,yt,{})}get parentNode(){return ae(this,Jt)}get nextSibling(){return ae(this,vt)}get previousSibling(){return ae(this,bt)}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":xe(this,Jt,t),t||(xe(this,vt,void 0),xe(this,bt,void 0));break;case"nextSibling":xe(this,vt,t);break;case"previousSibling":xe(this,bt,t);break;case"aIndex":k.viewOnly&&xe(this,wt,[we.rev,t]);break;default:this[e]=t}}getRootNode(){return Ve(ae(this,Xt),()=>{var e,t;return(t=(e=this.parentNode)==null?void 0:e.getRootNode())!=null?t:this},e=>{const[,t]=e;t.type==="root"&&xe(this,Xt,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(),i=s.findIndex(([,,n])=>e<=n);return{top:i,left:e-s[i][1]}}}getDimension(){const e=this.getLines(),t=e[e.length-1];return{height:e.length,width:t[2]-t[1]}}getGaps(e){return 0}getRelativeIndex(e){if(e===void 0){const{parentNode:t}=this;return t?t.getRelativeIndex(t.childNodes.indexOf(this)):0}return Ve(ae(this,yt)[e],()=>{const{childNodes:t}=this,s=e+(e<0?t.length:0);let i=this.getAttribute("padding");for(let n=0;n<s;n++)k.viewOnly&&(ae(this,yt)[n]=[we.rev,i]),i+=t[n].toString().length+this.getGaps(n);return i},t=>{ae(this,yt)[e]=t})}getAbsoluteIndex(){return Ve(ae(this,wt),()=>{const{parentNode:e}=this;return e?e.getAbsoluteIndex()+this.getRelativeIndex():0},e=>{xe(this,wt,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 i=t+s.length;e.push([s,t,i]),t=i+1}return e}seal(e,t){const s=!t&&!!this[e];Object.defineProperty(this,e,{enumerable:s,configurable:!0})}lspError(e){throw new Error(`${e} method is only available in the LSP version!`)}},St=Y(null),Jt=new WeakMap,vt=new WeakMap,bt=new WeakMap,Xt=new WeakMap,wt=new WeakMap,yt=new WeakMap,K(St,1,"getLines",Hn,De),De=K(St,0,"AstNode",Dn,De),X(St,1,De)}}),Wl,ja=_({"mixin/elementLike.ts"(){"use strict";Ol(),Wl=e=>{var s,Di;class t extends e{constructor(){super(...arguments);N(this,s)}getElementBy(l){for(const o of this.childNodes){if(o.type==="text")continue;if(l(o))return o;const a=o.getElementBy(l);if(a)return a}}querySelector(l){return this.getElementBy(j(this,s,Di).call(this,l))}getElementsBy(l,o=[]){for(const a of this.childNodes)a.type!=="text"&&(l(a)&&o.push(a),a.getElementsBy(l,o));return o}querySelectorAll(l){return this.getElementsBy(j(this,s,Di).call(this,l))}escape(){}}return s=new WeakSet,Di=function(l){return dn(l,this)},t}}}),Gn,js,Vn,Ct,Pa=_({"lib/element.ts"(){"use strict";he(),Te(),Ol(),ql(),ja(),Gn=[Wl],Ct=class extends(Vn=De){get length(){return this.childNodes.length}text(e){return Qe(this.childNodes,e)}normalize(){const e=this.getChildNodes(),t=s=>{var i,n;e.splice(s,1),(i=e[s-1])==null||i.setAttribute("nextSibling",e[s]),(n=e[s])==null||n.setAttribute("previousSibling",e[s-1])};for(let s=e.length-1;s>=0;s--){const{type:i,data:n}=e[s];i!=="text"||e.length===1||this.getGaps(s-(s&&1))||n===""&&t(s)}this.setAttribute("childNodes",e)}removeAt(e){this.lspError("AstElement.removeAt")}insertAt(e,t=this.length){return Tn(this,t,0,[e]),e}closest(e){const t=dn(e,this);let{parentNode:s}=this;for(;s;){if(t(s))return s;({parentNode:s}=s)}}append(...e){this.safeAppend(e)}safeAppend(e){for(const t of e)this.insertAt(t)}safeReplaceChildren(e){}setText(e,t=0){t+=t<0?this.length:0;const s=this.childNodes[t],{data:i}=s;return s.replaceData(e),i}toString(e,t=""){return this.childNodes.map(s=>s.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){const s=[];for(let i=0,n=e+this.getAttribute("padding");i<this.length;i++){const r=this.childNodes[i];r.setAttribute("aIndex",n);const l=r.lint(n,t);l.length>0&&s.push(...l),n+=r.toString().length+this.getGaps(i)}return s}print(e={}){const t=e.class;return this.toString()?(t===""?"":`<span class="wpb-${t!=null?t:this.type}${this.getAttribute("invalid")?" wpb-invalid":""}">`)+ct(this.childNodes,e)+(t===""?"":"</span>"):""}json(e,t=this.getAbsoluteIndex()){const s=_e(fe({},this),{type:this.type,range:[t,t+this.toString().length],childNodes:[]});for(let i=0,n=t+this.getAttribute("padding");i<this.length;i++){const r=this.childNodes[i],{length:l}=r.toString();r.setAttribute("aIndex",n),s.childNodes.push(r.type==="text"?{data:r.data,range:[n,n+l]}:r.json(void 0,n)),n+=l+this.getGaps(i)}return s}},js=Y(Vn),Ct=K(js,0,"AstElement",Gn,Ct),X(js,1,Ct)}}),Kt,Ps,Rs,Qn,Jn,Xn,Kn,Os,Bs,Gi,Ra=_({"lib/text.ts"(){"use strict";var e,Ml,s;he(),U(),q(),ql(),Kt=String.raw`[${Re}\t]*`,Ps=String.raw`[^\S\n]*`,Rs=String.raw`<${Ps}(?:/${Ps})?([a-z]\w*)|\{+|\}+|\[{2,}|\[(?![^[]*?\])|((?:^|\])[^[]*?)\]+|(?:rfc|pmid)(?=[-::]?${Kt}\d)|isbn(?=[-::]?${Kt}(?:\d(?:${Kt}|-)){6})`,Qn=new RegExp(String.raw`${Rs}|https?[:/]/+`,"giu"),Jn=new RegExp(Rs,"giu"),Xn=new Set(["attr-value","ext-link-text","link-text"]),Kn={"[":/[[\]]/u,"{":/[{}]/u,"]":/[[\]](?=[^[\]]*$)/u,"}":/[{}](?=[^{}]*$)/u},Os=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{Bs=new RegExp(String.raw`[\p{L}\p{N}_]`,"u")}catch(i){Bs=/\w/u}Gi=(s=class extends De{constructor(n){super();N(this,e);Ne(this,"data","");this.data=n}get type(){return"text"}toString(n){var r;return n&&!((r=this.parentNode)!=null&&r.getAttribute("built"))?be(this.data):this.data}text(){return this.data}lint(n=this.getAbsoluteIndex(),r){var z,R,P;if(r===!1)return[];const{data:l,parentNode:o,nextSibling:a,previousSibling:h}=this;if(!o)throw new Error("An isolated text node cannot be linted!");const{type:u,name:d,parentNode:g}=o;if(u==="attr-value"){const{name:W,tag:H}=g;if(H==="ref"&&(W==="name"||W==="follow")||W==="group"&&(H==="ref"||H==="references")||H==="choose"&&(W==="before"||W==="after"))return[]}if(r!=null||(r=u==="free-ext-link"||u==="ext-link-url"||u==="ext-link-text"||u==="image-parameter"&&d==="link"||u==="attr-value"?Jn:Qn),l.search(r)===-1)return[];r.lastIndex=0;const c=[],p=a==null?void 0:a.type,b=a==null?void 0:a.name,m=h==null?void 0:h.type,x=this.getRootNode(),w=x.toString(),{ext:y,html:S,variants:A}=x.getAttribute("config"),{top:T,left:v}=x.posFromIndex(n),$=k.lintConfig["tag-like"],C=typeof $=="number"?new Set:new Set(Object.keys($[1]).filter(W=>W!=="invalid"&&W!=="disallowed")),I=new Set(["onlyinclude","noinclude","includeonly",...y,...S[0],...S[1],...S[2],...C,...Os]);for(let W=r.exec(l);W;W=r.exec(l)){const[,H,ge]=W;let{index:ee,0:M}=W;if(ge&&ge!=="]"){const{length:de}=ge;ee+=de,M=M.slice(de)}M=M.toLowerCase();const[F]=M,V=F==="r"||F==="p"||F==="i",G=F==="{",Z=F==="}",ne=F==="[",le=F==="]";let{length:re}=M;if(F==="<"&&!I.has(H.toLowerCase())||ne&&u==="ext-link-text"&&(/&(?:rbrack|#93|#x5[Dd];);/u.test(l.slice(ee+1))||a!=null&&a.is("ext")&&b==="nowiki"&&((z=a.innerText)!=null&&z.includes("]")))||V&&(!o.isPlain()||Xn.has(u)))continue;le&&(ee||re>1)&&r.lastIndex--;let Ce=n+ee,Qt=Ce+re,pe,Ie;const Me=w[Qt],_s=w[Ce-1],$s=G||ne,Ts=G&&_s==="-"&&A.length>0,Cs=Z&&Me==="-"&&A.length>0,Cn=ne&&p==="free-ext-link"&&!l.slice(ee+1).trim()||le&&m==="free-ext-link"&&!l.slice(0,ee).includes("]");if(V)pe="lonely-http",M=M.toUpperCase(),Ie=k.lintConfig.getSeverity(pe,M);else if(F==="<"){pe="tag-like";let de;/^<\/?\s/u.test(M)||!/[\s/>]/u.test(Me!=null?Me:"")?de="invalid":C.has(H)?de=H:Os.has(H)&&!y.includes(H)&&(de="disallowed"),Ie=k.lintConfig.getSeverity(pe,de)}else if(Ts||Cs)pe="lonely-bracket",Ie=k.lintConfig.getSeverity(pe,"converter"),Ts&&ee>0?(M="-{",ee--,Ce--,re=2):Cs&&ee<l.length-1&&(M="}-",Qt++,re=2);else if(Cn)pe="lonely-bracket",Ie=k.lintConfig.getSeverity(pe,"extLink");else if($s||Z||le)if(pe="lonely-bracket",re>1||G&&Me===F||Z&&_s===F)Ie=k.lintConfig.getSeverity(pe,"double");else{if(!ne||u!=="ext-link-text"){const de=Kn[F],Is=$s?l.slice(ee+1):l.slice(0,ee);if(G&&((R=de.exec(Is))==null?void 0:R[0])==="}"||Z&&((P=de.exec(Is))==null?void 0:P[0])==="{")continue;if(!Is.includes(F)){const Fn=$s?"nextSibling":"previousSibling";let ze=this[Fn];for(;ze&&(ze.type!=="text"||!de.test(ze.data));)ze=ze[Fn];if(ze&&de.exec(ze.data)[0]!==F)continue}}Ie=k.lintConfig.getSeverity(pe,"single")}else pe="lonely-http",Ie=k.lintConfig.getSeverity(pe);if(!Ie)continue;const In=this.posFromIndex(ee),{line:Nn,character:Ln}=Hi(T,v,In.top+1,In.left),Ue={rule:pe,message:k.msg('lonely "$1"',V||F==="h"||Ts||Cs?M:F),severity:Ie,startIndex:Ce,endIndex:Qt,startLine:Nn,endLine:Nn,startCol:Ln,endCol:Ln+re};if(F==="<")Ue.suggestions=[gt(Ce,"&lt;")];else if(F==="h"&&u!=="link-text"&&Bs.test(_s||""))Ue.suggestions=[Ht(Ce)];else if(ne&&u==="ext-link-text"){const de=o.getAbsoluteIndex()+o.toString().length;Ue.suggestions=[gt(de,"&#93;")]}else if(le&&Cn){const de=n-h.toString().length;Ue.suggestions=[fs(de,"left bracket","[")]}else V&&(Ue.suggestions=[...W[0]===M?[]:[un(Ue,M)],...Me===":"||Me===":"?[Ht(Qt,1)]:[]]);c.push(Ue)}return c}replaceData(n){j(this,e,Ml).call(this,n)}splitText(n){this.lspError("AstText.splitText")}escape(){}print(){return Ut(this.data)}},e=new WeakSet,Ml=function(n){this.setAttribute("data",n)},s)}}),Ke,xt=_({"mixin/hidden.ts"(){"use strict";Ke=(e=!0,t=!0)=>s=>{class i extends s{text(){return""}lint(r){return e?[]:super.lint(r)}}return i}}}),$e,Le=_({"mixin/noEscape.ts"(){"use strict";$e=e=>{class t extends e{escape(){}}return t}}}),Ye,mt=_({"src/syntax.ts"(){"use strict";var e,t;B(),Ye=(t=class extends E{constructor(i,n,r,l,o){super(i,r,l,o);N(this,e);L(this,e,n)}get type(){return f(this,e)}lint(i=this.getAbsoluteIndex()){return super.lint(i,!1)}},e=new WeakMap,t)}}),Fe,Be=_({"mixin/padded.ts"(){"use strict";Fe=({length:e})=>t=>{class s extends t{getAttribute(n){return n==="padding"?e:super.getAttribute(n)}}return s}}}),ce,qe=_({"src/atom.ts"(){"use strict";var e,t;B(),ce=(t=class extends E{constructor(i,n,r,l,o){super(i,r,l,o);N(this,e);L(this,e,n)}get type(){return f(this,e)}set type(i){L(this,e,i)}getAttribute(i){var n;return i==="invalid"?this.type==="converter-flag"&&!!((n=this.parentNode)!=null&&n.isInvalidFlag(this)):super.getAttribute(i)}},e=new WeakMap,t)}}),Yn,Zn,qs,er,Pe,ms=_({"src/link/base.ts"(){"use strict";var e,t,s,i;U(),Je(),oe(),Be(),Le(),q(),B(),qe(),Yn=n=>n==="redirect-target"||n==="link",Zn=[$e,Fe("[[")],Pe=(i=class extends(er=E){constructor(r,l,o,a=[],h="|"){super(void 0,o,a,{});N(this,e,!0);N(this,t);N(this,s);if(this.insertAt(new ce(r,"link-target",o,a,{})),l!==void 0){const u=new E(l,o,a,{});u.type="link-text",u.setAttribute("stage",ve-1),this.insertAt(u)}L(this,t,h)}get link(){}get fragment(){return f(this,s).fragment}afterBuild(){L(this,s,this.getTitle()),f(this,t).includes("\0")&&L(this,t,this.buildFromStr(f(this,t),0)),this.setAttribute("name",f(this,s).title),super.afterBuild()}setAttribute(r,l){r==="bracket"?L(this,e,l):r==="title"?L(this,s,l):super.setAttribute(r,l)}toString(r){const l=super.toString(r,f(this,t));return f(this,e)?`[[${l}]]`:l}text(){const r=super.text("|");return f(this,e)?`[[${r}]]`:r}getAttribute(r){return r==="title"?f(this,s):super.getAttribute(r)}getGaps(r){return r===0?f(this,t).length:1}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),{childNodes:[a,h],type:u}=this,{encoded:d,fragment:g}=f(this,s),c=new ie(this,r);let p="unknown-page",b=k.lintConfig.getSeverity(p);if(b&&a.childNodes.some(({type:m})=>m==="template")&&o.push(O(a,c,p,"template in an internal link target",b)),p="url-encoding",b=k.lintConfig.getSeverity(p),b&&d){const m=O(a,c,p,"unnecessary URL encoding in an internal link",b);m.fix=ln(m,a),o.push(m)}if(p="pipe-like",b=k.lintConfig.getSeverity(p,"link"),b&&(u==="link"||u==="category")){const m=h==null?void 0:h.childNodes.findIndex(w=>w.type==="text"&&w.data.includes("|")),x=h==null?void 0:h.childNodes[m];if(x){const w=O(h,c,p,'additional "|" in the link text',b),y=w.startIndex+h.getRelativeIndex(m);w.suggestions=[hn(y,x.data)],o.push(w)}}if(p="no-ignored",b=k.lintConfig.getSeverity(p,"fragment"),b&&g!==void 0&&!Yn(u)){const m=O(a,c,p,"useless fragment",b),x=a.childNodes.findIndex(y=>y.type==="text"&&y.data.includes("#")),w=a.childNodes[x];w&&(m.fix=D(m,a.getRelativeIndex(x)+w.data.indexOf("#"))),o.push(m)}return o}getTitle(r,l){return this.normalizeTitle(this.firstChild.text(),0,{halfParsed:l,temporary:r,decode:!0,selfLink:!0})}print(){return super.print(f(this,e)?{pre:"[[",post:"]]",sep:f(this,t)}:{sep:f(this,t)})}json(r,l=this.getAbsoluteIndex()){const o=super.json(void 0,l),{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,i),qs=Y(er),Pe=K(qs,0,"LinkBaseToken",Zn,Pe),X(qs,1,Pe)}}),tr,Ws,sr,Ae,Ze=_({"src/nowiki/base.ts"(){"use strict";Le(),B(),tr=[$e],Ae=class extends(sr=E){get innerText(){return this.firstChild.data}constructor(e="",t,s){super(e,t,s)}},Ws=Y(sr),Ae=K(Ws,0,"NowikiBaseToken",tr,Ae),X(Ws,1,Ae)}}),ir,Ms,nr,ue,We=_({"src/nowiki/noinclude.ts"(){"use strict";xt(),Ze(),ir=[Ke()],ue=class extends(nr=Ae){get type(){return"noinclude"}toString(e){return e?"":super.toString()}},Ms=Y(nr),ue=K(Ms,0,"NoincludeToken",ir,ue),X(Ms,1,ue)}}),Ul,Oa=_({"src/link/redirectTarget.ts"(){"use strict";U(),q(),ms(),We(),Ul=class extends Pe{get type(){return"redirect-target"}constructor(e,t,s,i){super(e,void 0,s,i),t!==void 0&&this.insertAt(new ue(t,s,i))}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",i=k.lintConfig.getSeverity(s,"redirect");if(i&&this.length===2){const n=O(this.lastChild,{start:e},s,"useless link text",i);n.startIndex--,n.startCol--,n.fix=D(n),t.push(n)}return t}}}}),rr,Us,lr,It,Ba=_({"src/redirect.ts"(){"use strict";var e,t,s;xt(),Le(),B(),mt(),Oa(),rr=[Ke(!1,!1),$e],It=(s=class extends(lr=E){constructor(n,r,l,o,a,h,u=[]){super(void 0,h,u);N(this,e);N(this,t);L(this,e,n),L(this,t,a),this.append(new Ye(r,"redirect-syntax",h,u),new Ul(l,o==null?void 0:o.slice(1),h,u))}get type(){return"redirect"}getAttribute(n){return n==="padding"?f(this,e).length:super.getAttribute(n)}toString(n){return f(this,e)+super.toString(n)+f(this,t)}lint(n=this.getAbsoluteIndex()){const r=n+f(this,e).length+this.firstChild.toString().length;return this.lastChild.setAttribute("aIndex",r),this.lastChild.lint(r)}print(){return super.print({pre:f(this,e),post:f(this,t)})}},e=new WeakMap,t=new WeakMap,s),Us=Y(lr),It=K(Us,0,"RedirectToken",rr,It),X(Us,1,It)}}),zl={};te(zl,{parseRedirect:()=>Hl});var Hl,qa=_({"parser/redirect.ts"(){"use strict";q(),Ba(),Hl=(e,t,s)=>{var n;(n=t.regexRedirect)!=null||(t.regexRedirect=new RegExp(String.raw`^(\s*)((?:${t.redirection.join("|")})\s*(?::\s*)?)\[\[([^\n|\]]+)(\|.*?)?\]\](\s*)`,"iu"));const i=t.regexRedirect.exec(e);return i&&k.normalizeTitle(i[3],0,!1,t,{halfParsed:!0,temporary:!0,decode:!0}).valid?(e=`\0${s.length}o${e.slice(i[0].length)}`,new It(...i.slice(1),t,s),e):!1}}}),or,zs,ar,Nt,Wa=_({"src/onlyinclude.ts"(){"use strict";Be(),Le(),B(),or=[$e,Fe("<onlyinclude>")],Nt=class extends(ar=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>'})}},zs=Y(ar),Nt=K(zs,0,"OnlyincludeToken",or,Nt),X(zs,1,Nt)}}),Gt,vs=_({"mixin/gapped.ts"(){"use strict";Gt=(e=1)=>t=>{class s extends t{getGaps(){return e}}return s}}}),ur,Hs,hr,Ge,gn=_({"src/tagPair/index.ts"(){"use strict";var e,t;vs(),Le(),B(),ur=[Gt(),$e],Ge=(t=class extends(hr=E){constructor(i,n,r,l,o,a=[]){super(void 0,o);N(this,e);Ne(this,"closed");Ne(this,"selfClosing");this.setAttribute("name",i.toLowerCase()),L(this,e,[i,l||i]),this.closed=l!=="",this.selfClosing=l===void 0,this.append(n,r);const h=typeof n=="string"?-1:a.indexOf(n);a.splice(h===-1?1/0:h,0,this)}get innerText(){return this.selfClosing?void 0:this.lastChild.text()}toString(i){const{selfClosing:n,firstChild:r,lastChild:l}=this,[o,a]=f(this,e);return n?`<${o}${r.toString(i)}/>`:`<${o}${r.toString(i)}>${l.toString(i)}${this.closed?`</${a}>`:""}`}text(){const[i,n]=f(this,e);return this.selfClosing?`<${i}${this.firstChild.text()}/>`:`<${i}${super.text(">")}${this.closed?`</${n}>`:""}`}getAttribute(i){return i==="padding"?f(this,e)[0].length+1:super.getAttribute(i)}print(){const[i,n]=f(this,e);return super.print(this.selfClosing?{pre:`&lt;${i}`,post:"/&gt;"}:{pre:`&lt;${i}`,sep:"&gt;",post:this.closed?`&lt;/${n}&gt;`:""})}},e=new WeakMap,t),Hs=Y(hr),Ge=K(Hs,0,"TagPairToken",ur,Ge),X(Hs,1,Ge)}}),Dl,Ma=_({"src/tagPair/translate.ts"(){"use strict";var e,Gl,s;B(),gn(),mt(),We(),Dl=(s=class extends Ge{constructor(n,r,l,o=[]){const a=new Ye(n,"translate-attr",l,o);r=r==null?void 0:r.replace(/(<tvar\|[^>]+>)([\s\S]*?)(<\/>)/gu,(u,d,g,c)=>(new ue(d,l,o),new ue(c,l,o),`\0${o.length-1}n${g}\0${o.length}n`)).replace(/(<tvar\s+name\s*=(?:\s*(?:(["'])[\s\S]*?\2|[^"'\s>]+))?\s*>)([\s\S]*?)(<\/tvar\s*>)/giu,(u,d,g,c,p)=>(new ue(d,l,o),new ue(p,l,o),`\0${o.length-1}n${c}\0${o.length}n`));const h=new E(r,l,o);h.type="translate-inner";super("translate",a,h,"translate",l,o);N(this,e);this.seal("closed",!0),this.seal("selfClosing",!0)}get type(){return"translate"}toString(n){return n?this.lastChild.toString(!0):super.toString()}text(){return this.lastChild.text()}print(){return`<span class="wpb-ext">&lt;translate${j(this,e,Gl).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,Gl=function(){return this.firstChild.toString()===" nowrap"},s)}}),dr,Ds,cr,Lt,Ua=_({"src/tagPair/include.ts"(){"use strict";U(),oe(),xt(),q(),gn(),dr=[Ke(!1)],Lt=class extends(cr=Ge){get type(){return"include"}constructor(e,t="",s,i,n,r){super(e,t,s!=null?s:"",s===void 0||i!=null?i:"",n,r)}toString(e){return e?"":super.toString()}lint(e=this.getAbsoluteIndex()){const t=[],{firstChild:s,closed:i,name:n}=this,r=new ie(this,e),l=["no-ignored","unclosed-comment"],o=l.map(a=>k.lintConfig.getSeverity(a,"include"));if(o[0]&&s.data.trim()){const a=O(s,r,l[0],"useless attribute",o[0]);a.suggestions=[D(a)],t.push(a)}if(o[1]&&!i){const a=J(this,r,l[1],k.msg("unclosed $1",`<${n}>`),o[1]);a.suggestions=[Oe(a.endIndex,`</${n}>`)],t.push(a)}return t}},Ds=Y(cr),Lt=K(Ds,0,"IncludeToken",dr,Lt),X(Ds,1,Lt)}}),bs,pn=_({"mixin/attributesParent.ts"(){"use strict";bs=(e=0)=>t=>{var i,Vl;class s extends t{constructor(){super(...arguments);N(this,i)}hasAttr(o){this.lspError("AttributesParent.hasAttr")}getAttr(o){return j(this,i,Vl).call(this).getAttr(o)}}return i=new WeakSet,Vl=function(){return this.childNodes[e]},s}}}),se,Gs,Vs,kt,Yt,Qs,He,Js,Xs,Ks,Zt,Ys,ye,Ql,Jl,Xl,Kl,za=_({"util/sharable.ts"(){"use strict";se=new Set(["align"]),Gs=new Set(["cite"]),Vs=new Set(["cite","datetime"]),kt=new Set(["width"]),Yt=new Set(["axis","align","bgcolor","height","width","valign"]),Qs=new Set([...Yt,"abbr","headers","scope","rowspan","colspan"]),He=new Set(["type"]),Js=new Set(["summary","align","bgcolor","cellpadding","cellspacing","frame","rules","width"]),Xs=new Set(["clear"]),Ks=new Set(["bgcolor","align","valign"]),Zt=new Set(["qid","forcemathmode","type","display"]),Ys=new Set(["enclose","inline","lang","line","linelinks","style","class","id","dir","copy","highlight","start"]),ye=new Set,Ql=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"]),Jl={div:se,h1:se,h2:se,h3:se,h4:se,h5:se,h6:se,blockquote:Gs,q:Gs,p:se,br:Xs,pre:kt,ins:Vs,del:Vs,ul:He,ol:new Set(["type","start","reversed"]),li:new Set(["type","value"]),table:new Set([...Js,"border"]),caption:se,tr:Ks,td:Qs,th:Qs,font:new Set(["size","color","face"]),hr:kt,data:new Set(["value"]),time:new Set(["datetime"]),meta:new Set(["itemprop","content"]),link:new Set(["itemprop","href","title"]),gallery:He,poem:se,categorytree:se,combooption:se,math:ye,chem:ye,ce:ye,img:new Set(["alt","src","width","height","loading","srcset"])},Xl={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:ye,indicator:new Set(["name"]),langconvert:new Set(["from","to"]),ref:new Set(["group","name","follow","dir","details"]),references:new Set(["group","responsive"]),charinsert:new Set(["label"]),choose:new Set(["uncached","before","after"]),option:new Set(["weight"]),imagemap:ye,inputbox:ye,templatestyles:new Set(["src","wrapper"]),dynamicpagelist:ye,poll:new Set(["id","show-results-before-voting"]),sm2:He,flashmp3:He,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([...Zt,"chem"]),chem:Zt,ce:Zt,hiero:ye,phonos:new Set(["ipa","class","text","lang","wikibase","file"]),section:new Set(["begin","end"]),source:Ys,syntaxhighlight:Ys,templatedata:ye,timeline:new Set(["method","font"]),quiz:new Set(["display","shuffleanswers","points","shuffle","case"]),languages:ye},Kl={table:Js,td:new Set([...Yt,"scope"]),th:Yt,br:Xs,caption:se,div:se,hr:kt,h1:se,h2:se,h3:se,h4:se,h5:se,h6:se,li:He,p:se,pre:kt,tr:Ks,ul:He}}}),gr,pr,fr,xr,ls,Ha=_({"src/attribute.ts"(){"use strict";var e,t,s,i,n,Vi,l;U(),he(),Je(),za(),oe(),q(),B(),qe(),gr=/expression|(?:accelerator|-o-link(?:-source)?|-o-replace)\s*:|(?:url|src|image(?:-set)?)\s*\(|attr\s*\([^)]+[\s,]url/u,pr=/(?:^|\s|\*\/)(?:javascript|vbscript)(?:\W|$)/iu,fr=new Set(["ext","arg","magic-word","template"]),xr=new Set(["about","property","resource","datatype","typeof","itemid","itemprop","itemref","itemscope","itemtype"]),ls=(l=class extends E{constructor(a,h,u,d="",g,c=[],p=k.getConfig(),b=[]){const m=new ce(u,"attr-key",p,b);let x;if(u==="title"||h==="img"&&u==="alt")x=new E(g,p,b,{}),x.type="attr-value",x.setAttribute("stage",ve-1);else if(h==="gallery"&&u==="caption"||h==="choose"&&(u==="before"||u==="after")){const w=_e(fe({},p),{excludes:[...p.excludes,"heading","html","table","hr","list"]});x=new E(g,w,b,{}),x.type="attr-value",x.setAttribute("stage",1)}else x=new ce(g,"attr-value",p,b,{});super(void 0,p,b);N(this,n);N(this,e);N(this,t);N(this,s);N(this,i);L(this,e,a),this.append(m,x),L(this,s,d),L(this,i,[...c]),L(this,t,h),this.setAttribute("name",dt(be(u)))}get type(){return f(this,e)}get tag(){return f(this,t)}get balanced(){return!f(this,s)||f(this,i)[0]===f(this,i)[1]}afterBuild(){f(this,s).includes("\0")&&L(this,s,this.buildFromStr(f(this,s),0)),this.parentNode&&L(this,t,this.parentNode.name),this.setAttribute("name",dt(this.firstChild.text())),super.afterBuild()}toString(a){const[h="",u=""]=f(this,i);return f(this,s)?super.toString(a,f(this,s)+h)+u: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,i)[0])==null?void 0:a.length)!=null?h:0):0}lint(a=this.getAbsoluteIndex(),h){var S;const u=super.lint(a,h),{balanced:d,firstChild:g,lastChild:c,name:p,tag:b}=this,m=new ie(this,a),x=["unclosed-quote","obsolete-attr"],w=x.map(A=>k.lintConfig.getSeverity(A,p));if(w[0]&&!d){const A=O(c,m,x[0],k.msg("unclosed $1","quotes"),w[0]);A.startIndex--,A.startCol--,A.suggestions=[Oe(A.endIndex,f(this,i)[0])],u.push(A)}const y=j(this,n,Vi).call(this,a,m);return y&&u.push(y),w[1]&&((S=Kl[b])!=null&&S.has(p))&&u.push(O(g,m,x[1],"obsolete attribute",w[1])),u}getValue(){return f(this,s)?this.lastChild.text().trim():this.type==="ext-attr"||""}escape(){}getAttribute(a){return a==="invalid"?j(this,n,Vi).call(this):super.getAttribute(a)}print(){const[a="",h=""]=f(this,i);return f(this,s)?super.print({sep:Ut(f(this,s))+a,post:h}):super.print()}json(a,h=this.getAbsoluteIndex()){const u=super.json(void 0,h);return u.tag=this.tag,u}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakMap,n=new WeakSet,Vi=function(a,h){const{firstChild:u,lastChild:d,type:g,name:c,tag:p,parentNode:b}=this,m=!d.childNodes.some(({type:T})=>fr.has(T)),x=this.getValue(),w=Xl[p],y=Jl[p],{length:S}=this.toString();let A="illegal-attr";if(!(w!=null&&w.has(c))&&!(y!=null&&y.has(c))&&(g==="ext-attr"?w||y:!/\{\{[^{]+\}\}/u.test(c))&&(g==="ext-attr"&&!y||!/^(?:xmlns:[\w:.-]+|data-(?!ooui|mw|parsoid)[^:]*)$/u.test(c)&&(p==="meta"||p==="link"||!Ql.has(c)))||(c==="itemtype"||c==="itemid"||c==="itemref")&&!(b!=null&&b.hasAttr("itemscope"))){if(a===void 0)return!0;const T=k.lintConfig.getSeverity(A,"unknown");if(T){const v=O(u,h,A,"illegal attribute name",T);return v.suggestions=[D(a,S)],v}}else if(c==="style"&&typeof x=="string"&&gr.test(x)){if(a===void 0)return!0;A="insecure-style";const T=k.lintConfig.getSeverity(A);return T&&O(d,h,A,"insecure style",T)}else if(c==="tabindex"&&typeof x=="string"&&x!=="0"){if(a===void 0)return!0;const T=k.lintConfig.getSeverity(A,"tabindex");if(T){const v=O(d,h,A,"nonzero tabindex",T);return v.suggestions=[D(a,S),ke(v,"0 tabindex","0")],v}}else if(m&&g!=="ext-attr"){const T=Rl(p,c),v=String(x).toLowerCase();if(T.length>0&&T.every($=>$!==v)){if(a===void 0)return!0;const $=k.lintConfig.getSeverity(A,"value");return $&&O(d,h,A,"illegal attribute value",$)}}else if(typeof x=="string"&&((/^xmlns:[\w:.-]+$/u.test(c)||xr.has(c))&&pr.test(x)||m&&(c==="href"||p==="img"&&c==="src")&&!new RegExp(String.raw`^(?:${this.getAttribute("config").protocol}|//)\S+$`,"iu").test(x))){if(a===void 0)return!0;const T=k.lintConfig.getSeverity(A,"value");return T&&O(d,h,A,"illegal attribute value",T)}return!1},l)}}),Zs,mr,ei,ws,fn=_({"src/attributes.ts"(){"use strict";var e,t,os,i;U(),he(),oe(),q(),B(),qe(),Ha(),Zs=n=>n.slice(0,-1),mr=n=>`${Zs(n)}-dirty`;try{ei=new RegExp(String.raw`[\p{L}\p{N}]`,"u")}catch(n){ei=/[^\W_]/u}ws=(i=class extends E{constructor(r,l,o,a,h=[]){super(void 0,a,h,{});N(this,t);N(this,e);if(L(this,e,l),this.setAttribute("name",o),r){const u=/([^\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 d="",g=u.exec(r),c=0;const p=()=>{d&&(super.insertAt(new ce(d,mr(l),a,h,{})),d="")};for(;g;){const{index:b,0:m,1:x,2:w,3:y,4:S,5:A,6:T}=g;if(d+=r.slice(c,b),/^(?:[\w:]|\0\d+t\x7F)(?:[\w:.-]|\0\d+t\x7F)*$/u.test(be(x).trim())){const v=S!=null?S:T,$=[y,A],C=new ls(Zs(l),o,x,w,v,$,a,h);p(),super.insertAt(C)}else d+=m;({lastIndex:c}=u),g=u.exec(r)}d+=r.slice(c),p()}}get type(){return f(this,e)}afterBuild(){const{parentNode:r}=this;r!=null&&r.is("td")&&this.setAttribute("name",r.subtype),super.afterBuild()}getAttrTokens(r){return this.childNodes.filter(l=>l instanceof ls&&(!r||l.name===dt(r)))}hasAttr(r){return this.getAttrTokens(r).length>0}getAttrToken(r){const l=this.getAttrTokens(r);return l[l.length-1]}getAttr(r){var l;return(l=this.getAttrToken(r))==null?void 0:l.getValue()}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),{parentNode:a,childNodes:h}=this,u=new Map,d=new Set,g=new ie(this,r),c=["no-ignored","no-duplicate"],p=["closingTag","invalidAttributes","nonWordAttributes"].map(m=>k.lintConfig.getSeverity(c[0],m));if(p[0]&&j(this,t,os).call(this)){const m=J(this,g,c[0],"attributes of a closing tag",p[0]),x=a.getAbsoluteIndex();m.suggestions=[D(m),on(x)],o.push(m)}for(const m of h)if(m instanceof ls){const{name:x}=m;u.has(x)?(d.add(x),u.get(x).push(m)):u.set(x,[m])}else{const x=m.text().trim(),w=p[ei.test(x)?1:2];if(x&&w){const y=O(m,g,c[0],"containing invalid attribute",w);y.suggestions=[D(y,0," ")],o.push(y)}}const b=k.lintConfig.getSeverity(c[1],"attribute");if(b&&d.size>0)for(const m of d){const x=u.get(m).map(w=>{const y=w.getValue();return[w,y===!0?"":y]});o.push(...x.map(([w,y],S)=>{const A=O(w,g,c[1],k.msg("duplicated $1 attribute",m),b),T=D(A);return!y||x.slice(0,S).some(([,v])=>v===y)?A.fix=T:A.suggestions=[T],A}))}return o}getAttribute(r){return r==="invalid"?j(this,t,os).call(this):super.getAttribute(r)}print(){return this.toString()?`<span class="wpb-${this.type}${j(this,t,os).call(this)?" wpb-invalid":""}">${this.childNodes.map(r=>r.print(r instanceof ce?{class:r.toString().trim()&&"attr-dirty"}:void 0)).join("")}</span>`:""}},e=new WeakMap,t=new WeakSet,os=function(){const{parentNode:r}=this;return(r==null?void 0:r.type)==="html"&&r.closing&&this.text().trim()!==""},i)}}),Yl={};te(Yl,{PreToken:()=>Zl});var Zl,Da=_({"src/pre.ts"(){"use strict";Je(),B(),We(),Zl=class extends E{get type(){return"ext-inner"}constructor(e,t,s=[]){if(e){const i=/<nowiki>/giu,n=/<\/nowiki>/giu,{length:r}=i.source;let l=i.exec(e);l&&(n.lastIndex=l.index+r);let o=n.exec(e),a=0,h="";for(;l&&o;)new ue(l[0],t,s),new ue(o[0],t,s),h+=`${e.slice(a,l.index)}\0${s.length-1}n${e.slice(l.index+r,o.index)}\0${s.length}n`,a=o.index+r+1,i.lastIndex=a,l=i.exec(e),l&&(n.lastIndex=l.index+r),o=n.exec(e);e=h+e.slice(a)}super(e,t,s,{}),this.setAttribute("stage",ve-1)}isPlain(){return!0}lint(e=this.getAbsoluteIndex()){return super.lint(e,/<\s*\/\s*(pre)\b/giu)}}}}),ys,xn=_({"mixin/multiLine.ts"(){"use strict";ys=e=>{class t extends e{toString(i){return super.toString(i,`
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 t}}}),Fl={};te(Fl,{ParamTagToken:()=>Qe});var Yn,zs,Zn,Qe,jl=T({"src/paramTag/index.ts"(){"use strict";M(),ae(),gs(),Ki(),B(),O(),Fe(),Yn=[us],Qe=class extends(Zn=j){get type(){return"ext-inner"}constructor(e,t,s=_.getConfig(),i=[],n){if(super(void 0,s,i,{}),t){const r=ge;this.append(...t.split(`
7
- `).map(l=>n?l:Bt(l,s,i,e)).map(l=>new r(l,"param-line",s,i,{})))}i.splice(i.indexOf(this),1),i.push(this)}lint(e=this.getAbsoluteIndex()){const t="no-ignored",s=_.lintConfig.getSeverity(t,this.name);if(!s)return[];const i=new le(this,e),n=_.msg("invalid parameter of <$1>",this.name),r=[];for(const l of this.childNodes){l.setAttribute("aIndex",e);const o=l.childNodes.filter(({type:a})=>a!=="comment"&&a!=="include"&&a!=="noinclude");if(o.some(({type:a})=>a==="ext"))r.push(R(l,i,t,n,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=R(l,i,t,n,s);d.suggestions=[{desc:"remove",range:[d.startIndex,d.endIndex],text:""}],r.push(d)}else{const d=l.lint(e,!1);d.length>0&&r.push(...d)}}e+=l.toString().length+1}return r}},zs=ee(Zn),Qe=K(zs,0,"ParamTagToken",Yn,Qe),X(zs,1,Qe)}}),Yi,El=T({"src/heading.ts"(){"use strict";var e,t,Yt,i;M(),Se(),ae(),B(),O(),at(),Yi=(i=class extends j{constructor(r,l,o,a=[]){super(void 0,o,a);N(this,t);N(this,e);L(this,e,r);const h=new j(l[0],o,a);h.type="heading-title",h.setAttribute("stage",2);const d=new He(l[1],"heading-trail",o,a);this.append(h,d)}get type(){return"heading"}get level(){return f(this,e)}toString(r){const l=P(this,t,Yt).call(this);return l+this.firstChild.toString(r)+l+this.lastChild.toString(r)}text(){const r=P(this,t,Yt).call(this);return r+this.firstChild.text()+r}getAttribute(r){return r==="invalid"?this.inHtmlAttrs()===2:r==="padding"?this.level:super.getAttribute(r)}getGaps(){return this.level}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),{firstChild:a,level:h}=this,d=a.toString(),u=d.startsWith("="),g=u||d.endsWith("="),c=new le(this,r),p=this.inHtmlAttrs(),v=["h1","unbalanced-header","format-leakage"],m=v.map(x=>_.lintConfig.getSeverity(x,"apostrophe"));if(m[0]&&this.level===1){const x=R(a,c,v[0],"<h1>",m[0]);g||(x.suggestions=[{desc:"h2",range:[x.startIndex,x.endIndex],text:`=${d}=`}]),o.push(x)}if(m[1]&&g){const x=_.msg("unbalanced $1 in a section header",'"="'),b=R(a,c,v[1],x,m[1]);if(d!=="=")if(u){const[w]=/^=+/u.exec(d),y=h+w.length;b.suggestions=[{desc:`h${h}`,range:[b.startIndex,b.startIndex+w.length],text:""}],y<7&&b.suggestions.push({desc:`h${y}`,range:[b.endIndex,b.endIndex],text:w})}else{const w=/[^=](=+)$/u.exec(d)[1],y=h+w.length;b.suggestions=[{desc:`h${h}`,range:[b.endIndex-w.length,b.endIndex],text:""}],y<7&&b.suggestions.push({desc:`h${y}`,range:[b.startIndex,b.startIndex],text:w})}o.push(b)}if(p){const x="parsing-order",b=_.lintConfig.getSeverity(x,p===2?"heading":"templateInTable");b&&o.push(V(this,c,x,"section header in HTML tag attributes",b))}if(m[2]){const x=this.getRootNode().toString(),b=a.childNodes.filter(ps("quote")),w=b.filter(({bold:A})=>A),y=b.filter(({italic:A})=>A);if(w.length%2){const A=R(w[w.length-1],ye(pe({},c),{start:r+h,left:c.left+h}),v[2],_.msg("unbalanced $1 in a section header","bold apostrophes"),m[2]),k=r+h+d.length;x.slice(A.endIndex,k).trim()?A.suggestions=[{desc:"close",range:[k,k],text:"'''"}]:A.fix={desc:"remove",range:[A.startIndex,A.endIndex],text:""},o.push(A)}if(y.length%2){const A=R(y[y.length-1],{start:r+h},v[2],_.msg("unbalanced $1 in a section header","italic apostrophes"),m[2]),k=r+h+d.length;x.slice(A.endIndex,k).trim()?A.suggestions=[{desc:"close",range:[k,k],text:"''"}]:A.fix={desc:"remove",range:[A.startIndex,A.endIndex],text:""},o.push(A)}}return o}print(){const r=P(this,t,Yt).call(this);return super.print({pre:r,sep:r})}json(r,l=this.getAbsoluteIndex()){const o=super.json(void 0,l);return o.level=this.level,o}},e=new WeakMap,t=new WeakSet,Yt=function(){return"=".repeat(this.level)},i)}}),er,Pl,ka=T({"src/parameter.ts"(){"use strict";oe(),M(),B(),O(),er=new RegExp(`https?://${tt}${st}$`,"iu"),Pl=class extends j{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(t){return!1}}constructor(e,t,s,i=[]){super(void 0,s,i);const n=new j(typeof e=="number"?void 0:e,s,i,{}),r=new j(t,s,i);n.type="parameter-key",n.setAttribute("stage",2),r.type="parameter-value",r.setAttribute("stage",2),this.append(n,r)}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 r;const s=super.lint(e,t),i="unescaped",n=_.lintConfig.getSeverity(i);if(n){const{firstChild:l}=this,o=(r=er.exec(l.text()))==null?void 0:r[0];try{if(o&&new URL(o).search){const a="unescaped query string in an anonymous parameter",h=R(l,{start:e},i,a,n);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(a){}}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}}}}),tr,Hs,sr,Je,_a=T({"src/transclude.ts"(){"use strict";var e,t,s,i,n,r,Zt,Rl,a;oe(),M(),Se(),ae(),as(),B(),O(),ka(),Fe(),at(),tr=[Ot()],Je=(a=class extends(sr=j){constructor(d,u,g,c=[]){var I,U;let p;const v=/^(?:\s|\0\d+[cn]\x7F)*\0(\d+)h\x7F(?:\s|\0\d+[cn]\x7F)*/u.exec(d);v&&(p=Number(v[1]),d=d.replace(`\0${p}h`,c[p].toString().replace(/^\n/u,"")));super(void 0,g,c,{});N(this,r);ke(this,"modifier","");N(this,e,"template");N(this,t,":");N(this,s,!1);N(this,i,new Map);N(this,n);const{parserFunction:[m,x],variable:b,functionHook:w}=g,y=(I=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(d))==null?void 0:I[0];if(y)this.setAttribute("modifier",y),d=d.slice(y.length);else if(d.includes(":")){const[F,...E]=d.split(":"),[Y]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec((U=E[0])!=null?U:"");this.setModifier(`${F}:${Y}`)&&(d=E.join(":").slice(Y.length))}const A=d.search(/[::]/u),k=d[A]===":",S=A!==-1;if(S||u.length===0&&!f(this,s)){const F=S?d.slice(0,A):d,E=S&&d.slice(A+1),Y=me(F),W=S?Y.slice(Y.search(/\S/u))+(k?":":""):Y.trim(),Q=W.toLowerCase(),z=Array.isArray(x),ie=z?x.includes(W):Object.prototype.hasOwnProperty.call(x,W),q=!z&&ie?x[W]:Object.prototype.hasOwnProperty.call(m,Q)&&m[Q],D=z&&ie||!("functionHook"in g)||w.includes(q),H=z&&ie||b.includes(q);if(S?q&&D:H){this.setAttribute("name",q||Q.replace(/^#|:$/u,"")),L(this,e,"magic-word"),k&&L(this,t,":");const J=new He(F,"magic-word-name",g,c);if(super.insertAt(J),E!==!1&&u.unshift([E]),this.name==="invoke")for(let ne=0;ne<2;ne++){const Z=u.shift();if(!Z)break;const re=new ge(Z.join("="),`invoke-${ne?"function":"module"}`,g,c);super.insertAt(re)}}}if(this.type==="template"){const F=me(d).trim();if(!this.normalizeTitle(F,10,{halfParsed:!0,temporary:!0}).valid)throw c.pop(),new SyntaxError("Invalid template name");const E=new ge(d,"template-name",g,c,{});super.insertAt(E)}typeof p=="number"&&(c[p]=void 0);const $=this.isTemplate();let C=1;for(let F=0;F<u.length;F++){const E=u[F];$||this.name==="switch"&&F>0||this.name==="tag"&&F>1||(E[0]=E.join("="),E.length=1),E.length===1&&(E.unshift(C),C++),this.insertAt(new Pl(...E,g,c))}this.seal("modifier")}get type(){return f(this,e)}get module(){}get function(){}setModifier(d){const{parserFunction:[,,u,g]}=this.getAttribute("config"),c=me(d).trim();if(d&&!c.endsWith(":"))return!1;const p=c.slice(0,-1).toLowerCase(),v=u.includes(p),m=g.includes(p);return f(this,s)&&v||!f(this,s)&&(m||!d)||(ve.running||this.length>1)&&(v||m||!d)?(this.setAttribute("modifier",d),L(this,s,v),!!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"&&(L(this,n,P(this,r,Zt).call(this)),this.setAttribute("name",f(this,n).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:g,modifier:c,type:p,name:v}=this;return p==="magic-word"&&v==="vardefine"?"":`{{${c}${p==="magic-word"?g.text()+(u===1?"":f(this,t))+Me(d.slice(1),"|"):super.text("|")}}}`}getAttribute(d){switch(d){case"padding":return this.modifier.length+2;case"title":return f(this,n);case"colon":return f(this,t);case"invalid":return this.type==="magic-word"&&this.name==="invoke"&&(this.length===2||!P(this,r,Zt).call(this).valid);default:return super.getAttribute(d)}}lint(d=this.getAbsoluteIndex(),u){const g=super.lint(d,u);if(!this.isTemplate())return g;const{type:c,childNodes:p,length:v}=this,m=new le(this,d),x=c==="magic-word";let b="no-ignored",w=_.lintConfig.getSeverity(b,"fragment");if(x&&!P(this,r,Zt).call(this).valid)b="invalid-invoke",w=_.lintConfig.getSeverity(b,"name"),w&&g.push(R(p[1],m,b,"illegal module name",w));else if(w){const y=p[x?1:0],A=y.childNodes.findIndex(S=>S.type==="text"&&jt(S.data).includes("#")),k=y.childNodes[A];if(k){const S=R(y,m,b,"useless fragment",w);S.fix={desc:"remove",range:[S.startIndex+y.getRelativeIndex(A)+k.data.indexOf("#"),S.endIndex],text:""},g.push(S)}}if(b="invalid-invoke",w=_.lintConfig.getSeverity(b,"function"),w&&x&&v===2)return g.push(V(this,m,b,"missing module function",w)),g;if(b="no-duplicate",w=_.lintConfig.getSeverity(b,"parameter"),w){const y=this.getDuplicatedArgs().filter(([,k])=>!k[0].querySelector("ext")),A="duplicated parameter";for(const[,k]of y)g.push(...k.map(S=>{const $=R(S,m,b,A,w);return $.suggestions=[{desc:"remove",range:[$.startIndex-1,$.endIndex],text:""}],$}))}return g}insertAt(d,u=this.length){return super.insertAt(d,u),d.anon?P(this,r,Rl).call(this,d):d.name&&this.getArgs(d.name,!1,!1).add(d),d}getAllArgs(){return this.childNodes.filter(ps("parameter"))}getAnonArgs(){return this.getAllArgs().filter(({anon:d})=>d)}getArgs(d,u,g=!0){const c=String(d).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1");let p;return f(this,i).has(c)?p=f(this,i).get(c):(p=new Set(this.getAllArgs().filter(({name:v})=>c===v)),f(this,i).set(c,p)),p}getDuplicatedArgs(){return[...f(this,i)].filter(([,{size:d}])=>d>1).map(([d,u])=>[d,[...u]])}getPossibleValues(){const{type:d,name:u,childNodes:g}=this;if(d==="template")throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!");let c,p;switch(u){case"if":case"ifexist":case"ifexpr":case"iferror":c=2;break;case"ifeq":c=3;break;case"switch":{const v=g.slice(2),m=v[v.length-1];p=[...v.filter(({anon:x})=>!x),...m!=null&&m.anon?[m]:[]].map(({lastChild:x})=>x);break}default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}p!=null||(p=g.slice(c,c+2).map(({lastChild:v})=>v));for(let v=0;v<p.length;){const{length:m,0:x}=p[v].childNodes.filter(b=>b.text().trim());if(m===0)p.splice(v,1);else if(m>1||x.type!=="magic-word")v++;else try{const b=x.getPossibleValues();p.splice(v,1,...b),v+=b.length}catch(b){v++}}return p}print(){const{childNodes:d,length:u,firstChild:g,modifier:c,type:p}=this;return`<span class="wpb-${p}${this.getAttribute("invalid")?" wpb-invalid":""}">{{${p==="magic-word"?Et(c)+g.print()+(u===1?"":f(this,t))+nt(d.slice(1),{sep:"|"}):(c?`<span class="wpb-magic-word">${Et(c)}</span>`:"")+nt(d,{sep:"|"})}}}</span>`}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakSet,Zt=function(){const d=this.type==="template";return this.normalizeTitle(this.childNodes[d?0:1].text(),d?10:828,{temporary:!0})},Rl=function(d){const u=this.getAnonArgs(),g=typeof d!="number";for(let c=g?u.indexOf(d):d-1;c<u.length;c++){const p=u[c],{name:v}=p,m=String(c+1);(v!==m||p===d)&&(p.setAttribute("name",m),this.getArgs(m,!1,!1).add(p))}},a),Hs=ee(sr),Je=K(Hs,0,"TranscludeToken",tr,Je),X(Hs,1,Je)}}),ir,Ds,nr,At,$a=T({"src/hidden.ts"(){"use strict";ot(),O(),ir=[ze()],At=class extends(nr=j){get type(){return"hidden"}getAttribute(e){return e==="invalid"||super.getAttribute(e)}},Ds=ee(nr),At=K(Ds,0,"HiddenToken",ir,At),X(Ds,1,At)}}),rr,Gs,lr,kt,Ta=T({"src/arg.ts"(){"use strict";var e,Ca,s;oe(),M(),ae(),Le(),as(),B(),O(),Fe(),$a(),rr=[$e("{{{"),Ot()],kt=(s=class extends(lr=j){constructor(n,r,l=[]){super(void 0,r,l,{});N(this,e);for(let o=0;o<n.length;o++){const a=n[o];if(o===0){const h=new ge(a,"arg-name",r,l,{});super.insertAt(h)}else if(o>1){const h=new At(a,r,l);super.insertAt(h)}else{const h=new j(a,r,l);h.type="arg-default",h.setAttribute("stage",2),super.insertAt(h)}}}get type(){return"arg"}get default(){var n,r;return(r=(n=this.childNodes[1])==null?void 0:n.text())!=null?r:!1}toString(n){return`{{{${super.toString(n,"|")}}}}`}text(){return`{{{${Me(this.childNodes.slice(0,2),"|")}}}}`}afterBuild(){super.afterBuild()}lint(n=this.getAbsoluteIndex(),r){const{childNodes:[l,o,...a]}=this;l.setAttribute("aIndex",n+3);const h=l.lint(n+3,r);if(o){const g=n+4+l.toString().length;o.setAttribute("aIndex",g);const c=o.lint(g,r);c.length>0&&h.push(...c)}const d=["no-ignored","no-arg"],u=d.map(g=>_.lintConfig.getSeverity(g,"arg"));if(u[0]&&a.length>0){const g=new le(this,n);h.push(...a.map(c=>{const p=R(c,g,d[0],"invisible content inside triple braces",u[0]);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(u[1]&&!this.getAttribute("include")){const g=V(this,{start:n},d[1],"unexpected template argument",u[1]);o&&(g.suggestions=[{desc:"expand",range:[n,g.endIndex],text:o.text()}]),h.push(g)}return h}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}json(n,r=this.getAbsoluteIndex()){const l=super.json(void 0,r);return l.default=this.default,l}},e=new WeakSet,Ca=function(){},s),Gs=ee(lr),kt=K(Gs,0,"ArgToken",rr,kt),X(Gs,1,kt)}}),Ol={};te(Ol,{parseBraces:()=>cs});var or,Vs,Ht,Qs,Js,Xs,ar,Ks,cs,Zi=T({"parser/braces.ts"(){"use strict";Rt(),oe(),El(),_a(),Ta(),or={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},Vs=String.raw`\[(?!\[)`,Ht=String.raw`\n(?![=\0])`,Qs=String.raw`|\{{2,}`,Js=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),Xs=et(e=>new RegExp(e,"gmu")),ar=new RegExp(String.raw`\{\{((?:[^\n{}[]|${Vs}|${Ht})*)\}\}(?!\})`+"|"+String.raw`\[\[(?:[^\n[\]{]|${Ht})*\]\]`+"|"+String.raw`-\{(?:[^\n{}[]|${Vs}|${Ht})*\}-`,"gu"),Ks=e=>{const t=it(me(e));return Js.has(t)?Js.get(t):/^(?:filepath|(?:full|canonical)urle?):./u.test(t)?"m":/^#vardefine:./u.test(t)?"n":"t"},cs=(e,t,s)=>{var p,v,m,x,b;const i=String.raw`${t.excludes.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,{parserFunction:[,,,n]}=t,r=[],l=[],o=(w,y,A,k)=>{y[y.length-1].push(_e(w.slice(A,k),l))};let a;do a!==void 0&&(e=a),a=e.replace(ar,(w,y,A)=>{if(y!==void 0||typeof A=="string")try{const{length:k}=s,S=(y!=null?y:A).split("|");return new Je(_e(S[0],l),S.slice(1).map($=>{const C=$.indexOf("=");return(C===-1?[$]:[$.slice(0,C),$.slice(C+1)]).map(I=>_e(I,l))}),t,s),`\0${k}${Ks(S[0])}`}catch(k){if(!(k instanceof SyntaxError)||k.message!=="Invalid template name")throw k}return l.push(_e(w,l)),`\0${l.length-1}`});while(a!==e);e=a;const h=e.lastIndexOf("}}")-e.length;let d=h+e.length!==-1,u=Xs(i+(d?Qs:"")),g=u.exec(e),c;for(;g||c!==void 0&&c<=e.length&&((v=(p=r[r.length-1])==null?void 0:p[0])!=null&&v.startsWith("="));){if(g!=null&&g[1]){const[,{length:E}]=g;g[0]=g[0].slice(E),g.index+=E}const{0:w,index:y}=g!=null?g:{0:`
8
- `,index:e.length},A=(m=r.pop())!=null?m:{},{0:k,index:S,parts:$,findEqual:C,pos:I}=A,U=w==="="&&C;if(w==="]]"||w==="}-")c=y+2;else if(w===`
9
- `){c=y+1;const{pos:E,findEqual:Y}=(x=r[r.length-1])!=null?x:{};if(E===void 0||Y||me(e.slice(E,S))!==""){const W=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(e.slice(S,y));W&&(W[2]=_e(W[2],l),W[2].includes(`
10
- `)||(e=`${e.slice(0,S)}\0${s.length}h${e.slice(y)}`,c=S+4+String(s.length).length,new Yi(W[1].length,W.slice(2),t,s)))}}else if(w==="|"||U)c=y+1,o(e,$,I,y),w==="|"&&$.push([]),A.pos=c,A.findEqual=w==="|",r.push(A);else if(w.startsWith("}}")){const E=w.slice(0,Math.min(k.length,3)),Y=k.length-E.length,{length:W}=s;c=y+E.length,o(e,$,I,y);let Q=!1,z="t";if(E.length===3){const ie=$.map(D=>D.join("=")),q=ie.length>1&&me(ie[1]).trim();new kt(ie,t,s),q&&q.endsWith(":")&&n.includes(q.slice(0,-1).toLowerCase())&&(z="s")}else try{new Je($[0][0],$.slice(1),t,s),z=Ks($[0][0])}catch(ie){if(ie instanceof SyntaxError&&ie.message==="Invalid template name")Q=!0;else throw ie}Q||(e=`${e.slice(0,S+Y)}\0${W}${z}${e.slice(c)}`,c=S+Y+3+String(W).length,Y>1?r.push({0:k.slice(0,Y),index:S,pos:S+Y,parts:[[]]}):Y===1&&e[S-1]==="-"&&r.push({0:"-{",index:S-1,pos:S+1,parts:[[]]}))}else c=y+w.length,w.startsWith("{")&&(g.pos=c,g.parts=[[]]),r.push(..."0"in A?[A]:[],g);let F=r[r.length-1];if(d&&h+e.length<c)for(d=!1;(b=F==null?void 0:F[0])!=null&&b.startsWith("{");)r.pop(),F=r[r.length-1];u=Xs(i+(d?Qs:"")+(F?`|${or[F[0][0]]}${F.findEqual?"|=":""}`:"")),u.lastIndex=c,g=u.exec(e)}return _e(e,l)}}}),Bl={};te(Bl,{InputboxToken:()=>ql});var ql,Ia=T({"src/paramTag/inputbox.ts"(){"use strict";gs(),Zi(),B(),jl(),ql=class extends Qe{constructor(e,t,s=_.getConfig(),i=[]){const n=Symbol("InputboxToken"),r=s.excludes.includes("heading")?s:ye(pe({},s),{excludes:[...s.excludes,"heading"]}),{length:l}=i;i.push(n),t&&(t=Bt(t,r,i,e)),t&&(t=cs(t,r,i)),i.splice(l,1),super(e,t,r,i,{})}}}}),es={};te(es,{NestedToken:()=>Wl});var dr,hr,Wl,Ys=T({"src/nested.ts"(){"use strict";var e,t,s;M(),ae(),gs(),Zi(),B(),O(),io(),Ee(),dr=new Set(["comment","include","arg","template","magic-word"]),hr=[!1,!0].map(i=>{const n=i?"includeonly":"noinclude";return new RegExp(String.raw`^(?:<${n}(?:\s[^>]*)?/?>|</${n}\s*>)$`,"iu")}),Wl=(s=class extends j{constructor(n,r,l,o,a=[]){if(typeof r=="boolean"){const h=Symbol("NestedToken"),{length:d}=a;a.push(h),n&&(n=Bt(n,o,a,r)),n&&(n=cs(n,o,a)),a.splice(d,1)}else n&&(n=n.replace(r,(h,d,u,g,c)=>{const p=`\0${a.length+1}e`;return new Ze(d,u,g,c,o,!1,a),p}));n&&(n=n.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(h,d,u)=>(new he(u,o,a),`${d}\0${a.length}n`)));super(n,o,a);N(this,e);N(this,t);L(this,e,[...l]),L(this,t,r)}get type(){return"ext-inner"}lint(n=this.getAbsoluteIndex(),r){const l=super.lint(n,r),o="no-ignored",a=_.lintConfig.getSeverity(o,this.name);if(!a)return l;const h=new le(this,n),d=typeof f(this,t)=="boolean"?hr[f(this,t)?1:0]:/^<!--[\s\S]*-->$/u;return[...l,...this.childNodes.filter(u=>{const{type:g,name:c}=u;if(g==="ext")return!f(this,e).includes(c);if(dr.has(g))return!1;const p=u.toString().trim();return p&&!d.test(p)}).map(u=>{const g=R(u,h,o,_.msg("invalid content in <$1>",this.name),a);return g.suggestions=[{desc:"remove",range:[g.startIndex,g.endIndex],text:""},{desc:"comment",range:[g.startIndex,g.endIndex],text:`<!--${u.toString()}-->`}],g})]}},e=new WeakMap,t=new WeakMap,s)}});function ur(e,t,s,i,n){t=me(t).trim();let r=t.replace(e==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(e){case"width":return!r&&!!t||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(r);case"link":{if(r){if(Ml(s.protocol).test(r))return Ul(s.protocol).test(r)&&t;r.startsWith("[[")&&r.endsWith("]]")&&(r=r.slice(2,-2))}else return t;const l=_.normalizeTitle(r,0,!1,s,{halfParsed:i,decode:!0,selfLink:!0});return l.valid&&l}case"lang":return(n==="svg"||n==="svgz")&&!/[^a-z\d-]/u.test(r);case"alt":case"class":case"manualthumb":return!0;case"page":return(n==="djvu"||n==="djv"||n==="pdf")&&Number(r)>0;default:return!!r&&!isNaN(r)}}var Ml,Ul,cr,gr,zl,Na=T({"src/imageParameter.ts"(){"use strict";var e,t,Hl,n;Rt(),oe(),M(),B(),O(),Ml=et(r=>new RegExp(String.raw`^(?:${r}|//|\0\d+m\x7F)`,"iu")),Ul=et(r=>new RegExp(String.raw`^(?:(?:${r}|//)${tt}|\0\d+m\x7F)${st}$`,"iu")),cr=et(r=>new RegExp(String.raw`^(\s*(?!\s))${r.replace("$1","(.*)")}${r.endsWith("$1")?`(?=$|
11
- )`:""}(\s*)$`,"u")),gr=new Set(["alt","link","lang","page","caption"]),zl=(n=class extends j{constructor(l,o,a,h){var r=(...i)=>(super(...i),N(this,t),N(this,e,""),this);let d;const u=Object.entries(a.img).map(([c,p])=>[c,p,cr(c)]),g=u.find(([,c,p])=>(d=p.exec(l),d&&(d.length!==4||ur(c,d[2],a,!0,o)!==!1)));if(g&&d){d.length===3?(r(void 0,a,h),L(this,e,l)):(r(d[2],a,h,{}),L(this,e,d[1]+g[0]+d[3])),this.setAttribute("name",g[1]);return}r(l,a.excludes.includes("list")?a:ye(pe({},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"?ur("link",super.text(),this.getAttribute("config")):void 0}afterBuild(){var l;(l=this.parentNode)!=null&&l.is("gallery-image")&&!gr.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(l){return f(this,e)?f(this,e).replace("$1",super.toString(l)):super.toString(l)}text(){return f(this,e)?f(this,e).replace("$1",super.text()).trim():super.text().trim()}isPlain(){return this.name==="caption"}getAttribute(l){return l==="invalid"?this.name==="invalid":l==="padding"?Math.max(0,f(this,e).indexOf("$1")):super.getAttribute(l)}lint(l=this.getAbsoluteIndex(),o){const a=super.lint(l,o),{link:h,name:d}=this;if(d==="invalid"){const u="invalid-gallery",g=_.lintConfig.getSeverity(u,"parameter");if(g){const c=V(this,{start:l},u,"invalid image parameter",g);c.fix={desc:"remove",range:[l-1,c.endIndex],text:""},a.push(c)}}else if(typeof h=="object"&&h.encoded){const u="url-encoding",g=_.lintConfig.getSeverity(u,"file");if(g){const c=V(this,{start:l},u,"unnecessary URL encoding in an internal link",g);c.suggestions=[{desc:"decode",range:[l,c.endIndex],text:Ft(this.text())}],a.push(c)}}return a}getValue(){return this.name==="invalid"?this.text():P(this,t,Hl).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">${nt(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}},e=new WeakMap,t=new WeakSet,Hl=function(){return f(this,e)&&!f(this,e).includes("$1")},n)}}),Zs,pr,fr,ei,ti,xr,mr,si,en,Dl=T({"src/link/file.ts"(){"use strict";M(),ae(),B(),os(),Na(),Zs=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),pr=new Set(["arg"]),fr=new Set(["template","magic-word"]),ei=new Set(["left","right","center","none"]),ti=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),xr=new Set(["tiff","tif","png","gif","jpg","jpeg","webp","xcf","pdf","svg","djvu"]),mr=e=>{if(e===void 0)return[];const t=/-\{|\}-|\|/gu,s=[];let i=t.exec(e),n=0,r=0;for(;i;){const{0:l,index:o}=i;l!=="|"?n+=l==="-{"?1:-1:n===0&&(s.push(e.slice(r,o)),{lastIndex:r}=t),i=t.exec(e)}return s.push(e.slice(r)),s},si=(e,t)=>e.filter(({childNodes:s})=>{const i=s.filter(n=>n.text().trim());return i.length!==1||!t.has(i[0].type)}),en=class extends Ie{get type(){return"file"}get extension(){return this.getAttribute("title").extension}constructor(e,t,s,i=[],n="|"){super(e,void 0,s,i,n);const{extension:r}=this.getTitle(!0,!0);this.safeAppend(mr(t).map(l=>new zl(l,r,s,i)))}lint(e=this.getAbsoluteIndex(),t){var m;const s=super.lint(e,t),i=si(this.getAllArgs(),pr),n=[...new Set(i.map(({name:x})=>x))],r=n.filter(x=>Zs.has(x)),l=n.filter(x=>ei.has(x)),o=n.filter(x=>ti.has(x)),[a]=r,h=a==="framed"||a==="manualthumb",d=new le(this,e);let u="nested-link",g=_.lintConfig.getSeverity(u,"file");if(g&&this.closest("ext-link-text")&&((m=this.getValue("link"))==null?void 0:m.trim())!==""&&s.push(V(this,d,u,"internal link in an external link",g)),u="invalid-gallery",g=_.lintConfig.getSeverity(u,"parameter"),g&&h)for(const x of i.filter(({name:b})=>b==="width")){const b=R(x,d,u,"invalid image parameter",g);b.fix={desc:"remove",range:[b.startIndex-1,b.endIndex],text:""},s.push(b)}if(i.length===n.length&&r.length<2&&l.length<2&&o.length<2)return s;u="no-duplicate";const{extension:c}=this,p=["unknownImageParameter","imageParameter"].map(x=>_.lintConfig.getSeverity(u,x)),v=(x,b,w,y=!0)=>x.map(A=>{if(g=p[Number(typeof y=="function"?y(A):y)],!g)return!1;const k=R(A,d,u,_.msg(`${b} image $1 parameter`,w),g);return k.suggestions=[{desc:"remove",range:[k.startIndex-1,k.endIndex],text:""}],k}).filter(A=>A!==!1);for(const x of n){if(x==="invalid"||x==="width"&&h)continue;const b=x==="caption";let w=i.filter(({name:y})=>y===x);if(b&&(w=[...w.slice(0,-1).filter(y=>y.text()),...w.slice(-1)]),w.length>1){let y=!b||!c||xr.has(c);if(b&&y){const A=si(w,fr);y=A.length>1&&(k=>A.includes(k))}s.push(...v(w,"duplicated",x,y))}}return r.length>1&&s.push(...v(i.filter(({name:x})=>Zs.has(x)),"conflicting","frame")),l.length>1&&s.push(...v(i.filter(({name:x})=>ei.has(x)),"conflicting","horizontal-alignment")),o.length>1&&s.push(...v(i.filter(({name:x})=>ti.has(x)),"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:i}=this;return i&&(s.extension=i),s}}}}),vr,ii,br,Xe,Gl=T({"src/link/galleryImage.ts"(){"use strict";var e,Pi,s;M(),Ue(),Le(),B(),O(),Dl(),vr=[$e("")],Xe=(s=class extends(br=en){constructor(n,r,l,o,a=[]){let h;if(l!==void 0){const{length:d}=a;h=new j(l,o,a);for(let u=0;u<xe-1;u++)h.parseOnce();a.splice(d,1)}super(r,h==null?void 0:h.toString(),o,a);N(this,e);ke(this,"privateType","imagemap-image");this.setAttribute("bracket",!1),this.privateType=`${n}-image`,this.seal("privateType",!0)}get type(){return this.privateType}getTitle(n){const r=this.type==="imagemap-image";return this.normalizeTitle(this.firstChild.toString(),r?0:6,{halfParsed:!0,temporary:n,decode:!r})}lint(n=this.getAbsoluteIndex(),r){const l=super.lint(n,r),o="invalid-gallery",a=_.lintConfig.getSeverity(o,"image");if(a&&P(this,e,Pi).call(this)){const h=V(this,{start:n},o,"invalid gallery image",a);h.suggestions=[{desc:"prefix",range:[n,n],text:"File:"}],l.push(h)}return l}getAttribute(n){return n==="invalid"?P(this,e,Pi).call(this):super.getAttribute(n)}},e=new WeakSet,Pi=function(){const{ns:n}=this.getAttribute("title");return n!==6},s),ii=ee(br),Xe=K(ii,0,"GalleryImageToken",vr,Xe),X(ii,1,Xe)}}),Vl={};te(Vl,{GalleryToken:()=>_t});var wr,ni,yr,_t,La=T({"src/gallery.ts"(){"use strict";var e,Ql,Ri,i;Ki(),B(),O(),Gl(),Ee(),wr=[us],_t=(i=class extends(yr=j){constructor(r,l,o=[]){var a;super(void 0,l,o,{});N(this,e);for(const h of(a=r==null?void 0:r.split(`
12
- `))!=null?a:[]){const d=/^([^|]+)(?:\|(.*))?/u.exec(h);if(!d){super.insertAt(h.trim()?new he(h,l,o):h);continue}const[,u,g]=d;P(this,e,Ql).call(this,u)?super.insertAt(new Xe("gallery",u,g,l,o)):super.insertAt(new he(h,l,o))}}get type(){return"ext-inner"}get widths(){return P(this,e,Ri).call(this,"widths")}get heights(){return P(this,e,Ri).call(this,"heights")}lint(r=this.getAbsoluteIndex(),l){const{top:o,left:a}=this.getRootNode().posFromIndex(r),h=[],d="no-ignored",u=["Image","NoImage","Comment"].map(g=>_.lintConfig.getSeverity(d,`gallery${g}`));for(let g=0;g<this.length;g++){const c=this.childNodes[g],p=c.toString(),{length:v}=p,m=p.trim(),{type:x}=c,b=o+g,w=g?0:a;if(c.setAttribute("aIndex",r),x==="noinclude"&&m&&!/^<!--.*-->$/u.test(m)){let[y]=u;if(m.startsWith("|")?[,y]=u:(m.startsWith("<!--")||m.endsWith("-->"))&&([,,y]=u),y){const A=r+v;h.push({rule:d,message:_.msg("invalid content in <$1>","gallery"),severity:y,startIndex:r,endIndex:A,startLine:b,endLine:b,startCol:w,endCol:w+v,suggestions:[{desc:"remove",range:[r,A],text:""},{desc:"comment",range:[r,A],text:`<!--${p}-->`}]})}}else if(x!=="noinclude"&&x!=="text"){const y=c.lint(r,l);y.length>0&&h.push(...y)}r+=v+1}return h}json(r,l=this.getAbsoluteIndex()){const o=super.json(void 0,l);return Object.assign(o,{widths:this.widths,heights:this.heights}),o}},e=new WeakSet,Ql=function(r){return this.normalizeTitle(r,6,{halfParsed:!0,temporary:!0,decode:!0}).valid},Ri=function(r){var a,h;const l=(a=this.parentNode)==null?void 0:a.getAttr(r),o=typeof l=="string"&&((h=/^(\d+)\s*(?:px)?$/u.exec(l))==null?void 0:h[1]);return o&&Number(o)||120},i),ni=ee(yr),_t=K(ni,0,"GalleryToken",wr,_t),X(ni,1,_t)}}),tn,Jl=T({"src/link/index.ts"(){"use strict";M(),B(),os(),tn=class extends Ie{get type(){return"link"}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i="nested-link",n=_.lintConfig.getSeverity(i);return n&&this.closest("ext-link-text")&&s.push(V(this,{start:e},i,"internal link in an external link",n)),s}}}}),Sr,Ar,Pt,sn=T({"src/magicLink.ts"(){"use strict";var e,t,Oi,i;M(),oe(),ae(),B(),O(),Sr=String.raw`(?:[${Ne}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,Ar=new RegExp(`${Sr}+`,"gu"),Pt=(i=class extends j{constructor(r,l="free-ext-link",o=_.getConfig(),a){super(r,o,a,{});N(this,t);N(this,e);L(this,e,l)}get type(){return f(this,e)}get innerText(){const r=new Map([["!","|"],["=","="]]);let l=Me(this.childNodes.map(o=>{const{type:a}=o,h=String(o.name);return a==="magic-word"&&r.has(h)?r.get(h):o}));return this.type==="magic-link"&&(l=l.replace(Ar," ")),l}get link(){const{innerText:r}=this;return this.type==="magic-link"?r.startsWith("ISBN")?`ISBN ${r.slice(5).replace(/[- ]/gu,"").replace(/x$/u,"X")}`:r:pl(r).replace(/\n/gu,"%0A")}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),a=new le(this,r),{type:h,childNodes:d}=this;if(h==="magic-link"){const p="invalid-isbn",v=_.lintConfig.getSeverity(p);return v&&P(this,t,Oi).call(this)&&o.push(V(this,a,p,"invalid ISBN",v)),o}const u=h==="ext-link-url",g="unterminated-url",c=_.lintConfig.getSeverity(g,u?"pipe":"punctuation");if(c){const p=u?/\|/u:/[,;。:!?()]+/u,v=d.find(m=>m.type==="text"&&p.test(m.data));if(v){const{data:m}=v,x=R(v,a,g,_.msg("$1 in URL",u?'"|"':"full-width punctuation"),c),{index:b,0:w}=p.exec(m),y=x.startIndex+b;x.suggestions=u?[{desc:"whitespace",range:[y,y+1],text:" "}]:[{desc:"whitespace",range:[y,y],text:" "},{desc:"escape",range:[y,y+w.length],text:encodeURI(w)}],o.push(x)}}return o}getUrl(r){this.lspError("MagicLinkToken.getUrl")}getAttribute(r){return r==="invalid"?P(this,t,Oi).call(this):super.getAttribute(r)}},e=new WeakMap,t=new WeakSet,Oi=function(){if(this.type==="magic-link"){const{link:r}=this;if(r.startsWith("ISBN")){const l=[...r.slice(5)].map(o=>o==="X"?10:Number(o));return l.length===10?l.reduce((o,a,h)=>o+a*(10-h),0)%11!==0:l.length===13&&(l[12]===10||l.reduce((o,a,h)=>o+a*(h%2?3:1),0)%10!==0)}}return!1},i)}}),kr,ri,_r,Ke,Xl=T({"src/extLink.ts"(){"use strict";var e,t;Ue(),M(),Le(),B(),O(),sn(),kr=[$e("[")],Ke=(t=class extends(_r=j){constructor(i,n="",r="",l,o=[]){super(void 0,l,o,{});N(this,e);const a=i&&/^\0\d+f\x7F$/u.test(i)?o[Number(i.slice(1,-2))]:new Pt(i,"ext-link-url",l,o);if(this.insertAt(a),L(this,e,n),r){const h=new j(r,l,o,{});h.type="ext-link-text",h.setAttribute("stage",xe-1),this.insertAt(h)}}get type(){return"ext-link"}toString(i){return this.length===1?`[${super.toString(i)}${f(this,e)}]`:`[${super.toString(i,f(this,e))}]`}text(){return`[${super.text(" ")}]`}getGaps(){return f(this,e).length}lint(i=this.getAbsoluteIndex(),n){const r=super.lint(i,n),l="var-anchor",o=_.lintConfig.getSeverity(l,"extLink");return o&&this.length===1&&this.closest("heading-title")&&r.push(V(this,{start:i},l,"variable anchor in a section header",o)),r}print(){return super.print(this.length===1?{pre:"[",post:`${f(this,e)}]`}:{pre:"[",sep:f(this,e),post:"]"})}},e=new WeakMap,t),ri=ee(_r),Ke=K(ri,0,"ExtLinkToken",kr,Ke),X(ri,1,Ke)}}),Bi,Fa=T({"src/imagemapLink.ts"(){"use strict";O(),Ee(),Jl(),Xl(),Bi=class extends j{get type(){return"imagemap-link"}constructor(e,t,s,i,n=[]){super(void 0,i,n),this.append(e,t.length===2?new tn(...t,i,n):new Ke(...t,i,n),new he(s,i,n))}}}}),Kl={};te(Kl,{ImagemapToken:()=>$t});var $r,li,Tr,$t,ja=T({"src/imagemap.ts"(){"use strict";M(),Se(),ae(),Ki(),B(),O(),Ee(),Gl(),Fa(),$r=[us],$t=class extends(Tr=j){get type(){return"ext-inner"}get image(){return this.childNodes.find(ps("imagemap-image"))}constructor(e,t=_.getConfig(),s=[]){if(super(void 0,t,s,{}),!e)return;const i=e.split(`
13
- `),n=new Set(t.protocol.split("|")),r=he;let l=!0,o=!1;for(const a of i){const h=a.trim();if(!(o||!h||h.startsWith("#"))){if(l){const d=a.indexOf("|"),u=d===-1?a:a.slice(0,d),{valid:g,ns:c}=this.normalizeTitle(u,0,{halfParsed:!0,temporary:!0});if(g&&c===6){const p=new Xe("imagemap",u,d===-1?void 0:a.slice(d+1),t,s);super.insertAt(p),l=!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),g=/^\[\[([^|]+)(?:\|([^\]]*))?\]\][\w\s]*$/u.exec(u);if(g){if(this.normalizeTitle(g[1],0,{halfParsed:!0,temporary:!0,selfLink:!0}).valid){super.insertAt(new Bi(a.slice(0,d),g.slice(1),u.slice(u.indexOf("]]")+2),t,s));continue}}else if(u.startsWith("[//")||n.has(u.slice(1,u.indexOf(":")+1))||n.has(u.slice(1,u.indexOf("//")+2))){const c=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(u);if(c){super.insertAt(new Bi(a.slice(0,d),c.slice(1),u.slice(u.indexOf("]")+1),t,s));continue}}}}super.insertAt(new r(a,t,s))}}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new le(this,e),{childNodes:n,image:r}=this,l="invalid-imagemap",o=_.lintConfig.getSeverity(l,r?"link":"image");return o&&(r?s.push(...n.filter(a=>{const h=a.toString().trim();return a.is("noinclude")&&h&&!h.startsWith("#")}).map(a=>{const h=R(a,i,l,"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(V(this,i,l,"<imagemap> without an image",o))),s}getAttribute(e){return e==="invalid"?!this.image:super.getAttribute(e)}},li=ee(Tr),$t=K(li,0,"ImagemapToken",$r,$t),X(li,1,$t)}}),Cr,oi,Ir,Ye,Yl=T({"src/nowiki/comment.ts"(){"use strict";M(),ot(),Le(),B(),De(),Cr=[ze(!1),$e("<!--")],Ye=class extends(Ir=je){constructor(t,s,i,n){super(t,i,n);ke(this,"closed");this.closed=s}get type(){return"comment"}lint(t=this.getAbsoluteIndex()){if(this.closed)return[];const s="unclosed-comment",i=_.lintConfig.getSeverity(s);if(!i)return[];const n=V(this,{start:t},s,_.msg("unclosed $1","HTML comment"),i);return n.suggestions=[{desc:"close",range:[n.endIndex,n.endIndex],text:"-->"}],[n]}toString(t){return t?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}},oi=ee(Ir),Ye=K(oi,0,"CommentToken",Cr,Ye),X(oi,1,Ye)}}),Zl={};te(Zl,{CommentedToken:()=>eo});var eo,Ea=T({"src/commented.ts"(){"use strict";O(),Yl(),eo=class extends j{get type(){return"ext-inner"}constructor(e,t,s=[]){if(super(void 0,t,s,{AstText:":",CommentToken:":"}),e){let i=e.indexOf("<!--"),n=i!==-1&&e.indexOf("-->",i+4),r=0;for(;n!==!1&&n!==-1;)i>r&&this.insertAt(e.slice(r,i)),this.insertAt(new Ye(e.slice(i+4,n),!0,t,s)),r=n+3,i=e.indexOf("<!--",r),n=i!==-1&&e.indexOf("-->",i+4);r<e.length&&this.insertAt(e.slice(r))}}lint(e=this.getAbsoluteIndex()){return super.lint(e,new RegExp(String.raw`<\s*(?:\/\s*)?(${this.name})\b`,"giu"))}}}}),to={};te(to,{NowikiToken:()=>so});var Nr,Lr,so,Pa=T({"src/nowiki/index.ts"(){"use strict";var e,qi,s;Rt(),M(),B(),De(),Nr=et(i=>new RegExp(String.raw`<\s*(?:/\s*)${i==="nowiki"?"":"?"}(${i})\b`,"giu")),Lr=new Set(["img","languages","section","templatestyles"]),so=(s=class extends je{constructor(){super(...arguments);N(this,e)}get type(){return"ext-inner"}lint(n=this.getAbsoluteIndex()){const{name:r}=this,l="void-ext",o=_.lintConfig.getSeverity(l,r);if(o&&P(this,e,qi).call(this)){const a=V(this,{start:n},l,_.msg("nothing should be in <$1>",r),o);return a.fix={desc:"empty",range:[n,a.endIndex],text:""},[a]}return super.lint(n,Nr(r))}getAttribute(n){return n==="invalid"?P(this,e,qi).call(this):super.getAttribute(n)}},e=new WeakSet,qi=function(){const{name:n,firstChild:{data:r}}=this;return Lr.has(n)&&!!r},s)}}),Fr,ai,jr,Ze,io=T({"src/tagPair/ext.ts"(){"use strict";M(),ae(),B(),Ji(),O(),Qi(),Xi(),Fr=[ds()],Ze=class extends(jr=qe){get type(){return"ext"}constructor(e,t,s,i,n=_.getConfig(),r=!1,l=[]){const o=e.toLowerCase(),a=new hs(!t||/^\s/u.test(t)?t:` ${t}`,"ext-attrs",o,n,l),h=ye(pe({},n),{ext:n.ext.filter(u=>u!==o),excludes:[...n.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 j(s,h,l);break;case"pre":{const{PreToken:u}=(Aa(),G(Nl));d=new u(s,h,l);break}case"dynamicpagelist":{const{ParamTagToken:u}=(jl(),G(Fl));d=new u(r,s,h,l);break}case"inputbox":{const{InputboxToken:u}=(Ia(),G(Bl));d=new u(r,s,h,l);break}case"references":{const{NestedToken:u}=(Ys(),G(es));h.excludes.push("heading"),d=new u(s,r,["ref"],h,l);break}case"choose":{const{NestedToken:u}=(Ys(),G(es));d=new u(s,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],h,l);break}case"combobox":{const{NestedToken:u}=(Ys(),G(es));d=new u(s,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],h,l);break}case"gallery":{const{GalleryToken:u}=(La(),G(Vl));d=new u(s,h,l);break}case"imagemap":{const{ImagemapToken:u}=(ja(),G(Kl));d=new u(s,h,l);break}case"hiero":{const{CommentedToken:u}=(Ea(),G(Zl));d=new u(s,h,l);break}default:{const{NowikiToken:u}=(Pa(),G(to));d=new u(s,h,l)}}d.setAttribute("name",o),d.type==="plain"&&(d.type="ext-inner"),super(e,a,d,i,n,l),this.seal("closed",!0)}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new le(this,e);if(this.name!=="nowiki"){const l=this.inHtmlAttrs(),o="parsing-order",a=l&&_.lintConfig.getSeverity(o,l===2?"ext":"templateInTable");a&&s.push(V(this,i,o,"extension tag in HTML tag attributes",a))}const n="var-anchor",r=_.lintConfig.getSeverity(n,"ref");return r&&this.name==="ref"&&this.closest("heading-title")&&s.push(V(this,i,n,"variable anchor in a section header",r)),s}},ai=ee(jr),Ze=K(ai,0,"ExtToken",Fr,Ze),X(ai,1,Ze)}}),no={};te(no,{parseCommentAndExt:()=>Bt});var di,Er,Dt,Pr,hi,Bt,gs=T({"parser/commentAndExt.ts"(){"use strict";Rt(),oe(),va(),Ee(),ba(),wa(),io(),Yl(),di="<onlyinclude>",Er="</onlyinclude>",{length:Dt}=di,Pr=[!1,!0].map(e=>{const t=e?"includeonly":"(?:no|only)include",s=e?"noinclude":"includeonly";return cl(i=>new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${t}(?:\s[^>]*)?/?>|</${t}\s*>|<(${i.filter(n=>n!=="img").join("|")})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(${"\\1"}\s*)>)|<(${s})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${s}\s*)>|$))${i.includes("img")?String.raw`|<img(\s[^>]*?)?(/?)>`:""}`,"giu"))}),hi=e=>{const t=e.indexOf(di);return{i:t,j:e.indexOf(Er,t+Dt)}},Bt=(e,t,s,i)=>{if(i){let{i:o,j:a}=hi(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 yt(e.slice(o+Dt,a),t,s),o>0&&d(e.slice(0,o)),h+=u,e=e.slice(a+Dt+1),{i:o,j:a}=hi(e)}return e&&d(e),h}}const{ext:n}=t,r=n.filter(o=>o!=="translate"&&o!=="tvar"),l=ye(pe({},t),{ext:r});if(n.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 kl(h,d&&_e(d,o),l,s),`\0${u}g`}),e=_e(e,o)}return e.replace(Pr[i?1:0](r),(o,a,h,d,u,g,c,p,v,m,x)=>{const b=s.length;let w="n";if(a||r.includes("img")&&x!==void 0)w="e",new Ze(a!=null?a:"img",a?h:m,d,a?u:x&&void 0,l,g,s);else if(o.startsWith("<!--")){w="c";const y=o.endsWith("-->");new Ye(o.slice(4,y?-3:void 0),y,t,s)}else g?new St(g,c,p,v,t,s):new he(o,t,s);return`\0${b}${w}`})}}}),Rr,Or,Br,qr,ui,Wr,Tt,Ra=T({"src/html.ts"(){"use strict";var e,t,s,i,n;M(),Se(),ae(),Ji(),B(),O(),Rr=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),Or=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"]),Br=new Set(["strike","big","center","font","tt"]),qr=[ds()],Tt=(n=class extends(Wr=j){constructor(l,o,a,h,d,u){super(void 0,d,u);N(this,e);N(this,t);N(this,s);N(this,i);this.insertAt(o),this.setAttribute("name",l.toLowerCase()),L(this,e,a),L(this,t,h),L(this,s,l)}get type(){return"html"}get selfClosing(){return f(this,t)}get closing(){return f(this,e)}toString(l){return`<${this.closing?"/":""}${f(this,s)}${super.toString(l)}${f(this,t)?"/":""}>`}text(){const{closing:l}=this,o=f(this,s)+(l?"":super.text());return`<${l?"/":""}${o}${f(this,t)?"/":""}>`}getAttribute(l){return l==="invalid"?this.inTableAttrs()===2:l==="padding"?f(this,s).length+(this.closing?2:1):super.getAttribute(l)}lint(l=this.getAbsoluteIndex(),o){const a=super.lint(l,o),{name:h,parentNode:d,closing:u,selfClosing:g}=this,c=new le(this,l),p=this.inTableAttrs();let v="h1",m=_.lintConfig.getSeverity(v,"html");if(m&&h==="h1"&&!u){const k=V(this,c,v,"<h1>",m);k.suggestions=[{desc:"h2",range:[l+2,l+3],text:"2"}],a.push(k)}if(v="parsing-order",m=p&&_.lintConfig.getSeverity(v,p===2?"html":"templateInTable"),m){const k=V(this,c,v,"HTML tag in table attributes",m);p===2&&(k.fix={desc:"remove",range:[l,k.endIndex],text:""}),a.push(k)}v="obsolete-tag",m=_.lintConfig.getSeverity(v,h),m&&Br.has(h)&&a.push(V(this,c,v,"obsolete HTML tag",m)),v="bold-header",m=_.lintConfig.getSeverity(v,h),m&&(h==="b"||h==="strong")&&this.closest("heading-title")&&a.push(V(this,c,v,"bold in section header",m));const{html:[,x,b]}=this.getAttribute("config"),w=b.includes(h),y=x.includes(h),A=!w&&!y;if(v="unmatched-tag",u&&(g||w)||g&&A){if(m=_.lintConfig.getSeverity(v,u?"both":"selfClosing"),m){const k=V(this,c,v,u?"tag that is both closing and self-closing":"invalid self-closing tag",m),S={desc:"open",range:[l+1,l+2],text:""},$={desc:"no self-closing",range:[k.endIndex-2,k.endIndex-1],text:""};y?k.suggestions=[S,$]:u?k.fix=w?S:$:k.suggestions=[$,{desc:"close",range:[k.endIndex-2,k.endIndex],text:`></${h}>`}],a.push(k)}}else if(!this.findMatchingTag()){const k=V(this,c,v,u?"unmatched closing tag":"unclosed tag"),S=this.closest("magic-word");if(S&&Rr.has(S.name))m=_.lintConfig.getSeverity(v,"conditional");else if(u)m=_.lintConfig.getSeverity(v,"closing"),k.suggestions=[{desc:"remove",range:[l,k.endIndex],text:""}];else{m=_.lintConfig.getSeverity(v,"opening");const $=d==null?void 0:d.childNodes;Or.has(h)&&($!=null&&$.slice(0,$.indexOf(this)).some(({type:C,name:I})=>C==="html"&&I===h)&&(k.suggestions=[{desc:"close",range:[l+1,l+1],text:"/"}]),this.closest("heading-title")&&(k.rule="format-leakage",m=_.lintConfig.getSeverity("format-leakage",h)))}m&&(k.severity=m,a.push(k))}return a}findMatchingTag(){return We(f(this,i),()=>{const{name:l,parentNode:o,closing:a,selfClosing:h}=this,{html:[,d,u]}=this.getAttribute("config"),g=u.includes(l),c=d.includes(l);if(g||c&&h)return this;if(!o)return;const{childNodes:p}=o,v=p.indexOf(this),m=a?p.slice(0,v).reverse():p.slice(v+1),x=[this],{rev:b}=ve;for(const w of m)if(!(!w.is("html")||w.name!==l||c&&f(w,t)))if(f(w,e)===a)x.push(w);else{const y=x.pop();if(y===this)return w;_.viewOnly&&(L(y,i,[b,w]),L(w,i,[b,y]))}if(_.viewOnly)for(const w of x)L(w,i,[b,void 0])},l=>{L(this,i,l),l[1]&&l[1]!==this&&L(l[1],i,[ve.rev,this])})}print(){return super.print({pre:`&lt;${this.closing?"/":""}${f(this,s)}`,post:`${f(this,t)?"/":""}&gt;`})}json(l,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,i=new WeakMap,n),ui=ee(Wr),Tt=K(ui,0,"HtmlToken",qr,Tt),X(ui,1,Tt)}}),ro={};te(ro,{parseHtml:()=>lo});var Mr,lo,Oa=T({"parser/html.ts"(){"use strict";Xi(),Ra(),Mr=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,lo=(e,t,s)=>{var l;const{html:i}=t;(l=t.htmlElements)!=null||(t.htmlElements=new Set([...i[0],...i[1],...i[2]]));const n=e.split("<");let r=n.shift();for(const o of n){const a=Mr.exec(o),h=a==null?void 0:a[2],d=h==null?void 0:h.toLowerCase();if(!a||!t.htmlElements.has(d)){r+=`<${o}`;continue}const[,u,,g="",c,p]=a,{length:v}=s,m=new hs(g,"html-attrs",d,t,s),x=m.hasAttr("itemprop");if(d==="meta"&&!(x&&m.hasAttr("content"))||d==="link"&&!(x&&m.hasAttr("href"))){r+=`<${o}`,s.length=v;continue}r+=`\0${s.length}x${p}`,new Tt(h,m,u==="/",c==="/>",t,s)}return r}}}),nn,oo=T({"src/table/base.ts"(){"use strict";Ji(),O(),at(),Xi(),nn=class extends ds(1)(j){constructor(e,t,s,i,n,r=[],l){super(void 0,n,r,l),this.append(new He(t,"table-syntax",n,r),new hs(i,"table-attrs",s,n,r))}}}}),Ur,ci,we,Gt,ft,xt,is,ao=T({"src/table/td.ts"(){"use strict";M(),ae(),Vi(),B(),O(),oo(),is=class extends(ci=nn,Ur=[ls(!1)],ci){constructor(e,t,s,i=[]){var o;let n=/\||\0\d+!\x7F/u.exec(t!=null?t:""),r=n?t.slice(0,n.index):"";/\[\[|-\{/u.test(r)&&(n=null,r=""),super(/^(?:\n[^\S\n]*(?:[|!]|\|\+|\{\{\s*!\s*\}\}\+?)|(?:\||\{\{\s*!\s*\}\}){2}|!!|\{\{\s*!!\s*\}\})$/u,e,"td",r,s,i),X(Gt,5,this),Ce(this,ft),Ce(this,we,""),n&&([da(this,we)._]=n);const l=new j(t==null?void 0:t.slice(((o=n==null?void 0:n.index)!=null?o:NaN)+de(this,we).length),s,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 Ti(this,ft,xt).call(this).subtype}afterBuild(){de(this,we).includes("\0")&&fe(this,we,this.buildFromStr(de(this,we),0)),super.afterBuild()}toString(e){const{childNodes:[t,s,i]}=this;return t.toString(e)+s.toString(e)+de(this,we)+i.toString(e)}text(){const{childNodes:[e,t,s]}=this;return e.text()+t.text()+de(this,we)+s.text()}getGaps(e){return e===1?de(this,we).length:0}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new le(this,e+this.getRelativeIndex(this.length-1)),n="pipe-like",r=["td","double"].map(l=>_.lintConfig.getSeverity(n,l));for(const l of this.lastChild.childNodes)if(l.type==="text"){const{data:o}=l;if(o.includes("|")){const a=o.includes("||"),h=r[a?1:0];if(h){const d=R(l,i,n,'additional "|" in a table cell',h);if(a){const u={caption:"|+",td:"|",th:"!"}[this.subtype];d.fix={desc:"newline",range:[d.startIndex,d.endIndex],text:o.replace(/\|\|/gu,`
14
- ${u}`)}}else d.suggestions=[{desc:"escape",range:[d.startIndex,d.endIndex],text:o.replace(/\|/gu,"&#124;")}];s.push(d)}}}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,we)}${s.print()}</span>`}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{rowspan:i,colspan:n}=this;return Object.assign(s,{subtype:this.subtype},i!==1&&{rowspan:i},n!==1&&{colspan:n}),s}},Gt=ee(ci),we=new WeakMap,ft=new WeakSet,xt=function(){var e;const t=this.firstChild.text(),s=t.slice(-1);let i="td";if(s==="!"?i="th":s==="+"&&(i="caption"),this.isIndependent())return{subtype:i};const{previousSibling:n}=this;return pe({},Ti(e=n,ft,xt).call(e))},xt=K(Gt,17,"#getSyntax",Ur,ft,xt),zi(Gt,is)}}),rn,ho=T({"src/table/trBase.ts"(){"use strict";M(),B(),oo(),ao(),rn=class extends nn{lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=this.childNodes.find(({type:o})=>o==="table-inter");if(!i)return s;const n=Lt(i),r="fostered-content",l=n&&_.lintConfig.getSeverity(r,n===2?void 0:"transclusion");if(l){const o=R(i,{start:e},r,"content to be moved outside the table",l);o.startIndex++,o.startLine++,o.startCol=0,s.push(o)}return s}getRowCount(){return Number(this.childNodes.some(e=>e instanceof is&&e.isIndependent()&&!e.firstChild.text().endsWith("+")))}}}}),zr,Hr,Dr,Gr,gi,Vt,ts,Ba=T({"src/table/index.ts"(){"use strict";M(),Se(),ae(),Vi(),B(),ho(),at(),zr=(e,t)=>new Array(e).fill(void 0).map((s,i)=>t(i)),Hr=({type:e})=>e==="tr"||e==="table-syntax",Dr=class extends Array{},ts=class extends(gi=rn,Gr=[ls(!1)],gi){constructor(e,t,s,i){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,e,"table",t,s,i,{}),X(Vt,5,this)}get type(){return"table"}get closed(){return this.lastChild.is("table-syntax")}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new le(this,e),n=["unclosed-table","table-layout"],r=n.map(l=>_.lintConfig.getSeverity(l));if(r[0]&&!this.closed&&s.push(R(this.firstChild,i,n[0],_.msg("unclosed $1","table"),r[0])),r[1]){const l=this.getLayout(),{length:o}=l;if(o>1){let a=1,h=1/0,d=0;for(;d<o;d++){const u=l[d],g=u.length;if(g<a)break;g<h&&(h=g);const c=u.indexOf(u[g-1])+1;if(c>h)break;c>a&&(a=c)}if(d<o){const u=this.getNthRow(d),g=R(u,i,n[1],"inconsistent table layout",r[1]);g.startIndex++,g.startLine++,g.startCol=0,s.push(g)}}}return s}close(e=`
16
- |}`,t){const s=this.getAttribute("config"),i=this.getAttribute("accum"),n=[e];ve.run(()=>{const r=new He(void 0,"table-syntax",s,i);super.insertAt(r)}),this.lastChild.safeReplaceChildren(n)}getLayout(e){const t=this.getAllRows(),{length:s}=t,i=Dr.from(zr(s,()=>[]));for(let n=0;n<i.length;n++){const r=i[n];let l=0,o=0,a;for(const h of t[n].childNodes.slice(2))if(h.is("td")){if(h.isIndependent()&&(a=h.subtype!=="caption"),a){const d={row:n,column:l},{rowspan:u,colspan:g}=h;for(l++;r[o];)o++;for(let c=n;c<Math.min(n+u,s);c++)for(let p=o;p<o+g;p++)i[c][p]=d;o+=g}}else if(Hr(h))break}return i}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(e=>e.is("tr")&&e.getRowCount()>0)]}getNthRow(e,t,s){const i=super.getRowCount();if(e===0&&i)return this;i&&e--;for(const n of this.childNodes.slice(2)){const{type:r}=n;if(r==="tr"&&n.getRowCount()&&(e--,e<0))return n}}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t);return s.closed=this.closed,s}},Vt=ee(gi),K(Vt,1,"getLayout",Gr,ts),zi(Vt,ts)}}),uo,qa=T({"src/table/tr.ts"(){"use strict";ho(),uo=class extends rn{get type(){return"tr"}constructor(e,t,s,i){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,e,"tr",t,s,i)}}}}),ln,co=T({"src/nowiki/listBase.ts"(){"use strict";De(),ln=class extends je{get indent(){return this.innerText.split(":").length-1}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{indent:i}=this;return i&&(s.indent=i),s}}}}),on,go=T({"src/nowiki/dd.ts"(){"use strict";co(),on=class extends ln{get type(){return"dd"}}}}),po={};te(po,{parseTable:()=>fo});var Vr,pi,fo,Wa=T({"parser/table.ts"(){"use strict";O(),Ba(),qa(),ao(),go(),Vr=e=>e.lastChild.constructor!==j,pi=(e,t)=>e.is("td")?t.pop():e,fo=({firstChild:{data:e},type:t,name:s},i,n)=>{const r=[],l=e.split(`
6
+ `})}}return t}}}),eo={};te(eo,{ParamTagToken:()=>tt});var vr,ti,br,tt,to=_({"src/paramTag/index.ts"(){"use strict";U(),oe(),ks(),xn(),q(),B(),qe(),vr=[ys],tt=class extends(br=E){get type(){return"ext-inner"}constructor(e,t,s=k.getConfig(),i=[],n){if(super(void 0,s,i,{}),t){const r=ce;this.append(...t.split(`
7
+ `).map(l=>n?l:Vt(l,s,i,e)).map(l=>new r(l,"param-line",s,i,{})))}i.splice(i.indexOf(this),1),i.push(this)}lint(e=this.getAbsoluteIndex()){const t="no-ignored",s=k.lintConfig.getSeverity(t,this.name);if(!s)return[];const i=new ie(this,e),n=k.msg("invalid parameter of <$1>",this.name),r=[];for(const l of this.childNodes){l.setAttribute("aIndex",e);const o=l.childNodes.filter(({type:a})=>a!=="comment"&&a!=="include"&&a!=="noinclude");if(o.some(({type:a})=>a==="ext"))r.push(O(l,i,t,n,s));else{const a=o.findIndex(({type:u})=>u!=="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 u=O(l,i,t,n,s);u.suggestions=[D(u)],r.push(u)}else{const u=l.lint(e,!1);u.length>0&&r.push(...u)}}e+=l.toString().length+1}return r}},ti=Y(br),tt=K(ti,0,"ParamTagToken",vr,tt),X(ti,1,tt)}}),wr,si,yr,st,so=_({"src/heading.ts"(){"use strict";var e,t,as,i;U(),Te(),oe(),Le(),q(),B(),mt(),wr=[$e],st=(i=class extends(yr=E){constructor(r,l,o,a=[]){super(void 0,o,a);N(this,t);N(this,e);L(this,e,r);const h=new E(l[0],o,a);h.type="heading-title",h.setAttribute("stage",2);const u=new Ye(l[1],"heading-trail",o,a);this.append(h,u)}get type(){return"heading"}get level(){return f(this,e)}toString(r){const l=j(this,t,as).call(this);return l+this.firstChild.toString(r)+l+this.lastChild.toString(r)}text(){const r=j(this,t,as).call(this);return r+this.firstChild.text()+r}getAttribute(r){return r==="invalid"?this.inHtmlAttrs()===2:r==="padding"?this.level:super.getAttribute(r)}getGaps(){return this.level}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),{firstChild:a,level:h}=this,u=a.toString(),d=u.startsWith("="),g=d||u.endsWith("="),c=new ie(this,r),p=this.inHtmlAttrs(),b=["h1","unbalanced-header","format-leakage"],m=b.map(x=>k.lintConfig.getSeverity(x,"apostrophe"));if(m[0]&&this.level===1){const x=O(a,c,b[0],"<h1>",m[0]);g||(x.suggestions=[ke(x,"h2",`=${u}=`)]),o.push(x)}if(m[1]&&g){const x=k.msg("unbalanced $1 in a section header",'"="'),w=O(a,c,b[1],x,m[1]);if(u!=="=")if(d){const[y]=/^=+/u.exec(u),S=h+y.length;w.suggestions=[{desc:`h${h}`,range:[w.startIndex,w.startIndex+y.length],text:""}],S<7&&w.suggestions.push({desc:`h${S}`,range:[w.endIndex,w.endIndex],text:y})}else{const y=/[^=](=+)$/u.exec(u)[1],S=h+y.length;w.suggestions=[{desc:`h${h}`,range:[w.endIndex-y.length,w.endIndex],text:""}],S<7&&w.suggestions.push({desc:`h${S}`,range:[w.startIndex,w.startIndex],text:y})}o.push(w)}if(p){const x="parsing-order",w=k.lintConfig.getSeverity(x,p===2?"heading":"templateInTable");w&&o.push(J(this,c,x,"section header in HTML tag attributes",w))}if(m[2]){const x=this.getRootNode().toString(),w=a.childNodes.filter(As("quote")),y=w.filter(({bold:A})=>A),S=w.filter(({italic:A})=>A);if(y.length%2){const A=O(y[y.length-1],_e(fe({},c),{start:r+h,left:c.left+h}),b[2],k.msg("unbalanced $1 in a section header","bold apostrophes"),m[2]),T=r+h+u.length,v=D(A);x.slice(A.endIndex,T).trim()?A.suggestions=[v,Oe(T,"'''")]:y.length===1&&S.length===0?A.fix=v:A.suggestions=[v],o.push(A)}if(S.length%2){const A=O(S[S.length-1],{start:r+h},b[2],k.msg("unbalanced $1 in a section header","italic apostrophes"),m[2]),T=r+h+u.length;x.slice(A.endIndex,T).trim()?A.suggestions=[Oe(T,"''")]:S.length===1&&y.length===0?A.fix=D(A):A.suggestions=[D(A)],o.push(A)}}return o}print(){const r=j(this,t,as).call(this);return super.print({pre:r,sep:r})}json(r,l=this.getAbsoluteIndex()){const o=super.json(void 0,l);return o.level=this.level,o}},e=new WeakMap,t=new WeakSet,as=function(){return"=".repeat(this.level)},i),si=Y(yr),st=K(si,0,"HeadingToken",wr,st),X(si,1,st)}}),Sr,io,Ga=_({"src/parameter.ts"(){"use strict";he(),U(),q(),B(),Sr=new RegExp(`https?://${ut}${ht}$`,"iu"),io=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(t){return!1}}constructor(e,t,s,i=[]){super(void 0,s,i);const n=new E(typeof e=="number"?void 0:e,s,i,{}),r=new E(t,s,i);n.type="parameter-key",n.setAttribute("stage",2),r.type="parameter-value",r.setAttribute("stage",2),this.append(n,r)}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 r;const s=super.lint(e,t),i="unescaped",n=k.lintConfig.getSeverity(i);if(n){const{firstChild:l}=this,o=(r=Sr.exec(l.text()))==null?void 0:r[0];try{if(o&&new URL(o).search){const a="unescaped query string in an anonymous parameter",h=O(l,{start:e},i,a,n);h.startIndex=h.endIndex,h.startLine=h.endLine,h.startCol=h.endCol,h.endIndex++,h.endCol++,h.fix=gt(h.startIndex,"{{=}}"),s.push(h)}}catch(a){}}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}}}}),kr,ii,Ar,it,Va=_({"src/transclude.ts"(){"use strict";var e,t,s,i,n,r,us,no,a;he(),U(),Te(),oe(),vs(),Le(),q(),B(),Ga(),qe(),mt(),kr=[$e,Gt()],it=(a=class extends(Ar=E){constructor(u,d,g,c=[]){var I,z;let p;const b=/^(?:\s|\0\d+[cn]\x7F)*\0(\d+)h\x7F(?:\s|\0\d+[cn]\x7F)*/u.exec(u);b&&(p=Number(b[1]),u=u.replace(`\0${p}h`,c[p].toString().replace(/^\n/u,"")));super(void 0,g,c,{});N(this,r);Ne(this,"modifier","");N(this,e,"template");N(this,t,":");N(this,s,!1);N(this,i,new Map);N(this,n);const{parserFunction:[m,x],variable:w,functionHook:y}=g,S=(I=/^(?:\s|\0\d+[cn]\x7F)*\0\d+s\x7F/u.exec(u))==null?void 0:I[0];if(S)this.setAttribute("modifier",S),u=u.slice(S.length);else if(u.includes(":")){const[R,...P]=u.split(":"),[W]=/^(?:\s|\0\d+[cn]\x7F)*/u.exec((z=P[0])!=null?z:"");this.setModifier(`${R}:${W}`)&&(u=P.join(":").slice(W.length))}const A=u.search(/[::]/u),T=u[A]===":",v=A!==-1;if(v||d.length===0&&!f(this,s)){const R=v?u.slice(0,A):u,P=v&&u.slice(A+1),W=be(R),H=v?W.slice(W.search(/\S/u))+(T?":":""):W.trim(),ge=H.toLowerCase(),ee=Array.isArray(x),M=ee?x.includes(H):Object.prototype.hasOwnProperty.call(x,H),F=!ee&&M?x[H]:Object.prototype.hasOwnProperty.call(m,ge)&&m[ge],V=ee&&M||!("functionHook"in g)||y.includes(F),G=ee&&M||w.includes(F);if(v?F&&V:G){this.setAttribute("name",F||ge.replace(/^#|:$/u,"")),L(this,e,"magic-word"),T&&L(this,t,":");const Z=new Ye(R,"magic-word-name",g,c);if(super.insertAt(Z),P!==!1&&d.unshift([P]),this.name==="invoke")for(let ne=0;ne<2;ne++){const le=d.shift();if(!le)break;const re=new ce(le.join("="),`invoke-${ne?"function":"module"}`,g,c);super.insertAt(re)}}}if(this.type==="template"){const R=be(u).trim();if(!this.normalizeTitle(R,10,{halfParsed:!0,temporary:!0}).valid)throw c.pop(),new SyntaxError("Invalid template name");const P=new ce(u,"template-name",g,c,{});super.insertAt(P)}typeof p=="number"&&(c[p]=void 0);const $=this.isTemplate();let C=1;for(let R=0;R<d.length;R++){const P=d[R];$||this.name==="switch"&&R>0||this.name==="tag"&&R>1||(P[0]=P.join("="),P.length=1),P.length===1&&(P.unshift(C),C++),this.insertAt(new io(...P,g,c))}this.seal("modifier")}get type(){return f(this,e)}get module(){}get function(){}setModifier(u){const{parserFunction:[,,d,g]}=this.getAttribute("config"),c=be(u).trim();if(u&&!c.endsWith(":"))return!1;const p=c.slice(0,-1).toLowerCase(),b=d.includes(p),m=g.includes(p);return f(this,s)&&b||!f(this,s)&&(m||!u)||(we.running||this.length>1)&&(b||m||!u)?(this.setAttribute("modifier",u),L(this,s,b),!!u):!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"&&(L(this,n,j(this,r,us).call(this)),this.setAttribute("name",f(this,n).title))}toString(u){const{childNodes:d,length:g,firstChild:c,modifier:p,type:b}=this;return`{{${p}${b==="magic-word"?c.toString(u)+(g===1?"":f(this,t))+d.slice(1).map(m=>m.toString(u)).join("|"):super.toString(u,"|")}}}`}text(){const{childNodes:u,length:d,firstChild:g,modifier:c,type:p,name:b}=this;return p==="magic-word"&&b==="vardefine"?"":`{{${c}${p==="magic-word"?g.text()+(d===1?"":f(this,t))+Qe(u.slice(1),"|"):super.text("|")}}}`}getAttribute(u){switch(u){case"padding":return this.modifier.length+2;case"title":return f(this,n);case"colon":return f(this,t);case"invalid":return this.type==="magic-word"&&this.name==="invoke"&&(this.length===2||!j(this,r,us).call(this).valid);default:return super.getAttribute(u)}}lint(u=this.getAbsoluteIndex(),d){const g=super.lint(u,d);if(!this.isTemplate())return g;const{type:c,childNodes:p,length:b}=this,m=new ie(this,u),x=c==="magic-word";let w="no-ignored",y=k.lintConfig.getSeverity(w,"fragment");if(x&&!j(this,r,us).call(this).valid)w="invalid-invoke",y=k.lintConfig.getSeverity(w,"name"),y&&g.push(O(p[1],m,w,"illegal module name",y));else if(y){const S=p[x?1:0],A=S.childNodes.findIndex(v=>v.type==="text"&&Mt(v.data).includes("#")),T=S.childNodes[A];if(T){const v=O(S,m,w,"useless fragment",y);v.suggestions=[D(v,S.getRelativeIndex(A)+T.data.indexOf("#"))],g.push(v)}}if(w="invalid-invoke",y=k.lintConfig.getSeverity(w,"function"),y&&x&&b===2)return g.push(J(this,m,w,"missing module function",y)),g;if(w="no-duplicate",y=k.lintConfig.getSeverity(w,"parameter"),y){const S=this.getDuplicatedArgs().filter(([,T])=>!T[0].querySelector("ext")),A="duplicated parameter";for(const[,T]of S)g.push(...T.map(v=>{const $=O(v,m,w,A,y);return $.suggestions=[D($,-1)],$}))}return g}insertAt(u,d=this.length){return super.insertAt(u,d),u.anon?j(this,r,no).call(this,u):u.name&&this.getArgs(u.name,!1,!1).add(u),u}getAllArgs(){return this.childNodes.filter(As("parameter"))}getAnonArgs(){return this.getAllArgs().filter(({anon:u})=>u)}getArgs(u,d,g=!0){const c=String(u).replace(/^[ \t\n\0\v]+|([^ \t\n\0\v])[ \t\n\0\v]+$/gu,"$1");let p;return f(this,i).has(c)?p=f(this,i).get(c):(p=new Set(this.getAllArgs().filter(({name:b})=>c===b)),f(this,i).set(c,p)),p}getDuplicatedArgs(){return[...f(this,i)].filter(([,{size:u}])=>u>1).map(([u,d])=>[u,[...d]])}getPossibleValues(){const{type:u,name:d,childNodes:g}=this;if(u==="template")throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!");let c,p;switch(d){case"if":case"ifexist":case"ifexpr":case"iferror":c=2;break;case"ifeq":c=3;break;case"switch":{const b=g.slice(2),m=b[b.length-1];p=[...b.filter(({anon:x})=>!x),...m!=null&&m.anon?[m]:[]].map(({lastChild:x})=>x);break}default:throw new Error("TranscludeToken.getPossibleValues method is only for specific magic words!")}p!=null||(p=g.slice(c,c+2).map(({lastChild:b})=>b));for(let b=0;b<p.length;){const{length:m,0:x}=p[b].childNodes.filter(w=>w.text().trim());if(m===0)p.splice(b,1);else if(m>1||x.type!=="magic-word")b++;else try{const w=x.getPossibleValues();p.splice(b,1,...w),b+=w.length}catch(w){b++}}return p}print(){const{childNodes:u,length:d,firstChild:g,modifier:c,type:p}=this;return`<span class="wpb-${p}${this.getAttribute("invalid")?" wpb-invalid":""}">{{${p==="magic-word"?Ut(c)+g.print()+(d===1?"":f(this,t))+ct(u.slice(1),{sep:"|"}):(c?`<span class="wpb-magic-word">${Ut(c)}</span>`:"")+ct(u,{sep:"|"})}}}</span>`}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakSet,us=function(){const u=this.type==="template";return this.normalizeTitle(this.childNodes[u?0:1].text(),u?10:828,{temporary:!0})},no=function(u){const d=this.getAnonArgs(),g=typeof u!="number";for(let c=g?d.indexOf(u):u-1;c<d.length;c++){const p=d[c],{name:b}=p,m=String(c+1);(b!==m||p===u)&&(p.setAttribute("name",m),this.getArgs(m,!1,!1).add(p))}},a),ii=Y(Ar),it=K(ii,0,"TranscludeToken",kr,it),X(ii,1,it)}}),_r,ni,$r,Ft,Qa=_({"src/hidden.ts"(){"use strict";xt(),B(),_r=[Ke()],Ft=class extends($r=E){get type(){return"hidden"}getAttribute(e){return e==="invalid"||super.getAttribute(e)}},ni=Y($r),Ft=K(ni,0,"HiddenToken",_r,Ft),X(ni,1,Ft)}}),Tr,ri,Cr,Et,Ja=_({"src/arg.ts"(){"use strict";var e,Xa,s;he(),U(),oe(),Be(),vs(),Le(),q(),B(),qe(),Qa(),Tr=[$e,Fe("{{{"),Gt()],Et=(s=class extends(Cr=E){constructor(n,r,l=[]){super(void 0,r,l,{});N(this,e);for(let o=0;o<n.length;o++){const a=n[o];if(o===0){const h=new ce(a,"arg-name",r,l,{});super.insertAt(h)}else if(o>1){const h=new Ft(a,r,l);super.insertAt(h)}else{const h=new E(a,r,l);h.type="arg-default",h.setAttribute("stage",2),super.insertAt(h)}}}get type(){return"arg"}get default(){var n,r;return(r=(n=this.childNodes[1])==null?void 0:n.text())!=null?r:!1}toString(n){return`{{{${super.toString(n,"|")}}}}`}text(){return`{{{${Qe(this.childNodes.slice(0,2),"|")}}}}`}afterBuild(){super.afterBuild()}lint(n=this.getAbsoluteIndex(),r){const{childNodes:[l,o,...a]}=this;l.setAttribute("aIndex",n+3);const h=l.lint(n+3,r);if(o){const g=n+4+l.toString().length;o.setAttribute("aIndex",g);const c=o.lint(g,r);c.length>0&&h.push(...c)}const u=["no-ignored","no-arg"],d=u.map(g=>k.lintConfig.getSeverity(g,"arg"));if(d[0]&&a.length>0){const g=new ie(this,n);h.push(...a.map(c=>{const p=O(c,g,u[0],"invisible content inside triple braces",d[0]);return p.startIndex--,p.startCol--,p.suggestions=[D(p),gt(p.startIndex,"{{!}}")],p}))}if(d[1]&&!this.getAttribute("include")){const g=J(this,{start:n},u[1],"unexpected template argument",d[1]);o&&(g.suggestions=[ke(g,"expand",o.text())]),h.push(g)}return h}print(){return super.print({pre:"{{{",post:"}}}",sep:"|"})}json(n,r=this.getAbsoluteIndex()){const l=super.json(void 0,r);return l.default=this.default,l}},e=new WeakSet,Xa=function(){},s),ri=Y(Cr),Et=K(ri,0,"ArgToken",Tr,Et),X(ri,1,Et)}}),ro={};te(ro,{parseBraces:()=>Ss});var Ir,li,es,oi,ai,ui,Nr,hi,Ss,mn=_({"parser/braces.ts"(){"use strict";Xe(),he(),so(),Va(),Ja(),Ir={"=":String.raw`\n(?!(?:[^\S\n]|\0\d+[cn]\x7F)*\n)`,"{":String.raw`\}{2,}|\|`,"-":String.raw`\}-`,"[":String.raw`\]\]`},li=String.raw`\[(?!\[)`,es=String.raw`\n(?![=\0])`,oi=String.raw`|\{{2,}`,ai=new Map([["!","!"],["!!","+"],["(!","{"],["!)","}"],["!-","-"],["=","~"],["server","m"]]),ui=at(e=>new RegExp(e,"gmu")),Nr=new RegExp(String.raw`\{\{((?:[^\n{}[]|${li}|${es})*)\}\}(?!\})`+"|"+String.raw`\[\[(?:[^\n[\]{]|${es})*\]\]`+"|"+String.raw`-\{(?:[^\n{}[]|${li}|${es})*\}-`,"gu"),hi=e=>{const t=dt(be(e));return ai.has(t)?ai.get(t):/^(?:filepath|(?:full|canonical)urle?):./u.test(t)?"m":/^#vardefine:./u.test(t)?"n":"t"},Ss=(e,t,s)=>{var p,b,m,x,w;const i=String.raw`${t.excludes.includes("heading")?"":String.raw`^((?:\0\d+[cno]\x7F)*)={1,6}|`}\[\[|-\{(?!\{)`,{parserFunction:[,,,n]}=t,r=[],l=[],o=(y,S,A,T)=>{S[S.length-1].push(me(y.slice(A,T),l))};let a;do a!==void 0&&(e=a),a=e.replace(Nr,(y,S,A)=>{if(S!==void 0||typeof A=="string")try{const{length:T}=s,v=(S!=null?S:A).split("|");return new it(me(v[0],l),v.slice(1).map($=>{const C=$.indexOf("=");return(C===-1?[$]:[$.slice(0,C),$.slice(C+1)]).map(I=>me(I,l))}),t,s),`\0${T}${hi(v[0])}`}catch(T){if(!(T instanceof SyntaxError)||T.message!=="Invalid template name")throw T}return l.push(me(y,l)),`\0${l.length-1}`});while(a!==e);e=a;const h=e.lastIndexOf("}}")-e.length;let u=h+e.length!==-1,d=ui(i+(u?oi:"")),g=d.exec(e),c;for(;g||c!==void 0&&c<=e.length&&((b=(p=r[r.length-1])==null?void 0:p[0])!=null&&b.startsWith("="));){if(g!=null&&g[1]){const[,{length:P}]=g;g[0]=g[0].slice(P),g.index+=P}const{0:y,index:S}=g!=null?g:{0:`
8
+ `,index:e.length},A=(m=r.pop())!=null?m:{},{0:T,index:v,parts:$,findEqual:C,pos:I}=A,z=y==="="&&C;if(y==="]]"||y==="}-")c=S+2;else if(y===`
9
+ `){c=S+1;const{pos:P,findEqual:W}=(x=r[r.length-1])!=null?x:{};if(P===void 0||W||be(e.slice(P,v))!==""){const H=/^(={1,6})(.+)\1((?:\s|\0\d+[cn]\x7F)*)$/u.exec(e.slice(v,S));H&&(H[2]=me(H[2],l),H[2].includes(`
10
+ `)||(e=`${e.slice(0,v)}\0${s.length}h${e.slice(S)}`,c=v+4+String(s.length).length,new st(H[1].length,H.slice(2),t,s)))}}else if(y==="|"||z)c=S+1,o(e,$,I,S),y==="|"&&$.push([]),A.pos=c,A.findEqual=y==="|",r.push(A);else if(y.startsWith("}}")){const P=y.slice(0,Math.min(T.length,3)),W=T.length-P.length,{length:H}=s;c=S+P.length,o(e,$,I,S);let ge=!1,ee="t";if(P.length===3){const M=$.map(V=>V.join("=")),F=M.length>1&&be(M[1]).trim();new Et(M,t,s),F&&F.endsWith(":")&&n.includes(F.slice(0,-1).toLowerCase())&&(ee="s")}else try{new it($[0][0],$.slice(1),t,s),ee=hi($[0][0])}catch(M){if(M instanceof SyntaxError&&M.message==="Invalid template name")ge=!0;else throw M}ge||(e=`${e.slice(0,v+W)}\0${H}${ee}${e.slice(c)}`,c=v+W+3+String(H).length,W>1?r.push({0:T.slice(0,W),index:v,pos:v+W,parts:[[]]}):W===1&&e[v-1]==="-"&&r.push({0:"-{",index:v-1,pos:v+1,parts:[[]]}))}else c=S+y.length,y.startsWith("{")&&(g.pos=c,g.parts=[[]]),r.push(..."0"in A?[A]:[],g);let R=r[r.length-1];if(u&&h+e.length<c)for(u=!1;(w=R==null?void 0:R[0])!=null&&w.startsWith("{");)r.pop(),R=r[r.length-1];d=ui(i+(u?oi:"")+(R?`|${Ir[R[0][0]]}${R.findEqual?"|=":""}`:"")),d.lastIndex=c,g=d.exec(e)}return me(e,l)}}}),lo={};te(lo,{InputboxToken:()=>oo});var oo,Ka=_({"src/paramTag/inputbox.ts"(){"use strict";ks(),mn(),q(),to(),oo=class extends tt{constructor(e,t,s=k.getConfig(),i=[]){const n=Symbol("InputboxToken"),r=s.excludes.includes("heading")?s:_e(fe({},s),{excludes:[...s.excludes,"heading"]}),{length:l}=i;i.push(n),t&&(t=Vt(t,r,i,e)),t&&(t=Ss(t,r,i)),i.splice(l,1),super(e,t,r,i,{})}}}}),hs={};te(hs,{NestedToken:()=>ao});var Lr,Fr,ao,di=_({"src/nested.ts"(){"use strict";var e,t,s;U(),oe(),ks(),mn(),q(),B(),$o(),We(),Lr=new Set(["comment","include","arg","template","magic-word"]),Fr=[!1,!0].map(i=>{const n=i?"includeonly":"noinclude";return new RegExp(String.raw`^(?:<${n}(?:\s[^>]*)?/?>|</${n}\s*>)$`,"iu")}),ao=(s=class extends E{constructor(n,r,l,o,a=[]){if(typeof r=="boolean"){const h=Symbol("NestedToken"),{length:u}=a;a.push(h),n&&(n=Vt(n,o,a,r)),n&&(n=Ss(n,o,a)),a.splice(u,1)}else n&&(n=n.replace(r,(h,u,d,g,c)=>{const p=`\0${a.length+1}e`;return new ot(u,d,g,c,o,!1,a),p}));n&&(n=n.replace(/(^|\0\d+.\x7F)([^\0]+)(?=$|\0\d+.\x7F)/gu,(h,u,d)=>(new ue(d,o,a),`${u}\0${a.length}n`)));super(n,o,a);N(this,e);N(this,t);L(this,e,[...l]),L(this,t,r)}get type(){return"ext-inner"}lint(n=this.getAbsoluteIndex(),r){const l=super.lint(n,r),o="no-ignored",a=k.lintConfig.getSeverity(o,this.name);if(!a)return l;const h=new ie(this,n),u=typeof f(this,t)=="boolean"?Fr[f(this,t)?1:0]:/^<!--[\s\S]*-->$/u;return[...l,...this.childNodes.filter(d=>{const{type:g,name:c}=d;if(g==="ext")return!f(this,e).includes(c);if(Lr.has(g))return!1;const p=d.toString().trim();return p&&!u.test(p)}).map(d=>{const g=O(d,h,o,k.msg("invalid content in <$1>",this.name),a);return g.suggestions=[D(g),an(g,d.toString())],g})]}},e=new WeakMap,t=new WeakMap,s)}});function Er(e,t,s,i,n){t=be(t).trim();let r=t.replace(e==="link"?/\0\d+[tq]\x7F/gu:/\0\d+t\x7F/gu,"").trim();switch(e){case"width":return!r&&!!t||/^(?:\d+x?|\d*x\d+)(?:\s*px)?$/u.test(r);case"link":{if(r){if(uo(s.protocol).test(r))return ho(s.protocol).test(r)&&t;r.startsWith("[[")&&r.endsWith("]]")&&(r=r.slice(2,-2))}else return t;const l=k.normalizeTitle(r,0,!1,s,{halfParsed:i,decode:!0,selfLink:!0});return l.valid&&l}case"lang":return(n==="svg"||n==="svgz")&&!/[^a-z\d-]/u.test(r);case"alt":case"class":case"manualthumb":return!0;case"page":return(n==="djvu"||n==="djv"||n==="pdf")&&Number(r)>0;default:return!!r&&!isNaN(r)}}var uo,ho,jr,Pr,co,Ya=_({"src/imageParameter.ts"(){"use strict";var e,t,go,n;Xe(),he(),U(),q(),B(),uo=at(r=>new RegExp(String.raw`^(?:${r}|//|\0\d+m\x7F)`,"iu")),ho=at(r=>new RegExp(String.raw`^(?:(?:${r}|//)${ut}|\0\d+m\x7F)${ht}$`,"iu")),jr=at(r=>new RegExp(String.raw`^(\s*(?!\s))${r.replace("$1","(.*)")}${r.endsWith("$1")?`(?=$|
11
+ )`:""}(\s*)$`,"u")),Pr=new Set(["alt","link","lang","page","caption"]),co=(n=class extends E{constructor(l,o,a,h){var r=(...i)=>(super(...i),N(this,t),N(this,e,""),this);let u;const d=Object.entries(a.img).map(([c,p])=>[c,p,jr(c)]),g=d.find(([,c,p])=>(u=p.exec(l),u&&(u.length!==4||Er(c,u[2],a,!0,o)!==!1)));if(g&&u){u.length===3?(r(void 0,a,h),L(this,e,l)):(r(u[2],a,h,{}),L(this,e,u[1]+g[0]+u[3])),this.setAttribute("name",g[1]);return}r(l,a.excludes.includes("list")?a:_e(fe({},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"?Er("link",super.text(),this.getAttribute("config")):void 0}afterBuild(){var l;(l=this.parentNode)!=null&&l.is("gallery-image")&&!Pr.has(this.name)&&this.setAttribute("name","invalid"),super.afterBuild()}toString(l){return f(this,e)?f(this,e).replace("$1",super.toString(l)):super.toString(l)}text(){return f(this,e)?f(this,e).replace("$1",super.text()).trim():super.text().trim()}isPlain(){return this.name==="caption"}getAttribute(l){return l==="invalid"?this.name==="invalid":l==="padding"?Math.max(0,f(this,e).indexOf("$1")):super.getAttribute(l)}lint(l=this.getAbsoluteIndex(),o){const a=super.lint(l,o),{link:h,name:u}=this;if(u==="invalid"){const d="invalid-gallery",g=k.lintConfig.getSeverity(d,"parameter");if(g){const c=J(this,{start:l},d,"invalid image parameter",g);c.fix=D(c,-1),a.push(c)}}else if(typeof h=="object"&&h.encoded){const d="url-encoding",g=k.lintConfig.getSeverity(d,"file");if(g){const c=J(this,{start:l},d,"unnecessary URL encoding in an internal link",g);c.fix=ln(c,this),a.push(c)}}return a}getValue(){return this.name==="invalid"?this.text():j(this,t,go).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">${ct(this.childNodes)}</span>`)}</span>`:super.print({class:"image-caption"})}},e=new WeakMap,t=new WeakSet,go=function(){return f(this,e)&&!f(this,e).includes("$1")},n)}}),ci,Rr,Or,gi,pi,fi,Br,xi,vn,po=_({"src/link/file.ts"(){"use strict";U(),oe(),q(),ms(),Ya(),ci=new Map([["manualthumb","Thumb"],["frameless","Frameless"],["framed","Frame"],["thumbnail","Thumb"]]),Rr=new Set(["arg"]),Or=new Set(["template","magic-word"]),gi=new Set(["left","right","center","none"]),pi=new Set(["baseline","sub","super","top","text-top","middle","bottom","text-bottom"]),fi=new Set(["tiff","tif","png","gif","jpg","jpeg","webp","xcf","pdf","svg","djvu"]),Br=e=>{if(e===void 0)return[];const t=/-\{|\}-|\|/gu,s=[];let i=t.exec(e),n=0,r=0;for(;i;){const{0:l,index:o}=i;l!=="|"?n+=l==="-{"?1:-1:n===0&&(s.push(e.slice(r,o)),{lastIndex:r}=t),i=t.exec(e)}return s.push(e.slice(r)),s},xi=(e,t)=>e.filter(({childNodes:s})=>{const i=s.filter(n=>n.text().trim());return i.length!==1||!t.has(i[0].type)}),vn=class extends Pe{get type(){return"file"}get extension(){return this.getAttribute("title").extension}constructor(e,t,s,i=[],n="|"){super(e,void 0,s,i,n);const{extension:r}=this.getTitle(!0,!0);this.safeAppend(Br(t).map(l=>new co(l,r,s,i)))}lint(e=this.getAbsoluteIndex(),t){var m;const s=super.lint(e,t),i=xi(this.getAllArgs(),Rr),n=[...new Set(i.map(({name:x})=>x))],r=n.filter(x=>ci.has(x)),l=n.filter(x=>gi.has(x)),o=n.filter(x=>pi.has(x)),[a]=r,h=a==="framed"||a==="manualthumb",u=new ie(this,e),{extension:d}=this;let g="nested-link",c=k.lintConfig.getSeverity(g,"file");if(c&&fi.has(d)&&this.closest("ext-link-text")&&((m=this.getValue("link"))==null?void 0:m.trim())!==""){const x=J(this,u,g,"internal link in an external link",c),w=this.getArg("link");if(w){const y=e+w.getRelativeIndex();x.fix={desc:"delink",range:[y,y+w.toString().length],text:"link="}}else x.fix=fs(x.endIndex-2,"delink","|link=");s.push(x)}if(g="invalid-gallery",c=k.lintConfig.getSeverity(g,"parameter"),c&&h)for(const x of i.filter(({name:w})=>w==="width")){const w=O(x,u,g,"invalid image parameter",c);w.fix=D(w,-1),s.push(w)}if(i.length===n.length&&r.length<2&&l.length<2&&o.length<2)return s;g="no-duplicate";const p=["unknownImageParameter","imageParameter"].map(x=>k.lintConfig.getSeverity(g,x)),b=(x,w,y,S=!0)=>x.map(A=>{if(c=p[Number(typeof S=="function"?S(A):S)],!c)return!1;const T=O(A,u,g,k.msg(`${w} image $1 parameter`,y),c);return T.suggestions=[D(T,-1)],T}).filter(A=>A!==!1);for(const x of n){if(x==="invalid"||x==="width"&&h)continue;const w=x==="caption";let y=i.filter(({name:S})=>S===x);if(w&&(y=[...y.slice(0,-1).filter(S=>S.text()),...y.slice(-1)]),y.length>1){let S=!w||!d||fi.has(d);if(w&&S){const A=xi(y,Or);S=A.length>1&&(T=>A.includes(T))}s.push(...b(y,"duplicated",x,S))}}return r.length>1&&s.push(...b(i.filter(({name:x})=>ci.has(x)),"conflicting","frame")),l.length>1&&s.push(...b(i.filter(({name:x})=>gi.has(x)),"conflicting","horizontal-alignment")),o.length>1&&s.push(...b(i.filter(({name:x})=>pi.has(x)),"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:i}=this;return i&&(s.extension=i),s}}}}),qr,mi,Wr,nt,fo=_({"src/link/galleryImage.ts"(){"use strict";var e,Qi,s;U(),Je(),Be(),q(),B(),po(),qr=[Fe("")],nt=(s=class extends(Wr=vn){constructor(n,r,l,o,a=[]){let h;if(l!==void 0){const{length:u}=a;h=new E(l,o,a);for(let d=0;d<ve-1;d++)h.parseOnce();a.splice(u,1)}super(r,h==null?void 0:h.toString(),o,a);N(this,e);Ne(this,"privateType","imagemap-image");this.setAttribute("bracket",!1),this.privateType=`${n}-image`,this.seal("privateType",!0)}get type(){return this.privateType}getTitle(n){const r=this.type==="imagemap-image";return this.normalizeTitle(this.firstChild.toString(),r?0:6,{halfParsed:!0,temporary:n,decode:!r})}lint(n=this.getAbsoluteIndex(),r){const l=super.lint(n,r),o="invalid-gallery",a=k.lintConfig.getSeverity(o,"image");if(a&&j(this,e,Qi).call(this)){const h=J(this,{start:n},o,"invalid gallery image",a);h.suggestions=[fs(n,"prefix","File:")],l.push(h)}return l}getAttribute(n){return n==="invalid"?j(this,e,Qi).call(this):super.getAttribute(n)}},e=new WeakSet,Qi=function(){const{ns:n}=this.getAttribute("title");return n!==6},s),mi=Y(Wr),nt=K(mi,0,"GalleryImageToken",qr,nt),X(mi,1,nt)}}),xo={};te(xo,{GalleryToken:()=>jt});var Mr,vi,Ur,jt,Za=_({"src/gallery.ts"(){"use strict";var e,mo,Ji,i;U(),xn(),q(),B(),fo(),We(),Mr=[ys],jt=(i=class extends(Ur=E){constructor(r,l,o=[]){var a;super(void 0,l,o,{});N(this,e);for(const h of(a=r==null?void 0:r.split(`
12
+ `))!=null?a:[]){const u=/^([^|]+)(?:\|(.*))?/u.exec(h);if(!u){super.insertAt(h.trim()?new ue(h,l,o):h);continue}const[,d,g]=u;j(this,e,mo).call(this,d)?super.insertAt(new nt("gallery",d,g,l,o)):super.insertAt(new ue(h,l,o))}}get type(){return"ext-inner"}get widths(){return j(this,e,Ji).call(this,"widths")}get heights(){return j(this,e,Ji).call(this,"heights")}lint(r=this.getAbsoluteIndex(),l){const{top:o,left:a}=this.getRootNode().posFromIndex(r),h=[],u="no-ignored",d=["Image","NoImage","Comment"].map(g=>k.lintConfig.getSeverity(u,`gallery${g}`));for(let g=0;g<this.length;g++){const c=this.childNodes[g],p=c.toString(),{length:b}=p,m=p.trim(),{type:x}=c,w=o+g,y=g?0:a;if(c.setAttribute("aIndex",r),x==="noinclude"&&m&&!/^<!--.*-->$/u.test(m)){let[S]=d;if(m.startsWith("|")?[,S]=d:(m.startsWith("<!--")||m.endsWith("-->"))&&([,,S]=d),S){const A=r+b,T={rule:u,message:k.msg("invalid content in <$1>","gallery"),severity:S,startIndex:r,endIndex:A,startLine:w,endLine:w,startCol:y,endCol:y+b};T.suggestions=[D(T),an(T,p)],h.push(T)}}else if(x!=="noinclude"&&x!=="text"){const S=c.lint(r,l);S.length>0&&h.push(...S)}r+=b+1}return h}json(r,l=this.getAbsoluteIndex()){const o=super.json(void 0,l);return Object.assign(o,{widths:this.widths,heights:this.heights}),o}},e=new WeakSet,mo=function(r){return this.normalizeTitle(r,6,{halfParsed:!0,temporary:!0,decode:!0}).valid},Ji=function(r){var a,h;const l=(a=this.parentNode)==null?void 0:a.getAttr(r),o=typeof l=="string"&&((h=/^(\d+)\s*(?:px)?$/u.exec(l))==null?void 0:h[1]);return o&&Number(o)||120},i),vi=Y(Ur),jt=K(vi,0,"GalleryToken",Mr,jt),X(vi,1,jt)}}),bn,vo=_({"src/link/index.ts"(){"use strict";Xe(),U(),q(),ms(),bn=class extends Pe{get type(){return"link"}get innerText(){return this.length>1?this.lastChild.text():zt(this.firstChild.text().replace(/^\s*:?/u,""))}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i="nested-link",n=k.lintConfig.getSeverity(i);if(n&&this.closest("ext-link-text")){const r=J(this,{start:e},i,"internal link in an external link",n);r.fix=ke(r,"delink",this.innerText),s.push(r)}return s}}}}),zr,Hr,Dt,wn=_({"src/magicLink.ts"(){"use strict";var e,t,Xi,i;U(),he(),oe(),q(),B(),zr=String.raw`(?:[${Re}\t]|&nbsp;|&#0*160;|&#[xX]0*[aA]0;)`,Hr=new RegExp(`${zr}+`,"gu"),Dt=(i=class extends E{constructor(r,l="free-ext-link",o=k.getConfig(),a){super(r,o,a,{});N(this,t);N(this,e);L(this,e,l)}get type(){return f(this,e)}get innerText(){const r=new Map([["!","|"],["=","="]]);let l=Qe(this.childNodes.map(o=>{const{type:a}=o,h=String(o.name);return a==="magic-word"&&r.has(h)?r.get(h):o}));return this.type==="magic-link"&&(l=l.replace(Hr," ")),l}get link(){const{innerText:r}=this;return this.type==="magic-link"?r.startsWith("ISBN")?`ISBN ${r.slice(5).replace(/[- ]/gu,"").replace(/x$/u,"X")}`:r:jl(r).replace(/\n/gu,"%0A")}lint(r=this.getAbsoluteIndex(),l){const o=super.lint(r,l),a=new ie(this,r),{type:h,childNodes:u}=this;if(h==="magic-link"){const p="invalid-isbn",b=k.lintConfig.getSeverity(p);return b&&j(this,t,Xi).call(this)&&o.push(J(this,a,p,"invalid ISBN",b)),o}const d=h==="ext-link-url",g="unterminated-url",c=k.lintConfig.getSeverity(g,d?"pipe":"punctuation");if(c){const p=d?/\|/u:/[,;。:!?()]+/u,b=u.find(m=>m.type==="text"&&p.test(m.data));if(b){const{data:m}=b,x=O(b,a,g,k.msg("$1 in URL",d?'"|"':"full-width punctuation"),c),{index:w,0:y}=p.exec(m),S=x.startIndex+w;x.suggestions=d?[Ht(S,1)]:[Ht(S),{desc:"encode",range:[S,S+y.length],text:encodeURI(y)}],o.push(x)}}return o}getUrl(r){this.lspError("MagicLinkToken.getUrl")}getAttribute(r){return r==="invalid"?j(this,t,Xi).call(this):super.getAttribute(r)}},e=new WeakMap,t=new WeakSet,Xi=function(){if(this.type==="magic-link"){const{link:r}=this;if(r.startsWith("ISBN")){const l=[...r.slice(5)].map(o=>o==="X"?10:Number(o));return l.length===10?l.reduce((o,a,h)=>o+a*(10-h),0)%11!==0:l.length===13&&(l[12]===10||l.reduce((o,a,h)=>o+a*(h%2?3:1),0)%10!==0)}}return!1},i)}}),Dr,bi,Gr,rt,bo=_({"src/extLink.ts"(){"use strict";var e,t;Je(),U(),Be(),q(),B(),wn(),Dr=[Fe("[")],rt=(t=class extends(Gr=E){constructor(i,n="",r="",l,o=[]){super(void 0,l,o,{});N(this,e);const a=i&&/^\0\d+f\x7F$/u.test(i)?o[Number(i.slice(1,-2))]:new Dt(i,"ext-link-url",l,o);if(this.insertAt(a),L(this,e,n),r){const h=new E(r,l,o,{});h.type="ext-link-text",h.setAttribute("stage",ve-1),this.insertAt(h)}}get type(){return"ext-link"}toString(i){return this.length===1?`[${super.toString(i)}${f(this,e)}]`:`[${super.toString(i,f(this,e))}]`}text(){return`[${super.text(" ")}]`}getGaps(){return f(this,e).length}lint(i=this.getAbsoluteIndex(),n){const r=super.lint(i,n),l="var-anchor",o=k.lintConfig.getSeverity(l,"extLink");return o&&this.length===1&&this.closest("heading-title")&&r.push(J(this,{start:i},l,"variable anchor in a section header",o)),r}print(){return super.print(this.length===1?{pre:"[",post:`${f(this,e)}]`}:{pre:"[",sep:f(this,e),post:"]"})}},e=new WeakMap,t),bi=Y(Gr),rt=K(bi,0,"ExtLinkToken",Dr,rt),X(bi,1,rt)}}),Ki,eu=_({"src/imagemapLink.ts"(){"use strict";B(),We(),vo(),bo(),Ki=class extends E{get type(){return"imagemap-link"}constructor(e,t,s,i,n=[]){super(void 0,i,n),this.append(e,t.length===2?new bn(...t,i,n):new rt(...t,i,n),new ue(s,i,n))}}}}),wo={};te(wo,{ImagemapToken:()=>Pt});var Vr,wi,Qr,Pt,tu=_({"src/imagemap.ts"(){"use strict";U(),Te(),oe(),xn(),q(),B(),We(),fo(),eu(),Vr=[ys],Pt=class extends(Qr=E){get type(){return"ext-inner"}get image(){return this.childNodes.find(As("imagemap-image"))}constructor(e,t=k.getConfig(),s=[]){if(super(void 0,t,s,{}),!e)return;const i=e.split(`
13
+ `),n=new Set(t.protocol.split("|")),r=ue;let l=!0,o=!1;for(const a of i){const h=a.trim();if(!(o||!h||h.startsWith("#"))){if(l){const u=a.indexOf("|"),d=u===-1?a:a.slice(0,u),{valid:g,ns:c}=this.normalizeTitle(d,0,{halfParsed:!0,temporary:!0});if(g&&c===6){const p=new nt("imagemap",d,u===-1?void 0:a.slice(u+1),t,s);super.insertAt(p),l=!1;continue}else o=!0}else if(a.trim().split(/[\t ]/u,1)[0]==="desc"){super.insertAt(a);continue}else if(a.includes("[")){const u=a.indexOf("["),d=a.slice(u),g=/^\[\[([^|]+)(?:\|([^\]]*))?\]\][\w\s]*$/u.exec(d);if(g){if(this.normalizeTitle(g[1],0,{halfParsed:!0,temporary:!0,selfLink:!0}).valid){super.insertAt(new Ki(a.slice(0,u),g.slice(1),d.slice(d.indexOf("]]")+2),t,s));continue}}else if(d.startsWith("[//")||n.has(d.slice(1,d.indexOf(":")+1))||n.has(d.slice(1,d.indexOf("//")+2))){const c=/^\[([^\]\s]+)(?:(\s+(?!\s))([^\]]*))?\][\w\s]*$/u.exec(d);if(c){super.insertAt(new Ki(a.slice(0,u),c.slice(1),d.slice(d.indexOf("]")+1),t,s));continue}}}}super.insertAt(new r(a,t,s))}}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new ie(this,e),{childNodes:n,image:r}=this,l="invalid-imagemap",o=k.lintConfig.getSeverity(l,r?"link":"image");return o&&(r?s.push(...n.filter(a=>{const h=a.toString().trim();return a.is("noinclude")&&h&&!h.startsWith("#")}).map(a=>{const h=O(a,i,l,"invalid link in <imagemap>",o);return h.suggestions=[D(h,-1),ke(h,"comment","# ")],h})):s.push(J(this,i,l,"<imagemap> without an image",o))),s}getAttribute(e){return e==="invalid"?!this.image:super.getAttribute(e)}},wi=Y(Qr),Pt=K(wi,0,"ImagemapToken",Vr,Pt),X(wi,1,Pt)}}),Jr,yi,Xr,lt,yo=_({"src/nowiki/comment.ts"(){"use strict";U(),xt(),Be(),q(),Ze(),Jr=[Ke(!1),Fe("<!--")],lt=class extends(Xr=Ae){constructor(t,s,i,n){super(t,i,n);Ne(this,"closed");this.closed=s}get type(){return"comment"}lint(t=this.getAbsoluteIndex()){if(this.closed)return[];const s="unclosed-comment",i=k.lintConfig.getSeverity(s);if(!i)return[];const n=J(this,{start:t},s,k.msg("unclosed $1","HTML comment"),i);return n.suggestions=[Oe(n.endIndex,"-->")],[n]}toString(t){return t?"":`<!--${this.innerText}${this.closed?"-->":""}`}print(){return super.print({pre:"&lt;!--",post:this.closed?"--&gt;":""})}},yi=Y(Xr),lt=K(yi,0,"CommentToken",Jr,lt),X(yi,1,lt)}}),So={};te(So,{CommentedToken:()=>ko});var ko,su=_({"src/commented.ts"(){"use strict";B(),yo(),ko=class extends E{get type(){return"ext-inner"}constructor(e,t,s=[]){if(super(void 0,t,s,{AstText:":",CommentToken:":"}),e){let i=e.indexOf("<!--"),n=i!==-1&&e.indexOf("-->",i+4),r=0;for(;n!==!1&&n!==-1;)i>r&&this.insertAt(e.slice(r,i)),this.insertAt(new lt(e.slice(i+4,n),!0,t,s)),r=n+3,i=e.indexOf("<!--",r),n=i!==-1&&e.indexOf("-->",i+4);r<e.length&&this.insertAt(e.slice(r))}}lint(e=this.getAbsoluteIndex()){return super.lint(e,new RegExp(String.raw`<\s*(?:\/\s*)?(${this.name})\b`,"giu"))}}}}),Ao={};te(Ao,{NowikiToken:()=>_o});var Kr,Yr,_o,iu=_({"src/nowiki/index.ts"(){"use strict";var e,Yi,s;Xe(),U(),q(),Ze(),Kr=at(i=>new RegExp(String.raw`<\s*(?:/\s*)${i==="nowiki"?"":"?"}(${i})\b`,"giu")),Yr=new Set(["languages","section","templatestyles"]),_o=(s=class extends Ae{constructor(){super(...arguments);N(this,e)}get type(){return"ext-inner"}lint(n=this.getAbsoluteIndex()){const{name:r}=this,l="void-ext",o=k.lintConfig.getSeverity(l,r);if(o&&j(this,e,Yi).call(this)){const a=J(this,{start:n},l,k.msg("nothing should be in <$1>",r),o);return a.suggestions=[D(a)],[a]}return super.lint(n,Kr(r))}getAttribute(n){return n==="invalid"?j(this,e,Yi).call(this):super.getAttribute(n)}},e=new WeakSet,Yi=function(){const{name:n,firstChild:{data:r}}=this;return Yr.has(n)&&!!r},s)}}),Zr,Si,el,ot,$o=_({"src/tagPair/ext.ts"(){"use strict";U(),oe(),q(),pn(),B(),gn(),fn(),Zr=[bs()],ot=class extends(el=Ge){get type(){return"ext"}constructor(e,t,s,i,n=k.getConfig(),r=!1,l=[]){const o=e.toLowerCase(),a=new ws(!t||/^\s/u.test(t)?t:` ${t}`,"ext-attrs",o,n,l),h=_e(fe({},n),{ext:n.ext.filter(d=>d!==o),excludes:[...n.excludes]});let u;switch(h.inExt=!0,o){case"tab":h.ext=h.ext.filter(d=>d!=="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"),u=new E(s,h,l);break;case"pre":{const{PreToken:d}=(Da(),Q(Yl));u=new d(s,h,l);break}case"dynamicpagelist":{const{ParamTagToken:d}=(to(),Q(eo));u=new d(r,s,h,l);break}case"inputbox":{const{InputboxToken:d}=(Ka(),Q(lo));u=new d(r,s,h,l);break}case"references":{const{NestedToken:d}=(di(),Q(hs));h.excludes.push("heading"),u=new d(s,r,["ref"],h,l);break}case"choose":{const{NestedToken:d}=(di(),Q(hs));u=new d(s,/<(option|choicetemplate)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(\1)>)/gu,["option","choicetemplate"],h,l);break}case"combobox":{const{NestedToken:d}=(di(),Q(hs));u=new d(s,/<(combooption)(\s[^>]*?)?(?:\/>|>([\s\S]*?)<\/(combooption\s*)>)/giu,["combooption"],h,l);break}case"gallery":{const{GalleryToken:d}=(Za(),Q(xo));u=new d(s,h,l);break}case"imagemap":{const{ImagemapToken:d}=(tu(),Q(wo));u=new d(s,h,l);break}case"hiero":{const{CommentedToken:d}=(su(),Q(So));u=new d(s,h,l);break}default:{const{NowikiToken:d}=(iu(),Q(Ao));u=new d(s,h,l)}}u.setAttribute("name",o),u.type==="plain"&&(u.type="ext-inner"),super(e,a,u,i,n,l),this.seal("closed",!0)}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new ie(this,e);if(this.name!=="nowiki"){const l=this.inHtmlAttrs(),o="parsing-order",a=l&&k.lintConfig.getSeverity(o,l===2?"ext":"templateInTable");a&&s.push(J(this,i,o,"extension tag in HTML tag attributes",a))}const n="var-anchor",r=k.lintConfig.getSeverity(n,"ref");return r&&this.name==="ref"&&this.closest("heading-title")&&s.push(J(this,i,n,"variable anchor in a section header",r)),s}},Si=Y(el),ot=K(Si,0,"ExtToken",Zr,ot),X(Si,1,ot)}}),To={};te(To,{parseCommentAndExt:()=>Vt});var ki,tl,ts,sl,Ai,Vt,ks=_({"parser/commentAndExt.ts"(){"use strict";Xe(),he(),Wa(),We(),Ma(),Ua(),$o(),yo(),ki="<onlyinclude>",tl="</onlyinclude>",{length:ts}=ki,sl=[!1,!0].map(e=>{const t=e?"includeonly":"(?:no|only)include",s=e?"noinclude":"includeonly";return Pl(i=>new RegExp(String.raw`<!--[\s\S]*?(?:-->|$)|<${t}(?:\s[^>]*)?/?>|</${t}\s*>|<(${i.join("|")})(\s[^>]*?)?(?:/>|>([\s\S]*?)</(${"\\1"}\s*)>)|<(${s})(\s[^>]*?)?(?:/>|>([\s\S]*?)(?:</(${s}\s*)>|$))`,"giu"))}),Ai=e=>{const t=e.indexOf(ki);return{i:t,j:e.indexOf(tl,t+ts)}},Vt=(e,t,s,i)=>{if(i){let{i:o,j:a}=Ai(e);if(o!==-1&&a!==-1){let h="";const u=d=>{new ue(d,t,s),h+=`\0${s.length-1}n`};for(;o!==-1&&a!==-1;){const d=`\0${s.length}e`;new Nt(e.slice(o+ts,a),t,s),o>0&&u(e.slice(0,o)),h+=d,e=e.slice(a+ts+1),{i:o,j:a}=Ai(e)}return e&&u(e),h}}const{ext:n}=t,r=n.filter(o=>o!=="translate"&&o!=="tvar"),l=_e(fe({},t),{ext:r});if(n.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,u)=>{const d=s.length;return new Dl(h,u&&me(u,o),l,s),`\0${d}g`}),e=me(e,o)}return e.replace(sl[i?1:0](r),(o,a,h,u,d,g,c,p,b)=>{const m=s.length;let x="n";if(a)x="e",new ot(a,h,u,d,l,g,s);else if(o.startsWith("<!--")){x="c";const w=o.endsWith("-->");new lt(me(o,s,1).slice(4,w?-3:void 0),w,t,s)}else g?new Lt(g,c&&me(c,s,1),p&&me(p,s,1),b,t,s):new ue(o,t,s);return`\0${m}${x}`})}}}),il,nl,rl,ll,_i,ol,Rt,nu=_({"src/html.ts"(){"use strict";var e,t,s,i,n;U(),Te(),oe(),pn(),q(),B(),il=new Set(["if","ifeq","ifexpr","ifexist","iferror","switch"]),nl=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"]),rl=new Set(["strike","big","center","font","tt"]),ll=[bs()],Rt=(n=class extends(ol=E){constructor(l,o,a,h,u,d){super(void 0,u,d);N(this,e);N(this,t);N(this,s);N(this,i);this.insertAt(o),this.setAttribute("name",l.toLowerCase()),L(this,e,a),L(this,t,h),L(this,s,l)}get type(){return"html"}get selfClosing(){return f(this,t)}get closing(){return f(this,e)}toString(l){return`<${this.closing?"/":""}${f(this,s)}${super.toString(l)}${f(this,t)?"/":""}>`}text(){const{closing:l}=this,o=f(this,s)+(l?"":super.text());return`<${l?"/":""}${o}${f(this,t)?"/":""}>`}getAttribute(l){return l==="invalid"?this.inTableAttrs()===2:l==="padding"?f(this,s).length+(this.closing?2:1):super.getAttribute(l)}lint(l=this.getAbsoluteIndex(),o){var T;const a=super.lint(l,o),{name:h,parentNode:u,closing:d,selfClosing:g}=this,c=new ie(this,l),p=this.inTableAttrs();let b="h1",m=k.lintConfig.getSeverity(b,"html");if(m&&h==="h1"&&!d){const v=J(this,c,b,"<h1>",m);v.suggestions=[{desc:"h2",range:[l+2,l+3],text:"2"}],a.push(v)}if(b="parsing-order",m=p&&k.lintConfig.getSeverity(b,p===2?"html":"templateInTable"),m){const v=J(this,c,b,"HTML tag in table attributes",m);p===2&&(v.suggestions=[D(v)]),a.push(v)}if(b="obsolete-tag",m=k.lintConfig.getSeverity(b,h),m&&rl.has(h)&&a.push(J(this,c,b,"obsolete HTML tag",m)),b="bold-header",m=k.lintConfig.getSeverity(b,h),m&&(h==="b"||h==="strong")&&((T=this.closest("heading-title,ext"))==null?void 0:T.type)==="heading-title"){const v=J(this,c,b,"bold in section header",m);v.suggestions=[D(v)],a.push(v)}const{html:[,x,w]}=this.getAttribute("config"),y=w.includes(h),S=x.includes(h),A=!y&&!S;if(b="unmatched-tag",d&&(g||y)||g&&A){if(m=k.lintConfig.getSeverity(b,d?"both":"selfClosing"),m){const v=J(this,c,b,d?"tag that is both closing and self-closing":"invalid self-closing tag",m),$=on(l),C={desc:"no self-closing",range:[v.endIndex-2,v.endIndex-1],text:""};S?v.suggestions=[$,C]:d?v.fix=y?$:C:v.suggestions=[C,Oe(v.endIndex,`></${h}>`,-2)],a.push(v)}}else if(!this.findMatchingTag()){const v=J(this,c,b,d?"unmatched closing tag":"unclosed tag"),$=this.closest("magic-word");if($&&il.has($.name))m=k.lintConfig.getSeverity(b,"conditional");else if(d)m=k.lintConfig.getSeverity(b,"closing"),v.suggestions=[D(v)];else{m=k.lintConfig.getSeverity(b,"opening");const C=u==null?void 0:u.childNodes;nl.has(h)&&(C!=null&&C.slice(0,C.indexOf(this)).some(I=>I.type==="html"&&I.name===h&&!I.findMatchingTag())&&(v.suggestions=[Oe(l+1,"/")]),this.closest("heading-title")&&(v.rule="format-leakage",m=k.lintConfig.getSeverity("format-leakage",h)))}m&&(v.severity=m,a.push(v))}return a}findMatchingTag(){return Ve(f(this,i),()=>{const{name:l,parentNode:o,closing:a,selfClosing:h}=this,{html:[,u,d]}=this.getAttribute("config"),g=d.includes(l),c=u.includes(l);if(g||c&&h)return this;if(!o)return;const{childNodes:p}=o,b=p.indexOf(this),m=a?p.slice(0,b).reverse():p.slice(b+1),x=[this],{rev:w}=we;for(const y of m)if(!(!y.is("html")||y.name!==l||c&&f(y,t)))if(f(y,e)===a)x.push(y);else{const S=x.pop();if(S===this)return y;k.viewOnly&&(L(S,i,[w,y]),L(y,i,[w,S]))}if(k.viewOnly)for(const y of x)L(y,i,[w,void 0])},l=>{L(this,i,l),l[1]&&l[1]!==this&&L(l[1],i,[we.rev,this])})}print(){return super.print({pre:`&lt;${this.closing?"/":""}${f(this,s)}`,post:`${f(this,t)?"/":""}&gt;`})}json(l,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,i=new WeakMap,n),_i=Y(ol),Rt=K(_i,0,"HtmlToken",ll,Rt),X(_i,1,Rt)}}),Co={};te(Co,{parseHtml:()=>Io});var al,Io,ru=_({"parser/html.ts"(){"use strict";fn(),nu(),al=/^(\/?)([a-z][^\s/>]*)((?:\s|\/(?!>))[^>]*?)?(\/?>)([^<]*)$/iu,Io=(e,t,s)=>{var l;const{html:i}=t;(l=t.htmlElements)!=null||(t.htmlElements=new Set([...i[0],...i[1],...i[2]]));const n=e.split("<");let r=n.shift();for(const o of n){const a=al.exec(o),h=a==null?void 0:a[2],u=h==null?void 0:h.toLowerCase();if(!a||!t.htmlElements.has(u)){r+=`<${o}`;continue}const[,d,,g="",c,p]=a,{length:b}=s,m=new ws(g,"html-attrs",u,t,s),x=m.hasAttr("itemprop");if(u==="meta"&&!(x&&m.hasAttr("content"))||u==="link"&&!(x&&m.hasAttr("href"))){r+=`<${o}`,s.length=b;continue}r+=`\0${s.length}x${p}`,new Rt(h,m,d==="/",c==="/>",t,s)}return r}}}),yn,No=_({"src/table/base.ts"(){"use strict";pn(),B(),mt(),fn(),yn=class extends bs(1)(E){constructor(e,t,s,i,n,r=[],l){super(void 0,n,r,l),this.append(new Ye(t,"table-syntax",n,r),new ws(i,"table-attrs",s,n,r))}escape(){}}}}),ul,$i,Se,ss,At,_t,gs,Lo=_({"src/table/td.ts"(){"use strict";U(),oe(),cn(),q(),B(),No(),gs=class extends($i=yn,ul=[xs(!1)],$i){constructor(e,t,s,i=[]){var o;let n=/\||\0\d+!\x7F/u.exec(t!=null?t:""),r=n?t.slice(0,n.index):"";/\[\[|-\{/u.test(r)&&(n=null,r=""),super(/^(?:\n[^\S\n]*(?:[|!]|\|\+|\{\{\s*!\s*\}\}\+?)|(?:\||\{\{\s*!\s*\}\}){2}|!!|\{\{\s*!!\s*\}\})$/u,e,"td",r,s,i),X(ss,5,this),je(this,At),je(this,Se,""),n&&([La(this,Se)._]=n);const l=new E(t==null?void 0:t.slice(((o=n==null?void 0:n.index)!=null?o:NaN)+ae(this,Se).length),s,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 Mi(this,At,_t).call(this).subtype}afterBuild(){ae(this,Se).includes("\0")&&xe(this,Se,this.buildFromStr(ae(this,Se),0)),super.afterBuild()}toString(e){const{childNodes:[t,s,i]}=this;return t.toString(e)+s.toString(e)+ae(this,Se)+i.toString(e)}text(){const{childNodes:[e,t,s]}=this;return e.text()+t.text()+ae(this,Se)+s.text()}getGaps(e){return e===1?ae(this,Se).length:0}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new ie(this,e+this.getRelativeIndex(this.length-1)),n="pipe-like",r=["td","double"].map(l=>k.lintConfig.getSeverity(n,l));for(const l of this.lastChild.childNodes)if(l.type==="text"){const{data:o}=l;if(o.includes("|")){const a=o.includes("||"),h=r[a?1:0];if(h){const u=O(l,i,n,'additional "|" in a table cell',h);if(a){const d={caption:"|+",td:"|",th:"!"}[this.subtype];u.fix=ke(u,"newline",o.replace(/\|\|/gu,`
14
+ ${d}`))}else u.suggestions=[hn(u.startIndex,o)];s.push(u)}}}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}escape(){}print(){const{childNodes:[e,t,s]}=this;return`<span class="wpb-td">${e.print()}${t.print()}${ae(this,Se)}${s.print()}</span>`}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{rowspan:i,colspan:n}=this;return Object.assign(s,{subtype:this.subtype},i!==1&&{rowspan:i},n!==1&&{colspan:n}),s}},ss=Y($i),Se=new WeakMap,At=new WeakSet,_t=function(){var e;const t=this.firstChild.text(),s=t.slice(-1);let i="td";if(s==="!"?i="th":s==="+"&&(i="caption"),this.isIndependent())return{subtype:i};const{previousSibling:n}=this;return fe({},Mi(e=n,At,_t).call(e))},_t=K(ss,17,"#getSyntax",ul,At,_t),sn(ss,gs)}}),Sn,Fo=_({"src/table/trBase.ts"(){"use strict";U(),q(),No(),Lo(),Sn=class extends yn{lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=this.childNodes.find(({type:o})=>o==="table-inter");if(!i)return s;const n=Wt(i),r="fostered-content",l=n&&k.lintConfig.getSeverity(r,n===2?void 0:"transclusion");if(l){const o=O(i,{start:e},r,"content to be moved outside the table",l);o.startIndex++,o.startLine++,o.startCol=0,s.push(o)}return s}getRowCount(){return Number(this.childNodes.some(e=>e instanceof gs&&e.isIndependent()&&!e.firstChild.text().endsWith("+")))}}}}),hl,dl,cl,gl,Ti,is,ds,lu=_({"src/table/index.ts"(){"use strict";U(),Te(),oe(),cn(),q(),Fo(),mt(),hl=(e,t)=>new Array(e).fill(void 0).map((s,i)=>t(i)),dl=({type:e})=>e==="tr"||e==="table-syntax",cl=class extends Array{},ds=class extends(Ti=Sn,gl=[xs(!1)],Ti){constructor(e,t,s,i){super(/^(?:\{\||\{\{\{\s*!\s*\}\}|\{\{\s*\(!\s*\}\})$/u,e,"table",t,s,i,{}),X(is,5,this)}get type(){return"table"}get closed(){return this.lastChild.is("table-syntax")}lint(e=this.getAbsoluteIndex(),t){const s=super.lint(e,t),i=new ie(this,e),n=["unclosed-table","table-layout"],r=n.map(l=>k.lintConfig.getSeverity(l));if(r[0]&&!this.closed&&s.push(O(this.firstChild,i,n[0],k.msg("unclosed $1","table"),r[0])),r[1]){const l=this.getLayout(),{length:o}=l;if(o>1){let a=1,h=1/0,u=0;for(;u<o;u++){const d=l[u],g=d.length;if(g<a)break;g<h&&(h=g);const c=d.indexOf(d[g-1])+1;if(c>h)break;c>a&&(a=c)}if(u<o){const d=this.getNthRow(u),g=O(d,i,n[1],"inconsistent table layout",r[1]);g.startIndex++,g.startLine++,g.startCol=0,s.push(g)}}}return s}close(e=`
16
+ |}`,t){const s=this.getAttribute("config"),i=this.getAttribute("accum");we.run(()=>{const n=new Ye(t?e:void 0,"table-syntax",s,i);super.insertAt(n)})}getLayout(e){const t=this.getAllRows(),{length:s}=t,i=cl.from(hl(s,()=>[]));for(let n=0;n<i.length;n++){const r=i[n];let l=0,o=0,a;for(const h of t[n].childNodes.slice(2))if(h.is("td")){if(h.isIndependent()&&(a=h.subtype!=="caption"),a){const u={row:n,column:l},{rowspan:d,colspan:g}=h;for(l++;r[o];)o++;for(let c=n;c<Math.min(n+d,s);c++)for(let p=o;p<o+g;p++)i[c][p]=u;o+=g}}else if(dl(h))break}return i}getAllRows(){return[...super.getRowCount()?[this]:[],...this.childNodes.slice(1).filter(e=>e.is("tr")&&e.getRowCount()>0)]}getNthRow(e,t,s){const i=super.getRowCount();if(e===0&&i)return this;i&&e--;for(const n of this.childNodes.slice(2)){const{type:r}=n;if(r==="tr"&&n.getRowCount()&&(e--,e<0))return n}}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t);return s.closed=this.closed,s}},is=Y(Ti),K(is,1,"getLayout",gl,ds),sn(is,ds)}}),Eo,ou=_({"src/table/tr.ts"(){"use strict";Fo(),Eo=class extends Sn{get type(){return"tr"}constructor(e,t,s,i){super(/^\n[^\S\n]*(?:\|-+|\{\{\s*!\s*\}\}-+|\{\{\s*!-\s*\}\}-*)$/u,e,"tr",t,s,i)}}}}),kn,jo=_({"src/nowiki/listBase.ts"(){"use strict";Ze(),kn=class extends Ae{get indent(){return this.innerText.split(":").length-1}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{indent:i}=this;return i&&(s.indent=i),s}}}}),An,Po=_({"src/nowiki/dd.ts"(){"use strict";jo(),An=class extends kn{get type(){return"dd"}}}}),Ro={};te(Ro,{parseTable:()=>Oo});var pl,Ci,Oo,au=_({"parser/table.ts"(){"use strict";B(),lu(),ou(),Lo(),Po(),pl=e=>e.lastChild.constructor!==E,Ci=(e,t)=>e.is("td")?t.pop():e,Oo=({firstChild:{data:e},type:t,name:s},i,n)=>{const r=[],l=e.split(`
17
17
  `);let o=t==="root"||t==="parameter-value"||t==="ext-inner"&&s==="poem"?"":`
18
- ${l.shift()}`,a;const h=(d,u)=>{if(!u){o+=d;return}const{lastChild:g}=u;if(Vr(u)){const c=new j(d,i,n);c.type="table-inter",c.setAttribute("stage",3),u.insertAt(c)}else g.setText(g.toString()+d)};for(const d of l){a=r.pop();const[u]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(d),g=d.slice(u.length),c=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(g);if(c){for(;a&&!a.is("td");)a=r.pop();const[,w,y,A,k]=c;w&&new on(w,i,n),h(`
19
- ${u}${w&&`\0${n.length-1}d`}${y}\0${n.length}b`,a),r.push(...a?[a]:[],new ts(A,k,i,n));continue}else if(!a){o+=`
20
- ${d}`;continue}const p=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(g);if(!p){h(`
21
- ${d}`,a),r.push(a);continue}const[,v,m,x,b]=p;if(v){for(;!a.is("table");)a=r.pop();a.close(`
22
- ${u}${v}`,!0),h(b,r[r.length-1])}else if(m){a=pi(a,r),a.is("tr")&&(a=r.pop());const w=new uo(`
23
- ${u}${m}`,b,i,n);r.push(a,w),a.insertAt(w)}else{a=pi(a,r);const w=x==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu;let y=w.exec(b),A=0,k=`
24
- ${u}${x}`;const S=$=>{const C=new is(k,b.slice(A,y==null?void 0:y.index),i,n);return $.insertAt(C),C};for(;y;)S(a),{lastIndex:A}=w,[k]=y,y=w.exec(b);r.push(a,S(a))}}return o.slice(1)}}}),xo,Ma=T({"src/nowiki/hr.ts"(){"use strict";De(),xo=class extends je{get type(){return"hr"}}}}),Qr,fi,Jr,Ct,Ua=T({"src/nowiki/doubleUnderscore.ts"(){"use strict";ot(),Le(),De(),Qr=[ze(),$e("__")],Ct=class extends(Jr=je){get type(){return"double-underscore"}constructor(e,t,s,i){var o,a;super(e,s,i);const n=e.toLowerCase(),{doubleUnderscore:[,,r,l]}=s;this.setAttribute("name",(a=t?(o=l==null?void 0:l[e])==null?void 0:o.toLowerCase():r==null?void 0:r[n])!=null?a:n)}toString(){return`__${this.innerText}__`}print(){return super.print({pre:"__",post:"__"})}},fi=ee(Jr),Ct=K(fi,0,"DoubleUnderscoreToken",Qr,Ct),X(fi,1,Ct)}}),mo={};te(mo,{parseHrAndDoubleUnderscore:()=>vo});var vo,za=T({"parser/hrAndDoubleUnderscore.ts"(){"use strict";Ma(),Ua(),El(),vo=({firstChild:{data:e},type:t,name:s},i,n)=>{var a,h,d;const{doubleUnderscore:[r,l,o]}=i;return(a=i.insensitiveDoubleUnderscore)!=null||(i.insensitiveDoubleUnderscore=new Set(r)),(h=i.sensitiveDoubleUnderscore)!=null||(i.sensitiveDoubleUnderscore=new Set(l)),(d=i.regexHrAndDoubleUnderscore)!=null||(i.regexHrAndDoubleUnderscore=new RegExp(`__(${[...r,...l].join("|")})__`,"giu")),t!=="root"&&(t!=="ext-inner"||s!=="poem")&&(e=`\0${e}`),e=e.replace(/^((?:\0\d+[cno]\x7F)*)(-{4,})/gmu,(u,g,c)=>(new xo(c,i,n),`${g}\0${n.length-1}r`)).replace(i.regexHrAndDoubleUnderscore,(u,g)=>{var m;const c=i.sensitiveDoubleUnderscore.has(g),p=g.toLowerCase(),v=i.insensitiveDoubleUnderscore.has(p);return c||v?(new Ct(g,c,i,n),`\0${n.length-1}${v&&((m=o==null?void 0:o[p])!=null?m:p)==="toc"?"u":"n"}`):u}).replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(u,g,c,p,v)=>{const m=`${g}\0${n.length}h`;return new Yi(c.length,[p,v],i,n),m}),t==="root"||t==="ext-inner"&&s==="poem"?e:e.slice(1)}}}),bo,Ha=T({"src/nowiki/quote.ts"(){"use strict";var e,t;M(),ae(),B(),De(),bo=(t=class extends je{constructor(i,n,r,l){super(i,r,l);N(this,e);L(this,e,n)}get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}get closing(){return pe(pe({},this.bold?{bold:f(this,e).bold}:void 0),this.italic?{italic:f(this,e).italic}:void 0)}text(){const{parentNode:i,innerText:n}=this;return i!=null&&i.is("image-parameter")&&i.name!=="caption"?"":n}lint(i=this.getAbsoluteIndex()){const{previousSibling:n,bold:r,closing:l}=this,o=(n==null?void 0:n.type)==="text"?n.data:void 0,a=[],h=new le(this,i),d=["lonely-apos","bold-header"],u=[void 0,"word"].map(c=>_.lintConfig.getSeverity(d[0],c)),g=_.lintConfig.getSeverity(d[1]);if(o!=null&&o.endsWith("'")){const c=u[(l.bold||l.italic)&&/[a-z\d]'$/iu.test(o)?1:0];if(c){const p=V(this,h,d[0],_.msg('lonely "$1"',"'"),c),{startIndex:v,startLine:m,startCol:x}=p,[,{length:b}]=/(?:^|[^'])('+)$/u.exec(o),w=i-b;a.push(ye(pe({},p),{startIndex:w,endIndex:v,endLine:m,startCol:x-b,endCol:x,suggestions:[{desc:"escape",range:[w,v],text:"&apos;".repeat(b)},{desc:"remove",range:[w,v],text:""}]}))}}if(g&&r&&this.closest("heading-title")){const c=V(this,h,d[1],"bold in section header",g);c.suggestions=[{desc:"remove",range:[i,i+3],text:""}],a.push(c)}return a}json(i,n=this.getAbsoluteIndex()){const r=super.json(void 0,n);return Object.assign(r,{bold:this.bold,italic:this.italic}),r}},e=new WeakMap,t)}}),wo={};te(wo,{parseQuotes:()=>an});var an,yo=T({"parser/quotes.ts"(){"use strict";Ha(),an=(e,t,s,i)=>{var c;const n=e.split(/('{2,})/u),{length:r}=n;if(r===1)return e;let l=0,o=0,a,h,d;for(let p=1;p<r;p+=2){const v=n[p].length;switch(v){case 2:o++;break;case 4:n[p-1]+="'",n[p]="'''";case 3:if(l++,a!==void 0)break;n[p-1].endsWith(" ")?h===void 0&&d===void 0&&(d=p):n[p-1].slice(-2,-1)===" "?a=p:h!=null||(h=p);break;default:n[p-1]+="'".repeat(v-5),n[p]="'''''",o++,l++}}if(o%2===1&&l%2===1){const p=(c=a!=null?a:h)!=null?c:d;p!==void 0&&(n[p]="''",n[p-1]+="'")}let u=!0,g=!0;for(let p=1;p<r;p+=2){const v=n[p].length,m=v!==2,x=v!==3;m&&(u=!u),x&&(g=!g),new bo(n[p],{bold:m&&u,italic:x&&g},t,s),n[p]=`\0${s.length-1}q`}return n.join("")}}}),So={};te(So,{parseExternalLinks:()=>dn});var dn,Ao=T({"parser/externalLinks.ts"(){"use strict";oe(),Xl(),sn(),dn=(e,t,s,i)=>{var n;return(n=t.regexExternalLinks)!=null||(t.regexExternalLinks=new RegExp(String.raw`\[(\0\d+f\x7F|(?:(?:${t.protocol}|//)${tt}|\0\d+m\x7F)${st}(?=[[\]<>"\t${Ne}]|\0\d))([${Ne}]*(?![${Ne}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),e.replace(t.regexExternalLinks,(r,l,o,a)=>{const{length:h}=s,d=/&[lg]t;/u.exec(l);return d&&(o="",a=l.slice(d.index)+o+a,l=l.slice(0,d.index)),i?(new Pt(l,"ext-link-url",t,s),`[\0${h}f${o}${a}]`):(new Ke(l,o,a,t,s),`\0${h}w`)})}}}),ko,Da=T({"src/link/category.ts"(){"use strict";oe(),os(),ko=class extends Ie{get type(){return"category"}get sortkey(){const{childNodes:[,e]}=this;return e&&jt(e.text())}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{sortkey:i}=this;return i&&(s.sortkey=i),s}}}}),_o={};te(_o,{parseLinks:()=>Wi});var Xr,Wi,Ga=T({"parser/links.ts"(){"use strict";B(),yo(),Ao(),Jl(),Dl(),Da(),Xr=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,Wi=(e,t,s,i)=>{var o;(o=t.regexLinks)!=null||(t.regexLinks=new RegExp(String.raw`^\s*(?:${t.protocol}|//)`,"iu"));const n=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,r=e.split("[[");let l=r.shift();for(let a=0;a<r.length;a++){let h=!1,d,u,g,c;const p=r[a],v=n.exec(p);if(v)[,d,u,g,c]=v,c.startsWith("]")&&(g!=null&&g.includes("["))&&(g+="]",c=c.slice(1));else{const y=Xr.exec(p);y&&(h=!0,[,d,u,g]=y)}if(d===void 0||t.regexLinks.test(d)||/\0\d+[exhbru]\x7F/u.test(d)){l+=`[[${p}`;continue}const m=d.trim().startsWith(":");if(m&&h){l+=`[[${p}`;continue}const{ns:x,valid:b}=_.normalizeTitle(d,0,!1,t,{halfParsed:!0,temporary:!0,decode:!0,selfLink:!0});if(b){if(h){if(x!==6){l+=`[[${p}`;continue}let y=!1;for(a++;a<r.length;a++){const A=r[a],k=A.split("]]");if(k.length>2){y=!0,g+=`[[${k[0]}]]${k[1]}`,c=k.slice(2).join("]]");break}else if(k.length===2)g+=`[[${k[0]}]]${k[1]}`;else{g+=`[[${A}`;break}}if(g=Wi(g,t,s,i),!y){l+=`[[${d}${u}${g}`;continue}}}else{l+=`[[${p}`;continue}g&&(g=an(g,t,s,i));let w=tn;m||(x===6?(g&&(g=dn(g,t,s,!0)),w=en):x===14&&(w=ko)),g===void 0&&u&&(g=""),l+=`\0${s.length}l${c}`,new w(d,g,t,s,u)}return l}}}),$o={};te($o,{parseMagicLinks:()=>To});var xi,mi,vi,bi,To,Va=T({"parser/magicLinks.ts"(){"use strict";oe(),sn(),xi=String.raw`[${Ne}\t]|&nbsp;|&#0*160;|&#x0*a0;`,mi=`(?:${xi})+`,vi=`(?:${xi}|-)`,bi=String.raw`(?:RFC|PMID)${mi}\d+\b|ISBN${mi}(?:97[89]${vi}?)?(?:\d${vi}?){9}[\dx]\b`,To=(e,t,s)=>{if(!t.regexMagicLinks)try{t.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\p{N}_])(?:(?:${t.protocol})(${tt}${st})|${bi})`,"giu")}catch(i){t.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${t.protocol})(${tt}${st})|${bi})`,"giu")}return e.replace(t.regexMagicLinks,(i,n,r)=>{let l=n?i.slice(n.length):i;if(r){let o="";const a=/&(?:lt|gt|nbsp|#x0*(?:3[ce]|a0)|#0*(?:6[02]|160));/iu.exec(l);a&&(o=l.slice(a.index),l=l.slice(0,a.index));const h=l.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,d=h.exec(l);if(d){let u=1;d[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(l.slice(0,d.index))&&(u=2),o=l.slice(d.index+u)+o,l=l.slice(0,d.index+u)}return o.length>=r.length?i:(new Pt(l,void 0,t,s),`${n}\0${s.length-1}w${o}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(l))return i;return new Pt(l,"magic-link",t,s),`${n}\0${s.length-1}i`})}}}),Co,Qa=T({"util/html.ts"(){"use strict";Co=(e,t)=>e.startsWith(t)?t.length:[...t].findIndex((s,i)=>s!==e[i])}}),Io,Ja=T({"src/nowiki/list.ts"(){"use strict";co(),Io=class extends ln{get type(){return"list"}}}}),No={};te(No,{parseList:()=>Lo});var Lo,Xa=T({"parser/list.ts"(){"use strict";Qa(),Ja(),go(),Lo=(e,t,s,i)=>{const n=/^((?:\0\d+[cno]\x7F)*)([;:*#]+)(\s*)/u.exec(e);if(!n)return t.lastPrefix="",e;const[r,l,o,a]=n,h=o.replace(/;/gu,":"),d=Co(h,t.lastPrefix),u=((d>1?o.slice(d-1):o)+a).split(/(?=;)/u),g=u[0].startsWith(";");let c=u.length-(g?0:1);if(d>1){const I=o.slice(0,d-1);if(g){const U=I.split(/(?=;)/u);u.unshift(...U),c+=I.includes(";")?U.length:0}else u[0]=I+u[0]}t.lastPrefix=h;let p=l+u.map((I,U)=>`\0${i.length+U}d`).join("")+e.slice(r.length);for(const I of u)new Io(I,s,i);if(!c)return p;const{html:[v,,m]}=s,x=/:+|-\{|\0\d+[xq]\x7F/gu;let b=x,w=b.exec(p),y=0,A=!1,k=!1,S=0;const $=(I,U)=>(new on(I,s,i),`${p.slice(0,U)}\0${i.length-1}d${p.slice(U+I.length)}`),C=I=>{I?y&&y--:y++};for(;w&&c;){const{0:I,index:U}=w;if(I==="-{"){if(!S){const{lastIndex:F}=b;b=/-\{|\}-/gu,b.lastIndex=F}S++}else if(I==="}-"){if(S--,!S){const{lastIndex:F}=b;b=x,b.lastIndex=F}}else if(I.endsWith("x")){const{name:F,closing:E,selfClosing:Y}=i[Number(I.slice(1,-2))];(v.includes(F)||!Y&&!m.includes(F))&&C(E)}else if(I.endsWith("q")){const{bold:F,italic:E}=i[Number(I.slice(1,-2))];F&&(C(A),A=!A),E&&(C(k),k=!k)}else if(y===0){if(I.length>=c)return $(I.slice(0,c),U);c-=I.length,b.lastIndex=U+4+String(i.length).length,p=$(I,U)}w=b.exec(p)}return p}}}),Qt,Kr,wi,Yr,It,Ka=T({"src/converterFlags.ts"(){"use strict";var e,t;M(),ae(),as(),B(),O(),Fe(),Qt=new Set(["A","T","R","D","-","H","N"]),Kr=[Ot()],It=(t=class extends(Yr=j){constructor(i,n,r=[]){super(void 0,n,r,{});N(this,e);this.safeAppend(i.map(l=>new ge(l,"converter-flag",n,r)))}get type(){return"converter-flags"}afterBuild(){L(this,e,this.childNodes.map(i=>i.text().trim())),super.afterBuild()}toString(i){return super.toString(i,";")}text(){return super.text(";")}getUnknownFlags(){return new Set(f(this,e).filter(i=>/\{{3}[^{}]+\}{3}/u.test(i)))}getVariantFlags(){const i=new Set(this.getAttribute("config").variants);return new Set(f(this,e).filter(n=>i.has(n)))}isInvalidFlag(i,n,r,l){return typeof i=="object"&&(i=i.text().trim(),n=this.getVariantFlags(),r=this.getUnknownFlags(),l=new Set(f(this,e).filter(o=>Qt.has(o)))),!!i&&!n.has(i)&&!r.has(i)&&(n.size>0||!l.has(i))}lint(i=this.getAbsoluteIndex(),n){const r=this.getVariantFlags(),l=this.getUnknownFlags(),o=new Set(f(this,e).filter(c=>Qt.has(c))),a=f(this,e).filter(c=>!c).length,h=f(this,e).length-l.size-a,d=super.lint(i,n);if(r.size===h||o.size===h)return d;const u="no-ignored",g=_.lintConfig.getSeverity(u,"conversionFlag");if(g){const c=new le(this,i);for(let p=0;p<this.length;p++){const v=this.childNodes[p],m=v.text().trim();if(this.isInvalidFlag(m,r,l,o)){const x=R(v,c,u,"invalid conversion flag",g);r.size===0&&Qt.has(m.toUpperCase())?x.fix={desc:"uppercase",range:[x.startIndex,x.endIndex],text:m.toUpperCase()}:x.suggestions=[{desc:"remove",range:[x.startIndex-(p&&1),x.endIndex],text:""}],d.push(x)}}}return d}print(){return super.print({sep:";"})}},e=new WeakMap,t),wi=ee(Yr),It=K(wi,0,"ConverterFlagsToken",Kr,It),X(wi,1,It)}}),ss,Ya=T({"src/converterRule.ts"(){"use strict";B(),O(),Fe(),ss=class extends j{get type(){return"converter-rule"}get variant(){var e,t;return(t=(e=this.childNodes[this.length-2])==null?void 0:e.text().trim().toLowerCase())!=null?t:""}constructor(e,t=!0,s=_.getConfig(),i=[]){super(void 0,s,i);const n=e.indexOf(":"),r=e.slice(0,n).indexOf("=>"),l=r===-1?e.slice(0,n):e.slice(r+2,n);t&&s.variants.includes(l.trim().toLowerCase())?(super.insertAt(new ge(l,"converter-rule-variant",s,i)),super.insertAt(new ge(e.slice(n+1),"converter-rule-to",s,i)),r!==-1&&super.insertAt(new ge(e.slice(0,r),"converter-rule-from",s,i),0)):super.insertAt(new ge(e,"converter-rule-to",s,i))}toString(e){const{childNodes:t,firstChild:s,lastChild:i}=this;return t.length===3?`${s.toString(e)}=>${t[1].toString(e)}:${i.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,i]=e;return`<span class="wpb-converter-rule">${t.print()}=>${s.print()}:${i.print()}</span>`}return super.print({sep:":"})}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t);return s.variant=this.variant,s}}}}),Zr,yi,el,Nt,Za=T({"src/converter.ts"(){"use strict";oe(),Le(),O(),Ka(),Ya(),Zr=[$e("-{")],Nt=class extends(el=j){get type(){return"converter"}constructor(e,t,s,i=[]){super(void 0,s,i),this.insertAt(new It(e,s,i));const[n]=t,r=n.includes(":"),l=new ss(n,r,s,i);r&&l.length===1||!r&&t.length===2&&!me(t[1]).trim()?this.insertAt(new ss(t.join(";"),!1,s,i)):this.append(l,...t.slice(1).map(o=>new ss(o,!0,s,i)))}toString(e){const{childNodes:[t,...s]}=this;return`-{${t.toString(e)}${t.length>0?"|":""}${s.map(i=>i.toString(e)).join(";")}}-`}text(){const{childNodes:[e,...t]}=this;return`-{${e.text()}|${Me(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?"|":""}${nt(t,{sep:";"})}}-</span>`}},yi=ee(el),Nt=K(yi,0,"ConverterToken",Zr,Nt),X(yi,1,Nt)}}),Fo={};te(Fo,{parseConverter:()=>jo});var jo,ed=T({"parser/converter.ts"(){"use strict";Za(),jo=(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)*$)`,"iu"));const i=/-\{/gu,n=/-\{|\}-/gu,r=[];let l=i,o=l.exec(e);for(;o;){const{0:h,index:d}=o;if(h==="}-"){const u=r.pop(),{length:g}=s,c=e.slice(u.index+2,d),p=c.indexOf("|"),[v,m]=p===-1?[[],c]:[c.slice(0,p).split(";"),c.slice(p+1)],x=m.replace(/(&[#a-z\d]+);/giu,"$1"),b=x.split(t.regexConverter).map(w=>w.replace(/\x01/gu,";"));new Nt(v,b,t,s),e=`${e.slice(0,u.index)}\0${g}v${e.slice(d+2)}`,r.length===0&&(l=i),l.lastIndex=u.index+3+String(g).length}else r.push(o),l=n,l.lastIndex=d+2;o=l.exec(e)}return e}}}),ns={};te(ns,{Token:()=>j});var tl,j,O=T({"src/index.ts"(){"use strict";var e,t,s,i,n,r,l,o,Eo,Po,Ro,Oo,Bo,qo,Wo,Mo,Uo,zo,Ho,Do,y;oe(),Ue(),M(),Se(),B(),ga(),pa(),tl=["category","html-attr#id,ext-attr#id,table-attr#id"],j=(y=class extends bt{constructor(S,$=_.getConfig(),C=[],I){super();N(this,o);N(this,e,"plain");N(this,t,0);N(this,s);N(this,i);N(this,n);N(this,r,!1);N(this,l);typeof S=="string"&&this.insertAt(S),L(this,s,$),L(this,i,C),C.push(this)}get type(){return f(this,e)}set type(S){L(this,e,S)}parseOnce(S=f(this,t),$=!1,C){if(S<f(this,t)||this.length===0||!this.isPlain())return this;if(f(this,t)>=xe)return this;switch(S){case 0:if(this.type==="root"){f(this,i).pop();const I=P(this,o,Eo).call(this);$&&($=!I)}L(this,n,$),P(this,o,Po).call(this,$);break;case 1:P(this,o,Ro).call(this);break;case 2:P(this,o,Oo).call(this);break;case 3:P(this,o,Bo).call(this);break;case 4:P(this,o,qo).call(this);break;case 5:P(this,o,Wo).call(this,C);break;case 6:P(this,o,Mo).call(this,C);break;case 7:P(this,o,Uo).call(this);break;case 8:P(this,o,zo).call(this);break;case 9:P(this,o,Ho).call(this);break;case 10:P(this,o,Do).call(this)}if(this.type==="root")for(const I of f(this,i))I==null||I.parseOnce(S,$,C);return mn(this,t)._++,this}buildFromStr(S,$){const C=S.split(/[\0\x7F]/u).map((I,U)=>{if(U%2===0)return new Fi(I);if(isNaN(I.slice(-1)))return f(this,i)[Number(I.slice(0,-1))];throw new Error(`Failed to build! Unrecognized token: ${I}`)});return $===0?C.map(String).join(""):$===1?Me(C):C}build(){L(this,t,xe);const{length:S,firstChild:$}=this,C=$==null?void 0:$.toString();if(S===1&&$.type==="text"&&C.includes("\0")&&(rs(this,0,1,this.buildFromStr(C)),this.normalize(),this.type==="root"))for(const I of f(this,i))I==null||I.build()}afterBuild(){if(this.type==="root")for(const S of f(this,i))S==null||S.afterBuild();L(this,r,!0)}parse(S=xe,$,C){for(S=Math.min(S,xe);f(this,t)<S;)this.parseOnce(f(this,t),$,C);return S&&(this.build(),this.afterBuild()),this}isPlain(){return this.constructor===y}getAttribute(S){var $;switch(S){case"config":return f(this,s);case"include":return($=f(this,n))!=null?$:!!f(this.getRootNode(),n);case"accum":return f(this,i);case"built":return f(this,r);case"stage":return f(this,t);case"invalid":return this.type==="table-inter"&&Lt(this)===2;default:return super.getAttribute(S)}}setAttribute(S,$){switch(S){case"stage":f(this,t)===0&&this.type==="root"&&f(this,i).shift(),L(this,t,$);break;default:super.setAttribute(S,$)}}insertAt(S,$=this.length){const C=typeof S=="string"?new Fi(S):S;super.insertAt(C,$);const{type:I}=C;return I==="root"&&(C.type="plain"),C}normalizeTitle(S,$=0,C){return _.normalizeTitle(S,$,f(this,n),f(this,s),C)}inTableAttrs(){var S,$;return((S=this.closest("table-attrs,ext"))==null?void 0:S.type)==="table-attrs"&&(($=this.closest("table-attrs,arg,magic-word,template"))!=null&&$.is("table-attrs")?2:1)}inHtmlAttrs(){var S;return(S=this.closest("html-attrs,ext"))!=null&&S.is("html-attrs")?2:this.inTableAttrs()}lint(S=this.getAbsoluteIndex(),$){var I;let C=super.lint(S,$);if(this.type==="root"){const U=new Map,F="no-duplicate",E=["category","id"].map(q=>_.lintConfig.getSeverity(F,q)),Y=tl.filter((q,D)=>E[D]).join();if(Y){for(const q of this.querySelectorAll(Y)){let D;if(q.is("category"))D=q.name;else{const H=q.getValue();H&&H!==!0&&(D=`#${H}`)}if(D){const H=U.get(D);H?H.add(q):U.set(D,new Set([q]))}}for(const[q,D]of U)if(D.size>1&&!q.startsWith("#mw-customcollapsible-")){const H=!q.startsWith("#"),J=`duplicated ${H?"category":"id"}`,ne=E[H?0:1];C.push(...[...D].map(Z=>{const re=V(Z,{start:Z.getAbsoluteIndex()},F,J,ne);return H&&(re.suggestions=[{desc:"remove",range:[re.startIndex,re.endIndex],text:""}]),re}))}}const W=/<!--\s*lint-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->/gu,Q=this.toString(),z=[];let ie=W.exec(Q);for(;ie;){const{1:q,index:D}=ie,H=(I=ie[2])==null?void 0:I.trim();z.push({line:this.posFromIndex(D).top+(q==="disable-line"?0:1),from:q==="disable"?W.lastIndex:void 0,to:q==="enable"?W.lastIndex:void 0,rules:H?new Set(H.split(",").map(J=>J.trim())):void 0}),ie=W.exec(Q)}if(C=C.filter(({rule:q,startLine:D,startIndex:H})=>{const J={pos:0};for(const{line:ne,from:Z,to:re,rules:ue}of z){if(ne>D+1)break;if(ue&&!ue.has(q))continue;if(ne===D&&Z===void 0&&re===void 0)return!1;Z<=H&&Z>J.pos?(J.pos=Z,J.type="from"):re<=H&&re>J.pos&&(J.pos=re,J.type="to")}return J.type!=="from"}),C.some(({fix:q})=>q)){const q=C.map(({fix:J})=>J).filter(Boolean).sort(({range:[J,ne]},{range:[Z,re]})=>ne===re?Z-J:re-ne);let D=1/0,H=Q;for(const{range:[J,ne],text:Z}of q)ne<=D&&(H=H.slice(0,J)+Z+H.slice(ne),D=J);Object.assign(C,{output:H})}}return C}toString(S,$){return S?super.toString(!0,$):We(f(this,l),()=>super.toString(!1,$),C=>{const I=this.getRootNode();I.type==="root"&&f(I,r)&&L(this,l,C)})}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakMap,l=new WeakMap,o=new WeakSet,Eo=function(){const{parseRedirect:S}=(ma(),G(Sl)),$=this.firstChild.toString(),C=S($,f(this,s),f(this,i));return C&&this.setText(C),!!C},Po=function(S){const{parseCommentAndExt:$}=(gs(),G(no));this.setText($(this.firstChild.toString(),f(this,s),f(this,i),S))},Ro=function(){const{parseBraces:S}=(Zi(),G(Ol)),$=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,C=S($,f(this,s),f(this,i));this.setText(this.type==="root"?C:C.slice(1))},Oo=function(){if(f(this,s).excludes.includes("html"))return;const{parseHtml:S}=(Oa(),G(ro));this.setText(S(this.firstChild.toString(),f(this,s),f(this,i)))},Bo=function(){if(f(this,s).excludes.includes("table"))return;const{parseTable:S}=(Wa(),G(po));this.setText(S(this,f(this,s),f(this,i)))},qo=function(){if(f(this,s).excludes.includes("hr"))return;const{parseHrAndDoubleUnderscore:S}=(za(),G(mo));this.setText(S(this,f(this,s),f(this,i)))},Wo=function(S){const{parseLinks:$}=(Ga(),G(_o));this.setText($(this.firstChild.toString(),f(this,s),f(this,i),S))},Mo=function(S){if(f(this,s).excludes.includes("quote"))return;const{parseQuotes:$}=(yo(),G(wo)),C=this.firstChild.toString().split(`
25
- `);for(let I=0;I<C.length;I++)C[I]=$(C[I],f(this,s),f(this,i),S);this.setText(C.join(`
26
- `))},Uo=function(){if(f(this,s).excludes.includes("extLink"))return;const{parseExternalLinks:S}=(Ao(),G(So));this.setText(S(this.firstChild.toString(),f(this,s),f(this,i)))},zo=function(){if(f(this,s).excludes.includes("magicLink"))return;const{parseMagicLinks:S}=(Va(),G($o));this.setText(S(this.firstChild.toString(),f(this,s),f(this,i)))},Ho=function(){if(f(this,s).excludes.includes("list"))return;const{parseList:S}=(Xa(),G(No)),{firstChild:$,type:C,name:I}=this,U=$.toString().split(`
27
- `),F={lastPrefix:""};let E=C==="root"||C==="ext-inner"&&I==="poem"?0:1;for(;E<U.length;E++)U[E]=S(U[E],F,f(this,s),f(this,i));this.setText(U.join(`
28
- `))},Do=function(){if(f(this,s).variants.length>0){const{parseConverter:S}=(ed(),G(Fo));this.setText(S(this.firstChild.toString(),f(this,s),f(this,i)))}},y)}}),ve,ps,rs,Se=T({"util/debug.ts"(){"use strict";ve={running:!1,run(e){const{running:t}=this;this.running=!0;try{const{Token:s}=(O(),G(ns)),i=e();return i instanceof s&&!i.getAttribute("built")&&i.afterBuild(),this.running=t,i}catch(s){throw this.running=t,s}},rev:0},ps=e=>t=>t.type===e,rs=(e,t,s,i=[])=>{var l,o;let n=e.getChildNodes(),r;n.length===s?(r=n,n=i):r=n.splice(t,s,...i);for(let a=0;a<i.length;a++){const h=i[a];h.setAttribute("parentNode",e),h.setAttribute("nextSibling",n[t+a+1]),h.setAttribute("previousSibling",n[t+a-1])}return(l=n[t-1])==null||l.setAttribute("nextSibling",n[t]),(o=n[t+i.length])==null||o.setAttribute("previousSibling",n[t+i.length-1]),n===i&&e.setAttribute("childNodes",n),r}}}),sl,mt,Si,Ai,il,ki,nl,Mi,td=T({"lib/lintConfig.ts"(){"use strict";ul(),sl=new Set([0,1,2]),mt=new Map([[0,!1],[1,"warning"],[2,"error"]]),Si={"bold-header":[1,{}],"format-leakage":[1,{}],"fostered-content":[1,{}],h1:[1,{}],"illegal-attr":[2,{}],"insecure-style":2,"invalid-gallery":[2,{parameter:1}],"invalid-imagemap":[2,{}],"invalid-invoke":[2,{}],"invalid-isbn":2,"lonely-apos":[1,{}],"lonely-bracket":[1,{extLink:2}],"lonely-http":[1,{}],"nested-link":[2,{}],"no-arg":1,"no-duplicate":[2,{category:1,id:1,unknownImageParameter:1}],"no-ignored":[2,{fragment:1,galleryComment:1,galleryNoImage:1,include:1,nonWordAttributes:1,redirect:1}],"obsolete-attr":1,"obsolete-tag":1,"parsing-order":[2,{templateInTable:1}],"pipe-like":[1,{double:2}],"table-layout":1,"tag-like":[2,{disallowed:1,invalid:1}],"unbalanced-header":2,"unclosed-comment":[1,{}],"unclosed-quote":1,"unclosed-table":2,unescaped:2,"unknown-page":1,"unmatched-tag":[1,{}],"unterminated-url":[1,{}],"url-encoding":[1,{}],"var-anchor":[1,{}],"void-ext":[2,{}]},Object.freeze(Si),Ai=e=>typeof e=="number"&&sl.has(e),il=e=>Ai(e)||Array.isArray(e)&&e.length===2&&Ai(e[0])&&e[1]&&typeof e[1]=="object",ki=(e,t,s)=>{if(Di.includes(t)){if(il(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)}`)},nl=class{constructor(e){if(Object.assign(this,JSON.parse(JSON.stringify(Si))),!!e)for(const[t,s]of Object.entries(e))ki(this,t,s)}getSeverity(e,t){var i;if(!(e in this))throw new RangeError(`Unknown rule: ${e}`);const s=this[e];return typeof s=="number"?mt.get(s):t&&(i=mt.get(s[1][t]))!=null?i:mt.get(s[0])}},Mi=e=>new Proxy(new nl(e),{set:ki})}}),Go={};te(Go,{Title:()=>Vo});var Vo,sd=T({"lib/title.ts"(){"use strict";var e,t,s,i,n,r;oe(),Vo=(r=class{constructor(l,o,a,{temporary:h,decode:d,selfLink:u}={}){N(this,e);N(this,t);N(this,s);N(this,i);N(this,n);ke(this,"valid");ke(this,"encoded",!1);const g=l.trim().startsWith("../");if(d&&l.includes("%"))try{const p=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(l);l=Ft(l),this.encoded=p}catch(p){}if(l=jt(l).replace(/[_ ]+/gu," ").trim(),g)L(this,i,0);else{let p=o;l.startsWith(":")&&(p=0,l=l.slice(1).trim());const v=l.split(":");if(v.length>1){const m=it(v[0]),x=Object.prototype.hasOwnProperty.call(a.nsid,m)&&a.nsid[m];x&&(p=x,l=v.slice(1).join(":").trim())}L(this,i,p)}const c=l.indexOf("#");if(c!==-1){let p=l.slice(c).trim().slice(1);if(p.includes("%"))try{p=Ft(p)}catch(v){}L(this,n,p.replace(/ /gu,"_")),l=l.slice(0,c).trim()}this.valid=!!(l||u&&this.ns===0&&f(this,n)!==void 0)&&jt(l)===l&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(g?/^(?:\.\.\/)+(.*)/u.exec(l)[1]:l),this.main=l,L(this,t,a.namespaces),L(this,s,a.articlePath||"/wiki/$1"),f(this,s).includes("$1")||L(this,s,f(this,s)+`${f(this,s).endsWith("/")?"":"/"}$1`),h||Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}})}get ns(){return f(this,i)}get fragment(){return f(this,n)}get main(){return f(this,e)}set main(l){l=l.replace(/_/gu," ").trim(),L(this,e,l&&l[0].toUpperCase()+l.slice(1))}get prefix(){const l=f(this,t)[this.ns];return l+(l&&":")}get title(){return this.getRedirection()[1]}get extension(){const{main:l}=this,o=l.lastIndexOf(".");return o===-1?void 0:l.slice(o+1).toLowerCase()}getRedirection(){return[!1,(this.prefix+this.main).replace(/ /gu,"_")]}setFragment(l){L(this,n,l)}getUrl(l){throw new Error("Title.getUrl method is only available in the LSP version!")}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakMap,n=new WeakMap,r)}}),Qo={};te(Qo,{default:()=>_});Jo.exports=G(Qo);var Jt,_i,Te,$i,rl,_,B=T({"index.ts"(){ul(),Se(),Ue(),oe(),td(),Jt=!0,_i=Mi(),Te={config:Ci,i18n:void 0,rules:Di,get lintConfig(){return _i},set lintConfig(e){_i=Mi(e)},get viewOnly(){return Jt},set viewOnly(e){Jt&&!e&&ve.rev++,Jt=e},getConfig(e){const t=e!=null?e:this.config,{doubleUnderscore:s,ext:i,parserFunction:n,variable:r}=t;for(let l=0;l<2;l++)s.length>l+2&&s[l].length===0&&(s[l]=Object.keys(s[l+2]));return i.includes("translate")&&!r.includes("translationlanguage")&&(r.push("translationlanguage"),Array.isArray(n[1])?n[1].push("TRANSLATIONLANGUAGE"):n[1].TRANSLATIONLANGUAGE="translationlanguage"),ye(pe(pe({},Ci),t),{excludes:[]})},msg(e,t=""){var s,i;return e&&((i=(s=this.i18n)==null?void 0:s[e])!=null?i:e).replace("$1",this.msg(t))},normalizeTitle(e,t=0,s,i=Te.getConfig(),n){const{Title:r}=(sd(),G(Go));let l;if(n!=null&&n.halfParsed)l=new r(e,t,i,n);else{const{Token:o}=(O(),G(ns));l=ve.run(()=>{const a=new o(e,i);a.type="root",a.parseOnce(0,s).parseOnce();const h=new r(a.toString(),t,i,n);a.build();for(const d of["main","fragment"]){const u=h[d];if(u!=null&&u.includes("\0")){const g=a.buildFromStr(u,1);d==="main"?h.main=g:h.setFragment(g)}}return h})}return l},parse(e,t,s=xe,i=Te.getConfig()){e=gl(e);let n;typeof s!="number"&&(n=Array.isArray(s)?s:[s],s=Math.max(...n.map(o=>hl[o]||xe)));const{Token:r}=(O(),G(ns));return ve.run(()=>{const o=new r(e,i);return o.type="root",o.parse(s,t)})},async partialParse(e,t,s,i=Te.getConfig()){},createLanguageService(e={}){throw new Error("Parser.createLanguageService method is only available in the LSP version!")}},$i={},rl=new Set(["lintConfig","normalizeTitle","parse","createLanguageService"]);for(const e in Te)rl.has(e)||($i[e]={enumerable:!1});Object.defineProperties(Te,$i),Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:Te}),_=Te}});B()});id();})();
18
+ ${l.shift()}`,a;const h=(u,d)=>{if(!d){o+=u;return}const{lastChild:g}=d;if(pl(d)){const c=new E(u,i,n);c.type="table-inter",c.setAttribute("stage",3),d.insertAt(c)}else g.setText(g.toString()+u)};for(const u of l){a=r.pop();const[d]=/^(?:\s|\0\d+[cno]\x7F)*/u.exec(u),g=u.slice(d.length),c=/^(:*)((?:\s|\0\d+[cn]\x7F)*)(\{\||\{(?:\0\d+[cn]\x7F)*\0\d+!\x7F|\0\d+\{\x7F)(.*)$/u.exec(g);if(c){for(;a&&!a.is("td");)a=r.pop();const[,y,S,A,T]=c;y&&new An(y,i,n),h(`
19
+ ${d}${y&&`\0${n.length-1}d`}${S}\0${n.length}b`,a),r.push(...a?[a]:[],new ds(A,T,i,n));continue}else if(!a){o+=`
20
+ ${u}`;continue}const p=/^(?:(\|\}|\0\d+!\x7F\}|\0\d+\}\x7F)|(\|-+|\0\d+!\x7F-+|\0\d+-\x7F-*)(?!-)|(!|(?:\||\0\d+!\x7F)\+?))(.*)$/u.exec(g);if(!p){h(`
21
+ ${u}`,a),r.push(a);continue}const[,b,m,x,w]=p;if(b){for(;!a.is("table");)a=r.pop();a.close(`
22
+ ${d}${b}`,!0),h(w,r[r.length-1])}else if(m){a=Ci(a,r),a.is("tr")&&(a=r.pop());const y=new Eo(`
23
+ ${d}${m}`,w,i,n);r.push(a,y),a.insertAt(y)}else{a=Ci(a,r);const y=x==="!"?/!!|(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu:/(?:\||\0\d+!\x7F){2}|\0\d+\+\x7F/gu;let S=y.exec(w),A=0,T=`
24
+ ${d}${x}`;const v=$=>{const C=new gs(T,w.slice(A,S==null?void 0:S.index),i,n);return $.insertAt(C),C};for(;S;)v(a),{lastIndex:A}=y,[T]=S,S=y.exec(w);r.push(a,v(a))}}return o.slice(1)}}}),Bo,uu=_({"src/nowiki/hr.ts"(){"use strict";Ze(),Bo=class extends Ae{get type(){return"hr"}}}}),fl,Ii,xl,Ot,hu=_({"src/nowiki/doubleUnderscore.ts"(){"use strict";xt(),Be(),Ze(),fl=[Ke(),Fe("__")],Ot=class extends(xl=Ae){get type(){return"double-underscore"}constructor(e,t,s,i){var o,a;super(e,s,i);const n=e.toLowerCase(),{doubleUnderscore:[,,r,l]}=s;this.setAttribute("name",(a=t?(o=l==null?void 0:l[e])==null?void 0:o.toLowerCase():r==null?void 0:r[n])!=null?a:n)}toString(){return`__${this.innerText}__`}print(){return super.print({pre:"__",post:"__"})}},Ii=Y(xl),Ot=K(Ii,0,"DoubleUnderscoreToken",fl,Ot),X(Ii,1,Ot)}}),qo={};te(qo,{parseHrAndDoubleUnderscore:()=>Wo});var Wo,du=_({"parser/hrAndDoubleUnderscore.ts"(){"use strict";uu(),hu(),so(),Wo=({firstChild:{data:e},type:t,name:s},i,n)=>{var a,h,u;const{doubleUnderscore:[r,l,o]}=i;return(a=i.insensitiveDoubleUnderscore)!=null||(i.insensitiveDoubleUnderscore=new Set(r)),(h=i.sensitiveDoubleUnderscore)!=null||(i.sensitiveDoubleUnderscore=new Set(l)),(u=i.regexHrAndDoubleUnderscore)!=null||(i.regexHrAndDoubleUnderscore=new RegExp(`__(${[...r,...l].join("|")})__`,"giu")),t!=="root"&&(t!=="ext-inner"||s!=="poem")&&(e=`\0${e}`),e=e.replace(/^((?:\0\d+[cno]\x7F)*)(-{4,})/gmu,(d,g,c)=>(new Bo(c,i,n),`${g}\0${n.length-1}r`)).replace(i.regexHrAndDoubleUnderscore,(d,g)=>{var m;const c=i.sensitiveDoubleUnderscore.has(g),p=g.toLowerCase(),b=i.insensitiveDoubleUnderscore.has(p);return c||b?(new Ot(g,c,i,n),`\0${n.length-1}${b&&((m=o==null?void 0:o[p])!=null?m:p)==="toc"?"u":"n"}`):d}),i.excludes.includes("heading")||(e=e.replace(/^((?:\0\d+[cn]\x7F)*)(={1,6})(.+)\2((?:\s|\0\d+[cn]\x7F)*)$/gmu,(d,g,c,p,b)=>{const m=`${g}\0${n.length}h`;return new st(c.length,[p,b],i,n),m})),t==="root"||t==="ext-inner"&&s==="poem"?e:e.slice(1)}}}),Mo,cu=_({"src/nowiki/quote.ts"(){"use strict";var e,t;U(),oe(),q(),Ze(),Mo=(t=class extends Ae{constructor(i,n,r,l){super(i,r,l);N(this,e);L(this,e,n)}get type(){return"quote"}get bold(){return this.innerText.length!==2}get italic(){return this.innerText.length!==3}get closing(){return fe(fe({},this.bold?{bold:f(this,e).bold}:void 0),this.italic?{italic:f(this,e).italic}:void 0)}text(){const{parentNode:i,innerText:n}=this;return i!=null&&i.is("image-parameter")&&i.name!=="caption"?"":n}lint(i=this.getAbsoluteIndex()){var c;const{previousSibling:n,bold:r,closing:l}=this,o=(n==null?void 0:n.type)==="text"?n.data:void 0,a=[],h=new ie(this,i),u=["lonely-apos","bold-header"],d=[void 0,"word"].map(p=>k.lintConfig.getSeverity(u[0],p)),g=k.lintConfig.getSeverity(u[1]);if(o!=null&&o.endsWith("'")){const p=d[(l.bold||l.italic)&&/[a-z\d]'$/iu.test(o)?1:0];if(p){const b=J(this,h,u[0],k.msg('lonely "$1"',"'"),p),{startLine:m,startCol:x}=b,[,{length:w}]=/(?:^|[^'])('+)$/u.exec(o),y=i-w,S=_e(fe({},b),{startIndex:y,endIndex:i,endLine:m,startCol:x-w,endCol:x});S.suggestions=[gt(y,"&apos;",w),D(S)],a.push(S)}}if(g&&r&&((c=this.closest("heading-title,ext"))==null?void 0:c.type)==="heading-title"){const p=J(this,h,u[1],"bold in section header",g);p.suggestions=[D(p)],a.push(p)}return a}json(i,n=this.getAbsoluteIndex()){const r=super.json(void 0,n);return Object.assign(r,{bold:this.bold,italic:this.italic}),r}},e=new WeakMap,t)}}),Uo={};te(Uo,{parseQuotes:()=>_n});var _n,zo=_({"parser/quotes.ts"(){"use strict";cu(),_n=(e,t,s,i)=>{var c;const n=e.split(/('{2,})/u),{length:r}=n;if(r===1)return e;let l=0,o=0,a,h,u;for(let p=1;p<r;p+=2){const b=n[p].length;switch(b){case 2:o++;break;case 4:n[p-1]+="'",n[p]="'''";case 3:if(l++,a!==void 0)break;n[p-1].endsWith(" ")?h===void 0&&u===void 0&&(u=p):n[p-1].slice(-2,-1)===" "?a=p:h!=null||(h=p);break;default:n[p-1]+="'".repeat(b-5),n[p]="'''''",o++,l++}}if(o%2===1&&l%2===1){const p=(c=a!=null?a:h)!=null?c:u;p!==void 0&&(n[p]="''",n[p-1]+="'")}let d=!0,g=!0;for(let p=1;p<r;p+=2){const b=n[p].length,m=b!==2,x=b!==3;m&&(d=!d),x&&(g=!g),new Mo(n[p],{bold:m&&d,italic:x&&g},t,s),n[p]=`\0${s.length-1}q`}return n.join("")}}}),Ho={};te(Ho,{parseExternalLinks:()=>$n});var $n,Do=_({"parser/externalLinks.ts"(){"use strict";he(),bo(),wn(),$n=(e,t,s,i)=>{var n;return(n=t.regexExternalLinks)!=null||(t.regexExternalLinks=new RegExp(String.raw`\[((?:\0\d+[cn]\x7F)*(?:\0\d+f\x7F|(?:(?:${t.protocol}|//)${ut}|\0\d+m\x7F)${ht}(?=[[\]<>"\t${Re}]|\0\d)))([${Re}]*(?![${Re}]))([^\]\x01-\x08\x0A-\x1F\uFFFD]*)\]`,"giu")),e.replace(t.regexExternalLinks,(r,l,o,a)=>{const{length:h}=s,u=/&[lg]t;/u.exec(l);return u&&(o="",a=l.slice(u.index)+o+a,l=l.slice(0,u.index)),i?(new Dt(l,"ext-link-url",t,s),`[\0${h}f${o}${a}]`):(new rt(l,o,a,t,s),`\0${h}w`)})}}}),Go,gu=_({"src/link/category.ts"(){"use strict";he(),ms(),Go=class extends Pe{get type(){return"category"}get sortkey(){const{childNodes:[,e]}=this;return e&&Mt(e.text())}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t),{sortkey:i}=this;return i&&(s.sortkey=i),s}}}}),Vo={};te(Vo,{parseLinks:()=>Zi});var ml,Zi,pu=_({"parser/links.ts"(){"use strict";q(),zo(),Do(),vo(),po(),gu(),ml=/^((?:(?!\0\d+!\x7F)[^\n[\]{}|])+)(\||\0\d+!\x7F)([\s\S]*)$/u,Zi=(e,t,s,i)=>{var o;(o=t.regexLinks)!=null||(t.regexLinks=new RegExp(String.raw`^\s*(?:${t.protocol}|//)`,"iu"));const n=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,r=e.split("[[");let l=r.shift();for(let a=0;a<r.length;a++){let h=!1,u,d,g,c;const p=r[a],b=n.exec(p);if(b)[,u,d,g,c]=b,c.startsWith("]")&&(g!=null&&g.includes("["))&&(g+="]",c=c.slice(1));else{const S=ml.exec(p);S&&(h=!0,[,u,d,g]=S)}if(u===void 0||t.regexLinks.test(u)||/\0\d+[exhbru]\x7F/u.test(u)){l+=`[[${p}`;continue}const m=u.trim().startsWith(":");if(m&&h){l+=`[[${p}`;continue}const{ns:x,valid:w}=k.normalizeTitle(u,0,!1,t,{halfParsed:!0,temporary:!0,decode:!0,selfLink:!0});if(w){if(h){if(x!==6){l+=`[[${p}`;continue}let S=!1;for(a++;a<r.length;a++){const A=r[a],T=A.split("]]");if(T.length>2){S=!0,g+=`[[${T[0]}]]${T[1]}`,c=T.slice(2).join("]]");break}else if(T.length===2)g+=`[[${T[0]}]]${T[1]}`;else{g+=`[[${A}`;break}}if(g=Zi(g,t,s,i),!S){l+=`[[${u}${d}${g}`;continue}}}else{l+=`[[${p}`;continue}g&&(g=_n(g,t,s,i));let y=bn;m||(x===6?(g&&(g=$n(g,t,s,!0)),y=vn):x===14&&(y=Go)),g===void 0&&d&&(g=""),l+=`\0${s.length}l${c}`,new y(u,g,t,s,d)}return l}}}),Qo={};te(Qo,{parseMagicLinks:()=>Jo});var Ni,Li,Fi,Ei,Jo,fu=_({"parser/magicLinks.ts"(){"use strict";he(),wn(),Ni=String.raw`[${Re}\t]|&nbsp;|&#0*160;|&#x0*a0;`,Li=`(?:${Ni})+`,Fi=`(?:${Ni}|-)`,Ei=String.raw`(?:RFC|PMID)${Li}\d+\b|ISBN${Li}(?:97[89]${Fi}?)?(?:\d${Fi}?){9}[\dx]\b`,Jo=(e,t,s)=>{if(!t.regexMagicLinks)try{t.regexMagicLinks=new RegExp(String.raw`(^|[^\p{L}\p{N}_])(?:(?:${t.protocol})(${ut}${ht})|${Ei})`,"giu")}catch(i){t.regexMagicLinks=new RegExp(String.raw`(^|\W)(?:(?:${t.protocol})(${ut}${ht})|${Ei})`,"giu")}return e.replace(t.regexMagicLinks,(i,n,r)=>{let l=n?i.slice(n.length):i;if(r){let o="";const a=/&(?:lt|gt|nbsp|#x0*(?:3[ce]|a0)|#0*(?:6[02]|160));/iu.exec(l);a&&(o=l.slice(a.index),l=l.slice(0,a.index));const h=l.includes("(")?/[^,;\\.:!?][,;\\.:!?]+$/u:/[^,;\\.:!?)][,;\\.:!?)]+$/u,u=h.exec(l);if(u){let d=1;u[0][1]===";"&&/&(?:[a-z]+|#x[\da-f]+|#\d+)$/iu.test(l.slice(0,u.index))&&(d=2),o=l.slice(u.index+d)+o,l=l.slice(0,u.index+d)}return o.length>=r.length?i:(new Dt(l,void 0,t,s),`${n}\0${s.length-1}w${o}`)}else if(!/^(?:RFC|PMID|ISBN)/u.test(l))return i;return new Dt(l,"magic-link",t,s),`${n}\0${s.length-1}i`})}}}),Xo,xu=_({"util/html.ts"(){"use strict";Xo=(e,t)=>e.startsWith(t)?t.length:[...t].findIndex((s,i)=>s!==e[i])}}),Ko,mu=_({"src/nowiki/list.ts"(){"use strict";jo(),Ko=class extends kn{get type(){return"list"}}}}),Yo={};te(Yo,{parseList:()=>Zo});var Zo,vu=_({"parser/list.ts"(){"use strict";xu(),mu(),Po(),Zo=(e,t,s,i)=>{const n=/^((?:\0\d+[cno]\x7F)*)([;:*#]+)(\s*)/u.exec(e);if(!n)return t.lastPrefix="",e;const[r,l,o,a]=n,h=o.replace(/;/gu,":"),u=Xo(h,t.lastPrefix),d=((u>1?o.slice(u-1):o)+a).split(/(?=;)/u),g=d[0].startsWith(";");let c=d.length-(g?0:1);if(u>1){const I=o.slice(0,u-1);if(g){const z=I.split(/(?=;)/u);d.unshift(...z),c+=I.includes(";")?z.length:0}else d[0]=I+d[0]}t.lastPrefix=h;let p=l+d.map((I,z)=>`\0${i.length+z}d`).join("")+e.slice(r.length);for(const I of d)new Ko(I,s,i);if(!c)return p;const{html:[b,,m]}=s,x=/:+|-\{|\0\d+[xq]\x7F/gu;let w=x,y=w.exec(p),S=0,A=!1,T=!1,v=0;const $=(I,z)=>(new An(I,s,i),`${p.slice(0,z)}\0${i.length-1}d${p.slice(z+I.length)}`),C=I=>{I?S&&S--:S++};for(;y&&c;){const{0:I,index:z}=y;if(I==="-{"){if(!v){const{lastIndex:R}=w;w=/-\{|\}-/gu,w.lastIndex=R}v++}else if(I==="}-"){if(v--,!v){const{lastIndex:R}=w;w=x,w.lastIndex=R}}else if(I.endsWith("x")){const{name:R,closing:P,selfClosing:W}=i[Number(I.slice(1,-2))];(b.includes(R)||!W&&!m.includes(R))&&C(P)}else if(I.endsWith("q")){const{bold:R,italic:P}=i[Number(I.slice(1,-2))];R&&(C(A),A=!A),P&&(C(T),T=!T)}else if(S===0){if(I.length>=c)return $(I.slice(0,c),z);c-=I.length,w.lastIndex=z+4+String(i.length).length,p=$(I,z)}y=w.exec(p)}return p}}}),ns,vl,ji,bl,Bt,bu=_({"src/converterFlags.ts"(){"use strict";var e,t;U(),oe(),vs(),q(),B(),qe(),ns=new Set(["A","T","R","D","-","H","N"]),vl=[Gt()],Bt=(t=class extends(bl=E){constructor(i,n,r=[]){super(void 0,n,r,{});N(this,e);this.safeAppend(i.map(l=>new ce(l,"converter-flag",n,r)))}get type(){return"converter-flags"}afterBuild(){L(this,e,this.childNodes.map(i=>i.text().trim())),super.afterBuild()}toString(i){return super.toString(i,";")}text(){return super.text(";")}getUnknownFlags(){return new Set(f(this,e).filter(i=>/\{{3}[^{}]+\}{3}/u.test(i)))}getVariantFlags(){const i=new Set(this.getAttribute("config").variants);return new Set(f(this,e).filter(n=>i.has(n)))}isInvalidFlag(i,n,r,l){return typeof i=="object"&&(i=i.text().trim(),n=this.getVariantFlags(),r=this.getUnknownFlags(),l=new Set(f(this,e).filter(o=>ns.has(o)))),!!i&&!n.has(i)&&!r.has(i)&&(n.size>0||!l.has(i))}lint(i=this.getAbsoluteIndex(),n){const r=this.getVariantFlags(),l=this.getUnknownFlags(),o=new Set(f(this,e).filter(c=>ns.has(c))),a=f(this,e).filter(c=>!c).length,h=f(this,e).length-l.size-a,u=super.lint(i,n);if(r.size===h||o.size===h)return u;const d="no-ignored",g=k.lintConfig.getSeverity(d,"conversionFlag");if(g){const c=new ie(this,i);for(let p=0;p<this.length;p++){const b=this.childNodes[p],m=b.text().trim();if(this.isInvalidFlag(m,r,l,o)){const x=O(b,c,d,"invalid conversion flag",g);r.size===0&&ns.has(m.toUpperCase())?x.fix=un(x,m):x.suggestions=[D(x,p&&-1)],u.push(x)}}}return u}print(){return super.print({sep:";"})}},e=new WeakMap,t),ji=Y(bl),Bt=K(ji,0,"ConverterFlagsToken",vl,Bt),X(ji,1,Bt)}}),cs,wu=_({"src/converterRule.ts"(){"use strict";q(),B(),qe(),cs=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().toLowerCase())!=null?t:""}constructor(e,t=!0,s=k.getConfig(),i=[]){super(void 0,s,i);const n=e.indexOf(":"),r=e.slice(0,n).indexOf("=>"),l=r===-1?e.slice(0,n):e.slice(r+2,n);t&&s.variants.includes(l.trim().toLowerCase())?(super.insertAt(new ce(l,"converter-rule-variant",s,i)),super.insertAt(new ce(e.slice(n+1),"converter-rule-to",s,i)),r!==-1&&super.insertAt(new ce(e.slice(0,r),"converter-rule-from",s,i),0)):super.insertAt(new ce(e,"converter-rule-to",s,i))}toString(e){const{childNodes:t,firstChild:s,lastChild:i}=this;return t.length===3?`${s.toString(e)}=>${t[1].toString(e)}:${i.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,i]=e;return`<span class="wpb-converter-rule">${t.print()}=>${s.print()}:${i.print()}</span>`}return super.print({sep:":"})}json(e,t=this.getAbsoluteIndex()){const s=super.json(void 0,t);return s.variant=this.variant,s}}}}),wl,Pi,yl,qt,yu=_({"src/converter.ts"(){"use strict";he(),Be(),Le(),B(),bu(),wu(),wl=[$e,Fe("-{")],qt=class extends(yl=E){get type(){return"converter"}constructor(e,t,s,i=[]){super(void 0,s,i),this.insertAt(new Bt(e,s,i));const[n]=t,r=n.includes(":"),l=new cs(n,r,s,i);r&&l.length===1||!r&&t.length===2&&!be(t[1]).trim()?this.insertAt(new cs(t.join(";"),!1,s,i)):this.append(l,...t.slice(1).map(o=>new cs(o,!0,s,i)))}toString(e){const{childNodes:[t,...s]}=this;return`-{${t.toString(e)}${t.length>0?"|":""}${s.map(i=>i.toString(e)).join(";")}}-`}text(){const{childNodes:[e,...t]}=this;return`-{${e.text()}|${Qe(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?"|":""}${ct(t,{sep:";"})}}-</span>`}},Pi=Y(yl),qt=K(Pi,0,"ConverterToken",wl,qt),X(Pi,1,qt)}}),ea={};te(ea,{parseConverter:()=>ta});var ta,Su=_({"parser/converter.ts"(){"use strict";yu(),ta=(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)*$)`,"iu"));const i=/-\{/gu,n=/-\{|\}-/gu,r=[];let l=i,o=l.exec(e);for(;o;){const{0:h,index:u}=o;if(h==="}-"){const d=r.pop(),{length:g}=s,c=e.slice(d.index+2,u),p=c.indexOf("|"),[b,m]=p===-1?[[],c]:[c.slice(0,p).split(";"),c.slice(p+1)],x=m.replace(/(&[#a-z\d]+);/giu,"$1"),w=x.split(t.regexConverter).map(y=>y.replace(/\x01/gu,";"));new qt(b,w,t,s),e=`${e.slice(0,d.index)}\0${g}v${e.slice(u+2)}`,r.length===0&&(l=i),l.lastIndex=d.index+3+String(g).length}else r.push(o),l=n,l.lastIndex=u+2;o=l.exec(e)}return e}}}),ps={};te(ps,{Token:()=>E});var Sl,E,B=_({"src/index.ts"(){"use strict";var e,t,s,i,n,r,l,o,sa,ia,na,ra,la,oa,aa,ua,ha,da,ca,ga,S;he(),Je(),U(),Te(),q(),Pa(),Ra(),Sl=["category","html-attr#id,ext-attr#id,table-attr#id"],E=(S=class extends Ct{constructor(v,$=k.getConfig(),C=[],I){super();N(this,o);N(this,e,"plain");N(this,t,0);N(this,s);N(this,i);N(this,n);N(this,r,!1);N(this,l);typeof v=="string"&&this.insertAt(v),L(this,s,$),L(this,i,C),C.push(this)}get type(){return f(this,e)}set type(v){L(this,e,v)}parseOnce(v=f(this,t),$=!1,C){if(v<f(this,t)||this.length===0||!this.isPlain())return this;if(f(this,t)>=ve)return this;switch(v){case 0:if(this.type==="root"){f(this,i).pop();const I=j(this,o,sa).call(this);$&&($=!I)}L(this,n,$),j(this,o,ia).call(this,$);break;case 1:j(this,o,na).call(this);break;case 2:j(this,o,ra).call(this);break;case 3:j(this,o,la).call(this);break;case 4:j(this,o,oa).call(this);break;case 5:j(this,o,aa).call(this,C);break;case 6:j(this,o,ua).call(this,C);break;case 7:j(this,o,ha).call(this);break;case 8:j(this,o,da).call(this);break;case 9:j(this,o,ca).call(this);break;case 10:j(this,o,ga).call(this)}if(this.type==="root")for(const I of f(this,i))I==null||I.parseOnce(v,$,C);return Pn(this,t)._++,this}buildFromStr(v,$){const C=v.split(/[\0\x7F]/u).map((I,z)=>{if(z%2===0)return new Gi(I);if(isNaN(I.slice(-1)))return f(this,i)[Number(I.slice(0,-1))];throw new Error(`Failed to build! Unrecognized token: ${I}`)});return $===0?C.map(String).join(""):$===1?Qe(C):C}build(){L(this,t,ve);const{length:v,firstChild:$}=this,C=$==null?void 0:$.toString();if(v===1&&$.type==="text"&&C.includes("\0")&&(Tn(this,0,1,this.buildFromStr(C)),this.normalize(),this.type==="root"))for(const I of f(this,i))I==null||I.build()}afterBuild(){if(this.type==="root")for(const v of f(this,i))v==null||v.afterBuild();L(this,r,!0)}parse(v=ve,$,C){for(v=Math.min(v,ve);f(this,t)<v;)this.parseOnce(f(this,t),$,C);return v&&(this.build(),this.afterBuild()),this}isPlain(){return this.constructor===S}getAttribute(v){var $;switch(v){case"config":return f(this,s);case"include":return($=f(this,n))!=null?$:!!f(this.getRootNode(),n);case"accum":return f(this,i);case"built":return f(this,r);case"stage":return f(this,t);case"invalid":return this.type==="table-inter"&&Wt(this)===2;default:return super.getAttribute(v)}}setAttribute(v,$){switch(v){case"stage":f(this,t)===0&&this.type==="root"&&f(this,i).shift(),L(this,t,$);break;default:super.setAttribute(v,$)}}insertAt(v,$=this.length){const C=typeof v=="string"?new Gi(v):v;super.insertAt(C,$);const{type:I}=C;return I==="root"&&(C.type="plain"),C}normalizeTitle(v,$=0,C){return k.normalizeTitle(v,$,f(this,n),f(this,s),C)}inTableAttrs(){var v,$;return((v=this.closest("table-attrs,ext"))==null?void 0:v.type)==="table-attrs"&&(($=this.closest("table-attrs,arg,magic-word,template"))!=null&&$.is("table-attrs")?2:1)}inHtmlAttrs(){var v;return(v=this.closest("html-attrs,ext"))!=null&&v.is("html-attrs")?2:this.inTableAttrs()}lint(v=this.getAbsoluteIndex(),$){var I;let C=super.lint(v,$);if(this.type==="root"){const z=new Map,R="no-duplicate",P=["category","id"].map(F=>k.lintConfig.getSeverity(R,F)),W=Sl.filter((F,V)=>P[V]).join();if(W){for(const F of this.querySelectorAll(W)){let V;if(F.is("category"))V=F.name;else{const G=F.getValue();G&&G!==!0&&(V=`#${G}`)}if(V){const G=z.get(V);G?G.add(F):z.set(V,new Set([F]))}}for(const[F,V]of z)if(V.size>1&&!F.startsWith("#mw-customcollapsible-")){const G=!F.startsWith("#"),Z=`duplicated ${G?"category":"id"}`,ne=P[G?0:1];C.push(...[...V].map(le=>{const re=J(le,{start:le.getAbsoluteIndex()},R,Z,ne);return G&&(re.suggestions=[D(re)]),re}))}}const H=/<!--\s*lint-(disable(?:(?:-next)?-line)?|enable)(\s[\sa-z,-]*)?-->/gu,ge=this.toString(),ee=[];let M=H.exec(ge);for(;M;){const{1:F,index:V}=M,G=(I=M[2])==null?void 0:I.trim();ee.push({line:this.posFromIndex(V).top+(F==="disable-line"?0:1),from:F==="disable"?H.lastIndex:void 0,to:F==="enable"?H.lastIndex:void 0,rules:G?new Set(G.split(",").map(Z=>Z.trim())):void 0}),M=H.exec(ge)}if(C=C.filter(({rule:F,startLine:V,startIndex:G})=>{const Z={pos:0};for(const{line:ne,from:le,to:re,rules:Ce}of ee){if(ne>V+1)break;if(Ce&&!Ce.has(F))continue;if(ne===V&&le===void 0&&re===void 0)return!1;le<=G&&le>Z.pos?(Z.pos=le,Z.type="from"):re<=G&&re>Z.pos&&(Z.pos=re,Z.type="to")}return Z.type!=="from"}),C.some(({fix:F})=>F)){const F=C.map(({fix:Z})=>Z).filter(Boolean).sort(({range:[Z,ne]},{range:[le,re]})=>ne===re?le-Z:re-ne);let V=1/0,G=ge;for(const{range:[Z,ne],text:le}of F)ne<=V&&(G=G.slice(0,Z)+le+G.slice(ne),V=Z);Object.assign(C,{output:G})}}return C}toString(v,$){return v?super.toString(!0,$):Ve(f(this,l),()=>super.toString(!1,$),C=>{const I=this.getRootNode();I.type==="root"&&f(I,r)&&L(this,l,C)})}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakMap,n=new WeakMap,r=new WeakMap,l=new WeakMap,o=new WeakSet,sa=function(){const{parseRedirect:v}=(qa(),Q(zl)),$=this.firstChild.toString(),C=v($,f(this,s),f(this,i));return C&&this.setText(C),!!C},ia=function(v){const{parseCommentAndExt:$}=(ks(),Q(To));this.setText($(this.firstChild.toString(),f(this,s),f(this,i),v))},na=function(){const{parseBraces:v}=(mn(),Q(ro)),$=this.type==="root"?this.firstChild.toString():`\0${this.firstChild.toString()}`,C=v($,f(this,s),f(this,i));this.setText(this.type==="root"?C:C.slice(1))},ra=function(){if(f(this,s).excludes.includes("html"))return;const{parseHtml:v}=(ru(),Q(Co));this.setText(v(this.firstChild.toString(),f(this,s),f(this,i)))},la=function(){if(f(this,s).excludes.includes("table"))return;const{parseTable:v}=(au(),Q(Ro));this.setText(v(this,f(this,s),f(this,i)))},oa=function(){if(f(this,s).excludes.includes("hr"))return;const{parseHrAndDoubleUnderscore:v}=(du(),Q(qo));this.setText(v(this,f(this,s),f(this,i)))},aa=function(v){const{parseLinks:$}=(pu(),Q(Vo));this.setText($(this.firstChild.toString(),f(this,s),f(this,i),v))},ua=function(v){if(f(this,s).excludes.includes("quote"))return;const{parseQuotes:$}=(zo(),Q(Uo)),C=this.firstChild.toString().split(`
25
+ `);for(let I=0;I<C.length;I++)C[I]=$(C[I],f(this,s),f(this,i),v);this.setText(C.join(`
26
+ `))},ha=function(){if(f(this,s).excludes.includes("extLink"))return;const{parseExternalLinks:v}=(Do(),Q(Ho));this.setText(v(this.firstChild.toString(),f(this,s),f(this,i)))},da=function(){if(f(this,s).excludes.includes("magicLink"))return;const{parseMagicLinks:v}=(fu(),Q(Qo));this.setText(v(this.firstChild.toString(),f(this,s),f(this,i)))},ca=function(){if(f(this,s).excludes.includes("list"))return;const{parseList:v}=(vu(),Q(Yo)),{firstChild:$,type:C,name:I}=this,z=$.toString().split(`
27
+ `),R={lastPrefix:""};let P=C==="root"||C==="ext-inner"&&I==="poem"?0:1;for(;P<z.length;P++)z[P]=v(z[P],R,f(this,s),f(this,i));this.setText(z.join(`
28
+ `))},ga=function(){if(f(this,s).variants.length>0){const{parseConverter:v}=(Su(),Q(ea));this.setText(v(this.firstChild.toString(),f(this,s),f(this,i)))}},S)}}),we,As,Tn,Te=_({"util/debug.ts"(){"use strict";we={running:!1,run(e){const{running:t}=this;this.running=!0;try{const{Token:s}=(B(),Q(ps)),i=e();return i instanceof s&&!i.getAttribute("built")&&i.afterBuild(),this.running=t,i}catch(s){throw this.running=t,s}},rev:0},As=e=>t=>t.type===e,Tn=(e,t,s,i=[])=>{var l,o;let n=e.getChildNodes(),r;n.length===s?(r=n,n=i):r=n.splice(t,s,...i);for(let a=0;a<i.length;a++){const h=i[a];h.setAttribute("parentNode",e),h.setAttribute("nextSibling",n[t+a+1]),h.setAttribute("previousSibling",n[t+a-1])}return(l=n[t-1])==null||l.setAttribute("nextSibling",n[t]),(o=n[t+i.length])==null||o.setAttribute("previousSibling",n[t+i.length-1]),n===i&&e.setAttribute("childNodes",n),r}}}),kl,$t,Ri,Oi,Al,Bi,_l,en,ku=_({"lib/lintConfig.ts"(){"use strict";Fl(),kl=new Set([0,1,2]),$t=new Map([[0,!1],[1,"warning"],[2,"error"]]),Ri={"bold-header":[1,{}],"format-leakage":[1,{}],"fostered-content":[1,{}],h1:[1,{}],"illegal-attr":[2,{}],"insecure-style":2,"invalid-gallery":[2,{parameter:1}],"invalid-imagemap":[2,{}],"invalid-invoke":[2,{}],"invalid-isbn":2,"lonely-apos":[1,{}],"lonely-bracket":[1,{extLink:2}],"lonely-http":[1,{}],"nested-link":[2,{}],"no-arg":1,"no-duplicate":[2,{category:1,id:1,unknownImageParameter:1}],"no-ignored":[2,{fragment:1,galleryComment:1,galleryNoImage:1,include:1,nonWordAttributes:1,redirect:1}],"obsolete-attr":1,"obsolete-tag":1,"parsing-order":[2,{templateInTable:1}],"pipe-like":[1,{double:2}],"table-layout":1,"tag-like":[2,{disallowed:1,invalid:1}],"unbalanced-header":2,"unclosed-comment":[1,{}],"unclosed-quote":1,"unclosed-table":2,unescaped:2,"unknown-page":1,"unmatched-tag":[1,{}],"unterminated-url":[1,{}],"url-encoding":[1,{}],"var-anchor":[1,{}],"void-ext":[2,{}]},Object.freeze(Ri),Oi=e=>typeof e=="number"&&kl.has(e),Al=e=>Oi(e)||Array.isArray(e)&&e.length===2&&Oi(e[0])&&e[1]&&typeof e[1]=="object",Bi=(e,t,s)=>{if(rn.includes(t)){if(Al(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)}`)},_l=class{constructor(e){if(Object.assign(this,JSON.parse(JSON.stringify(Ri))),!!e)for(const[t,s]of Object.entries(e))Bi(this,t,s)}getSeverity(e,t){var i;const s=this[e];return typeof s=="number"?$t.get(s):t&&(i=$t.get(s[1][t]))!=null?i:$t.get(s[0])}},en=e=>new Proxy(new _l(e),{set:Bi})}}),pa={};te(pa,{Title:()=>fa});var fa,Au=_({"lib/title.ts"(){"use strict";var e,t,s,i,n,r;Xe(),he(),fa=(r=class{constructor(l,o,a,{temporary:h,decode:u,selfLink:d}={}){N(this,e);N(this,t);N(this,s);N(this,i);N(this,n);Ne(this,"valid");Ne(this,"encoded",!1);const g=l.trim().startsWith("../");if(u&&l.includes("%"))try{const p=/%(?!21|3[ce]|5[bd]|7[b-d])[\da-f]{2}/iu.test(l);l=zt(l),this.encoded=p}catch(p){}if(l=Mt(l).replace(/[_ ]+/gu," ").trim(),g)L(this,i,0);else{let p=o;l.startsWith(":")&&(p=0,l=l.slice(1).trim());const b=l.split(":");if(b.length>1){const m=dt(b[0]),x=Object.prototype.hasOwnProperty.call(a.nsid,m)&&a.nsid[m];x&&(p=x,l=b.slice(1).join(":").trim())}L(this,i,p)}const c=l.indexOf("#");if(c!==-1){let p=l.slice(c).trim().slice(1);if(p.includes("%"))try{p=zt(p)}catch(b){}L(this,n,p.replace(/ /gu,"_")),l=l.slice(0,c).trim()}this.valid=!!(l||d&&this.ns===0&&f(this,n)!==void 0)&&Mt(l)===l&&!/^:|\0\d+[eh!+-]\x7F|[<>[\]{}|\n]|%[\da-f]{2}|(?:^|\/)\.{1,2}(?:$|\/)/iu.test(g?/^(?:\.\.\/)+(.*)/u.exec(l)[1]:l),this.main=l,L(this,t,a.namespaces),L(this,s,a.articlePath||"/wiki/$1"),f(this,s).includes("$1")||L(this,s,f(this,s)+`${f(this,s).endsWith("/")?"":"/"}$1`),h||Object.defineProperties(this,{encoded:{enumerable:!1,writable:!1}})}get ns(){return f(this,i)}get fragment(){return f(this,n)}get main(){return f(this,e)}set main(l){l=l.replace(/_/gu," ").trim(),L(this,e,l&&l[0].toUpperCase()+l.slice(1))}get prefix(){const l=f(this,t)[this.ns];return l+(l&&":")}get title(){return this.getRedirection()[1]}get extension(){const{main:l}=this,o=l.lastIndexOf(".");return o===-1?void 0:l.slice(o+1).toLowerCase()}getRedirection(){return[!1,(this.prefix+this.main).replace(/ /gu,"_")]}setFragment(l){L(this,n,l)}getUrl(l){throw new Error("Title.getUrl method is only available in the LSP version!")}},e=new WeakMap,t=new WeakMap,s=new WeakMap,i=new WeakMap,n=new WeakMap,r)}}),xa={};te(xa,{default:()=>k});ma.exports=Q(xa);var rs,qi,Ee,Wi,$l,k,q=_({"index.ts"(){Fl(),Te(),Je(),he(),ku(),rs=!0,qi=en(),Ee={config:Ui,i18n:void 0,rules:rn,get lintConfig(){return qi},set lintConfig(e){qi=en(e)},get viewOnly(){return rs},set viewOnly(e){rs&&!e&&we.rev++,rs=e},getConfig(e){const t=e!=null?e:this.config,{doubleUnderscore:s,ext:i,parserFunction:n,variable:r}=t;for(let l=0;l<2;l++)s.length>l+2&&s[l].length===0&&(s[l]=Object.keys(s[l+2]));return i.includes("translate")&&!r.includes("translationlanguage")&&(r.push("translationlanguage"),Array.isArray(n[1])?n[1].push("TRANSLATIONLANGUAGE"):n[1].TRANSLATIONLANGUAGE="translationlanguage"),_e(fe(fe({},Ui),t),{excludes:[]})},msg(e,t=""){var s,i;return e&&((i=(s=this.i18n)==null?void 0:s[e])!=null?i:e).replace("$1",this.msg(t))},normalizeTitle(e,t=0,s,i=Ee.getConfig(),n){const{Title:r}=(Au(),Q(pa));let l;if(n!=null&&n.halfParsed)l=new r(e,t,i,n);else{const{Token:o}=(B(),Q(ps));l=we.run(()=>{const a=new o(e,i);a.type="root",a.parseOnce(0,s).parseOnce();const h=new r(a.toString(),t,i,n);a.build();for(const u of["main","fragment"]){const d=h[u];if(d!=null&&d.includes("\0")){const g=a.buildFromStr(d,1);u==="main"?h.main=g:h.setFragment(g)}}return h})}return l},parse(e,t,s=ve,i=Ee.getConfig()){e=El(e);let n;typeof s!="number"&&(n=Array.isArray(s)?s:[s],s=Math.max(...n.map(o=>Ll[o]||ve)));const{Token:r}=(B(),Q(ps));return we.run(()=>{const o=new r(e,i);return o.type="root",o.parse(s,t)})},async partialParse(e,t,s,i=Ee.getConfig()){},createLanguageService(e={}){throw new Error("Parser.createLanguageService method is only available in the LSP version!")}},Wi={},$l=new Set(["lintConfig","normalizeTitle","parse","createLanguageService"]);for(const e in Ee)$l.has(e)||(Wi[e]={enumerable:!1});Object.defineProperties(Ee,Wi),Object.assign(typeof globalThis=="object"?globalThis:self,{Parser:Ee}),k=Ee}});q()});_u();})();