Difference between revisions of "Template:Print"
From DFM Wiki
EricThrift (talk | contribs) |
EricThrift (talk | contribs) m (Remove line break) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <span class="plainlinks">[https://driedfishmatters.org/cgi-bin/wiki2pdf.py?page={{urlencode:{{{pagename|{{FULLPAGENAME}}}}}|WIKI}}&header={{{header|}}} <span class="mw-ui-button mw-ui-progressive" role="button">{{{text|Print view}}}</span>]</span> | + | <span class="plainlinks">[https://driedfishmatters.org/cgi-bin/wiki2pdf.py?page={{urlencode:{{{pagename|{{FULLPAGENAME}}}}}|WIKI}}&header={{{header|}}} <span class="mw-ui-button mw-ui-progressive" role="button">{{{text|Print view}}}</span>]</span><noinclude> |
− | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 17: | Line 16: | ||
"text": { | "text": { | ||
"label": "Button text", | "label": "Button text", | ||
− | "default": "Print view" | + | "default": "Print view", |
+ | "description": "Text to be presented inside the button." | ||
} | } | ||
}, | }, |
Latest revision as of 13:05, 16 March 2021
Button providing external print view for an arbitrary wiki page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page name | pagename | The name of the page to display in print view
| Unknown | required |
Header | header | Text to include as a header on each page of the printable output.
| Unknown | optional |
Button text | text | Text to be presented inside the button.
| Unknown | optional |