Content deleted Content added
fixing errors, and wikilinking articles |
m linking shortest articles too |
||
Line 161:
var bottomTen = '===Ten shortest articles===\n';
for(var i=0;i<10;i++){
bottomTen += ('# [[' + pagesList[i].key + ']] (' + Math.round(pagesList[i].value/1024) + ' kB)\n');
}
|