Difference between revisions of "Template:Documentation/core/doc"

From blackwiki
Jump to navigation Jump to search
imported>Izno
(Redirected page to Template:Documentation/doc)
imported>Redrose64
(Undid revision 988260938 by Izno (talk) absolutely no reason for this undiscussed change)
 
Line 1: Line 1:
#redirect [[Template:Documentation/doc]]
+
{{Documentation subpage}}
 +
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 +
 
 +
This is the {{tl|documentation/core}} sub-template.
 +
 
 +
Do not use this template directly, use {{tl|documentation}} instead.
 +
 
 +
{{tlf|documentation}} calls {{tl|documentation/core2}} which in turn calls this template. This template holds most of the code for {{tlf|documentation}}, while {{tlf|documentation}} and {{tlf|documentation/core2}} do parameter preprocessing. Thus simplifying the code.
 +
 
 +
=== Technical details ===
 +
 
 +
This sub-template currently expects these parameters:
 +
 
 +
<pre>
 +
{{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.-->
 +
}}
 +
</pre>
 +
 
 +
For more documentation see {{tl|documentation}}.
 +
 
 +
<includeonly>{{sandbox other||
 +
<!-- CATEGORIES HERE, THANKS -->
 +
[[Category:Template documentation]]
 +
}}</includeonly>

Latest revision as of 15:23, 12 November 2020

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}}.