Module:Map credits/data/doc
< Module:Map credits | data
This is the documentation page for Module:Map credits/data
Documentation for Map credits/data/doc
This is the "database" for the {{map credits}} module. New maps should be added at the bottom.
Note: This template must accurately reflect what is shown in the in-game map credits. If you are a map creator and want your name changed, please contact Valve directly.
Example
koth_harvest_final = {
{'Sean "Heyo" Cutino', '76561197970803850', 'steam'}
},
In this example, koth_harvest_final is the key that maps to a value, which is another table containing the actual credits:
koth_harvest_final: a key. When you use the{{map credits}}template, it checks if this key is there or not.{ [...] }: the credits forkoth_harvest_final:Sean "Heyo" Cutino: the creator's name, exactly as it appears in the in-game credits.- (optional)
76561197970803850: the creator's Steam ID. - (optional)
steam: additional information that helps the template "understand" how the link should be rendered. For most creators, this should be set tosteam, so you don't need to worry about it.