Content deleted Content added
Technical 13 (talk | contribs) m minor display changes... |
Technical 13 (talk | contribs) fix some links |
||
Line 17:
function displayAnswer(){
var table = "{| class=\"collapsible collapsed sortable\" width=\"95%\" border=\"1\"";
table += "\n|-\n! colspan=\"5\"| Pageview stats for pages related to
table += "\n|-\n! Page Name !! width=\"15%\"| Hits in 30 days !! width=\"15%\"| Hits in 60 days !! width=\"15%\"| Hits in 90 days !! width=\"5%\"| Rank";
for(var pageName in pageNames){
table += "\n|- style=\"text-align: center;\"";
table += "\n| style=\"text-align: left; font-weight: bold;\" | [[" + pageNames[pageName] + "]] ";
table += "|| {{Plainlinks|url=http://stats.grok.
table += "|| {{Plainlinks|url=http://stats.grok.
table += "|| {{Plainlinks|url=http://stats.grok.
table += "|| " + fullResults[pageName].rank;
}
|