Files
roll20-character-sheets/5eShaped/precompiled/components/macros/abilityChecks.html
T
2016-06-09 16:06:52 +02:00

18 lines
1.6 KiB
HTML

<div class="shaped-row center">
<div class="col-40">
<select name="attr_ability_checks_text_size">
<option value="text" data-i18n="NORMAL">Normal</option>
<option value="text_big" selected data-i18n="BIG">Big</option>
</select>
<div class="small-label" data-i18n="TEXT_SIZE"></div>
</div>
</div>
<div class="mar-t-sm"></div>
<span data-i18n="SHOW_TOTALS"></span><input type="checkbox" name="attr_ability_checks_show_totals" checked>
<div class="mar-t-sm"></div>
<input type="hidden" name="attr_ability_checks_macro_var">
<button type="roll" name="roll_shaped_ability_checks" class="visible-button" value="/w @{character_name} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=ABILITY_CHECKS>Ability checks</span>}} {{@{ability_checks_text_size}=@{ability_checks_macro_var}}}" data-i18n="ABILITY_CHECKS"></button>
<div class="mar-t-sm"></div>
<button type="roll" name="roll_shaped_ability_checks_small" class="hidden" value="/w @{character_name} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=ABILITY_CHECKS>Ability checks</span>}} {{text=@{ability_checks_macro_var}}}" data-i18n="ABILITY_CHECKS"></button>
<input type="hidden" name="attr_ability_checks_query_var">
<button type="roll" name="roll_shaped_ability_checks_query" class="hidden" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} @{roll_info} @{ability_checks_query_var}" data-i18n="ABILITY_CHECKS_QUERY"></button>