Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,423
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
} | } | ||
</style> | </style> | ||
<div style="text-align: right;"> | <div style="text-align: right;"> | ||
<h1 style="color: black;">mcpcms </h1> | <h1 style="color: black;">mcpcms </h1> | ||
Line 60: | Line 59: | ||
</span> | </span> | ||
</blockquote> | </blockquote> | ||
<button type="button" class="collapsible"> | <button type="button" class="collapsible">details</button> | ||
<div class="content"> | <div class="content"> | ||
<blockquote> | <blockquote> | ||
Line 121: | Line 120: | ||
if (content.style.display === "block") { | if (content.style.display === "block") { | ||
content.style.display = "none"; | content.style.display = "none"; | ||
coll.title = "details"; | |||
} else { | } else { | ||
content.style.display = "block"; | content.style.display = "block"; | ||
coll.title = "tl;dr"; | |||
} | } | ||
}); | }); |