Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/data/default-template-pack/players.j2

24 lines
389 B

<html> <!-- vasl-templates:id {{SNIPPET_ID}} -->
<head>
<meta charset="utf-8">
</head>
<table style="
border: 1px solid #c0c0c0 ;
background: #f0f0f0 ;
">
<td style="font-weight:bold;">
{{PLAYER_1_NAME}}: <br>
{{PLAYER_2_NAME}}:
<td>
ELR: {{PLAYER_1_ELR}} <br>
ELR: {{PLAYER_2_ELR}}
<td>
SAN: {{PLAYER_1_SAN}} <br>
SAN: {{PLAYER_2_SAN}}
</table>
</html>