Difference between revisions of "Template:History"
Jump to navigation
Jump to search
OldTFC>Kittychanley m |
(Remake of old History stuff. This is close enough for now....) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly><table class="wikitable" cellpadding="0" cellspacing="0">{{ |
− | + | #vardefine:rows|{{ | |
− | #vardefine:rows|{{#len: 1{{ | + | #len: 1{{#if: {{{2|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{3|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{4|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{5|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{6|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{7|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{8|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{9|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{10|}}} | 1 }} |
− | #if: {{{ | + | {{#if: {{{11|}}} | 1 }} }} }}{{ |
− | + | #ifeq: {{{1|}}} | closetable |</tr></tr></table>|<th rowspan="{{#var:rows}}">{{{1}}}</th>}}<!-- If the first entry is close table we need to end the table here. Otherwise it's a new line.-->{{ | |
− | + | #if: {{{2|}}} |<tr><td>{{{2}}}</td></tr>}}{{ | |
− | + | #if: {{{3|}}} |<tr><td>{{{3}}}</td></tr>}}{{ | |
− | + | #if: {{{4|}}} |<tr><td>{{{4}}}</td></tr>}}{{ | |
− | + | #if: {{{5|}}} |<tr><td>{{{5}}}</td></tr>}}{{ | |
− | + | #if: {{{6|}}} |<tr><td>{{{6}}}</td></tr>}}{{ | |
− | + | #if: {{{7|}}} |<tr><td>{{{7}}}</td></tr>}}{{ | |
− | + | #if: {{{8|}}} |<tr><td>{{{8}}}</td></tr>}}{{ | |
− | + | #if: {{{9|}}} |<tr><td>{{{9}}}</td></tr>}}{{ | |
− | + | #if: {{{10|}}} |<tr><td>{{{10}}}</td></tr>}}{{ | |
− | + | #if: {{{11|}}} |<tr><td>{{{11}}}</td></tr>}}</includeonly><noinclude> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }}{{ | ||
− | #if: {{{3|}}} | | ||
− | #if: {{{4|}}} | <tr> | ||
− | #if: {{{5|}}} | <tr> | ||
− | #if: {{{6|}}} | <tr> | ||
− | #if: {{{7|}}} | <tr> | ||
− | #if: {{{8|}}} | <tr> | ||
− | #if: {{{9|}}} | <tr> | ||
− | #if: {{{10|}}} | <tr> | ||
− | #if: {{{11|}}} | <tr> | ||
− | |||
{{History/doc}} | {{History/doc}} | ||
− | |||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 22:20, 13 October 2019
This template is used for creating the new history sections.
To create a History section, you need to use this template multiple times:
- A single version can be represented like so:
{{History||1.12.2-0.24.2.79|Removed pickaxe harvestability from ProPick.}}
.
- Do not specify the development stage! Only use FULL version numbers or BUILD numbers!
- If multiple changes have been made in a single version update, simply list them like so:
{{History||Build #79|This isn't a real change log but it shows you how it works|Now you have two things that changed this version!.}}
. The template currently supports up to 10 changes per version.
- Make sure that all Github interlinks are removed. Things like this:
Fix knapping with only one rock (close #369)
should beFix knapping with only one rock.
- End the history section with
{{History|closetable}}
.
Sample usage:
{{History|Build #36|Added custom charcoal pile sounds.|Added charcoal place sounds to the block placement.}} {{History|Build #73|Nerfed charcoal creation calculation so that a full log pile doesn't always produce max charcoal - the calculation is now the same as 1.7.10.|Fixed charcoal piles causing logs to drop their contents, effectively duplicating the logs}} {{History|closetable}}
Produces:
Build #36 |
---|
Added custom charcoal pile sounds. |
Added charcoal place sounds to the block placement. |
Build #73 |
---|
Nerfed charcoal creation calculation so that a full log pile doesn't always produce max charcoal - the calculation is now the same as 1.7.10. |
Fixed charcoal piles causing logs to drop their contents, effectively duplicating the logs |