I'm trying to script the creation of sites for the fab 40 Microsoft SharePoint templates. I'm having trouble finding the value for the sitetemplate parameter for the stsadm command to create the sites.
e.g.:
stsadm -o createsite -url http://Test/sites/Team_Site **-sitetemplate STS#0** -title "Team Site" ...
Is there a command I can run, or somewhere I can look to find the sitetemplate value for WSP packages (e.g. BugDatabase.wsp)?