|
|
| Line 1: |
Line 1: |
| == Article Overview == | | == Article Overview == |
|
| |
|
| This page displays all wiki articles organised by category and subcategory, including word count and focus area. The JavaScript will automatically populate the table and add a download button. | | This page displays all wiki articles organised by category and subcategory, including word count and focus area. The table and download button are generated automatically by JavaScript. |
|
| |
|
| <div id="article-overview-wrapper" style="margin-top:16px;"> | | <div id="article-overview-wrapper" style="margin-top:16px;"></div> |
| | |
| <div id="article-overview-controls" style="margin-bottom:14px;"></div>
| |
| | |
| <table id="article-overview-table" style="width:100%;border-collapse:collapse;font-size:13px;">
| |
| <thead>
| |
| <tr style="background-color:#2a2a2a;color:#f0a500;text-align:left;">
| |
| <th style="padding:9px 12px;border:1px solid #444;">Category</th>
| |
| <th style="padding:9px 12px;border:1px solid #444;">Subcategory</th>
| |
| <th style="padding:9px 12px;border:1px solid #444;">Title</th>
| |
| <th style="padding:9px 12px;border:1px solid #444;text-align:right;">Words</th>
| |
| <th style="padding:9px 12px;border:1px solid #444;">Focus</th>
| |
| </tr>
| |
| </thead>
| |
| <tbody id="article-overview-body">
| |
| <tr><td colspan="5" style="padding:12px;text-align:center;color:#aaa;font-style:italic;">Loading articles… please wait.</td></tr>
| |
| </tbody>
| |
| </table>
| |
| | |
| </div> | |