Template:Infobox RP/doc
When to use
Place this on any article related to the BadWolfMC Resource Pack (for example, the main resource pack page, changelog, or technical reference pages). It will display a standardized information box showing the current version, Minecraft compatibility, SHA1, contributors, and a centralized download link.
This template automatically inherits the site’s native infobox styling and dark-mode compatibility.
Please don't attempt to alter the code for this template unless you really know what you're doing, and you have community consensus.
Usage
Copy the text below, paste it at the very top of the relevant article, and modify as appropriate:
{{RP infobox
| title = BadWolfMC Resource Pack
| image = RP-Showcase.png
| image_alt = In-game screenshot showcasing the pack
| image_caption = Fresh textures for 1.21.10
| download_url = {{ext-link|rp}} <!-- or a direct URL -->
| download_label = Download
| rp_version = v3.7.2
| sha1 = 4a7d1ed414474e4033ac29ccb8653d9b
| mc_version = 1.21.10
| pack_format_current = 46
| pack_formats_supported = 34–46
| contributors =
* [[User:Chris P.]]
* [[User:MasterBuilder]]
* Community contributors
}}
Or use this blank template:
{{RP infobox
| title =
| image =
| image_alt =
| image_caption =
| download_url =
| download_label =
| rp_version =
| sha1 =
| mc_version =
| pack_format_current =
| pack_formats_supported =
| contributors =
}}
Parameters
title- (Optional) Overrides the default title “BadWolfMC Resource Pack.”
image- (Optional) File name of the image (e.g.
RP-Showcase.png). image_alt- (Optional) Alt text for accessibility.
image_caption- (Optional) Caption displayed under the image.
download_url- (Optional) Link to the current resource pack download. You can use
Resource Pack
to automatically pull from the centralized external link module.
download_label- (Optional) Text for the download button (default: “Download”).
rp_version- (Required) The BadWolfMC Resource Pack version.
sha1- (Optional) SHA1 checksum of the pack file for integrity verification.
mc_version- (Optional) The native Minecraft version the pack is built for.
pack_format_current- (Optional) Current pack format number.
pack_formats_supported- (Optional) List or range of supported pack formats.
contributors- (Optional) List of contributors; may include wiki links or bullet points.
Example
Here’s how it will appear with example data filled in:
Notes
- If you don’t populate every field, **do not delete unused fields** — this keeps the template consistent and easier to update later.
- The download link and styling automatically adapt to light or dark mode.
- If you use
Resource Pack
for download_url, updating that single external link entry will update all instances of this infobox site-wide.