Difference between revisions of "Template:Map2"
From Pokemon World Online Wiki
m |
m |
||
| Line 8: | Line 8: | ||
{{#if:{{{North|}}} | | {{#if:{{{North|}}} | | ||
<tr> | <tr> | ||
| − | <td colspan="3" style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}} | + | <td colspan="3" style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; border-radius: 15px 15px 0px 0px; background: #{{Locationcolor/light|{{{Type}}}}};">[[{{{North}}}]]</td> |
</tr> | </tr> | ||
}} | }} | ||
<tr> | <tr> | ||
{{#if:{{{West|}}} | | {{#if:{{{West|}}} | | ||
| − | <td style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}} | + | <td style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}};">[[{{{West}}}]]</td> |
}} | }} | ||
| − | <td style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}} | + | <td style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}};"> |
[[File:{{{Map}}}|{{{px|350px}}}|{{PAGENAME}}]] | [[File:{{{Map}}}|{{{px|350px}}}|{{PAGENAME}}]] | ||
</td> | </td> | ||
{{#if:{{{East|}}} | | {{#if:{{{East|}}} | | ||
| − | <td style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}} | + | <td style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}};">[[{{{East}}}]]</td> |
}} | }} | ||
</tr> | </tr> | ||
{{#if:{{{South|}}} | | {{#if:{{{South|}}} | | ||
<tr> | <tr> | ||
| − | <td colspan="3" style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; background: #{{Locationcolor/light|{{{Type}}}}} | + | <td colspan="3" style="border: 1px #{{Locationcolor/dark|{{{Type}}}}} solid; border-radius: 0px 0px 15px 15px; background: #{{Locationcolor/light|{{{Type}}}}};">[[{{{South}}}]]</td> |
</tr> | </tr> | ||
}} | }} | ||