Difference between revisions of "Template:Model path"
(Created page with "<includeonly><code>{{#invoke:Model path|main|1={{{1|}}}|2={{{2|}}}}}</code></includeonly><noinclude> {{Module:Model path/doc}} Category:Templates </noinclude>") |
m |
||
Line 1: | Line 1: | ||
− | <includeonly><code>{{#invoke:Model path|main|1={{{1|}}}|2={{{2|}}}}}</code></includeonly><noinclude> | + | <includeonly><code>{{#invoke:Model path|main|1={{lc:{{{1|}}}}}|2={{lc:{{{2|}}}}}}}</code></includeonly><noinclude> |
{{Module:Model path/doc}} | {{Module:Model path/doc}} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 23:29, 2 October 2024
Documentation for Model path
Module used to output the model file path for cosmetic items
Adding more models
- Edit Module:Model path/data.
Usage
{{model path|Tough Stuff Muffs|Montreal Style}}
produces:models/workshop/player/items/all_class/all_earmuffs_style1/all_earmuffs_style1_[class].mdl
{{model path|Tough Stuff Muffs|Boston Style}}
produces:models/workshop/player/items/all_class/all_earmuffs_style2/all_earmuffs_style2_[class].mdl
{{model path|Dr. Whoa}}
produces:models/player/items/[class]/bowtie.mdl
{{model path|Dr. Whoa|Style 2}}
produces:Error: invalid style (style 2) and/or item name (dr. whoa). Is the model path set correctly?
{{model path|Hatsune Miku}}
produces:Error: invalid item name (hatsune miku). Is the model path set correctly?
Syntax
{{model path|<item name>|<style name>}}
- <item name> unnamed parameter 1
- Item name, exactly as it is written in-game.
- <style name> unnamed parameter 2
- Style name, exactly as it is written in-game.