Blame Raw
· · · 18 lines (815 B)
0 contributors
1<div class="persona_world range-block flexFlowColumn flex-container">
2 <div class="range-block-title">
3 <h4>
4 <span data-i18n="Persona Lorebook for">Persona Lorebook for</span> <span class="persona_name"></span>
5 </h4>
6 </div>
7 <div class="range-block-counter justifyLeft flex-container flexFlowColumn margin-bot-10px">
8 <span data-i18n="persona_world_template_txt">
9 A selected World Info will be bound to this persona. When generating an AI reply,
10 it will be combined with the entries from global, character and chat lorebooks.
11 </span>
12 </div>
13 <div class="range-block-range wide100p">
14 <select class="persona_world_info_selector wide100p">
15 <option value="">--- None ---</option>
16 </select>
17 </div>
18</div>