Wikipedia:WikiProject User scripts/Scripts/Rationale

This is an old revision of this page, as edited by Sceptre (talk | contribs) at 23:06, 26 June 2007 (js...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

function nonfree() {

  var desc = document.getElementById("wpUploadDescription");
  desc.value = '{{Non-free media rationale\n'+

'|Description=\n'+ '|Source=\n'+ '|Portion=\n'+ '|Resolution=\n'+ '|Purpose=\n'+ '|Replaceability=\n'+ '|other_information=\n'+ '}}'; } addOnloadHook(function() { addPortletLink('p-tb', 'javascript:nonfree()', 'Add non-free rationale'); }