From 163216707eaddd6b721ce95a1e5017b7905b6cde Mon Sep 17 00:00:00 2001
From: minjaesong
part — inserts part separation page to your bookchapter, section — inserts a new chapter/section. If an alternative name is required on the Table of Contents, the alt attribute can be used. If the chapter/section needs to be hidden on the Table of Contents, add the hide="1" attribute. If the chapter must start on a new page, simply add newpage in front of the chapter tagchapter, section — inserts a new chapter/section. If an alternative name is required on the Table of Contents, the alt attribute can be used. If the chapter/section needs to be hidden on the Table of Contents, add the hide="1" attribute. If the chapter must start on a new page, see The Macro Definitionp — inserts a new paragraph. The body texts must be written inside this tag. All paragraphs will have a 16-pixel indentation, with the following exceptions: first p of the part/chapter/section; first p after br, newpage, callout, ul, ol or anonbreakspan — allows changing the colour or the style of the texts. The colour must be specified in the colour attribute. Six-digit hex code, three-digit hex code and CSS Colours Level 4 named colours are supported. Note that all the colours will be rounded to the nearest three-digit hex codeemph — is a special case of the span tag. The resulting text will be
thepart — Part heading. Default: Part %1$sparttype — Default style of the part tag. Default: Ithechapter — Chapter heading. Default: %1$schaptertype — Default style of the chapter tag. Default: 1thepart — Part heading. Default: Part %1$sparttype — Default style of the part tag. Default: Ithechapter — Chapter heading. Default: %1$schaptertype — Default style of the chapter tag. Default: 1chapteronnewpage — Controls if a chapter must start on a new page. Put non-zero value to enable this behaviour. Default: 0The argument key %1$s will be replaced into a number, Roman numerals, etc.
@@ -250,7 +251,7 @@
Defining the text to be printed outside the typesetting system, such as the name of the sender +
v tag. This tag
can also be used to use an ingame string as well.
To print an external variable, use the id attribute; to print an ingame string, use
@@ -273,11 +274,11 @@
v series tags are added:
veun vneun — 은/는vi vga — 이/가veul vreul — 을/를vwa vgwa — 와/과vro veuro — 로/으로veun vneun — 은/는vi vga — 이/가veul vreul — 을/를vwa vgwa — 와/과vro veuro — 로/으로Either of the tag in the pair can be used; they will put the correct postposition based on the word. diff --git a/assets/mods/basegame/books/btex_ko.xml b/assets/mods/basegame/books/btex_ko.xml index a1dff909e..475b3a959 100644 --- a/assets/mods/basegame/books/btex_ko.xml +++ b/assets/mods/basegame/books/btex_ko.xml @@ -60,7 +60,7 @@
part — 원고에 새 부(part)를 추가함chapter, section — 원고에 새 장(chapter)·절(section)을 추가함. 목차 페이지에는 다른 이름을 표시하고 싶다면 alt 속성을 사용할 수 있음. 목차 페이지에서 숨기고 싶다면 hide="1" 속성을 추가할 것. 장이 새 페이지에서 시작되게 하려면 chapter 태그 앞에 newpage를 추가할 것chapter, section — 원고에 새 장(chapter)·절(section)을 추가함. 목차 페이지에는 다른 이름을 표시하고 싶다면 alt 속성을 사용할 수 있음. 목차 페이지에서 숨기고 싶다면 hide="1" 속성을 추가할 것. 장이 새 페이지에서 시작되게 하려면 매크로 정의문을 볼 것p — 새 문단을 삽입함. 본문의 글은 반드시 이 태그 내부에 작성되어야 함. 모든 문단는 16픽셀의 들여쓰기로 조판되나, 다음의 경우 들여쓰기가 적용되지 않음: 부·장·절의 첫 문단, br, newpage, callout, ul, ol, anonbreak 태그 직후의 문단span — 문구의 색상이나 스타일을 변경함. 색상은 colour 속성에 작성되어야 함. 6자리 헥스코드, 3자리 헥스코드, CSS Colours Level 4에 정의된 색상명을 사용할 수 있음. 모든 색상은 내부적으로 가장 가까운 3자리 헥스코드로 변경됨에 유의할 것emph — span의 특수한 경우로, 문구를 itemname — span의 특수한 경우로, 게임 내 아이템의 이름을 강조 표시할 때 사용함. 문구는 targetname — span의 특수한 경우로, 임의의 목표를 강조 표시할 때 사용함. 문구는 code — span의 특수한 경우로, 코드를 강조 표시할 때 사용함. 문구는 청록색의 고정폭으로 인자됨code — span의 특수한 경우로, 코드를 강조 표시할 때 사용함. 문구는 암적색의 고정폭으로 인자됨br — 스스로 닫는 태그. 임의의 줄바꿈을 삽입함newpage — 스스로 닫는 태그. 임의의 새 페이지를 삽입함anonbreak — 스스로 닫는 태그. 임의의 문단 분할을 적용함. 분할 표시는 한 줄을 비우고 가운데에 긴 줄을 삽입하여 이루어짐. 주로 소설을 조판하는 데에 사용됨내부적으로 부와 장 제목은 매크로를 사용하여 인자된다. 매크로의 값을 바꾸면 번호가 인자되는 스타일을 변경할 수 있다. 매크로의 이름과 기본값은 다음과 같다.
thepart — 부 제목 번호. 기본값: Part %1$sparttype — part 태그의 기본 스타일. 기본값: Ithechapter — 장 제목 번호. 기본값: %1$schaptertype — chapter 태그의 기본 스타일. 기본값: 1thepart — 부 제목 번호. 기본값: Part %1$sparttype — part 태그의 기본 스타일. 기본값: Ithechapter — 장 제목 번호. 기본값: %1$schaptertype — chapter 태그의 기본 스타일. 기본값: 1chapteronnewpage — 새 페이지에서 장이 시작되게 하기. 활성화하려면 0이 아닌 임의의 값을 넣을 것. 기본값: 0매개변수인 %1$s는 각 제목의 type 속성에 따라 적절한 숫자로 치환된다.
편지의 보내는 사람과 받는 사람과 같이 인자될 문구를 조판 시스템 외부에서 정의하는 것이 바람직한 경우가 있다. 이러한 문구는 스스로 닫는 v 태그를 사용하여 추가할 수 있다. 이 태그는 또한 게임 내에 정의된 문자열을 가져오는 데에 사용될 수도 있다.
v 태그를 사용하여 추가할 수 있다. 이 태그는 또한 게임 내에 정의된 문자열을 가져오는 데에 사용될 수도 있다.
외부 변수를 인자하려면 id 속성을 사용하여야 한다. 게임 내 문자열을 가져오려면 fromgame 속성을 사용하라. 두 속성은 서로 상충되므로 하나의 속성만을 사용하여야 한다.
v태그는 다음과 같다.
veun vneun — 은/는vi vga — 이/가veul vreul — 을/를vwa vgwa — 와/과vro veuro — 로/으로veun vneun — 은/는vi vga — 이/가veul vreul — 을/를vwa vgwa — 와/과vro veuro — 로/으로태그 쌍 중에서는 아무거나 사용해도 무방하다. 어느 쪽이든 알맞는 조사를 추가할 것이다. 달리 말하면, veun과 vneun은 완전히 동일한 태그이다.
상기와 같은 이유로 “인쇄기”는 플레이어에게 직접적으로 제공되지 않고, “출판사”와 우편을 통해 간접적으로 이용하는 형태로 제공된다.
+