Help:Editing FAQ

{{shortcut|H:FAQ}}

This page is meant to accompany Help:Editing.

These questions and answers have been culled from some of the talk pages of the various editing-related Help: pages. If you see a useful answer there or anywhere else, please add it here.

Editing

=Q: How do I sign the content I edit?=

Three consecutive tildes (~~~) will insert a link to your user page. Four (~~~~) will insert that link and the save time and date. Five (~~~~~) insert just the time and date.

Miscellaneous

=Q: How do I get a page deleted?=

See Wikipedia:Deletion policy. The simplest case is where an editor has created a sub-page of their user page and wishes it to be deleted. Put the code {{db-user}} at the top of the page, and save; an administrator will then delete the page for you.

=Q: How do I archive my User Talk page?=

Various possibilities are laid out at Help:Archiving a talk page. A convenient method, automatic once it has been set up, is to let a bot do the work. Copy the markup displayed at User:lowercase sigmabot III/Archive HowTo#Example 2 - incremental archives to the top of your user talk page, replacing the word "example" with your actual user name.

Tables

=Q: Can I make transparent borders and rules on a table?=

A: Yes.

:That's a tough one because there is no "cellborder" directive for the table style. You can play with the BORDER and RULE attributes of table, but it seems that you cannot rely upon your browser to interpret that stuff the way you want it.

:I think the easiest way to write this is using wiki table notation with a different background for the table and for each row.

style="background:white"
style="background:lightgrey;"

| abc

defghi
style="background:lightgrey;"

| jkl

mnopqr

style="background:white"
style="background:lightgrey;"

| abc

defghi
style="background:lightgrey;"

| jkl

mnopqr

Links