Template:COinS safe

From The TTSCpedia
Jump to navigationJump to search
Template documentation[view] [edit] [history] [purge]

Usage

This template is a notice for templates that may be used in citation templates. By default, it indicates the template is safe for use as shown above.

To indicate a template that should not be used in a citation template:

{{COinS safe|n}}


  • |addtext= — additional text shown after the main message

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

Issue

Citation templates such as Template:Cs1 and Template:Cs2 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}}

Template:Cite book

[[:Template:Cite book]]

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

Template:Cite book

[[:Template:Cite book]]

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