Template:Keitatestspawn: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><!-- Map,Pokemon,DexID,Morning,Day,Night,MinLvl,MaxLvl,Item,Member,Tier ->{{#if:{{{Location|}}} | {{#vardefine:Location|{{{Location}}}}} | {{#vardefine:Location|{{PAGENAME}}}} }}{{#if:{{{Type|}}} | {{#vardefine:border|#{{{{{Type}}}_color_dark}}}}{{#vardefine:background|#{{{{{Type}}}_color}}}}{{#vardefine:cell|#{{{{{Type}}}_color_light}}}}}} <!-- -->{{#get_file_data:source=spawns|file name=land_spawns.csv|format=CSV with header|filters=Map={{#var:Locat..." |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#css: | |||
body { | |||
margin: 0; | |||
} | |||
.spawn-table__container { | |||
background-color: rgb(128, 128, 128); | |||
padding: 8px; | |||
font-family: 'Roboto', sans-serif; | |||
margin:auto; | |||
width: fit-content; | |||
} | |||
.spawn-table { | |||
display: table; | |||
border-spacing:0; | |||
background-color: white; | |||
border-collapse: collapse; | |||
font-family: 'Roboto', sans-serif; | |||
margin: auto; | |||
} | |||
.header-cell , .normal-cell { | |||
border: 1px solid black; | |||
padding:0 8px 0px 8px; | |||
font-family: 'Roboto', sans-serif; | |||
} | |||
.header-cells, .normal-row { | |||
font-size: 1rem; | |||
font-family: 'Roboto', sans-serif; | |||
} | |||
.header-cells:nth-child(1) { | |||
colspan: 2; | |||
} | |||
}} | |||
!-- | |||
Map,Pokemon,DexID,Morning,Day,Night,MinLvl,MaxLvl,Item,Member,Tier | Map,Pokemon,DexID,Morning,Day,Night,MinLvl,MaxLvl,Item,Member,Tier | ||
Line 16: | Line 51: | ||
<th colspan="2" class="header-cell">Pokemon</th> | <th colspan="2" class="header-cell">Pokemon</th> | ||
<th class="header-cell">Level</th> | <th class="header-cell">Level</th> | ||
<th colspan="3" class="header-cell"> | <th colspan="3" class="header-cell">Time</th> | ||
<th class="header-cell"> | <th class="header-cell">Item</th> | ||
<th class="header-cell"><span>Rarity</span></th> | |||
{{#display_external_table: | {{#display_external_table: | ||
template= | template=KeitaLandSpawnRow|data=member=member,number=number,name=name,morning=morning,day=day,night=night,item=item,rarity=rarity,minlvl=minlvl,maxlvl=maxlvl | ||
}} | }} | ||
</tr> | </tr> | ||
</table> | </table> |