Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
(Created page with "{{History}} {{History||1.2.3|LOLOLOL}} {{History||1.2.3|#123|HAHAHAHA}} {{History|end}}")
 
(+info)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{Doc/Start}}
  +
This template is used to create a version changes table.
  +
  +
== Parameters ==
  +
* '''1''': ''(Optional)'' Set to end to end the table.
  +
* '''2''': ''(Required for entries)'' Version number.
  +
* '''3''': ''(Optional)'' Optional build number or additional version number.
  +
* '''4''': ''(Required for entries)'' Change; take verbatim from changelogs if possible.
  +
  +
== Example ==
  +
<pre>
 
{{History}}
 
{{History}}
{{History||1.2.3|LOLOLOL}}
+
{{History||1.2.3|Changed energy usage from 10 to 50.}}
{{History||1.2.3|#123|HAHAHAHA}}
+
{{History||1.2.3|#123|Added turn-off mechanic.}}
 
{{History|end}}
 
{{History|end}}
  +
</pre>
  +
produces:
  +
{{History}}
  +
{{History||1.2.3|Changed energy usage from 10 to 50.}}
  +
{{History||1.2.3|#123|Added turn-off mechanic.}}
  +
{{History|end}}
  +
  +
<!-- Category -->
  +
{{TC|Templates}}
  +
{{Doc/End|Template:History/doc}}

Latest revision as of 18:32, 21 September 2017

Template-info Documentation

This template is used to create a version changes table.

Parameters

  • 1: (Optional) Set to end to end the table.
  • 2: (Required for entries) Version number.
  • 3: (Optional) Optional build number or additional version number.
  • 4: (Required for entries) Change; take verbatim from changelogs if possible.

Example

{{History}}
{{History||1.2.3|Changed energy usage from 10 to 50.}}
{{History||1.2.3|#123|Added turn-off mechanic.}}
{{History|end}}

produces:

Version history
1.2.3Changed energy usage from 10 to 50.
1.2.3#123Added turn-off mechanic.


This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.