Difference between revisions of "Template:Succession"
Jump to navigation
Jump to search
(whoops, typo in documentation. also, text colour parameter works, just tested it.) |
m |
||
Line 1: | Line 1: | ||
{| style="width: 90%; max-width: 600px; height: 70px; margin: 1em auto 1em auto; border: 0.15em outset {{{ | {| style="width: 90%; max-width: 600px; height: 70px; margin: 1em auto 1em auto; border: 0.15em outset {{{bordercolor|#000}}}; background: {{{bgcolor|#eee}}}; vertical-align: centered; color:{{{textcolor|#000}}};" | ||
| style="width: 33%; max-width: 200px; text-align: center; color:{{{ | | style="width: 33%; max-width: 200px; text-align: center; color:{{{textcolor|#000}}};" | ⇐ [[{{{prevlink}}}|<span style="color: {{{textcolor|#000}}}">{{{prevlink}}}</span>]] | ||
| style="width: 33%; max-width: 200px; text-align: center; color:{{{ | | style="width: 33%; max-width: 200px; text-align: center; color:{{{textcolor|#000}}};" | <span style="color: {{{textcolour}}}"><strong>{{{label}}}</strong></span> | ||
| style="width: 33%; max-width: 200px; text-align: center; color:{{{ | | style="width: 33%; max-width: 200px; text-align: center; color:{{{textcolor|#000}}};" | [[{{{nextlink}}}|<span style="color: {{{textcolor|#000}}}">{{{nextlink}}}</span>]] ⇒ | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
For assisting creating succession templates. Parameters: | For assisting creating succession templates. Parameters: | ||
# Category label, usually a link to main page. | # label - Category label, usually a link to main page. | ||
# Link to previous. | # prevlink - Link to previous. | ||
# Link to next. | # nextlink - Link to next. | ||
# Background colour code. Default <span style="color: #eee;">#eee</span>. | # bgcolor - Background colour code. Default <span style="color: #eee;">#eee</span>. | ||
# Border colour code. Default #000. | # bordercolor - Border colour code. Default #000. | ||
# Text colour code. Default #000. | # textcolor - Text colour code. Default #000. | ||
You can easily create topic-specific succession box templates by copypasting this into a new template, and tweaking as necessary: | You can easily create topic-specific succession box templates by copypasting this into a new template, and tweaking as necessary: | ||
<nowiki>{{succession|[[Mayors of Cwcville]]| | <nowiki>{{succession | ||
|label [[Mayors of Cwcville]] | |||
|prevlink = BILLY MAYS | |||
|nextlink = Richard Karn | |||
|bgcolor = #f00 | |||
|bordercolor = #0f0 | |||
|textcolor = #00f}}</nowiki> | |||
Remember to use the template <nowiki>{{!}}</nowiki> instead of | when piping links in a template!<br/> | Remember to use the template <nowiki>{{!}}</nowiki> instead of | when piping links in a template!<br/> | ||
Also remember that the link colours will remain the same no matter what the text colour is set to, so keep that in mind when choosing a background colour; it'll have to look good with blue text. | Also remember that the link colours will remain the same no matter what the text colour is set to, so keep that in mind when choosing a background colour; it'll have to look good with blue text. | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude><span style="color: {{{textcolour}}}"></span> |
Revision as of 02:30, 8 November 2009
⇐ [[{{{prevlink}}}|{{{prevlink}}}]] | {{{label}}} | [[{{{nextlink}}}|{{{nextlink}}}]] ⇒ |
For assisting creating succession templates. Parameters:
- label - Category label, usually a link to main page.
- prevlink - Link to previous.
- nextlink - Link to next.
- bgcolor - Background colour code. Default #eee.
- bordercolor - Border colour code. Default #000.
- textcolor - Text colour code. Default #000.
You can easily create topic-specific succession box templates by copypasting this into a new template, and tweaking as necessary:
{{succession |label [[Mayors of Cwcville]] |prevlink = BILLY MAYS |nextlink = Richard Karn |bgcolor = #f00 |bordercolor = #0f0 |textcolor = #00f}}
Remember to use the template {{!}} instead of | when piping links in a template!
Also remember that the link colours will remain the same no matter what the text colour is set to, so keep that in mind when choosing a background colour; it'll have to look good with blue text.