모든 공개 기록

Vaquita Wiki에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.

기록 목록
  • 2026년 8월 26일 (수) 16:18 Tutor 토론 기여님이 Text unit sample.xsl 문서를 만들었습니다 (새 문서: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" encoding="UTF-8" indent="yes"/> <xsl:template match="/text_unit"> <div class="text-unit-container" style="font-family: 'Noto Serif KR', serif; line-height: 1.8; padding: 20px;"> <h2 style="border-bottom: 2px solid #333; padding-bottom: 5px;"> ID: <xsl:value-of select="@id"/> </h2>...)