Difference between revisions of "Template:RP Logs"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Emurphy
imported>Emurphy
Line 11: Line 11:
 
margin-top: 0;
 
margin-top: 0;
 
}
 
}
</css><includeonly>{{#ifeq: {{{ordermethod}}} | gamedate |
 
{{ #dpl:
 
| namespace=Logs
 
| category=RP Logs
 
| linksto={{{name|{{BASEPAGENAME}} }}}
 
| includematch=/\{{!}}\s*gamedate\s*=\s*\d{4}\.\d{2}\.\d{2}/si
 
| include={Log}:gamedate:[[%PAGE%|%TITLE%]]
 
| format= ,\n* (%gamedate%) [[%PAGE%|%TITLE%]],,
 
| ordermethod=sortkey
 
| order=ascending
 
| table=,-,
 
| tablesortcol=1
 
| tablerow=\n* (%%),%%
 
| columns={{{columns|3}}}
 
| rowcolformat=width=100%
 
| noresultsheader=''No logs have been posted yet.''
 
}}
 
|
 
 
{{ #dpl:  
 
{{ #dpl:  
 
| userdateformat=(y.m.d)
 
| userdateformat=(y.m.d)
Line 45: Line 27:
 
|-
 
|-
 
| <pre>
 
| <pre>
{{ RP Logs | name = Chuck | columns = 3 | ordermethod = gamedate }}
+
{{ RP Logs | name = Andrea | columns = 3 | ordermethod = gamedate }}
 
</pre>
 
</pre>
  

Revision as of 20:00, 23 October 2014

<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; } {{ #dpl: | userdateformat=(y.m.d) | namespace=Logs | linksto=RP Logs | ordermethod=firstedit | addeditdate=true | shownamespace=false | columns=3 | rowcolformat=width=100% | noresultsheader=No logs have been posted yet. }} }}</includeonly>

How to include a dynamic log list in your page:
{{ RP Logs | name = Andrea | 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.