Template:Infobox weather event/doc/adoption

< Template:Infobox weather event‎ | doc

72.2% Infobox weather event adoption (2003 / 2776) as of 16:42, 20 March 2024 (UTC)

   

Documentation icon Template documentation

Data from quarry:query/73404. Computation performed the following: <syntaxhighlight lang="js"> (async () => {

   const run = await fetch("https://quarry.wmcloud.org/query/73404/result/latest/0/json")
       .then(r => r.json());
   
   const ibxWE = run.rows.find(r => r[0] === "Infobox_weather_event")[1];
   const ibxOther = run.rows.filter(r => r[0] !== "Infobox_weather_event").reduce((p, n) => p + n[1], 0);
   
   const ibxTotal = ibxWE + ibxOther;
   console.log(`

Expression error: Unrecognized punctuation character "$".% Infobox weather event adoption (${ibxWE}/${ibxTotal}) as of 12:11, 30 March 2024 (UTC)

<span style=" width: Expression error: Unexpected < operator.%; height: 6px; background:#00af32; float:left; ">  <span style=" width: Expression error: Unexpected < operator.%; height: 6px; background:#eaecf0; float:left; "> 

   `.trim())

})(); </syntaxhighlight>