- This is a personal developmental wiki, it may often be in an unstable or experimental state and the lack of meaningful content on a page is often intentional; however, you can participate. Please: 1) create an account, 2) confirm your e-mail, 3) send Deirdre and e-mail telling her who you are and why you are interested. Thanks, --Deirdre(talk contribs)

Difference between revisions of "Transwiki:Documentation"

From DeeDeeswiki
Jump to: navigation, search
(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...)
(Try this to reduce the parser nesting depth)
Line 35: Line 35:
 
   so  "=== Headings ===" at the start and end of docs are interpreted.
 
   so  "=== Headings ===" at the start and end of docs are interpreted.
 
-->
 
-->
{{#if: {{{content|}}}
+
{{#switch: {{#if:{{{content|}}}|1|0}}{{#if:{{{1|}}}|1|0}}{{#ifexist:{{{1|}}}|1|0}}{{#ifexist:{{documentation/docspace}}:{{documentation/template page}}/doc|1|0}}
| {{{content|}}}
+
| 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110
| {{#if: {{#ifexist:
+
| 1111 = {{{content|}}}
    {{#if: {{{1|}}}
+
| 0110 | 0111 = {{ {{{1}}} }}
    | {{{1|}}}  <!--Other docname fed-->
+
| 0001 | 0011 = {{ {{documentation/docspace}}:{{documentation/template page}}/doc }}
    | {{documentation/docspace}}:{{documentation/template page}}/doc
+
| 0000 | 0100 | 0010 | 0101 =
    }}
+
  | yes
+
  }}
+
  | {{ {{#if: {{{1|}}}
+
  | {{{1|}}}
+
  | {{documentation/docspace}}:{{documentation/template page}}/doc
+
  }} }}
+
  }}
+
 
}}
 
}}
 
<!--
 
<!--

Revision as of 03:52, 21 November 2010

Template:Template otherTemplate:Documentation/start box2

Template:Documentation/end box2