Blame Raw
· · · 18 lines (919 B)
0 contributors
1<div class="chat_world range-block flexFlowColumn flex-container">
2 <div class="range-block-title">
3 <h4 data-i18n="Chat Lorebook"><!-- This data-i18n attribute is kept for backward compatibility, use the ones below when translating -->
4 <span data-i18n="Chat Lorebook for">Chat Lorebook for</span> <span class="chat_name"></span>
5 </h4>
6 </div>
7 <div class="range-block-counter justifyLeft flex-container flexFlowColumn margin-bot-10px">
8 <span data-i18n="chat_world_template_txt">
9 A selected World Info will be bound to this chat. When generating an AI reply,
10 it will be combined with the entries from global and character lorebooks.
11 </span>
12 </div>
13 <div class="range-block-range wide100p">
14 <select class="chat_world_info_selector wide100p">
15 <option value="">--- None ---</option>
16 </select>
17 </div>
18</div>