Difference between revisions of "Template:Documentation/core2/doc"
Jump to navigation
Jump to search
test>Egmontaz m (Reverted edits by 99.231.167.166 to last revision by Davidgothberg (HG)) |
test>Sawol m |
||
| Line 33: | Line 33: | ||
For more documentation see {{tl|documentation}}. | For more documentation see {{tl|documentation}}. | ||
| − | <includeonly> | + | <includeonly>{{sandbox other|| |
| − | <!-- CATEGORIES | + | <!-- CATEGORIES HERE, THANKS --> |
[[Category:Template documentation]] | [[Category:Template documentation]] | ||
| − | + | }}</includeonly> | |
| − | </includeonly> | ||
Revision as of 15:09, 18 December 2017
| This is a documentation subpage for Template:Documentation/core2. It contains usage information, categories and other content that is not part of the original template page. |
This is the {{documentation/core2}} sub-template.
Do not use this template directly, use {{documentation}} instead.
{{documentation}} calls this template, which in turn calls {{documentation/core}}. {{documentation/core}} holds most of the code for {{documentation}}, while {{documentation}} and this template 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-->
| docspace = <!--The namespace for the /doc, /sandbox and
/testcases. Some namespaces must store them in talk space.-->
| 1 = {{{1|}}} <!--Other docname, if fed-->
| template page = <!--Pagename where the {{documentation}}
template is placed, but without ending /sandbox or /testcases,
and without namespace.-->
}}
For more documentation see {{documentation}}.