Wikipedia talk:Signatures/Archive 6
From Wikipedia, the free encyclopedia
← Archive 5 | Archive 6 | Archive 7 → |
Allow for undated signing
Undated comments should be legitimate. First, Wikimedia supports them itself with the three-tilde macro, second, they expose more working hour habits than is necessary to any purpose and nice to privacy. Of course you can always look up a date from the history, but having it readily available in the current document only makes it easier for automatic harvesting. Please be respectful of contributor's choices in this case and do not run bots which automatically date undated comments. --lynX (talk) —Preceding comment was added at 11:40, 29 November 2007 (UTC)
- But harvesting it is trival anyway. Are you aware of Special:Contributions/SymlynX? Besides, the datestamps are important so that bots can keep track of automatic archiving of a discussion. --ais523 13:06, 29 November 2007 (UTC)
Why isn't it just automatic?
Why on earth are manual signatures even an issue? Why doesn't the software simply handle (and enforce) this? If I add a comment without a sig I see a little blurb added that I (it indicates my user name) added a comment without a sig. If it can do that why can't it simply insert and enforce the sigs in the first place without anyone having to even think about it? --Ericjs 22:07, 29 June 2007 (UTC)
- As far as I know, the main reason is that we don't always add a message to the end of the existing text. Sometimes we insert our comments between other people's comments which makes automatic singing difficult. Sometimes we simply fix something on the page and then there's no need for signature at all.
- Visit Scripts and check out sign.js script which tries to put your sig automatically. When I tried it, I found it a bit annoying at the moments when I didn't want to sign, so I prefer my version, qSig, which only tries to remind you ∴ Alex Smotrov 22:30, 29 June 2007 (UTC)
- I've got to admit this is the biggest question I always have with all the fuss about telling people to "remember to sign their comments". I really think there should be some way to make the signature automatic - and this article - WP:Signatures - should explain why they aren't automatic and what plans are in place to fix this problem with the software. (Yes, I realize there are challenges, but they can be mitigated I'm sure.) Jpp42 05:30, 22 October 2007 (UTC)
Proposal for default signatures
Editors watching this page might be interested in the following proposal: User signatures should link to both the user page and user talk page by default. — Carl (CBM · talk) 22:06, 9 November 2007 (UTC)
- Hmm. Looks like it has changed within the last couple hours. Suddenly today I'm getting dashes and the talk link in my sig. It's OK I guess, it's just funny discussions about changing stuff like this always happen in obscure corners of the wiki when I'm not looking. -- Katr67 (talk) 19:06, 16 November 2007 (UTC)
-
- I've updated. -- ADNghiem501 (talk) 06:06, 17 November 2007 (UTC)
-
-
- Looks like they changed it back? Or did they change it so any custom sig won't be affected at all (before it was giving me my custom AND a talk link) ♫ Melodia Chaconne ♫ 21:28, 1 December 2007 (UTC)
-
The time at the end of a signature
Now, what is the code to generate such a time? I am referring to this:
21:35, 7 July 2007 (UTC)
How do you do that without having to type your signature as well? And can you use it on other Wikipedias? UncleMontezuma 21:35, 7 July 2007 (UTC)
-
-
- I suppose you could use <font face="Brush Script MT">{{subst:CURRENTTIME}}, {{subst:CURRENTDAY}} {{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}} ([[UTC]])</font>. With altered font, it would look something like: 19:17, 12 July 2007 (UTC). - auburnpilot talk 19:17, 12 July 2007 (UTC)
-
-
-
- Why can't you just wrap the five tilde code in FONT/DIV/SPAN tags? Like this: "<span style="color: white; background-color: darkblue;">timestamp ~~~~~ with obnoxious color formatting</span>" becomes timestamp 20:14, 24 December 2007 (UTC) with obnoxious color formatting. Right? —DragonHawk (talk|hist) 20:14, 24 December 2007 (UTC)
-
Suggested change:Limited use of <br/>
we should be allowed to use <br/> tags at the beginning of our signatures to ensure that long signatures won't break, and those with <sup></sup>, <sub></sub> etc. won't disrupt surrounding text. This seems reasonable to me. Thinboy00 talk/contribs 19:17, 29 August 2007 (UTC)
- Um, no. If there's a problem, use a shorter sig, this isn't myspace, it's Wikipedia. using linebreaks in sigs will break threaded discussion. --ST47Talk·Desk 22:05, 17 September 2007 (UTC)
- Using a <br> doesn't break threaded discussion, since it's not a real linebreak (thus making a new paragraph with wikicode), it's part of the <dd> element generated by wikicode.
See?
I'm still at this indent level. Though, I don't recall that <br> is actually forbidden in sigs. If it is, it should not be.--Random832 17:36, 19 September 2007 (UTC)- Does anyone object to making this change (in other words, does consensus exist)? --Thinboy00 talk/contribs 00:41, 21 October 2007 (UTC)
- I think using forced line breaks in a signature is something to be strongly avoided. It makes assumptions about the user agent ("browser"), including text width, wrapping behavior, and indeed, that it's a text-display-based agent at all. What if I'm on a cell phone, or listening to a screen reader? If your signature is so long or complicated that wrapping is a problem, your signature is broken. Wikipedia is an encyclopedia first. —DragonHawk (talk|hist) 20:04, 24 December 2007 (UTC)
- Does anyone object to making this change (in other words, does consensus exist)? --Thinboy00 talk/contribs 00:41, 21 October 2007 (UTC)
- Using a <br> doesn't break threaded discussion, since it's not a real linebreak (thus making a new paragraph with wikicode), it's part of the <dd> element generated by wikicode.
Bare pipe getting filled in
I didn't see this in the archives, so sorry if this has been mentioned. But my signature has the link to my user page as "[[User:DragonHawk|]]". Note the bare pipe at the end. That is rendered as follows: "DragonHawk". It is a MediaWiki feature that a bare pipe gets interpreted as "drop all the qualification stuff from display". So explicitly specifying my user name, as in "[[User:DragonHawk|DragonHawk]]", is redundant, and (I feel) clutters the source wiki text of a talk page needlessly. That's why I made my sig that way. But here's the weird part: When MediaWiki actually copies my signature into a talk page, it fills in the actual text on the right side of the pipe, turning my bare pipe into the redundant version. Anyone know if there's a reason for this? Is it just a quirk/bug? —DragonHawk (talk|hist) 20:27, 24 December 2007 (UTC)
- This is by design, this pipe trick is always expanded on saving, just like ~~~~ ∴ AlexSm 04:08, 25 December 2007 (UTC)
- Oh. Huh. So it does appear to be. I could have sworn that it didn't work that way, but I guess it does. Maybe I'm losing my mind. Well, anyway, thanks for straightening me out. —DragonHawk 17:14, 26 December 2007 (UTC)
actually how to?
I'm confused, this page doesn't actually tell me how to change my sig, I mean how do I change the font/color? Is there another page for that? THANKS! Legotech (talk) 00:57, 13 January 2008 (UTC)
No links in a signature
The Internal links section of this rules now states that "the default signature links to the user page. At least one of those two pages must be linked from your signature, to allow other editors simple access to your talk page and contributions log".
But the older version of the rules does not have such a clause. This modification (16 July 2007) was made by User:Quiddity, but it's not trivial to find out the reason. So, why do we need such a requirement?
The concern expressed here that the signature does not "users to identify the author of a particular comment, to navigate talk pages, and to address specific comments to the relevant user(s), among other things" may be easily objected.
- It may identify the author of a particular comment, if the signature consist of a nickname equal to the username though without an automatic backlink);
- the backlink is stored in a page history and can be found if needed, thus addressing the other points. --Yuriy Lapitskiy ~ 10:35, 13 January 2008 (UTC)
- My question is: are you trying to make navigation more difficult for other users? Imagine if everyone signed without any links (cause "hey, they can find me in the page history") and then some users also changed their nickname with every post (cause "hey, that's allowed as well") ∴ AlexSm 15:51, 13 January 2008 (UTC)
- Not including a link is borderline disruption. John Reaves 16:55, 13 January 2008 (UTC)
Any way to just see default signatures?
I'm really tired of seeing stupid signatures like JIMMYWHALES. All I want is a link to their userpage and perhaps their talk page, in the same format as everyone else. Is there anything I can do about this? --Henry W. Schmitt (talk) 21:15, 26 January 2008 (UTC)
- Considering using ~~~~ puts in the sig's actual code, I imagine not. ♫ Melodia Chaconne ♫ (talk) 21:58, 26 January 2008 (UTC)
- If you ever decide to start a discussion on a better guideleine (I mean Wikipedia:Signatures), please let me know and consider me a very strong supporter. Prohibiting images in signatures but still allowing color backgrounds and borders imho is simply stupid. P.S. I can also share some CSS (for Opera/Firefox) that helps to tone down some signatures (not all, unfortunately) ∴ AlexSm 06:17, 27 January 2008 (UTC)
Toolserver?
It says in the External Links section that external links are not allowed. But it is focusing on promoting your website, and it might get search engines to look there, etc. But what about to the Toolserver? I would think that would be exempt, but I am not sure. Soxred93 | talk count bot 00:18, 2 February 2008 (UTC)
- I guess a link to the toolserver would technically qualify as an external link. In my opinion, however, such a link would be okay; it would be more similar to an internal link (internal to Wikimedia) than to an external link (external to Wikimedia). I'm kind of surprised we don't have interwiki links set up to the toolserver. --Iamunknown 17:16, 11 February 2008 (UTC)
-
- I don't think it's ok, because this seems to fall into «disruptive internal link» category, and definitely falls under «It is better to put information on your user page, rather than in your signature». In other words, please advertise your toolserver editcount on your userpage: make it the 1st link, and make it bold. P.S. Interwiki prefix is
tools:
/ AlexSm 19:44, 11 February 2008 (UTC)
- I don't think it's ok, because this seems to fall into «disruptive internal link» category, and definitely falls under «It is better to put information on your user page, rather than in your signature». In other words, please advertise your toolserver editcount on your userpage: make it the 1st link, and make it bold. P.S. Interwiki prefix is
-
-
- I agree with AlexSm. Sigs in general are best kept as-short-as-possible (or left default). Editcounts especially are a drain on toolserver cycles, and are often inaccurate: You're better off to use the number given at the top of Special:Preferences, and add a userbox to your userpage giving a rounded-off number. -- Quiddity (talk) 19:54, 11 February 2008 (UTC)
-
Customising date display in signatures?
Hi everyone! :-)
Just a single question here as I'm trying to customise my signature to display both my user page and talk links, plus the date in a customised format. So far, getting the user and talk page links working was very easy - Standard WikiCode, no problem. :-)
However, as someone who uses the British method of writing the date (DD/MM/YYYY as opposed to MM/DD/YYYY or YYYY/MM/DD) and labels all of his Gregorian dates as Common Era, I've found that although I can add the date and time into my signature itself, Wikipedia keeps sticking the UTC date in after it which leads to an undesirable result, and me having to type my signature into talk pages by hand insted of using the four-tilde method.
Is there any way that I can disable the adding of the date to the end of my signature, mayhap with a tag in my raw signature box or something? My current code (In full) is as follows:
- '''[[User:Hyperspeed|Hyperspeed]]''' ([[User_talk:Hyperspeed|Talk]]) - {{CURRENTDAY2}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}[[Common_Era|CE]] {{CURRENTTIME}} UTC
Which is intended to produce something like:
- Hyperspeed (Talk) - 06 June 1666CE 14:30 UTC
...But produces something more like:
- Hyperspeed (Talk) - 06 June 1666CE 14:30 UTC 14:30, 6 June 1666 (UTC)
If anyone knows how to prevent Wikipedia adding the date in this way (Or at least customising the way the date is displayed with my signature without having to enter it manually every time!) then please leave a note or overview on my talk page. Many thanks in advance for any help! :-)
Hyperspeed (Talk) - 13 February 2008CE 01:22 UTC
- Use just 3 tildes, to only show your name-code (which in your case includes the date).
- However, datestamps are important so that bots can keep track of automatic archiving of a discussion, which your custom version will totally confuse. (It'll also annoy some regulars, who find things like this distracting). I'd strongly recommend you stick with the default timestamp method. There's also a bot that will come along later and autotimestamp your messages (with Template:Undated), if you don't use the default.
- (Also, the default timestamp is in the format DD/MM/YYYY. Check your Special:Preferences "date" tab to make linked dates within articles display the way you want) -- Quiddity (talk) 01:37, 13 February 2008 (UTC)
- Yes - the answer is "don't do that". The timestamps need to be exactly the same pattern so that archiving bots can parse them. They aren't an area for personal expression. — Carl (CBM · talk) 12:57, 13 February 2008 (UTC)
signature
Hi, I decided to use color in my signature. I was trying to find a slightly darker shade of orange to use in the second part. Can anyone help? Also, the gigantic tag on top of this page seems rather unnecessary. I would think that people would realize the signatures talk page is for signatures. Thanks, Enigma msg! 20:35, 17 February 2008 (UTC)
- I recommend looking up an HTML color chart online and using that to select the right shade of orange. But beware that colors vary widely between different monitors, so what you see may not be what others see. — Carl (CBM · talk) 20:45, 17 February 2008 (UTC)
- I would think that people would realize the signatures talk page is for signatures -- You'd think so, but since it's linked every time you edit, it gets a lot of random vandalism and tests. ♫ Melodia Chaconne ♫ (talk) 21:48, 17 February 2008 (UTC)
"(talk)" in my signature - a MediaWiki versioning thing?
- On Wikipedia, four tildes result in:
Tneumark (talk) date_time_info_here
- On MediaWiki wikis that I administer (1.9.3, not too old), four tildes result in:
Tneumark date_time_info_here
Is there a setting or something that makes the "(talk)" section display? Is there a better place to ask this question? Timneu22 (talk) 21:30, 24 February 2008 (UTC)
- See MediaWiki:Signature, and the archived thread at Wikipedia:Village pump (proposals)/Archive 5#User signatures should link to both the user page and user talk page by default, which should answer any questions :) -- Quiddity (talk) 21:51, 24 February 2008 (UTC)
-
- I appreciate the quick response. However, I'm not sure what I'm supposed to do. My wiki didn't have a "MediaWiki:Signature" page (I did add it), so does this mean my version (1.9.3) is too old?? Am I supposed to do something else? It doesn't seem like I need to upgrade my entire wiki for this one little change. Please let me know what I need to do. Thanks in advance for your help. Timneu22 (talk) 22:33, 24 February 2008 (UTC)
What a joke
Instead of having to manually put four tildas at the end of all your posts, your signature should just be added automatically (which it is, albeit when it's automatic it notes that the comment was initially unsigned). —Preceding unsigned comment added by Lumarine (talk • contribs) 16:44, 4 March 2008 (UTC)
- It sounds like a good idea, but is it physically possible? Mouse is back 02:32, 20 March 2008 (UTC)
- There are very good reasons not to do this. For instance, if I go back an edit my comment, should a signature be inserted in the middle of the previous comment? Obviously not.
- Watch SineBot closely, and you will see what I mean. 99+% of the time, SineBot gets it right, but every now and then it does something stupid. This is because a machine can never fully guess when you are making a new comment (needs a sig) and when you are editing or moving around older comments (no sig). --Jaysweet (talk) 14:36, 21 March 2008 (UTC)
I agree totallyyy!!! <3!!! —Preceding unsigned comment added by 71.164.96.75 (talk) 22:23, 25 March 2008 (UTC)
Include signature in template
I want to write a template which includes ~~~~. When this template is used, tilda's should be rendered. By default tilda's are replaced when I create the template and when template is used I see the signature of the template creater (instead of template user). Is there any way to do that? --iyigun (talk) 14:18, 29 February 2008 (UTC)
- Wikicode like so: ~~<includeonly>~~</includeonly><noinclude>~~</noinclude>
- I think. Copied from one of the various welcome templates. -- Quiddity (talk) 19:19, 29 February 2008 (UTC)
- I tried this. Yes, tilda's are not replaced with my signature on template creation. But when I use the template I see only ~~~~. Tilda's are not replaced with my signature on template usage neither. Do you have any ideas?
well no not really maybe you could try to lik do something about it but i really dont understand what you are trying to say maybe you should put it in a less complicated way then you could probably get some help thanks hun!!♥♥ —Preceding unsigned comment added by Malonmartin (talk • contribs) 22:20, 9 April 2008 (UTC)
What to do if someone doesn't seem to want a signature?
IP 124.168.215.205 is making comments in talk pages, and not only doesn't he/she sign, but she uses the !nosign! edit summary to prevent SineBot from fixing it. Should the IP's wish to not ever have a sig be respected? Or should I go ahead and add unsigned templates to his/her comments?
I am assuming this is some misguided attempt at privacy, but since everyone can see the IP in the revision history anyway, I just don't see any point to it... --Jaysweet (talk) 14:36, 21 March 2008 (UTC)
- Well done, Sherlock, you've got it, posting a dynamic IP is pointless. Make it mandatory, or take heed of the nosign —Preceding unsigned comment added by 124.168.215.205 (talk • contribs)
- FYI, despite the warning at the top of the page instructing us not to ask questions here, I checked the reference desk and it redirected me right back to WP:SIG, ha ha ha... Anyway, I am also asking here because WP:SIG should cover this case. I know it is a rare case, but I am at a loss as to what I should do, and I think the article needs to cover it. --Jaysweet (talk) 14:38, 21 March 2008 (UTC)
-
-
- Okay, but do you see how confusing the above conversation has become? At least sign it with like, "--Me" or some crap like that. If you don't sign at all, then nobody has any freaking idea who is saying what. And I can still see your IP address, so it's not like there is any added privacy here...
- I am not convinced it is optional, that's why I asked on this Talk page. I think it may in fact not be optional. --Jaysweet (talk) 15:04, 21 March 2008 (UTC)
-
- Signing comments is not optional; if they are not signed, this disrupts the automatic archiving on numerous pages. If the IP user continues to do this after explanation, I would progress to warnings and then a block. — Carl (CBM · talk) 15:08, 21 March 2008 (UTC)
- I didn't realize that this IP is also the person putting the fake signatures here. I'll leave a note. — Carl (CBM · talk) 15:09, 21 March 2008 (UTC)
- Actually, I put the "fake" signatures, as a temporary compromise. The IP added comments with no sig, which were interleaved with my comments after the fact, which as you can guess made the conversation completely unreadable. Since I had not yet gotten your clarification that sigs are non-optional, I decided to temporarily compromise by putting the "fake" sigs in for him/her, so the conversation could at least be read.
- I will replace with real sigs now... --Jaysweet (talk) 15:12, 21 March 2008 (UTC)
Proposed new section
I can't imagine this comes up that frequently, but just in case, I propose adding the following section to WP:SIG:
(begin proposed new section)
Are signatures optional?
Signing posts on Talk pages is mandatory, as failure to do so interferes with the operation of various archival bots, as well as making it extremely difficult (if not impossible) to follow the flow of a conversation. In general, though, a user should not be blocked even for repeated failure to sign their posts, as it is a common mistake and is usually not particularly disruptive due to the fact that another user or bot can simply add an appropriate signature later.
An exception would be if a user repeatedly abused the !nosign! edit summary and/or removed the {{unsigned}} template added by other users. That behavior is not acceptable, and the offending user should be warned as such, with the possibility of an eventual block if the errant behavior continues.
(end proposed new section)
Comments? Is it overkill? This is the first time I've ever seen this happen, but I was sort of at a loss as to what to do... --Jaysweet (talk) 15:32, 21 March 2008 (UTC)
- The page already says "Any post made to user talk pages, article talk pages, or other discussion pages should be signed." A user who continues (not out of negligence or by accident) to intentionally disregard that advice can certainly be warned and, if necessary, blocked for a short period of time. But in every case I've ever seen, a friendly note is enough. — Carl (CBM · talk) 15:48, 21 March 2008 (UTC)
-
- Note that both provided reasons (archival bots and "flow of a conversation") also call for prohibition of non-standard timestamps. It might seem clever to some users to sign with something like 2008.03.21 15:49, but other users are forced to slow down and parse these non-standard timestamps, I don't think this issue is covered by WP:SIG —AlexSm 15:53, 21 March 2008 (UTC)
(ec)
-
- There's a big difference between "should be" and "mandatory", in my mind at least... If it said "must be," I would have taken that to mean non-optional, but "should be" could be interpreted as preferred-but-optional (e.g. a user "shouldn't" blank comments on their Talk page, since archiving is preferred, but under most circumstances they are still allowed to do it)
- That said, if nobody else has ever seen another case like that one we just had, I won't sweat it. I think it's probably a rare case too. Certainly blew my mind that he/she knew about the !nosign! feature, but didn't understand/care how disruptive an unsigned comment is! heh... --Jaysweet (talk) 15:57, 21 March 2008 (UTC)
Sort of policy question
Suppose I wanted to put a link in my signature that would be directed to an internal page like AGFC. Would that be allowed? Discouraged?--Filll (talk) 16:59, 24 April 2008 (UTC)