DesmosIntegrator is a script for adding embedded Desmos graphs to articles using HTML
Installation
- Importing multiple scripts? This quick guide shows how to combine the imports.
- For site-wide use, an administrator can add the line below to the wiki's MediaWiki:ImportJS page.
dev:DesmosIntegrator
Structure
For 2D Desmos Graphing Calculator (with menu):
<span class="EmbeddedDesmosGraphMain" data-widget-id="replacemewithgraphid" style="width: 500px; height: 500px;"></span>
For 2D Desmos Graphing Calculator (without menu):
<span class="EmbeddedDesmosGraphAlt" data-widget-id="replacemewithgraphid" style="width: 500px; height: 500px;"></span>
For 3D Desmos Graphing Calculator (with menu):
<span class="EmbeddedDesmos3D" data-widget-id="replacemewithgraphid" style="width: 500px; height: 500px;"></span>
For Desmos Geometry (with menu):
<span class="EmbeddedDesmosGeometry" data-widget-id="replacemewithgraphid" style="width: 500px; height: 500px;"></span>
Demos
These are demos of every single type of Desmos you can use (except for the 2D version without the menu)
Demo 1 (Mandelbrot Set)
Demo 2 (4D Grapher)
Demo 3 (Ellipse)