Template:Documentation: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
imported>Verdy p
m some doc pages need a few parameters (e.g. for feeding categories in their includeonly section, or for the actual template name to document)
m 94 revisions imported from meta:Template:Documentation: import
 
(45 intermediate revisions by 25 users not shown)
Line 1: Line 1:
{{#invoke:Documentation|main}}
{{documentation/core2
| heading = {{{heading|¬}}}<!--defined and empty means no header-->
| heading-style = {{{heading-style|}}}
| link box = {{{link box|}}} <!--So "link box=off" works-->
| template page =
<!--The namespace is added in /core2-->
{{#switch: {{SUBPAGENAME}}
| sandbox
| testcases = {{BASEPAGENAME}}
| #default = {{PAGENAME}}
}}
| docspace =
<!--Some namespaces must have the /doc, /sandbox and /testcases in talk space-->
{{#switch: {{SUBJECTSPACE}}
| {{ns:0}}
| {{ns:File}}
| {{ns:MediaWiki}}
| {{ns:Category}} = {{TALKSPACE}}
| #default = {{SUBJECTSPACE}}
}}
| content = {{{content|}}}
| 1 = {{{1|}}} <!--Other docname, if fed-->
| {{#if: {{{2|}}} | 2 | <!--dummy--> }} = {{{2|}}} <!--Other parameters for doc page, if fed-->
| {{#if: {{{3|}}} | 3 | <!--dummy--> }} = {{{3|}}} <!--Other parameters for doc page, if fed-->
| {{#if: {{{4|}}} | 4 | <!--dummy--> }} = {{{4|}}} <!--Other parameters for doc page, if fed-->
}}<noinclude>
<!-- Add categories and interwikis to the /doc subpage, not here! ??? -->
</noinclude>

Latest revision as of 23:25, 22 January 2024

Template documentation