Actions

Template

Difference between revisions of "RP Logs"

Line 1: Line 1:
 
<css>
 
<css>
#content table.wikitable{
 
border: 0;
 
margin: -1.1em 0 0 -12px;
 
background: transparent;
 
}
 
#content table.wikitable th, #content table.wikitable td {
 
border: 0;<css>
 
 
#content table.wikitable{
 
#content table.wikitable{
 
border: 0;
 
border: 0;
Line 54: Line 47:
 
| <pre>
 
| <pre>
 
{{ RP Logs | name = Eugene | columns = 3 | ordermethod = gamedate }}
 
{{ RP Logs | name = Eugene | columns = 3 | ordermethod = gamedate }}
</pre>
 
 
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.
 
|}
 
</noinclude>
 
 
background: transparent;
 
}
 
table.wikitable ul {
 
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:
 
| userdateformat=(y.m.d)
 
| namespace=Logs
 
| linksto={{{name|{{BASEPAGENAME}} }}}
 
| ordermethod=firstedit
 
| addeditdate=true
 
| shownamespace=false
 
| columns={{{columns|3}}}
 
| rowcolformat=width=100%
 
| noresultsheader=''No logs have been posted yet.''
 
}}
 
}}</includeonly><noinclude>
 
{|
 
! How to include a dynamic log list in your page:
 
|-
 
| <pre>
 
{{ RP Logs | name = PCNAME | columns = 3 | ordermethod = gamedate }}
 
 
</pre>
 
</pre>
  

Revision as of 22:43, 21 November 2019

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