Difference between revisions of "Template:RP Logs"

From X-Men: rEvolution
Jump to navigationJump to search
Line 20: Line 20:
 
| format= ,\n* (%gamedate%) [[%PAGE%|%TITLE%]],,
 
| format= ,\n* (%gamedate%) [[%PAGE%|%TITLE%]],,
 
| ordermethod=sortkey
 
| ordermethod=sortkey
| order=ascending
+
| order=descending
 
| table=,-,
 
| table=,-,
| tablesortcol=1
+
| tablesortcol=0
 
| tablerow=\n* (%%),%%
 
| tablerow=\n* (%%),%%
 
| columns={{{columns|3}}}
 
| columns={{{columns|3}}}
Line 45: Line 45:
 
|-
 
|-
 
| <pre>
 
| <pre>
{{ RP Logs | name = YourCharacter'sName | columns = 3 | ordermethod = gamedate }}
+
{{ RP Logs | name = YourCharacter'sName | columns = 3 | ordermethod = gamedate }}
 
</pre>
 
</pre>
  

Revision as of 02:11, 9 December 2012

<css>

  1. content table.wikitable{

border: 0; margin: -1.1em 0 0 -12px; }

  1. content table.wikitable th, #content table.wikitable td {

border: 0; background: transparent; } table.wikitable ul { margin-top: 0; } </css>

How to include a dynamic log list in your page:
{{ RP Logs | name = YourCharacter'sName | columns = 3 | ordermethod = gamedate  }}

The name, column and ordermethod parameters are optional. Name will default to the title of the page and columns will default to three. Ordermethod is less self-explanatory. It takes the values "date" and "gamedate" and determines whether the logs will be sorted by date of posting or the date of the IC events stipulated in the log. Logs without a proper gamedate value will not show up if the latter option is selected. If ordermethod malformed or unspecified, the logs will be automatically organized by the date of posting.