mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
16 lines
535 B
Plaintext
16 lines
535 B
Plaintext
section#favorable-traits.repeating-container
|
|
h3(data-i18n='favorable traits').header
|
|
+customControlFieldset({
|
|
name:'favorable'
|
|
})
|
|
+collapse
|
|
+text({name:'name',class:'underlined'})
|
|
+adaptiveTextarea({name:'description',class:'boxed'}).expanded
|
|
section#unfavorable-traits.repeating-container
|
|
h3(data-i18n='unfavorable traits').header
|
|
+customControlFieldset({
|
|
name:'unfavorable'
|
|
})
|
|
+collapse
|
|
+text({name:'name',class:'underlined'})
|
|
+adaptiveTextarea({name:'description',class:'boxed'}).expanded |