Template:Scrollable Math: Difference between revisions
Template page
More actions
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:
Wraps a math formula in a horizontally scrollable container for mobile devices
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Math formula | 1 | The math formula to display (include <math>…</math> tags) | String | required |