indent code

This commit is contained in:
Kyle
2021-09-15 14:01:38 -07:00
parent fe56c856c4
commit 87d04651ea
2 changed files with 8 additions and 1 deletions

View File

@@ -212,6 +212,8 @@ include('../globalHTML/header-1.php');
<h5>{right#}</h5><h5>Moves the text # pixels right</h5>
<h5>{shadow#}</h5><h5>Changes the shadow distance to # (use {shadow0} to remove the shadow)</h5>
<h5>{shadowcolor#}</h5><h5>Changes the shadow color to #</h5>
<h5>{indent}</h5><h5>Indents the rest of the paragraph to the current point</h5>
<h5>{/indent}</h5><h5>Removes paragraph indendation</h5>
<h5>{kerning#}</h5><h5>Changes the kerning (letter spacing) to #</h5>
<h5>{roll___}</h5><h5>Used for dice-rolling cards (like from AFR) - whatever you fill in for '___' will be bolded, and alternating paragraphs will be shaded.</h5>
<h5>Notes</h5><h5>For colors, you may use HTML color codes (ie 'green'), hex color codes (ie '#00FF00'), or rgb (ie 'rgb(0,255,0)'')</h5>