Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[Roll Templates] [Custom] Anybody know the HTML Layout and CSS Styling for the default template?

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?
It's on the roll20 github thing for all the character sheets.
SkyCaptainXIII said: It's on the roll20 github thing for all the character sheets. Do you know... Where? That's a pretty extensive Git! ^_^
1490239911
Lithl
Pro
Sheet Author
API Scripter
I don't think the default rolltemplate is actually on git. However, if you look at the source code for the VTT itself, you'll find: <script type="text/html" id="sheet-rolltemplate-default">     <table>     <caption>{{name}}</caption>     {{#allprops()}}     <tr><td>{{key}}</td><td>{{value}}</td>     {{/allprops()}}     </table>     </script>
1490244656
Silvyre
Forum Champion
Douglas William Bacon said: Do you know... Where? That's a pretty extensive Git! ^_^ It's pretty big! <a href="https://github.com/Roll20/roll20-character-sheets" rel="nofollow">https://github.com/Roll20/roll20-character-sheets</a> Also of major note: <a href="https://github.com/Roll20/roll20-api-scripts" rel="nofollow">https://github.com/Roll20/roll20-api-scripts</a>
Silvyre said: Douglas William Bacon said: Do you know... Where? That's a pretty extensive Git! ^_^ It's pretty big! <a href="https://github.com/Roll20/roll20-character-sheets" rel="nofollow">https://github.com/Roll20/roll20-character-sheets</a> Also of major note: <a href="https://github.com/Roll20/roll20-api-scripts" rel="nofollow">https://github.com/Roll20/roll20-api-scripts</a> Well... Yeah? That's why I described the Git as extensive! ^_^ Can you point out where the template is, though?
1490287464
Lithl
Pro
Sheet Author
API Scripter
Douglas William Bacon said: Well... Yeah? That's why I described the Git as extensive! ^_^ Can you point out where the template is, though? 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.
1490301857
John B
Pro
Sheet Author
So there is the default template which is everywhere and the templates specific for a character sheet. &nbsp;More on the template is&nbsp; <a href="https://wiki.roll20.net/Roll_Templates" rel="nofollow">https://wiki.roll20.net/Roll_Templates</a>. So if asking about one on a character sheet go to the git hub do a find for the character sheet your using and look at the html. &nbsp;Then in the html look for rolltemplate tags. &nbsp;That way you can uncover all the templates a character sheet has availble to use in your games. &nbsp;&nbsp;