Please Read Carefully: There are several options



  Warning: If you choose Option One and you have a lot of logs, you will receive 503 Gateway Timeouts because Wikidot's ListPages does not handle large amounts of data very well.  

  Option One: Log Table By Month & Year

Note: This option is the one that will slow down the rendering of your pages, but it is also the easiest.

To use this, simply replace "YourName" with your character's name. & remove the whitespace before the [[include line.

++++ Logs

 [[include inc:logtable tags=YourName]]

++++ Mentions

 [[include inc:logtable tags=YourName-mentions]]
If you want your logs to only show the year 2021 and onward (as created by player request), you can use this method instead:

To use this, simply replace "YourName" with your character's name. & remove the whitespace before the [[include line.

++++ Logs

 [[include inc:logtable-new tags=YourName]]

++++ Mentions

 [[include inc:logtable-new tags=YourName-mentions]]


  Option Two: Recent Logs & Mentions

Note: This option is the best optimized for your page, but does require making pages for each year.

  Step One: Set up the Latest Logs Section

To use this, simply replace "YourName" with your character's name. & remove the whitespace before the [[include line.

  • time= —> this is the number of days you want to include logs for. (ie, 30 will get the latest 30 days worth of logs for your character)
  • tags= —> Your character / dragon's names here. (ie, name, dragon)
  • tagsMentions= —> Your mentions tags. (ie, name-mentions, dragon-mentions)
  • Each page link will open a new page that you can put that year's logs on.
  • Make sure to change yourname-logs-2015 to your character's name, ie: yukie-logs-2015.
++++ All Logs
[[ul class="nav nav-pills"]]
  [[li role="presentation" class="active"]][[a href="#"]]Latest Logs & Mentions[[/a]][[/li]]
  [[li role="presentation"]][[a href="yourname-logs-2013"]]2013[[/a]][[/li]]
  [[li role="presentation"]][[a href="yourname-logs-2014"]]2014[[/a]][[/li]]
  [[li role="presentation"]][[a href="yourname-logs-2015"]]2015[[/a]][[/li]]
[[/ul]]
 [[include inc:latestlogs 
|tags=YourName Dragon
|tagsMentions=YourName-mentions Dragon-mentions
|time=30]]

If you do not want a 'latest' and want a year breakdown on your page for the current year, simply use this:
Make sure to change the year to the current year.

++++ Logs

 [[include inc:logtable-year 
|tags=YourName dragon
|year=2016]]

++++ Mentions

 [[include inc:logtable-year 
|tags=YourName-mentions dragon-mentions
|year=2016]]

  Step Two: Setting Up Each 'Year' Log Page

To use this, simply replace "YourName" with your character's name. & remove the whitespace before the [[include line.

Note: You will need to do this for every "year" page you create. Aka, if you do one for 2013, 2014, 2015, and 2016, you will have four pages linked off your page.

An Example of a "Year"'s log page
[[module CSS]]
nav.side-bar-wrap {
    display: none;
}
.col-md-9 {
    width: 100%;
}
[[/module]]

++++ Logs

 [[include inc:logtable-year 
|tags=YourName dragon
|year=2015]]

++++ Mentions

 [[include inc:logtable-year 
|tags=YourName-mentions dragon-mentions
|year=2015]]

  Click Here to see a live example.

  Addendum: 2013 and 2014

If you want to post _Old Format Logs_ on your page, use this "old" include

aka, 2013 is prior to the change in log formats

 ++++ Logs

 [[include inc:logtable-year-old
|tags=t'ral taralde esanth
|year=2013]]

 ++++ Mentions

 [[include inc:logtable-year-old
|tags=t'ral-mentions taralde-mentions esanth-mentions
|year=2013]]

2014's Log Includes

2014 is special since this is the year that got split in terms of log creation.

 ++++ Logs

 [[include inc:logtable-year-2014
|tags=t'ral taralde esanth
|year=2014]]

 ++++ Mentions

 [[include inc:logtable-year-2014
|tags=t'ral-mentions taralde-mentions esanth-mentions
|year=2014]]