mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added Benefits to publication index.
This commit is contained in:
parent
068f836e82
commit
56ac19fda7
6 changed files with 735 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ tags: [ Version 2 ]
|
|||
<li><a href="/index/category/Adventure/">Adventure</a></li>
|
||||
<li><a href="/index/category/Alchemy/">Alchemy</a></li>
|
||||
<li><a href="/index/category/Armory/">Armory</a></li>
|
||||
<li><a href="/index/category/Benefit/">Benefit</a></li>
|
||||
<li><a href="/index/category/Character-Creation/">Character Creation</a></li>
|
||||
<li><a href="/index/category/Disease/">Disease</a></li>
|
||||
<li><a href="/index/category/Equipment/">Equipment</a></li>
|
||||
|
|
|
|||
32
_posts/Index/Category/0000-01-01-Benefit.html
Normal file
32
_posts/Index/Category/0000-01-01-Benefit.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
published: true
|
||||
layout: ikrpg
|
||||
categories: [ Index, Category ]
|
||||
tags: [ Rules ]
|
||||
---
|
||||
|
||||
<p>
|
||||
Back to the <a href="/Index/">Full Publication Index</a>.
|
||||
</p>
|
||||
|
||||
<h2>Benefit Index</h2>
|
||||
<table data-category="Benefit" data-subcategory="" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Benefit</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
<th>Game</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue