Jump to content

Diferensia entre revishonnan di "Malchi:Documentation/core"

Di Wikipedia, e ensiklopedia liber
Content deleted Content added
No edit summary
No edit summary
Liña 73: Liña 73:
| {{#if: {{{doc exist|yes}}}
| {{#if: {{{doc exist|yes}}}
| <!--/doc exists, link to it-->
| <!--/doc exists, link to it-->
The above [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from [[{{{docpage|{{FULLPAGENAME}}/doc}}}]]. <small style="font-style: normal">([{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=edit}} edit] &#124; [{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=history}} history])</small> <br>
The above [[Wikipedia:Template documentation|documentacion]] is [[Wikipedia:Transclusion|transcluded]] from [[{{{docpage|{{FULLPAGENAME}}/doc}}}]]. <small style="font-style: normal">([{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=edit}} edit] &#124; [{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=history}} history])</small> <br>
}}<!--
}}<!--
Add links to /sandbox and /testcases when appropriate:
Add links to /sandbox and /testcases when appropriate:

Edishon di 08:10, 8 yüni 2024

[edit] [purge] Documentacion di plantia

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

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

Malchi:Tlf calls {{documentation/core2}} which in turn calls this template. This template holds most of the code for Malchi:Tlf, while Malchi:Tlf and Malchi:Tlf 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}}.