|
|
| 68번째 줄: |
68번째 줄: |
| == 참조 사이트 == | | == 참조 사이트 == |
| * [https://ko.wikipedia.org/wiki/위키백과:위키_문법 위키 문법] | | * [https://ko.wikipedia.org/wiki/위키백과:위키_문법 위키 문법] |
|
| |
| == 지도(Kartographer) ==
| |
| * Mapframe 사용 : 단일 지점
| |
| <mapframe text="한국학중앙연구원" width="full" height="350" zoom="16" longitude="127.0536615" latitude="37.3933073" align="left">
| |
| {
| |
| "type": "Feature",
| |
| "geometry": { "type": "Point", "coordinates": [127.0536615, 37.3933073] },
| |
| }
| |
| </mapframe>
| |
| * Mapframe 사용 : 복수 지점
| |
| <mapframe text="Several groups of automatic counters" width="full" height="350" zoom="13" longitude="-122.39902496337889" latitude="37.80151060070086">
| |
| {
| |
| "type": "FeatureCollection",
| |
| "features": [
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number",
| |
| "marker-color": "302060"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.41816520690917,
| |
| 37.79097260220947
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number",
| |
| "marker-color": "302060"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.40786552429199,
| |
| 37.799654055191525
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number",
| |
| "marker-color": "302060"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.40185737609865,
| |
| 37.796262984039544
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number",
| |
| "marker-color": "302060"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.38743782043457,
| |
| 37.80535070427755
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number",
| |
| "marker-color": "302060"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.38005638122557,
| |
| 37.795449103799726
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-letter",
| |
| "marker-color": "208020"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.40941047668457,
| |
| 37.81850557172186
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-letter",
| |
| "marker-color": "208020"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.40357398986815,
| |
| 37.81280993744834
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-letter",
| |
| "marker-color": "208020"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.39842414855956,
| |
| 37.8071138637568
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number-bar",
| |
| "marker-color": "f01080"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.41181373596191,
| |
| 37.78595317184089
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number-bar",
| |
| "marker-color": "f01080"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.39542007446289,
| |
| 37.787674400057654
| |
| ]
| |
| }
| |
| },
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "marker-symbol": "-number-bar",
| |
| "marker-color": "f01080"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -122.38649368286131,
| |
| 37.78401144262929
| |
| ]
| |
| }
| |
| }
| |
| ]
| |
| }
| |
| </mapframe>
| |
|
| |
| * Maplink 사용
| |
| ** 한국학중앙연구원<maplink text="한국학중앙연구원" zoom="16" longitude="127.0536615" latitude="37.3933073" />
| |
| ** <maplink zoom="16" longitude="127.0536615" latitude="37.3933073" />
| |
|
| |
|
| == Iframe == | | == Iframe == |
넘겨주기
- 넘겨주기 대상 문서 이름
문단 단계 : 1단계
2단계
3단계
4단계
4단계
- 항목1
- 항목2
- 항목3
글자 모양
인용
인용 문구는 문단 첫 문자를 입력하기 전 공백 문자를 넣으면 됨
링크
https://www.hisgeo.info
이미지 넣기
캡션 텍스트
사진 갤러리
파일 링크
각주 넣기
- 단순 각주 : .... [1] ....
- 링크 각주 : .... [2] ...
표 만들기
캡션 텍스트
| 필드1 |
필드2 |
필드3
|
| 예시1 |
예시2 |
예시3
|
| 예시4 |
예시5 |
예시6
|
| 예시7 |
예시8 |
예시9
|
참조 사이트
Iframe
- 허용된 도메인만 가능 : google mymap 공유 링크
각주