Difference between revisions of "Template:Documentation/core"
Jump to navigation
Jump to search
test>Davidgothberg (Removing most debug reporting, since no serious cases found, I now have a copy of the list, and the {{PAGESIZE:}} call caused strange items in the "Pages transcluded" list in edit pages.) |
test>MSGJ (few tweaks: add "please", link /doc again, add space before "Subpages") |
||
| Line 92: | Line 92: | ||
-->{{#if: {{{content|}}} {{{docname fed|}}} | -->{{#if: {{{content|}}} {{{docname fed|}}} | ||
| | | | ||
| − | | | + | | Please add categories and interwikis to the [[{{{docpage|{{FULLPAGENAME}}/doc}}}|/doc]] subpage. |
}}<!-- | }}<!-- | ||
Show the "Subpages" link: | Show the "Subpages" link: | ||
-->{{#switch: {{SUBJECTSPACE}} | -->{{#switch: {{SUBJECTSPACE}} | ||
| {{ns:File}} = <!--Don't show it--> | | {{ns:File}} = <!--Don't show it--> | ||
| − | | {{ns:Template}} = | + | | {{ns:Template}} =  [[Special:PrefixIndex/{{{template page|{{FULLPAGENAME}}}}}/|Subpages of this template]]. |
| − | + | | #default =  [[Special:PrefixIndex/{{{template page|{{FULLPAGENAME}}}}}/|Subpages of this page]]. | |
| − | | #default = | ||
| − | |||
}} | }} | ||
}} | }} | ||
Revision as of 16:40, 17 February 2010
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}}.
| The above documentation is transcluded from Template:Documentation/core/doc. (edit | history) Editors can experiment in this template's sandbox (edit) and testcases (edit) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |