Difference between revisions of "User:Fbstj/gadget/history-test.js"

m
dont link when no id
(add edit buttons to templates)
 
m (dont link when no id)
$('.navbar').attr('id', function(i, v) { $('.title', this).append("<span style='float: right; font-size: small;' >[<a href='/edit/Template:"+v+"'>edit</a>]</span>"); })
 
$('.infobox').attr('id', function(i, v) { $('.title', this).append("<span style='float: right; font-size: small;' >[<a href='/edit/Template:"+v+"'>edit</a>]</span>"); })
if (!v) return v;
v = v.replace('.26', '&').replace('.27', "'");
$('.title', this).append("<span style='float: right; font-size: small;' >[<a href='/edit/Template:"+v.replace('.+"'>edit</a>]</span>");
})