Difference between revisions of "Template:Wordle"
Coppersalts (talk | contribs) (Undo revision 3378 by Coppersalts (talk)) Tag: Undo |
Coppersalts (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | |||
+ | |||
{{#css: | {{#css: | ||
.wordle-table td{ | .wordle-table td{ | ||
Line 25: | Line 27: | ||
<table class="wordle-table" cellspacing="5"> | <table class="wordle-table" cellspacing="5"> | ||
<tr> | <tr> | ||
− | <td class={{#ifeq:{{{C11}}}|G|"wordle-letter-green"|{{#ifeq:{{{C11}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C11}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{{L11}}}</td> | + | <td class={{#ifeq:{{{C11}}}|G|"wordle-letter-green"|{{#ifeq:{{{C11}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C11}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{#if:{{{L11|}}}|{{{L11}}}|}}</td> |
− | <td class={{#ifeq:{{{C12}}}|G|"wordle-letter-green"|{{#ifeq:{{{C12}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C12}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{{L12}}}</td> | + | <td class={{#ifeq:{{{C12}}}|G|"wordle-letter-green"|{{#ifeq:{{{C12}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C12}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{#if:{{{L12|}}}|{{{L12}}}|}}</td> |
− | <td class={{#ifeq:{{{C13}}}|G|"wordle-letter-green"|{{#ifeq:{{{C13}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C13}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{{L13}}}</td> | + | <td class={{#ifeq:{{{C13}}}|G|"wordle-letter-green"|{{#ifeq:{{{C13}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C13}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{#if:{{{L13|}}}|{{{L13}}}|}}</td> |
− | <td class={{#ifeq:{{{C14}}}|G|"wordle-letter-green"|{{#ifeq:{{{C14}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C14}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{{L14}}}</td> | + | <td class={{#ifeq:{{{C14}}}|G|"wordle-letter-green"|{{#ifeq:{{{C14}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C14}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{#if:{{{L14|}}}|{{{L14}}}|}}</td> |
− | <td class={{#ifeq:{{{C15}}}|G|"wordle-letter-green"|{{#ifeq:{{{C15}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C15}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{{L15}}}</td> | + | <td class={{#ifeq:{{{C15}}}|G|"wordle-letter-green"|{{#ifeq:{{{C15}}}|Y|"wordle-letter-yellow"|{{#ifeq:{{{C15}}}|A|"wordle-letter-grey"|"wordle-letter-unfilled"}}}}}}>{{#if:{{{L15|}}}|{{{L15}}}|}}</td> |
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 22:29, 30 August 2022
{{{L21}}} | {{{L22}}} | {{{L23}}} | {{{L24}}} | {{{L25}}} |
{{{L31}}} | {{{L32}}} | {{{L33}}} | {{{L34}}} | {{{L35}}} |
This template is unfinished; don't use it.
Wordle template for playing wordle.
Parameter | Description | Type | Status | |
---|---|---|---|---|
L11 | L11 | The first letter of the first word | String | optional |
L12 | L12 | The second letter of the first word | String | optional |
L13 | L13 | The third letter of the first word | String | optional |
L14 | L14 | The fourth letter of the first word | String | optional |
L15 | L15 | The fifth letter of the first word | String | optional |
C11 | C11 | The color of the first letter of the first word | String | optional |
C12 | C12 | The color of the second letter of the first word | String | optional |
C13 | C13 | The color of the third letter of the first word | String | optional |
C14 | C14 | The color of the fourth letter of the first word | String | optional |
C15 | C15 | The color of the fifth letter of the first word | String | optional |
L21 | L21 | The first letter of the second word | String | optional |
L22 | L22 | The second letter of the second word | String | optional |
L23 | L23 | The third letter of the second word | String | optional |
L24 | L24 | The fourth letter of the second word | String | optional |
L25 | L25 | The fifth letter of the second word | String | optional |
C21 | C21 | The color of the first letter of the second word | String | optional |
C22 | C22 | The color of the second letter of the second word | String | optional |
C23 | C23 | The color of the third letter of the second word | String | optional |
C24 | C24 | The color of the fourth letter of the second word | String | optional |
C25 | C25 | The color of the fifth letter of the second word | String | optional |
L31 | L31 | The first letter of the third word | String | optional |
L32 | L32 | The second letter of the third word | String | optional |
L33 | L33 | The third letter of the third word | String | optional |
L34 | L34 | The fourth letter of the third word | String | optional |
L35 | L35 | The fifth letter of the third word | String | optional |
C31 | C31 | The color of the first letter of the third word | String | optional |
C32 | C32 | The color of the second letter of the third word | String | optional |
C33 | C33 | The color of the third letter of the third word | String | optional |
C34 | C34 | The color of the fourth letter of the third word | String | optional |
C35 | C35 | The color of the fifth letter of the third word | String | optional |
L41 | L41 | The first letter of the fourth word | String | optional |
L42 | L42 | The second letter of the fourth word | String | optional |
L43 | L43 | The third letter of the fourth word | String | optional |
L44 | L44 | The fourth letter of the fourth word | String | optional |
L45 | L45 | The fifth letter of the fourth word | String | optional |
C41 | C41 | The color of the first letter of the fourth word | String | optional |
C42 | C42 | The color of the second letter of the fourth word | String | optional |
C43 | C43 | The color of the third letter of the fourth word | String | optional |
C44 | C44 | The color of the fourth letter of the fourth word | String | optional |
C45 | C45 | The color of the fifth letter of the fourth word | String | optional |
L51 | L51 | The first letter of the fifth word | String | optional |
L52 | L52 | The second letter of the fifth word | String | optional |
L53 | L53 | The third letter of the fifth word | String | optional |
L54 | L54 | The fourth letter of the fifth word | String | optional |
L55 | L55 | The fifth letter of the fifth word | String | optional |
C51 | C51 | The color of the first letter of the fifth word | String | optional |
C52 | C52 | The color of the second letter of the fifth word | String | optional |
C53 | C53 | The color of the third letter of the fifth word | String | optional |
C54 | C54 | The color of the fourth letter of the fifth word | String | optional |
C55 | C55 | The color of the fifth letter of the fifth word | String | optional |
L61 | L61 | The first letter of the sixth word | String | optional |
L62 | L62 | The second letter of the sixth word | String | optional |
L63 | L63 | The third letter of the sixth word | String | optional |
L64 | L64 | The fourth letter of the sixth word | String | optional |
L65 | L65 | The fifth letter of the sixth word | String | optional |
C61 | C61 | The color of the first letter of the sixth word | String | optional |
C62 | C62 | The color of the second letter of the sixth word | String | optional |
C63 | C63 | The color of the third letter of the sixth word | String | optional |
C64 | C64 | The color of the fourth letter of the sixth word | String | optional |
C65 | C65 | The color of the fifth letter of the sixth word | String | optional |