Difference between revisions of "Template:RP Logs"
From NorCon MUSH
| Line 23: | Line 23: | ||
| category=RP Logs | | category=RP Logs | ||
| ordermethod=sortkey | | ordermethod=sortkey | ||
| − | | order= | + | | order=%order% |
| table=,-, | | table=,-, | ||
| tablerow=\n* (%%),%% | | tablerow=\n* (%%),%% | ||
| Line 29: | Line 29: | ||
| rowcolformat=width=100% | | rowcolformat=width=100% | ||
| noresultsheader=''No logs have been posted yet.'' | | noresultsheader=''No logs have been posted yet.'' | ||
| − | }}</includeonly> | + | }}</includeonly><noinclude> |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | <noinclude> | + | |
{| | {| | ||
! How to include a dynamic log list in your page: | ! How to include a dynamic log list in your page: | ||
|- | |- | ||
| <pre> | | <pre> | ||
| − | {{ RP Logs | name = Eugene | columns = 3 | | + | {{ RP Logs | name = Eugene | columns = 3 | order = ascending|descending}} |
</pre> | </pre> | ||
Revision as of 14:37, 20 September 2011
| How to include a dynamic log list in your page: |
|---|
{{ RP Logs | name = Eugene | columns = 3 | order = ascending|descending}}
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. |