Minecraft Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information

This template is used to generate a consistent table format on the Programs and editors subpages. Table rows should be generated with the Programs and editors/entry template. Note that the ":Programs and editors" prefix is necessary, as this template is not a subpage of the pages it is used on.

Usage

This template only has one parameter, |1=, which contains the table content using {{ :Programs and editors/entry}}.

Example

{{:Programs and editors/header|
{{:Programs and editors/entry
| name = Example 1
| author = Author
| image = Example.png
| platform = {{OS|win|linux|mac}}
| programming language = C++
| version = Latest Version
| status = Discontinued/Ongoing, Checked project status date
| source available = Yes/No, license types
| minecraft version = [[Java Edition 1.14]]
| forum = http://www.minecraftforum.net/viewtopic.php?f=25&t=26659
| website = http://google.com
| notes = Description goes here.
}}
}}

Produces:

Name Description Platforms Link Status Latest Compatible Release Source available Programming language Author
Example

Example 1

Description goes here. WindowsLinuxmacOS

Forum 

Website 

Discontinued/Ongoing, Checked project status date Java Edition 1.14 Yes/No, license types C++ Author
Advertisement