"틀:Coord/설명문서"의 두 판 사이의 차이

카이스트 백과사전
둘러보기로 가기 검색하러 가기
잔글 (봇: 틀 이름 및 스타일 정리)
 
잔글 (판 1개를 가져왔습니다)
 
(차이 없음)

2018년 7월 1일 (일) 00:12 기준 최신판

빠른 사용법

틀:Coord/빠른 사용법

예제

{{coord|43.651234|-79.383333}} Lua 오류: callParserFunction: function "#coordinates" was not found. 토론토 - 완전한 십진 형태 (북위와 서경을 음수와 양수로 표기)
{{coord|43.65|-79.38}} Lua 오류: callParserFunction: function "#coordinates" was not found. 토론토 - 낮은 정밀도 형태
{{coord|43.6500|-79.3800}} Lua 오류: callParserFunction: function "#coordinates" was not found. 토론토 - 보통의 정밀도 형태 (소수점 이하에 0을 채움)
{{coord|43.651234|N|79.383333|W}} Lua 오류: callParserFunction: function "#coordinates" was not found. 토론토 - 북위와 서경값을 지닌 십진 형태
{{coord|43|29|N|79|23|W}} Lua 오류: callParserFunction: function "#coordinates" was not found. 토론토 - 도/분 형태
{{coord|43|29|4|N|79|23|0|W}} Lua 오류: callParserFunction: function "#coordinates" was not found. 토론토 - 도/분/초 형태
{{coord|43|29|4.5|N|79|23|0.5|W}} Lua 오류: callParserFunction: function "#coordinates" was not found. 토론토 - 도/분/소수형식의 초
{{coord|55.752222|N|37.615556|E}} Lua 오류: callParserFunction: function "#coordinates" was not found. 모스코바 - 북위와 동경값을 지닌 십진 형태
{{coord|55.752222|N|37.615556|E|format=dms}} Lua 오류: callParserFunction: function "#coordinates" was not found. 십진 도 형식에서 도분초 포맷으로 변환
{{coord|39.098095|-94.587307|format=dms}} Lua 오류: callParserFunction: function "#coordinates" was not found. 방위값이 없는 십진 도 형식에서 도분초 포맷으로 변환
{{coord|55.752222|N|37.615556|E|​format=dec|name=Moscow}} Lua 오류: callParserFunction: function "#coordinates" was not found. 십진 도 형식으로 변환하고 지도에 라벨을 표기
{{coord|33|55|S|18|25|E}} Lua 오류: callParserFunction: function "#coordinates" was not found. 케이프타운 - 남위와 동경
{{coord|35|00|N|105|00|E}} Lua 오류: callParserFunction: function "#coordinates" was not found. 중국 - 북위와 동경
{{coord|22|54|30|S|43|14|37|W}} Lua 오류: callParserFunction: function "#coordinates" was not found. 리오 - 남위와 서경
{{coord|22|S|43|W}} Lua 오류: callParserFunction: function "#coordinates" was not found. A degree confluence.
{{coord|52|28|59|N|1|53|37|W|display=inline,title|region:GB_type:city}} Lua 오류: callParserFunction: function "#coordinates" was not found. 버밍엄 - 화면출력 및 매개변수 설정; 이 페이지의 제목 또한 표기됩니다.

표시

기본적으로 좌표는 형식을 지정하여 표기할 수 있습니다.

항상 도분초값으로 좌표를 표기하려면, 당신의 vector.css에 이것을 추가하세요.:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }
.geo-multi-punct { display: none }

항상 십진값으로 좌표를 표기하려면, 당신의 vector.css에 이것을 추가하세요:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }
.geo-multi-punct { display: none }

두 가지 형식의 좌표를 표기하려면, 당신의 vector.css에 이것을 추가하세요:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }

내장된 것

분류:좌표 틀을 참고하세요.

보조 틀

틀:Coord/보조설명문서

클래스 네임

클레스 네임 geolatitude, longitude 은 마이크로포맷을 나타내기 위해 사용되므로 절대 수정하지 마세요.