Description deasaich

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 Roinn-seòrsa:Templates not safe for use in citation templates.

Ùsaid - Usage deasaich

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=

Eisimpleirean - Examples deasaich

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 deasaich

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 {{Ceann-litricheanBheag}}.

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

<cite class="citation book">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%2Fgd.wiktionary.org%3ATeamplaid%3ACOinS+safe%2Fdocumentation" class="Z3988"></span>'"`UNIQ--templatestyles-00000014-QINU`"'

{{Cite book |author={{Ceann-litricheanBheag|Sam Drucker}} |title=Title}} 
Sam Drucker. Title. templatestyles stripmarker in |author= at position 1 (help)

<cite class="citation book">'"`UNIQ--templatestyles-0000001B-QINU`"'<span class="Ceann-litricheanBheag">Sam Drucker</span>. ''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=%7F%27%22%60UNIQ--templatestyles-0000001B-QINU%60%22%27%7F%3Cspan+class%3D%22Ceann-litricheanBheag%22%3ESam+Drucker%3C%2Fspan%3E&rfr_id=info%3Asid%2Fgd.wiktionary.org%3ATeamplaid%3ACOinS+safe%2Fdocumentation" class="Z3988"></span> <span class="cs1-visible-error error citation-comment">templatestyles stripmarker in <code class="cs1-code">&#124;author=</code> at position 1 ([[w:en:Help:CS1 errors#invisible_char|help]])</span>[[Category:CS1 errors: invisible characters]]'"`UNIQ--templatestyles-0000001C-QINU`"'

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

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

Faic cuideachd - Also see