Added progress bars in project presentation on main page

This commit is contained in:
phil 2013-07-09 00:09:49 +02:00
parent 5a5773042a
commit f571da7fe2
17 changed files with 361 additions and 34 deletions

View file

@ -1,6 +1,7 @@
---
published: true
layout: ikrpg
categories: [ Portal ]
tags:
- Rules
- None

View file

@ -1,6 +1,7 @@
---
published: true
layout: ikrpg
categories: [ Portal ]
tags:
- Character Sheet
- None

View file

@ -1,6 +1,7 @@
---
published: true
layout: ikrpg
categories: [ Portal ]
tags:
- Rules
- None
@ -8,8 +9,8 @@ tags:
---
<p>
This page contains all resources used to build this wiki and their contents. It is split into
<a href="#Rulebooks">Rulebooks</a>, <a href="#Magazines">Magazines</a>,
This page contains all publications used to build the publication index and their contents. It is split
into <a href="#Rulebooks">Rulebooks</a>, <a href="#Magazines">Magazines</a>,
<a href="#Adventures">Adventures</a> and <a href="#Supplements">Supplements</a>.
</p>
@ -17,7 +18,7 @@ tags:
<table class="hero text-left">
<thead>
<tr>
<th>Resource</th>
<th>Publication</th>
<th>Available contents</th>
<th>Unavailable contents</th>
</tr>
@ -72,7 +73,7 @@ tags:
<table class="veteran text-left">
<thead>
<tr>
<th>Resource</th>
<th>Publication</th>
<th>Available contents</th>
<th>Unavailable contents</th>
</tr>
@ -189,7 +190,7 @@ tags:
<table class="epic text-left">
<thead>
<tr>
<th>Resource</th>
<th>Publication</th>
<th>Available contents</th>
<th>Unavailable contents</th>
</tr>
@ -223,7 +224,7 @@ tags:
<table class="hero text-left">
<thead>
<tr>
<th>Resource</th>
<th>Publication</th>
<th>Available contents</th>
<th>Unavailable contents</th>
</tr>

View file

@ -0,0 +1,47 @@
---
layout: ikrpg
categories: [ Portal ]
tags: [ Factual dimension, Geographic dimension, Time dimension ]
---
<p>
All pages contained in the IKRPG wiki are listed here. They are either a standalone category page or
assigned to a subproject.
</p>
{% assign sorted_posts = site.posts | sort:"title" %}
<h2 id="Pages">Pages</h2>
<ul>
{% for post in sorted_posts %}
{% if post.categories == empty %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% comment %}
The below code displays the categories in *sorted* order.
{% endcomment %}
{% capture get_items %}
{% for cat in site.categories %}
{{ cat | first | replace: ' ', '_' }}
{% endfor %}
{% endcapture %}
{% capture num_words %}
{{ get_items | split:' ' | sort | join:' ' | number_of_words }}
{% endcapture %}
{% for item in (1..num_words) %}
{% assign category = get_items | split:' ' | sort | join:' ' | truncatewords:item | remove:'...' | split:' ' | last | replace: '_', ' ' %}
<h2>{{ category | upcase }}</h2>
<ul>
{% for post in sorted_posts %}
{% if post.categories contains category %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endfor %}

View file

@ -9,7 +9,7 @@ tags:
---
<p>
Abilities are assigned to characters during <a href="/Character-Creation">Character Creation</a>.
Abilities are assigned to characters during <a href="/portal/Character-Creation">Character Creation</a>.
</p>
<h2>Ability Index</h2>
<table class="veteran">

View file

@ -4,7 +4,7 @@ categories: [ Index ]
tags: [ Rules, None, None ]
---
<p>
Picking an adventuring company is part of the <a href="/Character-Creation">character creation</a> process.
Picking an adventuring company is part of the <a href="/portal/Character-Creation">character creation</a> process.
</p>
<h2>Adventuring Company Index</h2>
<table class="veteran">

View file

@ -4,7 +4,8 @@ categories: [ Index ]
tags: [ Rules, None, None ]
---
<p>
Picking an archetype is part of the <a href="/Character-Creation">character creation</a> process.
Picking an archetype is part of the <a href="/portal/Character-Creation">character creation</a>
process.
</p>
<h2>Archetype Index</h2>
<table class="veteran">

View file

@ -4,7 +4,7 @@ categories: [ Index ]
tags: [ Rules, None, None ]
---
<p>
Picking a career is part of the <a href="/Character-Creation">character creation</a> process.
Picking a career is part of the <a href="/portal/Character-Creation">character creation</a> process.
Characters get access to <a href="/index/Ability-Index">abilities</a>, connections,
<a href="/index/Skill-Index">skills</a> and <a href="/index/Spell-Index">spells</a> through their
careers.

View file

@ -4,7 +4,7 @@ categories: [ Index ]
tags: [ Rules, None, None ]
---
<p>
Picking a race is part of the <a href="/Character-Creation">character creation</a> process.
Picking a race is part of the <a href="/portal/Character-Creation">character creation</a> process.
Characters get access to stats and <a href="/index/Ability-Index">abilities</a> through their race.
</p>
<h2>Race Index</h2>

View file

@ -4,7 +4,7 @@ categories: [ Index ]
tags: [ Rules, None, None ]
---
<p>
Characters are assigned skills while <a href="/Character-Creation">being created</a>.
Characters are assigned skills while <a href="/portal/Character-Creation">being created</a>.
</p>
<h2>Military Skill Index</h2>
<table class="hero">

View file

@ -4,7 +4,7 @@ categories: [ Index ]
tags: [ Rules, None, None ]
---
<p>
Gifted characters are assigned spells while <a href="/Character-Creation">being created</a>.
Gifted characters are assigned spells while <a href="/portal/Character-Creation">being created</a>.
</p>
<h2>Spell Index</h2>
<table class="hero">