Skabelon:COinS safe
Denne skabelon er sikre for brug i kildeangivelse-skabeloner som danner COinS metadata; se COinS i Wikipedia. Hvis HTML eller anden markup er tilføjet, så skal skabelonen tjekkes igen. |
Usage
[rediger kildetekst]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}}
Denne skabelon bør ikke anvendes i skabeloner for kildeangivelse som f.eks. Citation Style 1 og Citation Style 2, da den indeholder markup som vil forurene COinS metadata som de producerer; se COinS i Wikipedia. |
|addtext=
— additional text shown after the main message
When the template is set to not safe, the page is placed into Kategori:Templates not safe for use in citation templates.
Issue
[rediger kildetekst]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}}.
Kode | Hvad der vises |
---|---|
{{cite book |author=Sam Drucker |title=Title}} |
Sam Drucker. Title.
|
{{cite book |author={{smallcaps|Sam Drucker}} |title=Title}} |
Sam Drucker. Title.{{cite book}} : CS1-vedligeholdelse: Flere navne: authors list (link)
|
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.