Difference between revisions of "Template:Example"

Line 465: Line 465:
 
 
  
if ( wgPageName.indexOf(":") == 8 ) {  // if the page is a template it displays the full name in a single line
+
if ( wgPageName.substring( 0,  9) == "Template") {  // if the page is a template it displays the full name in a single line
 
$("#team_name").html( wgPageName );  
 
$("#team_name").html( wgPageName );  
 
}
 
}

Revision as of 15:00, 14 April 2016