Template:Random color: Difference between revisions
Template page
More actions
Created page with "{{Random color/Digit|{{{1}}}|19}}{{Random color/Digit|{{{1}}}|23}}{{Random color/Digit|{{{1}}}|29}}{{Random color/Digit|{{{1}}}|31}}{{Random color/Digit|{{{1}}}|37}}{{Random color/Digit|{{{1}}}|41}}<noinclude>{{Documentation}}</noinclude>" |
(No difference)
|
Latest revision as of 18:35, 22 February 2025
Usage
Returns six instances of {{Random color/Digit}}. If you want to use it more than once on the same page, you need to specify different {{{1}}}s for seeds.
*1. {{Color sample|#{{Random color|125}}}} {{Random color|125}} *2. {{Color sample|#{{Random color|126}}}} {{Random color|126}} *3. {{Color sample|#{{Random color|127}}}} {{Random color|127}}
- 1. 7B9315
- 2. 7F3F3B
- 3. FB53D9
Note that invocations with the same seed will generate the same color, like this:
*1. {{Color sample|#{{Random color|123}}}} {{Random color|123}} *2. {{Color sample|#{{Random color|123}}}} {{Random color|123}} *3. {{Color sample|#{{Random color|123}}}} {{Random color|123}}
- 1. FBD351
- 2. FBD351
- 3. FBD351