"위키 문법"의 두 판 사이의 차이

역지사지(歷地思之)
둘러보기로 이동 검색으로 이동
 
(같은 사용자의 중간 판 36개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 +
== 넘겨주기 ==
 +
#넘겨주기 [[대상 문서 이름]]
 +
 +
== 문단 단계 : 1단계 ==
 +
=== 2단계 ===
 +
==== 3단계 ====
 +
===== 4단계 =====
 +
* 항목1
 +
* 항목2
 +
* 항목3
 +
===== 4단계 =====
 +
# 항목1
 +
# 항목2
 +
# 항목3
 +
 +
== 글자 모양 ==
 +
* ''이탤릭체''
 +
* '''글자 강조'''
 +
* 개행문자 : <br>
 +
 +
== 인용 ==
 +
인용 문구는 문단 첫 문자를 입력하기 전 공백 문자를 넣으면 됨
 +
 +
== 링크 ==
 +
* [[내부 문서 이름]]
 +
* [[김현종|Kim Hyun Jong]]
 +
* [[내부 문서 이름|새롭게 표시할 이름]]
 +
* [https://www.hisgeo.info 역사지리정보위키]
 +
* [https://www.hisgeo.info]
 +
https://www.hisgeo.info
 +
 +
== 이미지 넣기 ==
 +
[[파일:Example.jpg|섬네일|150픽셀|캡션 텍스트]]
 +
 +
== 사진 갤러리 ==
 +
<gallery>
 +
Example.jpg|설명1
 +
Example.jpg|설명2
 +
Example.jpg|설명3
 +
</gallery>
 +
 +
== 파일 링크 ==
 +
* [[:file:파일명]] ← 파일 설명으로 연결
 +
* [[:file:파일명|설명]] ← 파일 설명으로 연결
 +
* [[media:파일명]] ← 실제 파일로 연결
 +
* [[media:파일명|설명]] ← 실제 파일로 연결
 +
 +
== 각주 넣기 ==
 +
* 단순 각주 : .... <ref>각주 내용</ref> ....
 +
* 링크 각주 : .... <ref>각주 내용[http://www.riss.kr/link?id=A108565500]</ref> ...
 +
 +
== 표 만들기 ==
 +
{| class="wikitable sortable"
 +
|+ 캡션 텍스트
 +
|-
 +
! 필드1 !! 필드2 !! 필드3
 +
|-
 +
| 예시1 || 예시2 || 예시3
 +
|-
 +
| 예시4 || 예시5 || 예시6
 +
|-
 +
| 예시7 || 예시8 || 예시9
 +
|}
 +
 +
* 엑셀을 위키 테이블 문법으로 변경하는 서비스 : https://tableconvert.com/excel-to-mediawiki
  
 
== 참조 사이트 ==
 
== 참조 사이트 ==
 
* [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 ==
 +
* 허용된 도메인만 가능 : google mymap 공유 링크
 +
<iframe key="googlemymap" path="maps/d/embed?mid=1mDpHm3DkUEE3X_p2C2LxfNTFWtUVctM&usp=sharing" width="640" height="380"></iframe>
 +
 +
== 각주 ==
 +
<references />

2024년 8월 25일 (일) 23:02 기준 최신판

넘겨주기

  1. 넘겨주기 대상 문서 이름

문단 단계 : 1단계

2단계

3단계

4단계
  • 항목1
  • 항목2
  • 항목3
4단계
  1. 항목1
  2. 항목2
  3. 항목3

글자 모양

  • 이탤릭체
  • 글자 강조
  • 개행문자 :

인용

인용 문구는 문단 첫 문자를 입력하기 전 공백 문자를 넣으면 됨

링크

https://www.hisgeo.info

이미지 넣기

캡션 텍스트

사진 갤러리

파일 링크

각주 넣기

  • 단순 각주 : .... [1] ....
  • 링크 각주 : .... [2] ...

표 만들기

캡션 텍스트
필드1 필드2 필드3
예시1 예시2 예시3
예시4 예시5 예시6
예시7 예시8 예시9

참조 사이트

지도(Kartographer)

  • Mapframe 사용 : 단일 지점
한국학중앙연구원
  • Mapframe 사용 : 복수 지점
Several groups of automatic counters

Iframe

  • 허용된 도메인만 가능 : google mymap 공유 링크

각주

  1. 각주 내용
  2. 각주 내용[1]