Template:Circa/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Dl2000
(NEW template usage doc)
 
meta>Ras52
(Updated documentation)
Line 13: Line 13:


===Parameters===
===Parameters===
This template supports a single optional parameter.  <nowiki>{{circa|1956}}</nowiki> which renders to give {{circa|1956}}.  This differs from <nowiki>{{circa}} 1956</nowiki> in two ways, neither of which are readily apparent.  First, <nowiki>{{circa|1956}}</nowiki> puts a [[non-breaking space]] in between the "c." and the number, which prevents the web browsers from inserting a line break there. 
The second benefit of <nowiki>{{circa|1956}}</nowiki> is that it will work in [[Help:Sorting|sortable]] [[Help:Tables|tables]].  Compare, "Col 1" and "Col 2" in the following table:
{|class="sortable"
|-
!Title!!Col 1!!Col 2
|-
|Foo||align="right"|1066||align="right"|1066
|-
|Bar||align="right"|{{circa}} 1510||align="right"|{{circa|1510}}
|-
|Baz||align="right"|1956||align="right"|1956
|}
"Col 1" uses <nowiki>{{circa}} 1510</nowiki>, and does not sort correctly.  "Col 2" uses <nowiki>{{circa|1510}}</nowiki> and does sort correctly.  This works because <nowiki>{{circa|1510}}</nowiki> inserts a invisible [[span and div|span element]] at the start of the cell: <nowiki><span display="none">1510</span></nowiki>.  Although it is not rendered, it is still seen by the sorting code and makes sorting work.
No parameters are currently supported by this template.
No parameters are currently supported by this template.



Revision as of 13:41, 3 August 2008

Usage

{{circa}}

This template generates a linked abbreviation for circa ("c.").

Example

Source: Etaoin Shrdlu Cmfwyp (born {{circa}} 1956 in Vbgkqj) ...

Result: Etaoin Shrdlu Cmfwyp (born c. 1956 in Vbgkqj) ...

Parameters

This template supports a single optional parameter. {{circa|1956}} which renders to give c. 1956. This differs from {{circa}} 1956 in two ways, neither of which are readily apparent. First, {{circa|1956}} puts a non-breaking space in between the "c." and the number, which prevents the web browsers from inserting a line break there.

The second benefit of {{circa|1956}} is that it will work in sortable tables. Compare, "Col 1" and "Col 2" in the following table:

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

"Col 1" uses {{circa}} 1510, and does not sort correctly. "Col 2" uses {{circa|1510}} and does sort correctly. This works because {{circa|1510}} inserts a invisible span element at the start of the cell: <span display="none">1510</span>. Although it is not rendered, it is still seen by the sorting code and makes sorting work.

No parameters are currently supported by this template.

However, potential future parameters could generate appropriate categories for articles, based on type of time e.g. Category:Year of birth missing.

See also