Difference between revisions of "Template:COinS safe/doc"

From blackwiki
Jump to navigation Jump to search
imported>Milker
imported>Redrose64
(→‎See also: rm strange syntax)
Line 54: Line 54:
 
== See also ==
 
== See also ==
 
* [[w:Wikipedia:Citation templates|Wikipedia:Citation templates]]
 
* [[w:Wikipedia:Citation templates|Wikipedia:Citation templates]]
 
  
 
<includeonly>{{sandbox other||
 
<includeonly>{{sandbox other||
 
<!-- Add categories below this line, and interwikis at Wikidata -->
 
<!-- Add categories below this line, and interwikis at Wikidata -->
[[{{ns:Category}}:Notice and warning templates]]
+
[[Category:Notice and warning templates]]
 
}}</includeonly>
 
}}</includeonly>

Revision as of 12:27, 10 January 2020

Description

It is to indicate whether it can be safely used in citation templates. By default, it indicates the template is safe for use.

When the template is set as "not safe", the page is placed into Category:Templates not safe for use in citation templates.

Usage

To indicate a template which can be safely used in citation templates: {{COinS safe}}

To indicate a template that should NOT be used in citation templates: {{COinS safe|n}}

To add extra info after the standard message: |addtext=

Examples

Code Result
{{COinS safe}}
{{COinS safe|n}}
{{COinS safe|addtext=Here is the extra info.}}
{{COinS safe|n|addtext=Here is the extra info.}}

Explain COinS issues

Citation templates such as Citation Style 1 and Citation Style 2 generate COinS metadata. If a template is used in a citation template field, then it may inject HTML into the metadata.

Compare the rendered HTML for {{cite book}} with |author= using no template and using {{smallcaps}}.

Markup Renders as
{{cite book |author=Sam Drucker |title=Title}}

Sam Drucker. Title.

<cite id="CITEREFSam_Drucker" class="citation book cs1">Sam Drucker. ''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Title&rft.au=Sam+Drucker&rfr_id=info%3Asid%2Fblackwiki.org%3ATemplate%3ACOinS+safe%2Fdoc" class="Z3988"></span>'"`UNIQ--templatestyles-0000000D-QINU`"'

{{cite book |author={{smallcaps|Sam Drucker}} |title=Title}}

Template:Smallcaps. Title.

<cite id="CITEREFTemplate:Smallcaps" class="citation book cs1">[[:Template:Smallcaps]]. ''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Title&rft.au=%3ATemplate%3ASmallcaps&rfr_id=info%3Asid%2Fblackwiki.org%3ATemplate%3ACOinS+safe%2Fdoc" class="Z3988"></span>'"`UNIQ--templatestyles-00000011-QINU`"'

The author metadata is in the rft.aulast field. In this case, it is percent-encoded and is rendered as <span class="smallcaps" style="font-variant:small-caps;">Sam Drucker</span>

Reference management software will interpret the entire span as the author name.

See also