Difference between revisions of "Template:RP Logs"

From NorCon MUSH
Line 3: Line 3:
 
border: 0;
 
border: 0;
 
margin: -1.1em 0 0 -12px;
 
margin: -1.1em 0 0 -12px;
background: white;
 
 
}
 
}
 
#content table.wikitable th, #content table.wikitable td {
 
#content table.wikitable th, #content table.wikitable td {
 
border: 0;
 
border: 0;
background: white;
 
 
}
 
}
 
table.wikitable ul {
 
table.wikitable ul {
 
margin-top: 0;
 
margin-top: 0;
background: white;
 
 
}
 
}
 
}}
 
}}

Revision as of 06:24, 14 September 2012


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.