Jump to content

Template:Gold1dots: Difference between revisions

From RetroMUX
Created page with "<includeonly><span style="white-space: nowrap;">{{ #ifexpr: {{{ 1 | 0 }}} > 0 | 10px | {{ #ifexpr: {{{ 2 | 1 }}} | 10px }} }}{{ #ifexpr: {{{ 1 | 0 }}} > 1 | 10px | {{ #ifexpr: {{{ 2 | 1 }}} | 10px }} }}{{ #ifexpr: {{{ 1 | 0 }}} > 2 | 10px | {{ #ifexpr: {{{ 2 | 1 }}} | 10px }} }}{{ #ifexpr: {{{ 1 | 0 }}} > 3 | Ima..."
 
(No difference)

Latest revision as of 09:01, 25 April 2025

This template allows you to quickly and easily indicate stat values with dots, much like in the books.

Basic usage
{{gold1dots|1}}
{{gold1dots|2}}
{{gold1dots|3}}
{{gold1dots|4}}
{{gold1dots|5}}
Variable background
{{gold1dots|3|0}}
{{gold1dots|3|5}}
{{gold1dots|3|10}}
{{gold1dots|7|0}}
{{gold1dots|7|5}}
{{gold1dots|7|10}}

Note that you can only usefully set background dots for less than or equal to a max of 5, and it will automatically spill into a two-line mode for any stat >5. This is probably a bug.