"SemanticNetworkRDF"의 두 판 사이의 차이
North Korea Humanities
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=http://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> |
2022년 11월 23일 (수) 00:09 판
Syntax
{{SemanticNetworkRDF | db=데이터베이스 | project=프로젝트 | key=중심_노드_식별자}}
Example
Input
{{SemanticNetworkRDF | db=s_jisun | project=nkhTest | key={{PAGENAME}} }}
Output