Difference between revisions of "Template:RP Logs"

From Fate's Harvest
Jump to: navigation, search
Line 1: Line 1:
 +
<css>
 +
 +
ul {
 +
    list-style: none; /* Remove list bullets */
 +
    padding: 0;
 +
    margin: 0;
 +
}
 +
 +
li {
 +
    padding-left: 16px;
 +
}
 +
 +
li:before {
 +
    content: "•"; /* Insert content that looks like bullets */
 +
    padding-right: 8px;
 +
    color: black; /* Or a color you prefer */
 +
}
 +
</css>
 +
 
<includeonly>{{#switch: {{{order}}} | descending =
 
<includeonly>{{#switch: {{{order}}} | descending =
 
{{ #dpl:
 
{{ #dpl:

Revision as of 20:02, 12 June 2016



How to include a dynamic log list in your page:

{{ RP Logs | columns = 2 | order = ascending }}

Please insert the above into your character page to populate RP logs. This template will automatically pull all logs that link to your character page. Input the number of columns you want to appear, and "ascending" or "descending" to control if the logs appear oldest first, or newest first.