106
modifications
(jout d'un span englobant pour être cohérent avec editsection) |
(couleur normale ?) |
||
description : "Obtenir une URL vers cette section",
descinterne : "Obtenir un [[Lien#interne]]",
linkcolor : "
fontSize : "xx-small",
fontWeight : "normal",
span = document.createElement('span');
with(span ) {
if (AncreTitres.linkcolor != "") style.color=AncreTitres.linkcolor;
style.fontSize=AncreTitres.fontSize;
style.fontWeight=AncreTitres.fontWeight;
|
modifications