A List of WSS and MOSS Site Definitions and Configurations.
The other 'MS' have a list on OOTB content types here: http://msdn.microsoft.com/en-us/library/ms452896.aspx ( have a look in C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEFEATURESctypesctypeswss.xml), but I though I would share another piece of reference material I often use – all those "Out Of The Box" Site Definition Configurations. You know, all those 'site template' choices you get when you create a new site collection…
They are normally found in the 12 hive location: C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATESiteTemplates.
If your desired definition isn't listed, save site as a template (.stp), extract the manifest.xml file and locate the <Details><TemplateID>entry to find the number show below.
Remember that saving as a template won't replicate a full site definition (many customisations, such as content types, won't be there), so if it's a hand customised site you will have to reverse-engineer it yourself, or use one of the 3rd party or MS dev tools, to help you create a definition from it in Visual Studio. I'll cover my approach to using these in a later blog post.
WSS Templates (with configuration #)
· 0 – Global: GLOBAL#0 (SetupPath=global) – “Global template”
· 1 – Team Site: STS#0 – “Team Site”
· 1 – Blank Site: STS#1 – “Blank Site”
· 1 – Document Workspace: STS#2 – “Document Workspace”
· 2 – Basic Meeting Workspace: MPS#0 – “Basic Meeting Workspace”
· 2 – Blank Meeting Workspace: MPS#1 – “Blank Meeting Workspace”
· 2 – Decision Meeting Workspace: MPS#2 – “Decision Meeting Workspace”
· 2 – Social Meeting Workspace: MPS#3 – “Social Meeting Workspace”
· 2 – Multiple Meeting Workspace: MPS#4 – “Multipage Meeting Workspace”
· 3 – Central Administration: CENTRALADMIN – “Central Admin Site”
· 4 – Wiki Site: WIKI#0 – “Wiki Site”
· 9 – Blog Site: BLOG#0 – “Blog”
MOSS Templates (with configuration #)
· 7 – Document Centre: BDR#0 – “Document Center”
· 20 – SharePoint Portal: SPS (OBSOLETE) – “SharePoint Portal Server Site”
· 21 – Personal Space: SPSPERS – “SharePoint Portal Server Personal Space”
· 22 – Personalisation Site: SPSMSITE#0 – “Personalization Site”
· 30 – Contents Area: SPSTOC (OBSOLETE) – “Contents area Template”
· 31 – Topic Area: SPSTOPIC (OBSOLETE) – “Topic area template”
· 32 – News Area: SPSNEWS (OBSOLETE) – “News area template”
· 33 – News Site: SPSNHOME#0 (SubWebOnly) – “News Home template”
· 34 – Site Directory: SPSSITE#0 (SetupPath = SPSSITES) – “Site Directory Area”
· 36 – Community Area: SPSCOMMU (OBSOLETE) – “Community area template”
· 38 – Report Centre: SPSREPORTCENTER#0 – “Report Center Site”
· 39 – Publishing Site: CMSPUBLISHING#0 (SetupPath =PUBLISHING) – “Publishing and Team Collaboration Site”
· 40 – OSRV – “Shared Services Administration Site”
· 47 – Collaboration Portal: SPSPORTAL#0 – “Corporate Intranet Site”
· 50 – Search Centre with Tabs: SRCHCEN#0 – “Search Center”
· 51 – Profiles: PROFILES – “Profiles”
· 52 – Publishing Portal: BLANKINTERNETCONTAINER#0 – “Internet Presence Web Site”
· 53 – Publishing Site with Workflow: BLANKINTERNET#2 – “Press Releases Site”, “Publishing Site”
· 54 – My Site Host: SPSMSITEHOST#0 – “My Site Host”
· 90 – Search Centre: SRCHCENTERLITE#0 – “Search Center Lite”
· 6221 – Project Web Access Site: PWA#0 - “Project Web Access Site”
· 6215 – Project Workspace: PWS#0 - “Project Workspace”
· 14483 – Records Repository: OFFILE#0 - “Records Repository”
UI Templates
I haven't yet gone through the process of mapping them to the above, but here is a list of the site templates you see in the UI, and the 'type' icons associated with them in the hierarchical list view:
Site
Publishing Portal
Enterprise – Personalisation Site
Enterprise – Report Centre
Enterprise – Search Centre with Tabs
Enterprise – Site Director
Document Centre (created with portal site)
News (created with portal site)
Publishing- News Site
Publishing- Publishing Site
Publishing- Publishing Site with Workflow
Sharepoint Site
Collaboration Blank Site
Collaboration Blog
Collaboration GroupBoard Workspace
Collaboration Team Site
Collaboration Wiki Site
Enterprise – Document Centre
Enterprise – Records Centre
Enterprise – Search Centre
Document Workspace
Collaboration Document Workspace
Single Meeting Workspace or
Recurring Meeting Workspace
Basic Meeting Workspace
Blank Meeting Workspace
Decision Meeting Workspace
Multipage Meeting Workspace
Meeting Workspace Workspace
Microsoft's UI Site Templates List is at:
http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=65
The end of another MOSSuMS post


