Game updates: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Gorgonzola (talk | contribs)
Game updates page that pulls the five most recent game updates with DPL.
 
Gorgonzola (talk | contribs)
Added sidebar for navigating game updates.
Line 1: Line 1:
This page currently tests a game update mechanism for the wiki.
<!--


<!-- Gorgonzola: outputs the five most recent updates. DO NOT TOUCH the weird symbols! They are SPECIAL PARAMETERS for DPL. -->
  Gorgonzola:
    This sidebar pulls a list of recent game updates. Should be made into a template later, to
    show in individual game update articles, for navigation.
 
-->
<div style="float:right;width:200px;border:1px solid #ccc;background:#eee;padding:5px 8px;margin:0 0 1em 1em;">
===Last 10 Game Updates===
<dpl>
category      = Game updates
count          = 10
ordermethod    = title
order          = descending
replaceintitle = /Game updates\//,
</dpl>
</div>
This page includes the five most recent game updates.
<!--
  Gorgonzola: This DPL call pulls the 5 most recent game updates directly into the page.
 
  DO NOT TOUCH the weird symbols in the format parameter! They are SPECIAL PARAMETERS for DPL.
-->
<dpl>
<dpl>
  category    = Game updates
  category    = Game updates

Revision as of 13:27, 11 October 2014

Last 10 Game Updates

<dpl>

category       = Game updates
count          = 10
ordermethod    = title
order          = descending
replaceintitle = /Game updates\//,

</dpl>

This page includes the five most recent game updates. <dpl>

category    = Game updates
count       = 5
ordermethod = title
order       = descending
mode        = userformat
format      = ,¶²{:%PAGE%}²,

</dpl>