Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Create an account below if you want to be able to make edits.

Template:Scrollable Math: Difference between revisions

Template page
No edit summary
No edit summary
Line 10: Line 10:
Usage:
Usage:
   {{Scrollable Math|<math>x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}</math>}}
   {{Scrollable Math|<math>x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}</math>}}
<templatedata>
{
  "description": "Wraps a math formula in a horizontally scrollable container for mobile devices",
  "params": {
    "1": {
      "label": "Math formula",
      "type": "string",
      "required": true,
      "description": "The math formula to display (include <math>…</math> tags)"
    }
  }
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 14:48, 17 November 2025


This template wraps math formulas in a horizontally scrollable container for mobile devices.

Usage:

 
 x=b±b24ac2a


Wraps a math formula in a horizontally scrollable container for mobile devices

Template parameters

ParameterDescriptionTypeStatus
Math formula1

The math formula to display (include <math>…</math> tags)

Stringrequired