Kontent qismiga oʻtish

Andoza:COinS safe/doc

Ziyosferadan olingan
2025-yil 2-mart, 05:35 dagi imported>AnvarxonM versiyasi
(farq) ←Avvalgi koʻrinishi | Hozirgi koʻrinishi (farq) | Yangiroq koʻrinishi→ (farq)

Bu iqtibos andozalarida xavfsiz ishlatilishi mumkinligini koʻrsatish uchun qoʻllaniladi. Odatda, andozaning xavfsiz qo‘llanilishi mumkinligini anglatadi.

When the template is set as "not safe", the page is placed into .

Iqtibos andozalarida xavfsiz qo‘llanilishi mumkin bo‘lgan andozani ko‘rsatish uchun: {{COinS safe}}

Iqtibos andozalarida ishlatilmasligi kerak bo‘lgan andozani ko‘rsatish uchun: {{COinS safe|n}}

Standart xabarga qo‘shimcha ma’lumot qo‘shish uchun: |addtext=

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

COinS muammolarini tushuntirish

[manbasini tahrirlash]

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

Kod Natija
{{cite book |author=Sam Drucker |title=Title}}

Sam Drucker. Title. 

<syntaxhighlight lang="text" class="" id="" style="" inline="1">Sam Drucker. Title. </syntaxhighlight>

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

Sam Drucker. Title. 

<syntaxhighlight lang="text" class="" id="" style="" inline="1">Sam Drucker. Title. </syntaxhighlight>

The author metadata is in the <syntaxhighlight lang="text" class="" id="" style="" inline="1">rft.aulast</syntaxhighlight> 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.