টেমপ্লেট:`/নথি
![]() | এটি টেমপ্লেট:`-এর জন্য একটি নথির উপপাতা। এখানে ব্যবহার সংক্রান্ত তথ্য, বিষয়শ্রেণী এবং অন্যান্য সামগ্রী রয়েছে যা মূল টেমপ্লেট পাতার অংশ নয়। |
Usage[সম্পাদনা]
This template uses the decimal code for the apostrophe or single-quote character so that it does not become interpreted with adjacent italics (''
) or bold ('''
) wiki markup. This situation most commonly arises when taking the possessive of titles that should be italicized or bolded. {{`}} is shorter than <nowiki>'</nowiki>
and clearer than an unadorned '
.
This template is similar to {{'}} and {{'-}}, except that it does not put any leading space before or trailing space after (respectively) the apostrophe. This template ({{`}}
) is intended for use with non-italic text, whereas {{'}}
is intended for use with italic text. For example:
The ''Iliad''{{'}}s vocabulary is archaic.
generates:
- The Iliad's vocabulary is archaic.
with a tiny amount of space before the apostrophe to avoid colliding with the italic d at the end of Iliad. Conversely, this template should be used if the previous text is not italicized. For example:
''The ''Iliad''{{`}}s vocabulary is archaic.''
generates:
- The Iliad's vocabulary is archaic.
without the extra space, which would be distracting here. (Compare to The Iliad's vocabulary is archaic.)
See also[সম্পাদনা]
- {{'}} (Template:Apostrophe)
- {{`}}
- {{' "}} (Template:Single double)
- {{" '}} (Template:Double single)
- {{" ' "}} (Template:Double single double)
- {{-"}} (Template:Space double)
- {{"-}} (Template:Double space)
- {{-'}} (Template:Space single)
- {{'-}} (Template:Single space)
- {{'s}}
- {{‘}}
- {{!}} (Template:Pipe, for escaping the "|" symbol)