1 397
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 39 : | Ligne 39 : | ||
title: 'Copy the text', | title: 'Copy the text', | ||
copyText: '\{\{subst:Modèle:plat\}\}' | copyText: '\{\{subst:Modèle:plat\}\}' | ||
} ); | |||
var copyTextDessert = new mw.widgets.CopyTextLayout( { | |||
title: 'Copy the text', | |||
copyText: '\{\{subst:Modèle:dessert\}\}' | |||
} ); | } ); | ||
Ligne 44 : | Ligne 48 : | ||
$( '.dsg_RecetteCategorie' ).append(copyText.$element ); | $( '.dsg_RecetteCategorie' ).append(copyText.$element ); | ||
$( '.dsg_RecetteCategorie' ).append(copyTextPlat.$element ); | $( '.dsg_RecetteCategorie' ).append(copyTextPlat.$element ); | ||
$( '.dsg_RecetteCategorie' ).append(copyTextDessert.$element ); | |||
}); | }); |