Difference between revisions of "Template:Example"

(Prototype team template page)
 
(2 intermediate revisions by 2 users not shown)
Line 470: Line 470:
  
 
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( 6, wgPageName.length ) );  
+
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );  
 
}
 
}
  
Line 479: Line 479:
 
// 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 , " ")  );
 +
}
 +
 +
 +
if( ($(location).attr('href')).indexOf("submit") >= 0  ) {
 +
$(".menu_wrapper").css( { "position": "absolute", "height": "auto"});
 +
$("#wpTextbox1").css( 'margin-top', '440px');
 
}
 
}
  

Latest revision as of 16:05, 22 March 2017