Difference between revisions of "Template:Title"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
− | < | + | <noinclude> |
− | + | Typing this: | |
+ | <nowiki>{{title|C09709|SacredWiki}}</nowiki> | ||
+ | Gives you this: | ||
+ | {{title|C09709|SacredWiki}} | ||
+ | To customize it replace C09709 with whatever hex colour you would like and it will change the colour of the text. Replace SacredWiki with whatever you would like to be read. Make sure to always have Title at the start and that you use the proper brackets as it is displayed in the example above. | ||
+ | |||
+ | |||
+ | The code below is the underlying code that makes it all work. :) | ||
+ | |||
+ | <pre> | ||
{| style="background:transparent;" cellpadding="0" cellspacing="0" border="0" | {| style="background:transparent;" cellpadding="0" cellspacing="0" border="0" | ||
|<div>http://www.sacredwiki.org/images/lsTitle.png</div> | |<div>http://www.sacredwiki.org/images/lsTitle.png</div> | ||
Line 19: | Line 28: | ||
|<div>http://www.sacredwiki.org/images/rsTitle.png</div> | |<div>http://www.sacredwiki.org/images/rsTitle.png</div> | ||
|} | |} | ||
− | </ | + | </pre></noinclude> |
Latest revision as of 04:38, 2 November 2007
{{{2}}}
|
Typing this:
{{title|C09709|SacredWiki}}
Gives you this:
SacredWiki
|
To customize it replace C09709 with whatever hex colour you would like and it will change the colour of the text. Replace SacredWiki with whatever you would like to be read. Make sure to always have Title at the start and that you use the proper brackets as it is displayed in the example above.
The code below is the underlying code that makes it all work. :)
{| style="background:transparent;" cellpadding="0" cellspacing="0" border="0" |<div>http://www.sacredwiki.org/images/lsTitle.png</div> |<div class="settitle"><span style="color: #{{{1}}};">{{{2}}}</span></div> |<div>http://www.sacredwiki.org/images/rsTitle.png</div> |}