This is the documentation page for Module:ShaderpackListEntry
Module used to create shaderpack entries that can be rendered into a table using Module:ShaderpackList.
Generic
Shaderpacks not backed by a data source may be created this way.
{{#invoke:ShaderpackListEntry|Generic
|arg1 = value1
|arg2 = value2
}}
Arguments
- name
- Required. Text.
- style
- Required. Text.
- performance_impact_level
- Required. Number.
- 0
- Potato
- 1
- Low
- 2
- Medium
- 3
- High
- 4
- Extreme
- 5
- Screenshots
- version
- Required. Text.
- last_update
- Required. Text.
- links
- Required. Text.
- drivers
- Required. Name of logos separated by spaces. Available: "nvidia", "amd", "intel", "apple", "tux", "m1".
- shader_loaders
- Required. Name of logos separated by spaces. Available: "iris", "of", "canvas", "vanilla", "focal".
- author
- Required. Text.
- min_mc_version
- Optional. Text.
- max_mc_version
- Required. Text.
Example
{{#invoke:ShaderpackListEntry|Generic
|name=Example
|style=[https://www.example.com/ Realistic]
|performance_impact_level=1
|version=0.4.2
|last_update=1990-01-01
|links=[https://www.example.com/ Website]
|drivers=nvidia amd intel apple tux m1
|shader_loaders=iris of canvas vanilla focal
|author=[https://www.example.com Joe]
|min_mc_version=1.14.4
|max_mc_version=1.20.1
}}
Modrinth
Shaderpacks that are available on Modrinth may be created this way.
{{#invoke:ShaderpackListEntry|Modrinth
|arg1 = value1
|arg2 = value2
}}
Arguments
- slug
- Required. Slug or ID of the project. Can be found in the URL (
https://modrinth.com/shader/<SLUG>
). - name
- Required. Text.
- style
- Required. Text.
- performance_impact_level
- Required. Number.
- 0
- Potato
- 1
- Low
- 2
- Medium
- 3
- High
- 4
- Extreme
- 5
- Screenshots
- version
- Optional. Text. Overrides value from API.
- last_update
- Optional. Text. Overrides value from API.
- links
- Required. Text.
- drivers
- Required. Name of logos separated by spaces. Available: "nvidia", "amd", "intel", "apple", "tux", "m1".
- shader_loaders
- Optional. Name of logos separated by spaces. Available: "iris", "of", "canvas", "vanilla", "focal". Overrides value from API.
- author
- Required. Text.
- min_mc_version
- Optional. Text. Overrides value from API.
- max_mc_version
- Optional. Text. Overrides value from API.
Example
{{#invoke:ShaderpackListEntry|Modrinth
|slug=example-pack
|name=Example
|style=[https://www.example.com/ Realistic]
|performance_impact_level=1
|links=[https://www.example.com/ Website]
|drivers=nvidia amd intel apple tux m1
|author=[https://www.example.com Joe]
}}