Difference between revisions of "Template:Ma/doc"
m (link) |
(→Examples: examples) |
||
Line 13: | Line 13: | ||
==Examples== | ==Examples== | ||
− | + | {| class="wikitable" | |
− | + | ! Wikitext || Results in | |
− | + | |- | |
− | + | | <code><nowiki>{{Ma|65|million years old}}</nowiki></code> | |
− | < | + | | {{Ma|65|million years old}} |
− | + | |- | |
− | + | | <code><nowiki>{{Ma|Cambrian|Myr|error=show}}</nowiki></code> | |
− | + | | {{Ma|Cambrian|Mya|error=show}} | |
− | + | |- | |
− | + | | <code><nowiki>{{Ma|5.945|million years ago|error=0.5|round=1}}</nowiki></code> | |
− | + | | {{Ma|5.945|Ma ago|error=0.5|round=1}} | |
− | < | + | |- |
− | + | | <code><nowiki>{{Ma|250|65}}</nowiki></code> | |
− | + | | {{Ma|250|65}} | |
− | + | |- | |
− | + | | <code><nowiki>{{Ma|Cretaceous}}</nowiki></code> | |
− | < | + | | {{Ma|Cretaceous}} |
− | + | |- | |
− | + | | <code><nowiki>{{Ma|Selandian|Bartonian}}</nowiki></code> | |
− | + | | {{Ma|Selandian|Bartonian}} | |
− | + | |} | |
− | </ | ||
== Rationale == | == Rationale == |
Revision as of 13:44, 5 November 2013
This is a documentation subpage for Template:Ma. It contains usage information, categories, and other content that is not part of the original template page. |
Usage
Use the format {{Ma|Years_ago|Suffix|error=Error|round=Degree of accuracy}}
Years_ago can take a number (don't include commas, which are added automatically), or a period name (e.g. Cambrian), in which case it will return the date the period started.
Suffix is optional and defaults to "million years ago".
Error is an uncertainty and will be displayed as ± error. If a non-numeric value is entered, it will show the error associated with the period specified in Years_ago.
Degree of accuracy is the point at which to round the figure, as per the #expr: parserfunction. 0 will chop the figure at the decimal point; -1 will round it to the nearest 10; 1 will allow one decimal place.
Examples
Wikitext | Results in |
---|---|
{{Ma|65|million years old}}
|
65 million years old |
{{Ma|Cambrian|Myr|error=show}}
|
541± 0.3 Mya |
{{Ma|5.945|million years ago|error=0.5|round=1}}
|
5.9 ± 0.5 Ma ago |
{{Ma|250|65}}
|
250 to 65 Ma |
{{Ma|Cretaceous}}
|
145 Ma |
{{Ma|Selandian|Bartonian}}
|
61.6 to 41.3 Ma |
Rationale
With geological time, it is often genuinely useful for the lay reader, with little grasp of how long ago 500 million years really is, to be able to quickly flick to a timescale. This template allows an easy way to implement such links.