Template:Beginner version/doc
This is a documentation subpage for Template:Beginner version. It may contain usage information, categories and other content that is not part of the original template page. |
This template creates a notice for help and project space pages that a simplified version of the page is available.
Usage
{{Beginner version|Page title (without brackets)}}
or
{{Beginner version|First page title (without brackets)|Second page title (without brackets)}}
<templatedata>
{
"params": {
"1": {
"label": "Page",
"description": "The simplified version being linked to (without brackets)",
"example": "Help:Referencing for Beginners",
"type": "wiki-page-name",
"required": true
},
"2": {
"label": "Page 2",
"description": "The second simplified version being linked to (without brackets)",
"example": "Help:Referencing for Beginners",
"type": "wiki-page-name",
"required": false
}
},
"description": "Creates a notice for help and project space pages that a simplified version of the page is available"
}
</templatedata>