Cite {stencilaschema} | R Documentation |
A reference to a CreativeWork that is cited in another CreativeWork.
Description
A reference to a CreativeWork that is cited in another CreativeWork.
Usage
Cite(
target,
citationMode,
content,
id,
meta,
pageEnd,
pageStart,
pagination,
prefix,
suffix
)
Arguments
target |
The target of the citation (URL or reference ID). Required. |
citationMode |
How the cite is rendered in the surrounding text. |
content |
Optional structured content/text of this citation. |
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
pageEnd |
The page on which the work ends; for example "138" or "xvi". |
pageStart |
The page on which the work starts; for example "135" or "xiii". |
pagination |
Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55". |
prefix |
A prefix to show before the citation. |
suffix |
A suffix to show after the citation. |
Value
A list
of class Cite
See Also
[Package stencilaschema version 1.0.0 Index]