
I may be missing it, or be completely derping, but I can't seem to find it? Neither in my search of the forum or my looking at the Roll Templates wiki?
SkyCaptainXIII said:
It's on the roll20 github thing for all the character sheets.
<script type="text/html" id="sheet-rolltemplate-default"> <table> <caption>{{name}}</caption> {{#allprops()}} <tr><td>{{key}}</td><td>{{value}}</td> {{/allprops()}} </table> </script>
Douglas William Bacon said:
Do you know... Where? That's a pretty extensive Git! ^_^
Well... Yeah? That's why I described the Git as extensive! ^_^Silvyre said:
Douglas William Bacon said:
Do you know... Where? That's a pretty extensive Git! ^_^
It's pretty big! https://github.com/Roll20/roll20-character-sheets
Also of major note: https://github.com/Roll20/roll20-api-scripts
As I said, I don't believe the default template is in the git repo. However, all templates available to a campaign are in the VTT's HTML source, and the default template is available to every campaign. I posted what appears in the VTT's HTML, above.Douglas William Bacon said:
Well... Yeah? That's why I described the Git as extensive! ^_^
Can you point out where the template is, though?