"SemanticNetworkRDF"의 두 판 사이의 차이
North Korea Humanities
(같은 사용자의 중간 판 23개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
<includeonly> | <includeonly> | ||
{{#tag:html| | {{#tag:html| | ||
− | <iframe width="100%" height=" | + | <script> |
+ | function setFrameHeight(){ | ||
+ | if (ContentUrl.document != null) { | ||
+ | document.all.ContentUrl.style.height = ContentUrl.document.body.scrollHeight + 30 + "px"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | <body> | ||
+ | <iframe width="100%" height="100%" id="ContentUrl" name="ContentUrl" src=https://dh.aks.ac.kr/~jisun/cgi-bin/sandbox/RDF.py?db={{{db|}}}&project={{{project|}}}&account=guest&pwd=guest&key={{{key|}}} scrolling="auto" frameborder="0" onload="setFrameHeight()" style="border:0px; min-height: 250px;"></iframe> | ||
+ | </body> | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
12번째 줄: | 21번째 줄: | ||
====Input==== | ====Input==== | ||
<pre> | <pre> | ||
− | {{SemanticNetworkRDF | db=s_jisun | project=nkhTest | key={{ | + | {{SemanticNetworkRDF | db=s_jisun | project=nkhTest | key={{FULLPAGENAMEE}} }} |
</pre> | </pre> | ||
====Output==== | ====Output==== | ||
{{SemanticNetworkRDF | db=s_jisun | project=nkhTest | key=P0001 }} | {{SemanticNetworkRDF | db=s_jisun | project=nkhTest | key=P0001 }} | ||
</noinclude> | </noinclude> |
2024년 3월 15일 (금) 09:56 기준 최신판
Syntax
{{SemanticNetworkRDF | db=데이터베이스 | project=프로젝트 | key=중심_노드_식별자}}
Example
Input
{{SemanticNetworkRDF | db=s_jisun | project=nkhTest | key={{FULLPAGENAMEE}} }}
Output