Template:BiomeSpawnEntry: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<noinclude>{|</noinclude><includeonly>|- | <noinclude>{|</noinclude><includeonly> | ||
| class="biomespawn-cell"|{{{1}}} | <templatestyles src="Template:BiomeSpawnEntry/styles.css"/> | ||
| class="biomespawn-cell" style="text-align:center"|{{{2}}} | |- | ||
| class="biomespawn-cell" style="text-align:center"|{{{3}}} | | class="biomespawn-cell"|{{{1}}} <!-- Pokémon --> | ||
| class="biomespawn-cell"|{{{4}}} | | class="biomespawn-cell" style="text-align:center"|{{{2}}} <!-- Rarity --> | ||
| class="biomespawn-cell" style="text-align:center; background:#{{{{{5}}} color}};" {{#if: {{{6|}}}|width="80px"|width="160px" colspan="2"}} |{{t|{{{5}}}}} | | class="biomespawn-cell" style="text-align:center"|{{{3}}} <!-- Lv-range --> | ||
| class="biomespawn-cell" style="text-align:center; width:80px;{{#if:{{{6|}}}||display:none;}} background:#{{{{{6}}} color}};"{{!}}{{t|{{{6}}}}}</includeonly><noinclude>|}</noinclude> | | class="biomespawn-cell"|{{{4}}} <!-- Requirements --> | ||
<!-- ── Type cells (same logic as AbilityEntry) ── --> | |||
| class="biomespawn-cell" style="text-align:center; background:#{{{{{5}}} color}};"{{#if: {{{6|}}}|width="80px"|width="160px" colspan="2"}}|{{t|{{{5}}}}} | |||
| class="biomespawn-cell" style="text-align:center; width:80px;{{#if:{{{6|}}}||display:none;}}background:#{{{{{6}}} color}};"{{!}}{{t|{{{6}}}}}</includeonly><noinclude> | |||
|}</noinclude> | |||