- 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...)
m (143 revisions from wikipedia:Template:Documentation: For ease of use)
 
(2 intermediate revisions by one other user not shown)
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
+
  }} }}
+
  }}
+
 
}}
 
}}
 
<!--
 
<!--
Line 55: Line 47:
 
   so  "=== Headings ===" at the start and end of docs are interpreted.
 
   so  "=== Headings ===" at the start and end of docs are interpreted.
 
-->{{documentation/end box2
 
-->{{documentation/end box2
 +
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| content = {{{content|}}}
 
| content = {{{content|}}}
 
| link box = {{{link box|}}}  <!--So "link box=off" works-->
 
| link box = {{{link box|}}}  <!--So "link box=off" works-->

Latest revision as of 17:06, 27 November 2011

Template:Template otherTemplate:Documentation/start box2

Template:Documentation/end box2