Template:Sign: Difference between revisions
S1tHSL4y3r (talk | contribs) (New FRLG designs; new RS design; recolourisations) |
S1tHSL4y3r (talk | contribs) (FRLG options) |
||
Line 36: | Line 36: | ||
|footer= | |footer= | ||
</div></div></div> | </div></div></div> | ||
|title= | |||
<b>{{{3|Title}}}</b><br> | |||
|{{{2|Description}}}<br> | |||
}} | |||
|FRLGspeech|frlgspeech= | |||
{{#switch: {{{2}}} | |||
|header= | |||
<div style="width: 248px; min-height: 45px; vertical-align: middle; border: 1px #4870a0 solid; border-radius: 18px; -moz-border-radius: 18px; background: #a0d0e0; padding: 2px 0px; margin: 15px; display: block;"> | |||
<div style="width: 244px; min-height: 45px; background: #f8f8f8; border-radius: 15px; -moz-border-radius: 15px; margin: 0px 2px; display: block;"> | |||
<div style="width: 240px; min-height: 45px; background: transparent; margin: 0px 2px; position: relative;"> | |||
<div style="width: 4px; height: 60%; background: transparent; position: absolute; top: 50%; display: block;"><div style="width: 4px; height: 100%; background: #e0f0f8; border-radius: 2px; -moz-border-radius: 2px; display: block; position: relative; top: -50%;"></div></div> | |||
<div style="width: 4px; height: 60%; background: transparent; position: absolute; top: 50%; left: 236px; display: block;"><div style="width: 4px; height: 100%; background: #e0f0f8; border-radius: 2px; -moz-border-radius: 2px; display: block; position: relative; top: -50%;"></div></div> | |||
<div style="text-align: left; color: #606060; font-size: 95%; line-height: 10px; margin: 0px 4px; padding: 0px 2px; word-wrap: break-word; overflow: hidden;"> | |||
|footer= | |||
</div></div></div></div> | |||
|title= | |||
<b>{{{3|Title}}}</b><br> | |||
|{{{2|Description}}}<br> | |||
}} | |||
|FRLGbattle|frlgbattle= | |||
{{#switch: {{{2}}} | |||
|header= | |||
<div style="width: 246px; min-height: 45px; vertical-align: middle; border: 1px #987818 solid; border-radius: 5px; -moz-border-radius: 5px; background: #c8a848; padding: 3px 0px; margin: 15px; display: block;"> | |||
<div style="width: 238px; min-height: 45px; background: #e0d8e0; border-radius: 2px; -moz-border-radius: 2px; padding: 2px 0px; margin: 0px 4px; display: block;"> | |||
<div style="width: 234px; min-height: 45px; background: #285068; margin: 0px 2px; display: block;"> | |||
<div style="text-align: left; color: #f7f7f7; font-size: 95%; line-height: 10px; padding: 0px 2px; word-wrap: break-word; overflow: hidden;"> | |||
|footer= | |||
</div></div></div></div> | |||
|title= | |title= |
Revision as of 10:49, 15 January 2009
How to use
First of all, since the sign designs differ from game to game, put the version:
RBY = Red, Blue and Yellow
GSC = Gold, Silver and Crystal
RS = Ruby and Sapphire
E = Emerald
FRLG = FireRed and LeafGreen
FRLGspeech = FireRed and LeafGreen speech bubble design
FRLGbattle = FireRed and LeafGreen battle dialogue design
DPcity = Diamond and Pearl city sign design (grey)
DPcitymap = Diamond and Pearl city map sign design (brown)
DProute = Diamond and Pearl route sign design (green)
DPtip = Diamond and Pearl Trainer Tip sign design (blue)
{{sign| DPcitymap |
Then out of the following:
Header, always put this first:
{{sign|DPcitymap|header}}
For city/town signs with a map, include this next, providing only the full name of the city/town (eg. Twinleaf Town, with the space), and the image will be displayed if it exists (image name should then be NAME_Sign_Map.png):
{{sign|DPcitymap|map| full name of city/town (with capitals and any spaces) }}
Then comes the content, add the title parameter to put a bolded title:
{{sign|DPcitymap|title| put title here }}
{{sign|DPcitymap| put text here }}
{{sign|DPcitymap| put text here (will add a new line) }}
{{sign|DPcitymap| put text here (will add a new line) }}
After everything, close with footer:
{{sign|DPcitymap|footer}}