| Display title | Widget:ToggleWidth |
| Default sort key | ToggleWidth |
| Page length (in bytes) | 383 |
| Namespace ID | 274 |
| Namespace | Widget |
| Page ID | 2029 |
| Page content language | en - English |
| Page content model | wikitext |
| Indexing by robots | Allowed |
| Number of redirects to this page | 0 |
| Edit | Allow only users with "editwidgets" permission (infinite) |
| Move | Allow only users with "editwidgets" permission (infinite) |
| Page creator | Timothy (talk | contribs) |
| Date of page creation | 17:51, 23 June 2023 |
| Latest editor | Timothy (talk | contribs) |
| Date of latest edit | 13:31, 5 July 2023 |
| Total number of edits | 19 |
| Total number of distinct authors | 1 |
| Recent number of edits (within past 90 days) | 0 |
| Recent number of distinct authors | 0 |
Description | Content |
Article description: (description) This attribute controls the content of the description and og:description elements. | Try it
function myFunction() {
var x = document.getElementsByClassName("ts-inner");
for (i in x) {
if (x[i].style.maxWidth === "none") {
x[i].style.maxWidth = "115em";
} else {
x[i].style.maxWidth = "none";
}
}
} |