본문으로 이동

사용자:배우는사람/틀:Circa

위키백과, 우리 모두의 백과사전.

c.

원본 및 작업 문서[편집]

Examples[편집]

Syntax What it looks like
{{사용자:배우는사람/틀:Circa}} 1325 c. 1325 Line break allowed between "c." and "1325"; normal-width space
{{사용자:배우는사람/틀:Circa|1325}} c. 1325 No line break allowed; thin space
{{사용자:배우는사람/틀:Circa|1325|i=yes}} c. 1325 Like {{사용자:배우는사람/틀:Circa|1325}}, but with italic "c.", though italics are discouraged at WP:YEAR.
{{사용자:배우는사람/틀:Circa|1325|lk=abbr}} c. 1325 Like {{사용자:배우는사람/틀:Circa|1325}}, but without the wikilink
{{사용자:배우는사람/틀:Circa|1325|lk=yes}} c. 1325 Like {{사용자:배우는사람/틀:Circa|1325}}, but without the abbreviation marking
{{사용자:배우는사람/틀:Circa|1325|lk=no}} c. 1325 Like {{사용자:배우는사람/틀:Circa|1325}}, but with neither wikilink nor abbreviation marking
{{사용자:배우는사람/틀:C.|1325}} c. 1325 Shorthand for {{사용자:배우는사람/틀:Circa|1325|lk=no}}
c. 1325 c. 1325 Line break allowed; normal-width space
c. 1325 c. 1325 No line break allowed; normal-width space
{{사용자:배우는사람/틀:C.|250–200 BC}} c. 250–200 BC Another example of shorthand. As before, no line breaks allowed, and a thin space after "c."
c. 250–200 BC c. 250–200 BC Line breaks allowed; normal-width space after "c."

Parameters[편집]

Using the date itself as parameter (for example, "{{사용자:배우는사람/틀:Circa|1956}}", giving "c. 1956"), web browsers do not insert a line break anywhere in the string. By contrast, "{{사용자:배우는사람/틀:Circa}} 1956" allows a line break between the "c." and the number. Also, with the date as a parameter a thinner space is used with many browsers:

  • "c. 1956" is generated by "{{사용자:배우는사람/틀:Circa|1956}}".
  • "c. 1956" is generated by "{{사용자:배우는사람/틀:Circa}} 1956".

If the parameter |i= is set to a nonempty value, the "c." is put in italics: for example, "{{사용자:배우는사람/틀:Circa|i=''}}" generates "c." instead of "c.".

If the parameter |lk= (for "link") is set as "|lk=no" or "|lk=off", the abbreviation is rendered as "c.", without a wikilink or abbreviation element. If it is set to "|lk=abbr", it is rendered with the abbreviation element but without the wikilink. If it is set to "|lk=yes" or "|lk=on", it is rendered as "c.", with a wikilink to the Circa article and not an abbreviation element. Otherwise, the abbreviation is marked with the "<abbr>" element, as in "c." and linked to the circa article. The lk parameter can be used to avoid overuse of "<abbr>" or overlinking when this template is used repeatedly in the body of an article. A convenient way of doing this is to use {{circa}} the first time, and {{c.}} thereafter. For example:

  • [[:en:Dionysius Exiguus|Dionysius Exiguus]] was born {{사용자:배우는사람/틀:Circa|470}}, lived in Rome from {{사용자:배우는사람/틀:C.|500}}, and died {{사용자:배우는사람/틀:C.|544}}.
    Dionysius Exiguus was born c. 470, lived in Rome from c. 500, and died c. 544.

If the parameter "sortable=yes" is specified, the template generates invisible text that will cause the output to work in sortable tables, at the cost of causing problems for visually-impaired readers. Compare, "Col 1" and "Col 2" in the following table:

Title Col 1 Col 2
Foo 1066 1066
Bar c. 1510 1510c. 1510
Baz 1956 1956

"Col 1" uses {{사용자:배우는사람/틀:Circa}} 1510, and does not sort correctly. "Col 2" uses {{사용자:배우는사람/틀:Circa|1510|sortable=yes}} and does sort correctly. This works because {{사용자:배우는사람/틀:Circa|1510|sortable=yes}} inserts an invisible span element at the start of the cell: <span style="display:none;">1510</span>. Although it is not rendered, it is still seen by the sorting code and makes sorting work. The downside of this approach is that the invisible text is still rendered by screen readers that are used by visually impaired readers, and by text browsers such as Lynx, so the table will become garbled for readers who are using assisstive technology or low-bandwidth browsers.