Module:SkillParse/doc: Difference between revisions

m
add module category
(Created page with "{{doc/start}} <!-- Documentation here --> Module to parse Skill strings from ObjectBlueprints. For example, converts "LongBlades" to "Long Blades" and "HeavyWeapons" to "Heavy...")
 
m (add module category)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
Code:  
Code:  


<code><nowiki>{{#invoke: ColorParse | parse | LongBlades }}</nowiki></code>
<code><nowiki>{{#invoke: SkillParse | parse | LongBlades }}</nowiki></code>


Result:
Result:


{{#invoke: ColorParse | parse | LongBlades }}
{{#invoke: SkillParse | parse | LongBlades }}
<includeonly>
<includeonly>
<!-- Template categories/interwiki here -->
<!-- Template categories/interwiki here -->
[[Category:Modules]]
</includeonly>
</includeonly>
{{doc/end}}
{{doc/end}}