Sierra Vista Community Theatre Wiki

Entertain, Educate, Empower and Inspire

User Tools

Site Tools


faqs:wiki_notes:admin:template_pages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faqs:wiki_notes:admin:template_pages [03/31/2026 03:35 PM (19 hours ago)] – removed - external edit (Unknown date) 127.0.0.1faqs:wiki_notes:admin:template_pages [03/31/2026 03:35 PM (19 hours ago)] (current) – ↷ Links adapted because of a move operation Chris Daley
Line 1: Line 1:
 +====== Namespace Templates In Use ======
 +
 +[[faqs:wiki:admin:dokuwiki]] allows the use of [[https://www.dokuwiki.org/namespace_templates|template pages ]]to define a standardized layout for pages within a [[faqs:wiki_notes:namespaces|namespace]].
 +
 +===== Templates currently in use =====
 +
 +  * [[people:ns_template|people:ns_template]] - provides a standard layout for [[people:start]] pages.
 +  * [[positions:ns_template|positions:ns_template]] - provides a standard layout for [[positions:start]] pages.
 +  * [[productions:sub_template|productions:sub_template]] - provides a standard layout for each [[productions:start]]' [[faqs:wiki_notes:namespaces#the_start_page|start page]].
 +  * [[departments:sub_template|teams:sub_template]] - provides a standard layout for each [[departments:start]]' [[faqs:wiki_notes:namespaces#the_start_page|start page]].
 +
 +:!: Because these pages are hidden from view, template pages are normally only accessible from this page.
 +
 +
 +===== Template naming =====
 +
 +//**ns_template**// - New pages within the current namespace will use this initial layout. Once the page is started, the contents can be modified as needed. Equivalent to [[faqs:wiki:admin:dokuwiki]]'s [[https://www.dokuwiki.org/namespace_templates#template_files|_template.txt]] (one underscore).
 +
 +//**nss_template**// - All pages within the current namespace and //all //sub-namespaces use this initial layout.  Equivalent to [[faqs:wiki:admin:dokuwiki]]'s [[https://www.dokuwiki.org/namespace_templates#template_files|__template.txt]] (two underscores). //We don't use this option at all.//
 +
 +//**sub_template**// - Used for as the initial layout for the [[faqs:wiki_notes:namespaces#the_start_page|start pages]] in sub-namespaces. The template is copied **manually **when creating a new sub-domain.
 +
 +
 +===== Required plugins & settings =====
 +
 +We use the [[https://www.dokuwiki.org/plugin:templatepagename|templatepagename ]]plugin so we can edit templates within the website. The template pages are hidden from Sitemap, etc. using the [[https://www.dokuwiki.org/config:hidepages|hidepages ]]setting in the Admin > Configuration Manager.
 +