Я просто сделал это следующим образом:
if( $("#wpTextbox1").val() == ""){
$("#wpTextbox1").val("This content is generated from 'MediaWiki:Common.js'\rPlease use a template by typing into the Search field 'Template:'. From there, your available templates will be visible from the auto-complete options.");
}
Конечно, вы можете жестко закодировать шаблон (или что-нибудь еще) в аргументе val.