Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "Template:Documentation"

(Reducing transclusion depth per discussion on talk page)
(Refactoring to reduce transclusion depth. Basically, split core2 into (start box2,end box2) and split core into (start box,end box), then move middle up two levels to top level template. See talk...)
(3 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
}}<!--
 
}}<!--
 
   Start of green doc box.
 
   Start of green doc box.
-->{{documentation/core
+
-->{{documentation/start box2
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| heading = {{{heading|¬}}}  <!--Empty but defined means no header-->
 
| heading = {{{heading|¬}}}  <!--Empty but defined means no header-->
 
| heading-style = {{{heading-style|}}}
 
| heading-style = {{{heading-style|}}}
 
| content = {{{content|}}}
 
| content = {{{content|}}}
| link box = {{{link box|}}}  <!--So "link box=off" works-->
 
  
| docpage =  
+
<!--Some namespaces must have the /doc, /sandbox and /testcases
  {{#if: {{{1|}}}
+
    in talk space-->
  | {{{1|}}}
+
| docspace = {{documentation/docspace}}
   | {{#switch: {{SUBJECTSPACE}}
+
 
  | {{ns:0}}
+
| 1 = {{{1|}}}  <!--Other docname, if fed-->
  | {{ns:File}}
+
 
   | {{ns:MediaWiki}}
+
<!--The namespace is added in /start box2-->
   | {{ns:Category}} = {{TALKSPACE}}
+
| template page = {{documentation/template page}}
   | #default = {{SUBJECTSPACE}}
+
 
  }}:{{#switch: {{SUBPAGENAME}}
+
}}<!-- Start content --><!--
  | sandbox
+
   Start load the /doc content:
  | testcases = {{BASEPAGENAME}}
+
   Note: The line breaks between this comment and the next line are necessary
  | #default = {{PAGENAME}}
+
   so  "=== Headings ===" at the start and end of docs are interpreted.
  }}/doc
+
-->
  }}
+
{{#if: {{{content|}}}
| doc exist =
+
| {{{content|}}}
  {{#ifexist:  
+
| {{#if: {{#ifexist:  
 
     {{#if: {{{1|}}}
 
     {{#if: {{{1|}}}
 
     | {{{1|}}}  <!--Other docname fed-->
 
     | {{{1|}}}  <!--Other docname fed-->
     | {{#switch: {{SUBJECTSPACE}}
+
     | {{documentation/docspace}}:{{documentation/template page}}/doc
  | {{ns:0}}
+
  | {{ns:File}}
+
  | {{ns:MediaWiki}}
+
  | {{ns:Category}} = {{TALKSPACE}}
+
  | #default = {{SUBJECTSPACE}}
+
  }}:{{#switch: {{SUBPAGENAME}}
+
  | sandbox
+
  | testcases = {{BASEPAGENAME}}
+
  | #default = {{PAGENAME}}
+
  }}/doc
+
 
     }}
 
     }}
 
   | yes
 
   | yes
 
   }}
 
   }}
| docname fed =
+
   | {{ {{#if: {{{1|}}}
   {{#if: {{{1|}}}
+
   | {{{1|}}}
   | yes
+
  | {{documentation/docspace}}:{{documentation/template page}}/doc
 +
  }} }}
 
   }}
 
   }}
 +
}}
 +
<!--
 +
  End load the /doc content:
 +
  Note: The line breaks between this comment and the previous line are necessary
 +
  so  "=== Headings ===" at the start and end of docs are interpreted.
 +
-->{{documentation/end box2
 +
| content = {{{content|}}}
 +
| link box = {{{link box|}}}  <!--So "link box=off" works-->
  
| sandbox =
+
<!--Some namespaces must have the /doc, /sandbox and /testcases  
  {{#switch: {{SUBJECTSPACE}}
+
    in talk space-->
  | {{ns:0}}
+
| docspace = {{documentation/docspace}}
  | {{ns:File}}
+
  | {{ns:MediaWiki}}
+
  | {{ns:Category}} = {{TALKSPACE}}
+
  | #default = {{SUBJECTSPACE}}
+
  }}:{{#switch: {{SUBPAGENAME}}
+
  | sandbox
+
  | testcases = {{BASEPAGENAME}}
+
  | #default = {{PAGENAME}}
+
  }}/sandbox
+
| testcases =
+
  {{#switch: {{SUBJECTSPACE}}
+
  | {{ns:0}}
+
  | {{ns:File}}
+
  | {{ns:MediaWiki}}
+
  | {{ns:Category}} = {{TALKSPACE}}
+
  | #default = {{SUBJECTSPACE}}
+
  }}:{{#switch: {{SUBPAGENAME}}
+
  | sandbox
+
  | testcases = {{BASEPAGENAME}}
+
  | #default = {{PAGENAME}}
+
  }}/testcases
+
  
| template page =  
+
| 1 = {{{1|}}}  <!--Other docname, if fed-->
  {{NAMESPACE}}:{{#switch: {{SUBPAGENAME}}
+
 
   | sandbox
+
<!--The namespace is added in /end box2-->
  | testcases = {{BASEPAGENAME}}
+
| template page = {{documentation/template page}}
  | #default = {{PAGENAME}}
+
  }}
+
  
}}<!--End of green doc box--><noinclude>
+
}}<!--
 +
  End of green doc box
 +
--><noinclude>
  
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Revision as of 00:10, 14 November 2010

[create] 50px Template documentation