MediaWiki:Left align mermaid: Difference between revisions

Octopirate changed the content model of the page Template:Left align mermaid from "wikitext" to "JavaScript"
(Created page with "$(document).ready(function() { $('.ext-mermaid > div > svg > g.root > g.nodes > g.root').each(function() { var transform = $(this).attr('transform'); var translateRegex = /translate\(([^,]*),([^)]*)\)/; var matches = translateRegex.exec(transform); if (matches && matches.length === 3) { // Zero out the x component but keep the y component var newX = 0; var newY = matches[2]; var newTransform = transform.replace(translateRe...")
 
(Octopirate changed the content model of the page Template:Left align mermaid from "wikitext" to "JavaScript")
Tag: content model change
(No difference)