From SmashWiki, the Super Smash Bros. wiki
|
You aren't logged in. While it's not a requirement to create an account, doing so makes it a lot easier to keep track of your edits and a lot harder to confuse you with someone else. If you edit without being logged in, your IP address will be recorded in the page's edit history.
|
Log in
|
Create account
|
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision |
Your text |
Line 106: |
Line 106: |
| :I approve of that [[User:OmegaToad64|<font color="blue">Omegα</font>]] [[User talk:OmegaToad64|<font color="blue">Toαd</font>]] [[File:Toad.png|20px]] 19:13, July 11, 2020 (EDT) | | :I approve of that [[User:OmegaToad64|<font color="blue">Omegα</font>]] [[User talk:OmegaToad64|<font color="blue">Toαd</font>]] [[File:Toad.png|20px]] 19:13, July 11, 2020 (EDT) |
| :Third-ed. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 19:32, July 11, 2020 (EDT) | | :Third-ed. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 19:32, July 11, 2020 (EDT) |
|
| |
| == Templates ==
| |
|
| |
| The page says "The 255 character limit only applies to signatures once saved on a page. Clever usage of parser functions and substitution can result in a signature that fits the limit when used but has source code many times larger. This kind of signature is allowed, but due to their complexity, it is strongly recommended that users only attempt to do this if they have a very strong grasp of how such functions work." I'm a bit confused by that... Does it mean that it's okay to use SUBST: to put in templates if the result is over 255 characters? I want to use [[Template:Color]] to make my name pink, but the end result ([[Special:Editcount/PinkYoshiFan|<span style="color:#ff69b4">---</span>]][[User:PinkYoshiFan|<span style="color:#FF69B4">Pink</span>]][[User talk:PinkYoshiFan|<span style="color:#FF69B4">Yoshi</span>]][[Special:Contributions/PinkYoshiFan|<span style="color:#FF69B4">Fan</span>]]) is more than the limit. [[Special:Editcount/PinkYoshiFan|---]][[User:PinkYoshiFan|Pink]][[User talk:PinkYoshiFan|Yoshi]][[Special:Contributions/PinkYoshiFan|Fan]] 11:10, September 18, 2020 (EDT)
| |
| :"applies to signatures once saved on a page". For {{t|Color}} using subst would make it the same length as if you used the <nowiki><span></nowiki>s. While substituting is fine, if that substitution pushes the final character count over 255 then it isn't allowed. You'd still end up with your above signature that is over the limit. There are some things you can do to trim it down. First is an HTML trick: you can use 3 digit hexcodes instead of 6 digit. In your case you can use #F6B (this translates to #FF66BB) in place of #FF69B4 as it is close enough. Second is removing links to your edit count and contributions. They aren't really necessary, not many other users have it, and it can make it difficult to navigate to your user page or talk page, especially since there aren't any spaces.
| |
| :I believe what the second part is referring to are sigs like [[User:Toomai/sig|Toomai's]]. His is ''technically'' 1470 characters long, but through "Clever usage of parser functions and substitution" it rarely (if ever) exceeds 130 characters when saved to the page. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 19:54, September 18, 2020 (EDT)
| |