mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
11 lines
734 B
HTML
11 lines
734 B
HTML
<div class="wrap-box languages-proficiencies">
|
|
<div class="proficienciess">
|
|
<button type="roll" name="roll_shaped_proficiencies" class="wrapper-button" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=PROFICIENCIES>Proficiencies</span>}} {{text=@{proficiencies}}}">
|
|
<span class="heading" data-i18n="PROFICIENCIES">.</span>
|
|
<span name="attr_proficiencies" class="presentation pre-line"></span>
|
|
</button>
|
|
<textarea name="attr_proficiencies" class="five-line-textarea no-border edit"></textarea>
|
|
</div>
|
|
//= include languages.html
|
|
<div class="wrap-box-title center" data-i18n="OTHER_PROFICIENCIES_AND_LANGUAGES"></div>
|
|
</div> |