Jump to content

Template:Documentation: Difference between revisions

Try this to reduce the parser nesting depth
m>Plastikspork
(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...)
m>Plastikspork
(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
  }} }}
  }}
}}
}}
<!--
<!--
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.