This is the documentation page for Module:ShaderpackList
Module used to render shaderpack entries into a table, automatically sorted by their name. Entries must be specified in any order using Module:ShaderpackListEntry.
Example
{{#invoke:ShaderpackList|Render|data=[
{{#invoke:ShaderpackListEntry|Generic
|arg1 = value1
|arg2 = value2
}}
{{#invoke:ShaderpackListEntry|Generic
|arg1 = value1
|arg2 = value2
}}
{{#invoke:ShaderpackListEntry|Modrinth
|arg1 = value1
|arg2 = value2
}}
]}}