User talk:CanvasK/Archive 1: Difference between revisions

m
Text replacement - "{{[Cc]lear}}" to "{{clr}}"
(→‎Unsigned comments: new section)
m (Text replacement - "{{[Cc]lear}}" to "{{clr}}")
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{archive}}{{User:CanvasK/Archive box}}
==4x improved escape==
==4x improved escape==


Line 73: Line 74:
==Adding gifs of on-screen appearances==
==Adding gifs of on-screen appearances==
{{shiningstar|Hey man! Thanks for uploading those gifs! (This is actually the first time I’m giving someone a shining star.) [[User:Son Daniel|<span style="font-family: Arial;color:red;">SonDaniel</span>]][[File:SonDanielSignatureHead1.png|20px]][[File:SonDanielSignatureHead2.png|20px]] ([[User talk:Son Daniel|talk page]]) 13:34, May 27, 2020 (EDT)}}
{{shiningstar|Hey man! Thanks for uploading those gifs! (This is actually the first time I’m giving someone a shining star.) [[User:Son Daniel|<span style="font-family: Arial;color:red;">SonDaniel</span>]][[File:SonDanielSignatureHead1.png|20px]][[File:SonDanielSignatureHead2.png|20px]] ([[User talk:Son Daniel|talk page]]) 13:34, May 27, 2020 (EDT)}}
{{clear}}
{{clr}}
:Thanks! --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 13:43, May 27, 2020 (EDT)
:Thanks! --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 13:43, May 27, 2020 (EDT)


Line 140: Line 141:
== Unsigned comments ==
== Unsigned comments ==


I just had to clean up after you here so I'll just give you a little bit of advice. It's a bit of a pain in the arse, but it's still probably easier than what you did. Next time you see an unsigned comment, place the following code as the signature:
I just had to [https://www.ssbwiki.com/index.php?title=Talk:List_of_SSBU_Music_(Final_Fantasy_series)&diff=1513438&oldid=1513164 clean up after you here] so I'll just give you a little bit of advice. It's a bit of a pain in the arse, but it's still probably easier than what you did. Next time you see an unsigned comment, place the following code as the signature:


<code><nowiki>{{subst:unsigned|IP or username|time of post}}</nowiki></code>
<code><nowiki>{{subst:unsigned|IP or username|time of post}}</nowiki></code>


The wiki's parser will do the rest. [[User:Black Vulpine|<span style="color: black;">'''Black Vulpine'''</span>]] of the [[User talk:Black Vulpine|🦊'''Furry Nation'''🐺]]. [[Special:Contributions/Black Vulpine|<span style="color: #CC5500">'''Furries make the internets go! :3'''</span>]] 21:37, December 23, 2020 (EST)
The wiki's parser will do the rest. [[User:Black Vulpine|<span style="color: black;">'''Black Vulpine'''</span>]] of the [[User talk:Black Vulpine|🦊'''Furry Nation'''🐺]]. [[Special:Contributions/Black Vulpine|<span style="color: #CC5500">'''Furries make the internets go! :3'''</span>]] 21:37, December 23, 2020 (EST)
:Thanks. I've used the unsigned template several times before. It looks like I forgot to put the pipe between the first and second section, not sure how I missed it. Thanks for catching that! --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 21:44, December 23, 2020 (EST)
== Sorry ==
Hi, I wanted to apologize for making [[Special:Diff/1524895|this edit]]. I didn't saw [[Special:Diff/1524848|your edit summary]] (which I now agree with) at the time and got carried away by emotions, violating [[SW:QDV]] in process. Maybe I'm overreacting, but I just wanted you to know that I know what I did wrong. [[User:Superbound|Superbound]] ([[User talk:Superbound|talk]]) 02:20, January 22, 2021 (EST)
:No need to be sorry. We all do things that we later realize we shouldn't have. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 07:11, January 22, 2021 (EST)
::I know, but I just couldn't stay passive while knowing I did something wrong. Also, unrelated to the original topic, but is there a way for [[User:Superbound/SSBU Fighters colors|this table]] to have "Red", "Green" and "Blue" columns the same width? [[User:Superbound|Superbound]] ([[User talk:Superbound|talk]]) 10:01, January 22, 2021 (EST)
:::You know how you specified a background color for some of your cells? You can do the same for [https://www.w3schools.com/cssref/pr_dim_width.asp width]. Because they are header cells, instead of doing <nowiki>|style=blah blah|</nowiki> you want <nowiki>!style=blah blah|</nowiki> (note the placement of the "!"). --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 10:20, January 22, 2021 (EST)
::::I am aware of width, but it streched out the other cells rather weirdly. At first, my code looked like this:
<code><nowiki>
{| class="wikitable" border="1" cellpadding="2" </nowiki><br><nowiki>
!rowspan=3|# </nowiki><br><nowiki>
!rowspan=3|Character </nowiki><br><nowiki>
!rowspan=3|Image </nowiki><br><nowiki>
!colspan=4|Color code </nowiki><br><nowiki>
|- </nowiki><br><nowiki>
!rowspan=2|Hex </nowiki><br><nowiki>
!colspan=3|RGB </nowiki><br><nowiki>
|- </nowiki><br><nowiki>
!width=5%|Red </nowiki><br><nowiki>
!width=5%|Green </nowiki><br><nowiki>
!width=5%|Blue </nowiki><br><nowiki>
|-
</nowiki></code>
::::But it caused problems and eventually became this:
<code><nowiki>
{| class="wikitable" border="1" cellpadding="2" </nowiki><br><nowiki>
!rowspan=3 width=5%|# </nowiki><br><nowiki>
!rowspan=3 width=15%||Character </nowiki><br><nowiki>
!rowspan=3 width=18%|Image </nowiki><br><nowiki>
!colspan=4 width=20%|Color code </nowiki><br><nowiki>
|- </nowiki><br><nowiki>
!rowspan=2 width=5%|Hex </nowiki><br><nowiki>
!colspan=3|RGB </nowiki><br><nowiki>
|- </nowiki><br><nowiki>
!width=5%|Red </nowiki><br><nowiki>
!width=5%|Green </nowiki><br><nowiki>
!width=5%|Blue </nowiki><br><nowiki>
|-
</nowiki></code>
::::And it still didn't work and I didn't have a clue why. I thought maybe you can help me. [[User:Superbound|Superbound]] ([[User talk:Superbound|talk]]) 10:31, January 22, 2021 (EST)
:::::Percents do funky things when everything else doesn't. Look into using px (pixels), at least for the RGB columns. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 10:34, January 22, 2021 (EST)
::::::It works, thanks a lot! [[User:Superbound|Superbound]] ([[User talk:Superbound|talk]]) 10:40, January 22, 2021 (EST)