Template:OCLC/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Matthiaspaul
(Added example illustrating optional 'leadout' parameter)
meta>Matthiaspaul
(Expanded doc)
Line 3: Line 3:


=== Usage ===
=== Usage ===
This template generates a link for searching a (print or online) publication by its [[Online Computer Library Center|OCLC]] Number. Note that up to nine parameters may be used, for situations where a unique publication appears more than once on the OCLC website.
This template generates a link for searching a (print or online) publication by its [[Online Computer Library Center|OCLC]] Number.
 
Up to nine parameters may be used for situations where a unique publication appears more than once on the OCLC website.
 
Multiple publications are separated by ",", but the word between the last two publications can be configured using the 'leadout' parameter (f.e. 'leadout=and', 'leadout=or', 'leadout=as well as' or 'leadout=,'.
 
It is also possible to link to all editions of a publication at once using the 'show=all' parameter (whereby "all" is a special token, causing the display of "(all editions)". The text between parentheses can be changed by specifying a different text using the 'show' parameter.


;Example #1
;Example #1
Line 25: Line 31:
*Renders as: {{{{BASEPAGENAME}}|12345678|98765432|24680975|leadout=and}}
*Renders as: {{{{BASEPAGENAME}}|12345678|98765432|24680975|leadout=and}}


;Example #5
*Usage: <code><nowiki>{{</nowiki>{{BASEPAGENAME}}|22239204|show=all<nowiki>}}</nowiki></code>
*Links to: [//www.worldcat.org/oclc/22239204/editions //www.worldcat.org/oclc/22239204/editions] ([[Protocol-relative URL]])
*Renders as: {{{{BASEPAGENAME}}|22239204|show=all}}
;Example #6
*Usage: <code><nowiki>{{</nowiki>{{BASEPAGENAME}}|22239204|show=complete list of all editions<nowiki>}}</nowiki></code>
*Links to: [//www.worldcat.org/oclc/22239204/editions //www.worldcat.org/oclc/22239204/editions] ([[Protocol-relative URL]])
*Renders as: {{{{BASEPAGENAME}}|22239204|show=complete list of all editions}}


=== See also ===
=== See also ===

Revision as of 18:26, 10 May 2016

Usage

This template generates a link for searching a (print or online) publication by its OCLC Number.

Up to nine parameters may be used for situations where a unique publication appears more than once on the OCLC website.

Multiple publications are separated by ",", but the word between the last two publications can be configured using the 'leadout' parameter (f.e. 'leadout=and', 'leadout=or', 'leadout=as well as' or 'leadout=,'.

It is also possible to link to all editions of a publication at once using the 'show=all' parameter (whereby "all" is a special token, causing the display of "(all editions)". The text between parentheses can be changed by specifying a different text using the 'show' parameter.

Example #1
  • Usage: {{OCLC|22239204}}
  • Links to: //www.worldcat.org/oclc/22239204 (Protocol-relative URL)
  • Renders as: OCLC 22239204
Example #2
Example #3
Example #4
Example #5
Example #6

See also