Template:Sign: Difference between revisions
m this irked me for some reason |
Tiddlywinks (talk | contribs) m User templates aren't supposed to be used in the mainspace... |
||
Line 301: | Line 301: | ||
BWbuilding = {{color|{{black color}}|Black}} and {{color|{{white color}}|White}} buildings <br> | BWbuilding = {{color|{{black color}}|Black}} and {{color|{{white color}}|White}} buildings <br> | ||
</b> | </b> | ||
<div style="background: #f9f9f9; border: dashed blue; border-width: 1px 0px; padding: 10px; margin: 16px 0px; white-space: nowrap; word-wrap: normal; overflow: auto;"><code><nowiki>{{sign| </nowiki>{{color|FF0000|<b>DPcitymap</b>}}<nowiki> |</nowiki></code></div> | |||
Then out of the following:<br> | Then out of the following:<br> | ||
<br> | <br> | ||
Header, always put this first: | Header, always put this first: | ||
<div style="background: #f9f9f9; border: dashed blue; border-width: 1px 0px; padding: 10px; margin: 16px 0px; white-space: nowrap; word-wrap: normal; overflow: auto;"><code><nowiki>{{sign|DPcitymap|header}}</nowiki></code></div> | |||
For city/town signs with a map, include this next, providing only the full name of the city/town (eg. <i>Twinleaf Town</i>, <b>with</b> the space), and the image will be displayed if it exists (image name should then be <i>NAME_Sign_Map.png</i>): | For city/town signs with a map, include this next, providing only the full name of the city/town (eg. <i>Twinleaf Town</i>, <b>with</b> the space), and the image will be displayed if it exists (image name should then be <i>NAME_Sign_Map.png</i>): | ||
<div style="background: #f9f9f9; border: dashed blue; border-width: 1px 0px; padding: 10px; margin: 16px 0px; white-space: nowrap; word-wrap: normal; overflow: auto;"><code><nowiki>{{sign|DPcitymap|map| </nowiki>{{color|FF0000|<b>full name of city/town</b> <small>(with capitals and any spaces)</small>}}<nowiki> }}</nowiki></code></div> | |||
Then comes the content, add the <b><i>title</i></b> parameter to put a bolded title: | Then comes the content, add the <b><i>title</i></b> parameter to put a bolded title: | ||
<div style="background: #f9f9f9; border: dashed blue; border-width: 1px 0px; padding: 10px; margin: 16px 0px; white-space: nowrap; word-wrap: normal; overflow: auto;"><code><nowiki>{{sign|DPcitymap|title| </nowiki>{{color|FF0000|<b>put title here</b>}}<nowiki> }}</nowiki><br><nowiki>{{sign|DPcitymap| </nowiki>{{color|FF0000|<b>put text here</b>}}<nowiki> }}</nowiki><br><nowiki>{{sign|DPcitymap| </nowiki>{{color|FF0000|<b>put text here</b> <small>(will add a new line)</small>}}<nowiki> }}</nowiki><br><nowiki>{{sign|DPcitymap| </nowiki>{{color|FF0000|<b>put text here</b> <small>(will add a new line)</small>}}<nowiki> }}</nowiki></code></div> | |||
After everything, close with footer: | After everything, close with footer: | ||
<div style="background: #f9f9f9; border: dashed blue; border-width: 1px 0px; padding: 10px; margin: 16px 0px; white-space: nowrap; word-wrap: normal; overflow: auto;"><code><nowiki>{{sign|DPcitymap|footer}}</nowiki></code></div> | |||
[[Category:Other templates]]</noinclude> | [[Category:Other templates]]</noinclude> |
Revision as of 17:53, 10 July 2014
How to use
POKéMON RBY
Sign design!
|
||||
|
||||
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)
BW = Black and White
BWbuilding = Black and White buildings
{{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}}