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&format=singlebook&notitle|&action=pdfbook&format=singlebook&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&format=singlebook&notitle|&action=pdfbook&format=singlebook&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}}
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page name | 1 | 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 name | required |
Doc Description | 2 | If not provided, this DocLink will simply show "DOC", otherwise the text provided here. | String | optional |
Examples:
{{DocLink|Main Page}}
- DOC{{DocLink|Main Page|The Main Page in PDF form}}
- The Main Page in PDF form