Difference between revisions of "Template:Deg2HMS/doc"
Jump to navigation
Jump to search
imported>Tom.Reding (→Usage: Clarifying sup.) |
imported>Tom.Reding (Simplified.) |
||
| Line 10: | Line 10: | ||
Parameter '''p''' is optional and defaults to 3.<br> | Parameter '''p''' is optional and defaults to 3.<br> | ||
| − | Parameter '''sup''' is optional and defaults to | + | Parameter '''sup''' is optional and defaults to not-used, <blank>, or <null>. It is activated by "yes", or any text. |
For example:<br> | For example:<br> | ||
| − | <code><nowiki>{{Deg2HMS|266.416837|p=4}}</nowiki></code> returns {{Deg2HMS|266.416837|p=4}}. | + | <code><nowiki>{{Deg2HMS|266.416837|p=4}}</nowiki></code> returns {{Deg2HMS|266.416837|p=4}}.<br> |
| − | <p> | + | <code><nowiki>{{Deg2HMS|266.416837|p=4|sup= }}</nowiki></code> returns {{Deg2HMS|266.416837|p=4|sup= }}.<br> |
<code><nowiki>{{Deg2HMS|266.416837|p=4|sup=yes}}</nowiki></code> returns {{Deg2HMS|266.416837|p=4|sup=yes}}.<br> | <code><nowiki>{{Deg2HMS|266.416837|p=4|sup=yes}}</nowiki></code> returns {{Deg2HMS|266.416837|p=4|sup=yes}}.<br> | ||
| − | <code><nowiki>{{Deg2HMS|266.416837|p=4|sup= | + | <code><nowiki>{{Deg2HMS|266.416837|p=4|sup=y}}</nowiki></code> returns {{Deg2HMS|266.416837|p=4|sup=y}}.<br> |
| − | |||
| − | |||
| − | |||
<code><nowiki>{{Deg2HMS|266.416837|p=4|sup=no}}</nowiki></code> returns {{Deg2HMS|266.416837|p=4|sup=no}}.<br> | <code><nowiki>{{Deg2HMS|266.416837|p=4|sup=no}}</nowiki></code> returns {{Deg2HMS|266.416837|p=4|sup=no}}.<br> | ||
| − | |||
| − | |||
| − | |||
==See also== | ==See also== | ||
Revision as of 11:31, 12 December 2014
| This is a documentation subpage for Template:Deg2HMS. It contains usage information, categories and other content that is not part of the original template page. |
Description
This template converts a decimal degree value, typically right ascension, to hours:minutes:seconds format or to hoursh minutesm secondss format.
Usage
{{Deg2HMS|decimaldegrees|p=precision|sup=superscripts}}.
Parameter p is optional and defaults to 3.
Parameter sup is optional and defaults to not-used, <blank>, or <null>. It is activated by "yes", or any text.
For example:
{{Deg2HMS|266.416837|p=4}} returns 17:45:40.0409.
{{Deg2HMS|266.416837|p=4|sup= }} returns 17:45:40.0409.
{{Deg2HMS|266.416837|p=4|sup=yes}} returns 17h 45m 40.0409s.
{{Deg2HMS|266.416837|p=4|sup=y}} returns 17h 45m 40.0409s.
{{Deg2HMS|266.416837|p=4|sup=no}} returns 17h 45m 40.0409s.
See also