Difference between revisions of "Template:MedievalCraft-Changes/doc"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
m (Created page with "{{doc/start}} This template is used to create a changelog entry for the sidebar of the '''main page'''. __TOC__ == Notes == You can include up to 16 different entries. Also you...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
You can include up to 16 different entries.
You can include up to 16 different entries.


Also you got the function <code>|readmore=yes</code>, which includes at the bottom of the entry a link with <code><nowiki>[[Updates#{{{version}}}|'''Read More''']]
Also you got the function <code>|readmore=yes</code>, which includes at the bottom of the entry a link with <code><nowiki>[[Updates#{{{version}}}|'''Read More''']]</nowiki></code>
</nowiki></code>
 
Put in the parameter <code>|notlast=true</code> to add a horizontal line after the entry.
 
 


== Usage ==
== Usage ==
<pre style="width: 360px">{{MedievalCraft-Changes|version=X.xx
<pre style="width: 360px">{{Changes|version=X.xx
|change1=Test1
|change1=Test1
|change2=Test2
|change2=Test2
|readmore=yes
|readmore=yes
|notlast=true
}}</pre>
}}</pre>


Line 21: Line 25:
|change2=Test2
|change2=Test2
|readmore=yes
|readmore=yes
|notlast=true
}}
}}



Latest revision as of 23:25, 26 May 2011

Template-info.png Documentation

This template is used to create a changelog entry for the sidebar of the main page.

Notes[edit]

You can include up to 16 different entries.

Also you got the function |readmore=yes, which includes at the bottom of the entry a link with [[Updates#{{{version}}}|'''Read More''']]

Put in the parameter |notlast=true to add a horizontal line after the entry.


Usage[edit]

{{Changes|version=X.xx
|change1=Test1
|change2=Test2
|readmore=yes
|notlast=true
}}
produces
IC vX.xx:
  • Test1
  • Test2

Read More


See also[edit]

Template:Changes

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