Difference between revisions of "Template:BGIC China"

Line 26: Line 26:
 
}
 
}
  
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
+
// else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );  
+
// $("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );  
}
+
// }
 
+
//
else {
+
// else {
// this adds the team's name as an h1
+
// // this adds the team's name as an h1
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );  
+
// $("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );  
 
+
//
// this adds the page's title as an h4
+
// // this adds the page's title as an h4
$("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
+
// $("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
}
+
// }
  
  

Revision as of 22:08, 1 July 2016