Template:DocLink: Difference between revisions

From CTMS
m (Minor correction)
(Added TemplateData)
Line 1: Line 1:
<noinclude>
<noinclude>
This is a template to create a link to a PDF document export for a particular page.
<templatedata>
 
{
This is achieved with
    "description": "This is a template to create a link to a PDF document export for a particular page. This is achieved with {{DocLink|MyPage}}",
<nowiki>{{DocLink|MyPage}}</nowiki>
    "params": {
 
        "page": {
Example:
            "label": "Page name",
{{DocLink|Main Page}}
            "type": "wiki-page-name",
 
            "required": true,
            "description": "The name of the page that the document will be produced from. Can also be the name of a category by specifying the Category namespace e.g. Did You Know, or Category:Accounts"
        }
    }
}
</templatedata>
</noinclude><includeonly><span class="apt-doclink">[{{fullurl:{{{1}}}}}?action=pdfbook&amp;format=singlebook&amp;notitle DOC]</span></includeonly>
</noinclude><includeonly><span class="apt-doclink">[{{fullurl:{{{1}}}}}?action=pdfbook&amp;format=singlebook&amp;notitle DOC]</span></includeonly>

Revision as of 16:01, 25 July 2024

This is a template to create a link to a PDF document export for a particular page. This is achieved with {{DocLink|MyPage}}

Template parameters

ParameterDescriptionTypeStatus
Page namepage

The name of the page that the document will be produced from. Can also be the name of a category by specifying the Category namespace e.g. Did You Know, or Category:Accounts

Page namerequired