Content deleted Content added
In the Charles Atlas article, it's claimed (twice) that he kicks a chair in frustration. He actually punches a table, rocking the lamp on it. Check it out! |
syntaxhighlight lang="wikitext" |
||
(10 intermediate revisions by 6 users not shown) | |||
Line 3:
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 (<
===Q: Can I link to a specific section header if there are multiple section headers of the same name? If so, how?===
Line 16 ⟶ 13:
#Use the table of contents.
#:If a table of contents appears on the page, click on the header that you wish to link to. The page will jump to that header. Now, look at the [[en:Uniform Resource Locator|URL]]. At the end, it will show the ID of the header in question. An example of a URL that has just been linked to a header named "Foo" that has already appeared twice (and so is the third instance):
#::<
#:The header link at the end of the URL shows that to link to this header, you would use <nowiki>[[#Foo 3]]</nowiki>.
#Look at the source.
#:While looking at the source, first find the section you're looking for, and then look at its ID tags. It will show the number in that tag. An example for a header named "Foo" that has already appeared once (and so is the second instance):
#::<
#::<
#:The ID and name tags (the ones that say "a name=" and "id=") show that this header can be linked to with <nowiki>[[#Foo 2]]</nowiki>.
==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 <code><nowiki>{{db-user}}</nowiki></code> at the top of the page, and save; an [[WP:administrator|administrator]] will then delete the page for you.
===Q: How do I archive my User
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 [[WP:bot|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==
Line 65 ⟶ 45:
</td>
<td>
<syntaxhighlight lang="wikitext">
{|style="background:white"
|- style="background:lightgrey;"
Line 71 ⟶ 51:
|- style="background:lightgrey;"
| jkl || mno || pqr
|}</
</table>
|