Difference between revisions of "User:Oliver/Test2"

From From The Ashes Wiki
Jump to: navigation, search
Line 3: Line 3:
 
{{#vardefine:lines|{{{num}}}}}
 
{{#vardefine:lines|{{{num}}}}}
 
{{#vardefine:curpage|1}}
 
{{#vardefine:curpage|1}}
{{#regexall:{{{data}}}|/<tr>/|oh}}
+
{{#regex:<table class="wikitable sortable loglist jquery-tablesorter" id="presort">
 +
<thead><tr>
 +
<th style="display: none;" class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Timestamp
 +
</th>
 +
<th style="display: none;" data-sort-type="date" class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Date
 +
</th>
 +
<th style="display: none;" class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Time
 +
</th>
 +
<th style="display: none;" class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Log
 +
</th></tr></thead><tbody>
 +
<tr>
 +
<td class="hide">1504224000</td>
 +
<td class="colon">09/01/2017</td>
 +
<td class="hide">21:00 EST</td>
 +
<td><a href="/wiki/index.php/September_2017_Moot" title="September 2017 Moot">September 2017 Moot</a>
 +
</td></tr>
 +
<tr>
 +
<td class="hide">1508544000</td>
 +
<td class="colon">10/21/2017</td>
 +
<td class="hide">18:30 EST</td>
 +
<td><a href="/wiki/index.php/I_Did_Nazi_This_Coming" title="I Did Nazi This Coming">I Did Nazi This Coming</a>
 +
</td></tr>
 +
<tr>
 +
<td class="hide">1508544000</td>
 +
<td class="colon">10/21/2017</td>
 +
<td class="hide">22:00 EST</td>
 +
<td><a href="/wiki/index.php/Alley_Chat" title="Alley Chat">Alley Chat</a>
 +
</td></tr>
 +
<tr>
 +
<td class="hide">1508544000</td>
 +
<td class="colon">10/21/2017</td>
 +
<td class="hide">22:15 EST</td>
 +
<td><a href="/wiki/index.php/Swords_to_Plowshares" title="Swords to Plowshares">Swords to Plowshares</a>
 +
</td></tr>
 +
<tr>
 +
<td class="hide">1509408000</td>
 +
<td class="colon">10/31/2017</td>
 +
<td class="hide">00:00 EST</td>
 +
<td><a href="/wiki/index.php/Going_Batty" title="Going Batty">Going Batty</a>
 +
</td></tr>
 +
<tr>
 +
<td class="hide">1509753600</td>
 +
<td class="colon">11/04/2017</td>
 +
<td class="hide">00:00 EST</td>
 +
<td><a href="/wiki/index.php/Mission:_Just_Plausible" title="Mission: Just Plausible">Mission: Just Plausible</a>
 +
</td></tr>
 +
<tr>
 +
<td class="hide">1511654400</td>
 +
<td class="colon">11/26/2017</td>
 +
<td class="hide">18:00 EST</td>
 +
<td><a href="/wiki/index.php/Fursuit_Pursuit" title="Fursuit Pursuit">Fursuit Pursuit</a>
 +
</td></tr></tbody><tfoot></tfoot></table>|/<tr>(.*)<\/tr>/Us|<tr class="ok">$1</tr>}}
  
{{#arraydefine:list|{{#regex:{{{data}}}|/<tbody>(.+)<\/tbody>/}}|<tr>}}
+
{{#regex:{{{data}}}|/<tr>(.*)<\/tr>/Us|<tr class="ok">$1</tr>}}
 +
 
 +
{{#arraydefine:list|{{#regexall:{{{data}}}|/<tr>(.+)<\/tr>/s}}}}
 
<table>
 
<table>
{{#arrayprint:list|<tr class="page{{#var:curpage}}">}}
+
{{#arrayprint:list}}
 
</table>
 
</table>

Revision as of 15:21, 9 December 2017

{{{type}}}


<thead></thead><tbody> </tbody><tfoot></tfoot>
1504224000 09/01/2017 21:00 EST <a href="/wiki/index.php/September_2017_Moot" title="September 2017 Moot">September 2017 Moot</a>
1508544000 10/21/2017 18:30 EST <a href="/wiki/index.php/I_Did_Nazi_This_Coming" title="I Did Nazi This Coming">I Did Nazi This Coming</a>
1508544000 10/21/2017 22:00 EST <a href="/wiki/index.php/Alley_Chat" title="Alley Chat">Alley Chat</a>
1508544000 10/21/2017 22:15 EST <a href="/wiki/index.php/Swords_to_Plowshares" title="Swords to Plowshares">Swords to Plowshares</a>
1509408000 10/31/2017 00:00 EST <a href="/wiki/index.php/Going_Batty" title="Going Batty">Going Batty</a>
1509753600 11/04/2017 00:00 EST <a href="/wiki/index.php/Mission:_Just_Plausible" title="Mission: Just Plausible">Mission: Just Plausible</a>
1511654400 11/26/2017 18:00 EST <a href="/wiki/index.php/Fursuit_Pursuit" title="Fursuit Pursuit">Fursuit Pursuit</a>

{{{data}}}