Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ChartColors/doc: Difference between revisions

From Kenshi Wiki
Created page with "{{documentation subpage}} Used by '''{{tl|ChartColors}}'''. To translate or review the translation of the module to your language, edit carefully Data:I18n/ChartColors.tab. ===Function ShowColors=== {| class="wikitable" |- ! Code !! Result |- | {{mlx|ChartColors|ShowColors|Categ20|5}} || {{#invoke:ChartColors|ShowColors|Categ20|5}} |- | {{tlx|ChartColors|Categ20|9}} || {{ChartColors|Categ20|9}} |- | {{mlx|ChartColors|ShowColors|Ca..."
 
No edit summary
Line 1: Line 1:
{{documentation subpage}}
{{doc sub}}
Used by '''{{tl|ChartColors}}'''.
Used by '''{{tl|ChartColors}}'''.



Revision as of 23:58, 24 February 2025

Used by {{ChartColors}}.

To translate or review the translation of the module to your language, edit carefully Data:I18n/ChartColors.tab.

Function ShowColors

Code Result
{{#invoke:ChartColors|ShowColors|Categ20|5}}                    
{{ChartColors|Categ20|9}}                                    
{{#invoke:ChartColors|ShowColors|Categ20|3|-}}     #1f77b4       #ff7f0e       #2ca02c  
{{#invoke:ChartColors|ShowColors|Categ20|3|a}}     #1f77b4ff       #ff7f0eff       #2ca02cff  
{{#invoke:ChartColors|ShowColors|Plotter|5}}                    
{{#invoke:ChartColors|Plotter|20}}                                                                                

Function Legends

{{#invoke:ChartColors|Legends|Categ20|5|2}} produces:

  • 1f77b4
  • ff7f0e
  • 2ca02c
  • d62728
  • 9467bd
  • {{div col|colwidth=2}}
     {{legend|#1f77b4|}}
     {{legend|#ff7f0e|}}
     {{legend|#2ca02c|}}
     {{legend|#d62728|}}
     {{legend|#9467bd|}}
    {{div col end}}
    

    {{#invoke:ChartColors|Legends|Categ20|3|1|One|Two|Three}} produces:

  • One
  • Two
  • Three
  • {{div col|colwidth=1}}
     {{legend|#1f77b4|One}}
     {{legend|#ff7f0e|Two}}
     {{legend|#2ca02c|Three}}
    {{div col end}}