Difference between revisions of "Template:Documentation/core"

From blackwiki
Jump to navigation Jump to search
test>Davidgothberg
(Removed most of the debug check. Silly me, this also reported redirects from the talkpages. Will make a smarter check function.)
test>Davidgothberg
(Tweak when and how to show the "Subpages" link. And adding a comment to the "cats and interwikis" text.)
Line 82: Line 82:
 
       | testcases <small style="font-style: normal">([{{fullurl: {{{testcases| {{FULLPAGENAME}}/testcases }}} | action=edit&preload=Template:Documentation/preload-testcases }} create])</small>
 
       | testcases <small style="font-style: normal">([{{fullurl: {{{testcases| {{FULLPAGENAME}}/testcases }}} | action=edit&preload=Template:Documentation/preload-testcases }} create])</small>
 
       }} pages. <br>
 
       }} pages. <br>
     }}{{#if: {{{content|}}} {{{docname fed|}}}
+
     }}<!--
 +
      Show the cats and interwiki text, but not
 +
      if "content" fed or "docname fed" since then it is
 +
      unclear where to add the cats and interwikis.
 +
-->{{#if: {{{content|}}} {{{docname fed|}}}
 
     |  
 
     |  
 
     | Add categories and interwikis to the /doc subpage.
 
     | Add categories and interwikis to the /doc subpage.
     }} [[Special:PrefixIndex/{{{template page|{{FULLPAGENAME}}}}}/|Subpages of this template]].
+
     }}<!--
 +
      Show the "Subpages" link:
 +
-->{{#switch: {{SUBJECTSPACE}}
 +
    | {{ns:File}} =  <!--Don't show it-->
 +
    | {{ns:Template}} =
 +
      [[Special:PrefixIndex/{{{template page|{{FULLPAGENAME}}}}}/|Subpages of this template]].
 +
    | #default =
 +
      [[Special:PrefixIndex/{{{template page|{{FULLPAGENAME}}}}}/|Subpages of this page]].
 +
    }}
 
   }}
 
   }}
 
}}<!--
 
}}<!--
 +
 
   Detect and report strange usage:
 
   Detect and report strange usage:
 
-->{{#if:
 
-->{{#if:

Revision as of 20:35, 11 February 2010

[edit] [Script error: No such module "Purge".] 50px Template documentation

This is the {{documentation/core}} sub-template.

Do not use this template directly, use {{documentation}} instead.

{{documentation}} calls {{documentation/core2}} which in turn calls this template. This template holds most of the code for {{documentation}}, while {{documentation}} and {{documentation/core2}} do parameter preprocessing. Thus simplifying the code.

Technical details

This sub-template currently expects these parameters:

{{documentation/core
| heading = {{{heading|¬}}}   <!--Note that the "¬" is necessary 
     so we can detect the difference between empty and undefined-->
| heading-style = {{{heading-style|}}}
| content = {{{content|}}}    <!--Text instead of a /doc page-->
| link box = {{{link box|}}}  <!--So "link box=off" works-->

| docpage =     <!--Full pagename of the doc page-->
| doc exist =   <!--"yes" if the doc page exists, empty string if not-->
| docname fed = <!--"yes" if a docname was manually fed-->

| sandbox =     <!--Full pagename of the /sandbox-->
| testcases =   <!--Full pagename of the /testcases-->

| template page =   <!--Full pagename where the {{documentation}}
    template is placed, but without ending /sandbox or /testcases.
    Note: Unfortunately might not be the "correct" namespace if 
    the template is in subject space and the {{documentation}} 
    template is in talk space or the other way around.-->
}}

For more documentation see {{documentation}}.