Three On A Match
Inventory Template - Printable Version

+- Three On A Match (https://threeonamatch.net)
+-- Forum: Characters (https://threeonamatch.net/forumdisplay.php?fid=31)
+--- Forum: Development (https://threeonamatch.net/forumdisplay.php?fid=10)
+---- Forum: Templates (https://threeonamatch.net/forumdisplay.php?fid=28)
+---- Thread: Inventory Template (/showthread.php?tid=306)



Inventory Template - Third on the Match - 01-01-2022

Inventory Template


A handy html template that you're free to use in your character profile! It will appear as a table, with three sections for the item name, the description, and effect, with keywords or dice (if applicable).

This is for magic items, found by your character, earned in events, or created through ritual magic. You can track mundane items if you wish, but it is not needed.

Code:
<div class="inv-flex">
<div class="inv1">Item Name</div>
<div class="inv2">Dice/Luck</div>
<div class="inv3">Effect</div>
</div>

<div class="inv-flex">
<div class="inv1">...</div>
<div class="inv2">...</div>
<div class="inv3">placeholder</div>
</div>

<div class="inv-flex">
<div class="inv1">...</div>
<div class="inv2">...</div>
<div class="inv3">placeholder</div>
</div>

Adding a New Item

Code:
<div class="inv-flex">
<div class="inv1">...</div>
<div class="inv2">...</div>
<div class="inv3">placeholder</div>
</div>