Rapido e eficaz podes usar powershell:
$web = Get-SPWeb http:/SC/site $web.WebTemplate + " " + $web.WebTemplateId $web.close()
Tens aqui no final do post a lista de templates disponiveis:
http://fcsharepoint.com/2015/03/29/creating-subsites-using-powershell-script-list-of-sharepoint-2013-template-sites/
Obrigado