Content deleted Content added
Technical 13 (talk | contribs) Okay, this should properly parse the old style |orphan= parameter in most cases. |
Technical 13 (talk | contribs) += link... Appears to work, will have to test on some others... |
||
Line 31:
var deOrphanedText = 'Article deOrphaned! <small>( ';
if(oldMIparameter ){
deOrphanedText += 'load ';
} else {
deOrphanedText += '<small>(<a href="#reLoad" onClick="___location.reload();" style="font-weight: bold;">reload</a> | ';
}
deOrphanedText += '<a href="//en.wikipedia.org/w/index.php?title=' + mw.config.get("wgTitle") + '&diff=cur&oldid=prev" style="font-weight: bold;">diff</a>)</small>';
$(".loadinganimation").html(deOrphanedText);
});
|