Template talk:Userbox: Difference between revisions
(Created page with "{{{{fakelink|editprotected}}<nowiki>}}</nowiki> There should be option to make userbox table-less (like "|mode=n") ~~~") |
SuperHamster (talk | contribs) (→Changing msg color: new section) |
||
Line 1: | Line 1: | ||
{{{{fakelink|editprotected}}<nowiki>}}</nowiki> | {{{{fakelink|editprotected}}<nowiki>}}</nowiki> | ||
There should be option to make userbox table-less (like "|mode=n") {{User:SWFlash/Sig}} | There should be option to make userbox table-less (like "|mode=n") {{User:SWFlash/Sig}} | ||
== Changing msg color == | |||
Hi - could I please request that an administrator edit the userbox so that the font color of the "msg" parameter can be changed through a new parameter called "msgcolor", just like the font color of the "code" parameter can be changed through the parameter "codecolor"? I've coded it myself, if whoever is reading this would like to replace the current coding with this one:<br /> | |||
<code> | |||
<nowiki>|-</nowiki><br /> | |||
<nowiki>|<div class="userbox" style="float: left; border:solid {{{border}}} 1px; margin: 1px;"></nowiki><br /> | |||
<nowiki>{| cellspacing="0" style="width: 238px; background: {{{mainbkgd}}};"</nowiki><br /> | |||
<nowiki>| class="ub-code" style="width: 45px; height: 45px; background: {{{codebkgd}}}; text-align: center; font-size: 14pt; font-family: Arial; color: {{{codecolor}}};" | {{{code}}}</nowiki><br /> | |||
<nowiki>| class="ub-msg" style="font-size: 8pt; font-family: Arial; color: {{{msgcolor}}}; padding: 4pt; line-height: 1.25em;" class="plainlinks" | {{{msg}}}</nowiki><br /> | |||
<nowiki>|}</nowiki><br /> | |||
<nowiki></div><noinclude>[[Category:Userbox Templates|{{PAGENAME}}]]</noinclude></nowiki><br /> | |||
</code> | |||
Thanks, <b>~<i>[[User:SuperHamster|<span style="color:#07517C;">Super</span>]]</i>[[User:SuperHamster|<span style="color:#6FA23B;">Hamster</span>]]</b> <small>[[User talk:SuperHamster|Talk]] [[Special:Contributions/SuperHamster|Contribs]]</small> 23:36, 11 February 2011 (EST) |
Revision as of 23:36, February 11, 2011
{{Template:Fakelink}} There should be option to make userbox table-less (like "|mode=n") SWFlash
Changing msg color
Hi - could I please request that an administrator edit the userbox so that the font color of the "msg" parameter can be changed through a new parameter called "msgcolor", just like the font color of the "code" parameter can be changed through the parameter "codecolor"? I've coded it myself, if whoever is reading this would like to replace the current coding with this one:
|-
Thanks, ~SuperHamster Talk Contribs 23:36, 11 February 2011 (EST)
|<div class="userbox" style="float: left; border:solid {{{border}}} 1px; margin: 1px;">
{| cellspacing="0" style="width: 238px; background: {{{mainbkgd}}};"
| class="ub-code" style="width: 45px; height: 45px; background: {{{codebkgd}}}; text-align: center; font-size: 14pt; font-family: Arial; color: {{{codecolor}}};" | {{{code}}}
| class="ub-msg" style="font-size: 8pt; font-family: Arial; color: {{{msgcolor}}}; padding: 4pt; line-height: 1.25em;" class="plainlinks" | {{{msg}}}
|}
</div><noinclude>[[Category:Userbox Templates|{{PAGENAME}}]]</noinclude>