User:Neumannz/TalkTemplate: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(fixing mistakes in documentation)
mNo edit summary
Line 17: Line 17:
                                   -->{{{topcontent|'''[[User:{{{name}}}{{!}}<span style="color:{{{namecolor|{{{txtcolor|black}}}}}}; font-family:{{{namefont|{{{txtfont|Arial}}}}}}">{{{nick|{{{name}}}}}}</span>]]'''<!--
                                   -->{{{topcontent|'''[[User:{{{name}}}{{!}}<span style="color:{{{namecolor|{{{txtcolor|black}}}}}}; font-family:{{{namefont|{{{txtfont|Arial}}}}}}">{{{nick|{{{name}}}}}}</span>]]'''<!--
                                                 -->{{#if:{{{sig|}}}|&nbsp;— {{{sig}}}|}}<!--
                                                 -->{{#if:{{{sig|}}}|&nbsp;— {{{sig}}}|}}<!--
                                                 --><br><font size="1">[[User talk:{{{name}}}{{!}}<span style="color:{{{txtcolor|black}}}">TALK</span>]]<!--
                                                 --><br><font size="1">[[User talk:{{{name}}}{{!}}<span style="color:{{{talkcolor|{{{txtcolor|black}}}}}}">TALK</span>]]<!--
                                                 -->{{#if:{{{sig2|}}}|&nbsp;— {{{sig2}}}|}}</font><!--
                                                 -->{{#if:{{{sig2|}}}|&nbsp;— {{{sig2}}}|}}</font><!--
                                                 -->{{#if:{{{time|}}}|<div style="text-align:right">— {{{time}}}</div>|}} }}}
                                                 -->{{#if:{{{time|}}}|<div style="text-align:right">— {{{time}}}</div>|}} }}}
Line 61: Line 61:
         -->{{{bottomcontent|'''[[User:{{{name}}}{{!}}<span style="color:{{{namecolor|{{{txtcolor|black}}}}}}; font-family:{{{namefont|{{{txtfont|Arial}}}}}}">{{{nick|{{{name}}}}}}</span>]]'''<!--
         -->{{{bottomcontent|'''[[User:{{{name}}}{{!}}<span style="color:{{{namecolor|{{{txtcolor|black}}}}}}; font-family:{{{namefont|{{{txtfont|Arial}}}}}}">{{{nick|{{{name}}}}}}</span>]]'''<!--
                   -->{{#if:{{{sig|}}}|&nbsp;— {{{sig}}}|}}<!--
                   -->{{#if:{{{sig|}}}|&nbsp;— {{{sig}}}|}}<!--
                   --><br><font size="1">[[User talk:{{{name}}}{{!}}<span style="color:{{{txtcolor2|{{{txtcolor|black}}}}}}">TALK</span>]]<!--
                   --><br><font size="1">[[User talk:{{{name}}}{{!}}<span style="color:{{{talkcolor|{{{txtcolor2|{{{txtcolor|black}}}}}}}}}">TALK</span>]]<!--
                   -->{{#if:{{{sig2|}}}|&nbsp;— {{{sig2}}}|}}</font><!--
                   -->{{#if:{{{sig2|}}}|&nbsp;— {{{sig2}}}|}}</font><!--
                   -->{{#if:{{{time|}}}|<div style="text-align:right">— {{{time}}}</div>|}} }}}
                   -->{{#if:{{{time|}}}|<div style="text-align:right">— {{{time}}}</div>|}} }}}

Revision as of 01:33, 22 May 2013


Example

{{{image}}}
[[User:{{{name}}}|{{{nick}}}]] — {{{sig}}}
[[User talk:{{{name}}}|TALK]] — {{{sig2}}}
— {{{time}}}
 
{{{bottomcontent}}}

Usage

Notes
  • For a signature on the bottom, use {{{topcontent}}} instead of {{{bottomcontent}}} for message text.
  • For custom sigs, use both {{{topcontent}}} and {{{bottomcontent}}}: one for message text, one for signature.
  • Can add an additional dividing line by using {{{linecolor2}}}, {{{linestyle2}}}, or {{{linewidth2}}}.
  • Possible values for {{{borderstyle}}}, {{{linestyle}}}, and {{{linestyle2}}}: none, solid, dotted, dashed, double, groove, ridge, inset, outset
  • For {{{borderwidth}}}, {{{linewidth}}}, {{{linewidth2}}}, use number of pixels (something reasonable, please)
{{User:Neumannz/TalkTemplate
|image={{{image}}}

|bgcolor=           [defaults to white]
|bgcolor2=          [defaults to {{{bgcolor}}}]
|bgcolor3=          [defaults to {{{bgcolor2}}}]

|txtfont=           [defaults to Arial]
|txtcolor=          [defaults to black]
|txtcolor2=         [defaults to {{{txtcolor}}}]

|namecolor=         [defaults to {{{txtcolor}}}]
|namefont=          [defaults to {{{txtcolor}}}]

|linecolor=         [defaults to black]
|linestyle=         [defaults to solid]
|linewidth=         [defaults to 2]
|linecolor2=        [defaults to black]
|linestyle2=        [defaults to solid]
|linewidth2=        [defaults to 2]

|border=            [defaults to gray]
|border2=           [defaults to {{{border}}}]
|border3=           [defaults to {{{border2}}}]
|borderstyle=       [defaults to solid]
|borderwidth=       [defaults to 2]
|borderradius=      [defaults to 7; probably don't mess with this one]

|name={{{name}}}
|nick={{{nick}}}
|sig={{{sig}}}
|sig2={{{sig2}}}
|time={{{time}}}
|bottomcontent={{{bottomcontent}}}
|thick=*            [use this when you're using a top-section sig and you have either {{{time}}} or a custom sig that's 3 lines or more]
}}