Template:Protocol version numbers/Entry: Difference between revisions
imported>Pokechu22 Use {{Snapshot PVN}} |
Update template reference |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
! Version number | ! Version number | ||
! Last known documentation | ! Last known documentation | ||
{{/Entry|20w51a|1073741833|cur|snap=1}} | {{Protocol_version_numbers/Entry|20w51a|1073741833|cur|snap=1}} | ||
{{/Entry|1.16.4-pre1|1073741825|16071|snap=1}} | {{Protocol_version_numbers/Entry|1.16.4-pre1|1073741825|16071|snap=1}} | ||
{{/Entry|1.16.2|751|16001|pre_release_doc=1}} | {{Protocol_version_numbers/Entry|1.16.2|751|16001|pre_release_doc=1}} | ||
{{/Entry|18w43b|441|14397|snap=1}} | {{Protocol_version_numbers/Entry|18w43b|441|14397|snap=1}} | ||
{{/Entry|18w43a|440|snap=1}} | {{Protocol_version_numbers/Entry|18w43a|440|snap=1}} | ||
{{/Entry|1.13.2|404|cur}} | {{Protocol_version_numbers/Entry|1.13.2|404|cur}} | ||
|- | |- | ||
| {{Minecraft Wiki|1.13.2-pre2}} | | {{Minecraft Wiki|1.13.2-pre2}} | ||
Line 27: | Line 27: | ||
|- | |- | ||
| {{Minecraft Wiki|1.13.2-pre1}} | | {{Minecraft Wiki|1.13.2-pre1}} | ||
{{/Entry|1.13.1|401|14301}} | {{Protocol_version_numbers/Entry|1.13.1|401|14301}} | ||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> | ||
Line 50: | Line 50: | ||
|- | |- | ||
| {{Minecraft Wiki|1.13.2-pre1}} | | {{Minecraft Wiki|1.13.2-pre1}} | ||
{{ | {{../Entry|1.13.1|401|14301}} | ||
|} | |} | ||
The <code>REVISIONID</code> [[mw:help:Magic words|magic word]] can be subst'd in to help with entering for the previous snapshot (assuming that the version list is updated before the pre-release page is updated). | The <code>REVISIONID</code> [[mw:help:Magic words|magic word]] can be subst'd in to help with entering for the previous snapshot (assuming that the version list is updated before the pre-release page is updated). | ||
</noinclude> | </noinclude> |
Latest revision as of 16:31, 20 December 2024
Used to generate the table for simple cases where the PVN is unique to a single version.
Takes 3 arguments. The first is the version name (fed into template:Minecraft Wiki). The second is the PVN. The third specifies the page revision, which can be cur for current or blank if not present. An optional snap
parameter can be set to indicate that the version is a snapshot and should not be bolded; an optional pre_release_doc
parameter indicates that the documentation is on Pre-release protocol instead of Protocol (which is implied if snap
is set).
Example usage (sample data is not 100% accurate):
{| class="wikitable" |- ! Release name ! Version number ! Last known documentation {{Protocol_version_numbers/Entry|20w51a|1073741833|cur|snap=1}} {{Protocol_version_numbers/Entry|1.16.4-pre1|1073741825|16071|snap=1}} {{Protocol_version_numbers/Entry|1.16.2|751|16001|pre_release_doc=1}} {{Protocol_version_numbers/Entry|18w43b|441|14397|snap=1}} {{Protocol_version_numbers/Entry|18w43a|440|snap=1}} {{Protocol_version_numbers/Entry|1.13.2|404|cur}} |- | {{Minecraft Wiki|1.13.2-pre2}} |rowspan="2"| Something |rowspan="2"| [{{canonicalurl:Pre-release protocol|oldid=14359}} page] |- | {{Minecraft Wiki|1.13.2-pre1}} {{Protocol_version_numbers/Entry|1.13.1|401|14301}} |}
which produces:
Release name | Version number | Last known documentation |
---|---|---|
20w51a | Snapshot 9 | page |
1.16.4-pre1 | Snapshot 1 | page |
1.16.2 | 751 | page |
18w43b | 441 | page |
18w43a | 440 | |
1.13.2 | 404 | page |
1.13.2-pre2 | Something | page |
1.13.2-pre1 | ||
1.13.1 | 401 | page |
The REVISIONID
magic word can be subst'd in to help with entering for the previous snapshot (assuming that the version list is updated before the pre-release page is updated).