Template:PDFCite/doc: Difference between revisions

From Toolkit.Socialnetwork.Health
Created page with " <templatedata> { "params": { "file": { "label": "URL to the PDF file", "description": "A fully qualified URL to the PDF file.", "example": "https://domain.tld/filename.pdf", "type": "url", "required": true }, "citation": { "label": "Text of citation", "description": "The cited passage in plain text.", "type": "string", "required": true }, "page": { "label": "Page number", "description": "A number of page in the PDF file that c..."
 
No edit summary
Line 1: Line 1:
 
;Code
<pre>
{{PDFCite
|file=
|citation=
|page=
|text=
|color=
}}
</pre>
;Example
<pre>
{{PDFCite
|file=https://wikivisor.com/w/images/3/34/Peer_adult_network_structure_and_suicide_attempts_in_38_high_schools.pdf
|citation=b) Mean number of friends named, and (c) Mean coreness. Table 1 describes school-level variables and each school’s network structure relative to all others (e.g., percent isolates ranged 0–6.45% across the 38 schools)
|page=3
|color=33eeff
}}
</pre>
;Result
{{PDFCite
|file=https://wikivisor.com/w/images/3/34/Peer_adult_network_structure_and_suicide_attempts_in_38_high_schools.pdf
|citation=(b) Mean number of friends named, and (c) Mean coreness. Table 1 describes school-level variables and each school%E2%80%99s network structure relative to all others (e.g., percent isolates ranged 0%E2%80%936.45% across the 38 schools)
|page=3
|color=33eeff
}}
<templatedata>
<templatedata>
{
{

Revision as of 08:07, 7 May 2024

Code
{{PDFCite
|file=
|citation=
|page=
|text=
|color=
}}
Example
{{PDFCite
|file=https://wikivisor.com/w/images/3/34/Peer_adult_network_structure_and_suicide_attempts_in_38_high_schools.pdf
|citation=b) Mean number of friends named, and (c) Mean coreness. Table 1 describes school-level variables and each school’s network structure relative to all others (e.g., percent isolates ranged 0–6.45% across the 38 schools)
|page=3
|color=33eeff
}}
Result

PDF

Inserts a link to the PDF file and ensures the highlighting of the provided citation on the given page.

Template parameters

ParameterDescriptionTypeStatus
URL to the PDF filefile

A fully qualified URL to the PDF file.

Example
https://domain.tld/filename.pdf
URLrequired
Text of citationcitation

The cited passage in plain text.

Stringrequired
Page numberpage

A number of page in the PDF file that contains the cited passage.

Numberrequired
Highlight colorcolor

The hex color code without a leading hash.

Example
FFEEDD
Stringoptional
Link texttext

no description

Default
PDF
Unbalanced wikitextrequired