Difference between revisions of "Template:History/doc"
Jump to navigation
Jump to search
OldTFC>Kittychanley m |
(Update to TNG standards and new history template.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | This template is used for creating the new history sections. | |
− | This template is used for creating the new history sections | ||
To create a History section, you need to use this template multiple times: | To create a History section, you need to use this template multiple times: | ||
+ | * A single version can be represented like so: <code><nowiki>{{History||1.12.2-0.24.2.79|Removed pickaxe harvestability from ProPick.}}</nowiki></code>. | ||
+ | :* 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: <code><nowiki>{{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!.}}</nowiki></code>. The template currently supports up to 10 changes per version. | ||
+ | * Make sure that all Github interlinks are removed. Things like this: <code>Fix knapping with only one rock (close #369)</code> should be <code>Fix knapping with only one rock.</code> | ||
− | + | * End the history section with <code><nowiki>{{History|closetable}}</nowiki></code>. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * End the history section with < | ||
Sample usage: | Sample usage: | ||
<pre><nowiki> | <pre><nowiki> | ||
− | {{History| | + | {{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}} | |
− | {{History| | ||
− | |||
− | |||
− | |||
− | {{History| | ||
</nowiki></pre> | </nowiki></pre> | ||
Produces: | Produces: | ||
− | {{History| | + | {{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}} | |
− | {{History| | ||
− | |||
− | |||
− | |||
− | {{History| | ||
− | |||
− |
Latest revision as of 22:37, 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 |