Template:KeitaLandSpawnRow: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<includeonly> <tr style="background-color: #FFFFFF; cellpadding: 3px"> <td class="normal-cell">[[File:{{{number}}}Icon.png]]</td> <td class="normal-cell">[[{{{name}}}|<span {{#if:{{{member}}}|style="color:#FF00BF;" }}>{{{name}}}</span>]]</td> <td class="normal-cell">{{{minlvl}}}-{{{maxlvl}}}</td> <td class="normal-cell" {{#ifeq:{{{morning}}}|1|{{#vardefine:daytime|Morning}}|{{#vardefine:daytime|}}}}> <span">{{#var:daytime}}..."
 
No edit summary
 
(6 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;
}
}}
     <tr style="background-color: #FFFFFF; cellpadding: 3px">
     <tr style="background-color: #FFFFFF; cellpadding: 3px">
         <td class="normal-cell">[[File:{{{number}}}Icon.png]]</td>
         <td class="normal-cell">[[File:{{{number}}}Icon.png]]</td>
         <td class="normal-cell">[[{{{name}}}|<span {{#if:{{{member}}}|style="color:#FF00BF;" }}>{{{name}}}</span>]]</td>
         <td class="normal-cell">[[{{{name}}}|<span {{#if:{{{member}}}|style="color:#FF00BF;" }}>{{{name}}}</span>]]</td>
         <td class="normal-cell">{{{minlvl}}}-{{{maxlvl}}}</td>
         <td class="normal-cell">{{{minlvl}}}-{{{maxlvl}}}</td>
         <td class="normal-cell" {{#ifeq:{{{morning}}}|1|{{#vardefine:daytime|Morning}}|{{#vardefine:daytime|}}}}>
         <td class="normal-cell" {{#ifeq:{{{morning}}}|1|{{#vardefine:daytime|[[File:9971182.png]]}}|}}>
            <span">{{#var:daytime}}</span></td>
        <td class="normal-cell" {{#ifeq:{{{day}}}|1|{{#vardefine:daytime|Day}}|{{#vardefine:daytime|}}}}>
             <span>{{#var:daytime}}</span></td>
             <span>{{#var:daytime}}</span></td>
         <td class="normal-cell" {{#ifeq:{{{night}}}|1|{{#vardefine:daytime|Night}}|{{#vardefine:daytime|}}}}>
         <td class="normal-cell" {{#ifeq:{{{morning}}}|1|{{#vardefine:daytime|[[File:9971182.png]]}}|}}>
            <span>{{#var:daytime}}</span></td>
        <td class="normal-cell" {{#ifeq:{{{morning}}}|1|{{#vardefine:daytime|[[File:9971182.png]]}}|}}>
             <span>{{#var:daytime}}</span></td>
             <span>{{#var:daytime}}</span></td>
         <td class="normal-cell">{{#vardefine:item|{{#switch:{{{item}}}|TwistedSpoon = Twisted Spoon|SilverPowder = Silver
         <td class="normal-cell">{{#vardefine:item|{{#switch:{{{item}}}|TwistedSpoon = Twisted Spoon|SilverPowder = Silver

Latest revision as of 00:58, 18 August 2024