"Semantic Mediawiki"의 두 판 사이의 차이

DH 교육용 위키
이동: 둘러보기, 검색
(주로 하아퍼링크)
22번째 줄: 22번째 줄:
 
*[https://www.semantic-mediawiki.org/wiki/Extension:Page_Forms Extension: Page Forms 확장 : 페이지 서식]
 
*[https://www.semantic-mediawiki.org/wiki/Extension:Page_Forms Extension: Page Forms 확장 : 페이지 서식]
  
=='''설치 방법'''==
+
==설치 방법==
 
너무 어려워서 다음에 설명하겠다.
 
너무 어려워서 다음에 설명하겠다.
  
103번째 줄: 103번째 줄:
 
  |format=gallery
 
  |format=gallery
 
  }}</nowiki>
 
  }}</nowiki>
 +
 +
==Page Forms==
 +
 +
===Special:CreateProperties===
 +
 +
===Special:CreateCategories===
 +
 +
===Special:CreateTemplate===
 +
 +
===Special:CreateForm===
 +
 +
===Special:StartForm===
 +
 +
===Special:CreateClass===

2018년 5월 17일 (목) 14:59 판

주로 하아퍼링크

설치 방법

너무 어려워서 다음에 설명하겠다.

속성 및 쿼리

In-line annotation

문서에 보이게 속성 정하는 방법

[[Property::value]]
[[Property::value|보이는 텍스트]]
[[Property::value| ]] - 안 보인다

Using "#set"

속성을 안 보이게 설정하는 방법.

{{#set:
 Has population=2,229,621
 |Located in country=France
 }}

Using "#show"

{{#show: Berlin |?Population }}

Using "#ask"

{{#ask:
 [[Category:City]]
 [[Located in::Germany]] 
 |?Population 
 |?Area#km² = Size in km²
 }}

Using "#show"

{{#show: Berlin |?Population }}

"#Ask" Results Formats

Semantic Table

{{#ask:
 [[Category:Media]]
 |?Column 2 property
 |?Column 3 property
 |?Column 4 property
 |?Column 5 property
 |?Column 6 property
 |?Column 7 property
 |mainlabel=Media
 |headers=plain
 }}

Semantic Map

{{#ask:
 [[Category:Media]]
 |?GIS
 |format=googlemap
 }}

Semantic Calendar

{{#ask:
  [[Category:Media]]
  |?Date
  |?Modification date
  |format=calendar
 }} 

Semantic Timeline

{{#ask:
 [[Category:Media]]
 |?Date
 |?Subject
 |format=timeline
 |timelinebands=MONTH,YEAR
 |timelineposition=end
 |limit=150
 }}

Semantic Gallery

{{#ask:
 [[Category:Media]]
 |format=gallery
 }}

Page Forms

Special:CreateProperties

Special:CreateCategories

Special:CreateTemplate

Special:CreateForm

Special:StartForm

Special:CreateClass