틀:ValidateXml: 두 판 사이의 차이

Vaquita Wiki
새 문서: <noinclude> 이 템플릿은 지정된 XML 문서의 문법적 오류를 실시간으로 검사하여 리포트를 보여줍니다. == 사용법 == <pre> {{ValidateXml | xml = XML_문서_이름 | height = 창높이(기본 250px) }} </pre> </noinclude> <includeonly> {{#tag:html| <div class="xml-validator-container" style="margin: 15px 0;"> <div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px; color: #4a5568;">🔍 XML 유효성 검사기: {{{xml}}}</div> <...
 
편집 요약 없음
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
11번째 줄: 11번째 줄:
<div class="xml-validator-container" style="margin: 15px 0;">
<div class="xml-validator-container" style="margin: 15px 0;">
     <div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px; color: #4a5568;">🔍 XML 유효성 검사기: {{{xml}}}</div>
     <div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px; color: #4a5568;">🔍 XML 유효성 검사기: {{{xml}}}</div>
     <iframe src="https://app.vaquitalab.com/sndms/validate?wiki={{SERVERNAME}}{{SCRIPTPATH}}&xml={{{xml}}}"  
     <iframe src="https://app.vaquitalab.com/sndms/xvalidate?wiki={{SERVERNAME}}{{SCRIPTPATH}}&xml={{{xml}}}"  
             width="100%"  
             width="100%"  
             height="{{{height|250px}}}"  
             height="{{{height|350px}}}"  
             frameborder="0"  
             frameborder="0"  
             style="border: none; border-radius: 8px;">
             style="border: none; border-radius: 8px;">

2026년 3월 1일 (일) 23:19 기준 최신판

이 템플릿은 지정된 XML 문서의 문법적 오류를 실시간으로 검사하여 리포트를 보여줍니다.

사용법[편집]

{{ValidateXml | xml = XML_문서_이름 | height = 창높이(기본 250px) }}