Template:Subtitle: Difference between revisions

From CCARH Wiki
Jump to navigation Jump to search
Created page with "<html> <script> var titlespan = document.querySelector('h1 > span'); if (typeof titlespan != 'undefined') { var oldcontent = titlespan.textContent; titlespan.innerHTML..."
 
No edit summary
 
Line 1: Line 1:
<includeonly><nowiki>
<html>
<html>
<script>
<script>
Line 4: Line 5:
if (typeof titlespan != 'undefined') {
if (typeof titlespan != 'undefined') {
   var oldcontent = titlespan.textContent;
   var oldcontent = titlespan.textContent;
     titlespan.innerHTML = oldcontent + ": <span style='font-style: italic; font-size:80%;'>{{{1}}}</span>";
     titlespan.innerHTML = oldcontent + ": <span style='font-style: italic; font-size:80%;'></nowiki>{{{1}}}<nowiki></span>";
}
}
</script>
</script>
</html>
</html>
</nowiki>
</includeonly>

Latest revision as of 00:23, 6 January 2015