Template:DocLink: Difference between revisions

From WMS
(Updated)
(Updated)
 
Line 10: Line 10:
"required": true,
"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"
"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"
},
"2": {
"label": "Doc Description",
"description": "If not provided, this DocLink will simply show \"DOC\", otherwise the text provided here.",
"type": "string"
}
}
}
},
"paramOrder": [
"1",
"2"
]
}
}
</templatedata>
</templatedata>
{{DocLink|MainPage}}
Examples:
</noinclude><includeonly><span class="apt-doclink">[{{fullurl:{{{1}}}}}{{#ifeq:{{#pos:{{fullurl:{{{1}}}}}|?|1}}||?action=pdfbook&amp;format=singlebook&amp;notitle|&amp;action=pdfbook&amp;format=singlebook&amp;notitle}} DOC]</span></includeonly>
* <code><nowiki>{{DocLink|Main Page}}</nowiki></code> - {{DocLink|MainPage}}
* <code><nowiki>{{DocLink|Main Page|The Main Page in PDF form}}</nowiki></code> - {{DocLink|MainPage|The Main Page in PDF form}}
</noinclude><includeonly><span class="apt-doclink">[{{fullurl:{{{1}}}}}{{#ifeq:{{#pos:{{fullurl:{{{1}}}}}|?|1}}||?action=pdfbook&amp;format=singlebook&amp;notitle|&amp;action=pdfbook&amp;format=singlebook&amp;notitle}} {{{2|DOC}}}]</span></includeonly>

Latest revision as of 15:53, 22 July 2025

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 name1

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
Doc Description2

If not provided, this DocLink will simply show "DOC", otherwise the text provided here.

Stringoptional

Examples: