-
-
Notifications
You must be signed in to change notification settings - Fork 41
预组建队伍玩家信息
Zhou Fang edited this page Sep 11, 2022
·
3 revisions
LFGPlayerInfo
是一个可以用自定义模板来生成玩家信息的工具.
模板这个概念来源于近年来前端工程的一些发展趋势.
{{classIcon:18}} {{specIcon:14,18}} {{classColorStart}}{{className}} ({{specName}}){{classColorEnd}}{{amountStart}} x {{amount}}{{amountEnd}}
-
{{className}}
- 职业名 (本地化)
-
{{specName}}
- 专精名 (本地化)
-
{{amount}}
- 同专精玩家数量
-
{{classIcon:SIZE}}
- 宽高是相同的.
- 例:
{{specIcon:14}}
-
{{classIcon:HEIGHT,WIDTH}}
- 如果你需要一个长方形且保持缩放比例时就用这个.
- 例:
{{specIcon:14,18}}
-
{{specIcon:SIZE}}
- 宽高是相同的.
- 例:
{{specIcon:14}}
-
{{specIcon:HEIGHT,WIDTH}}
- 如果你需要一个长方形且保持缩放比例时就用这个.
- 例:
{{specIcon:14,18}}
-
{{classColorStart}} ... {{classColorEnd}}
- 夹在其中的文字将会被渲染为职业色.
- 例:
{{classColorStart}} 一些文字 {{classColorEnd}}
-
{{amountStart}} ... {{amountEnd}}
- 夹在其中的模板文字只会在数量大于 1 的时候才会被渲染.
- 例:
{{amountStart}} 数量: {{amount}}{{amountEnd}}