Help:Editing FAQ: Difference between revisions

Content deleted Content added
syntaxhighlight lang="wikitext"
 
(27 intermediate revisions by 18 users not shown)
Line 1:
{{shortcut|H:hFAQ}}
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 archivesign mythe Usercontent PageI edit?===
Three consecutive tildes (<kbd><nowiki>~~~</nowiki></kbd>) will insert a link to your user page. Four (<kbd><nowiki>~~~~</nowiki></kbd>) will insert that link and the save time and date. Five (<kbd><nowiki>~~~~~</nowiki></kbd>) insert just the time and date.
 
===Q: Can I link to a specific section header if there are multiple section headers of the same name? If so, how?===
A: Yes, you can. Each section header, regardless of size or depth, has a number corresponding to how many times that header's name has already appeared on the page. The number is "1" for the very first instance, "2" for the next, "3" for the next, and so on. You can link to each header just like a normal header, but using that number after the header's name (i.e. if there are three headers named "Foo," then the first can be linked to like so: <nowiki>[[#Foo 1]], the second. [[#Foo 2]], and the third, [[#Foo 3]]</nowiki>). Using the number "1" for the first header is generally superfluous, as the software will automatically link to the first header without using the number (i.e. <nowiki>[[Foo]]</nowiki>). If you don't want the number to show, then you have to use a piped link (e.g. <nowiki>[[Foo 2|Foo]]</nowiki>).
 
If you don't know how many times a given header has already appeared on a page (and thus the number to use), there are two ways to find out.
#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):
#::<kbd><nowiki>http://meta.wikimedia.org/wiki/Example_article#Foo_3</nowiki></kbd>
#: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):
#::<kbd><nowiki><p><a name="Foo_2" id="Foo_2"></a></p></nowiki></kbd>
#::<kbd><nowiki><h3>Foo</h3></nowiki></kbd>
#: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 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 [[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.
===Q: How do I archive my User Page?===
A: Four possibilities are:
#move talk page to page like User:a/b (history is now in this archive)
#move page contents to such a page (history is still in the regular talk page)
#just delete content (it is still in the history, but one can less easily search in that text) -- [[User:Patrick|Patrick]] 14:32, 24 Jun 2005 (UTC)
#Use a link to an earlier version of the page in its history. It does not require creating "sub pages" for archives. You can see an example at [[wikibooks:Talk:Wikijunior_Solar_System/Solar_System|wikibooks:Talk:Wikijunior_Solar_System/Solar_System]].
#*Click on the history tab
#**Click on the first version listed there
#**Copy the URL from the address bar. Let's say it is <tt><nowiki>http://meta.wikimedia.org/w/index.php?User_talk:a&oldid=12345</nowiki></tt>
#*Edit your talk page.
#**Delete all the stuff you want to remove from the current version of your talk page.
#**Link to the archive version as <tt><nowiki>[http://meta.wikimedia.org/w/index.php?User_talk:a&oldid=12345 Sept 2005 archive]</nowiki></tt>
#**Save the new version of your page.
 
===Q: Can I put preformatted text inside a numbered list?===
A: Not Quite. It used to be possible until version 1.5.7. As of 5 September 2006, this is no longer possible without disrupting the flow of the numbered list.
 
It used to work by using the &lt;nowiki> and &lt;pre> tags as follows:
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<td>
# one
# two<pre><nowiki>
here is a line
of preformatted text
</nowiki></pre>
# and the numbering
# would not start over
</td>
 
<td>
<pre><nowiki>
# one
# two&lt;pre>&lt;nowiki>
here is a line
of preformatted text
&lt;/nowiki>&lt;/pre>
# and the numbering
# would not start over
</nowiki></pre>
</td>
</tr>
</table>
 
===Q: Can I generate a frame-like structure on a Wiki page?===
(I have a chart generated dynamically in Bugzilla and I would like to display it within my Wiki page.)
 
A: ???
 
"Technically, you can do this with html div's and inline css styles, i.e. use a div with height and width set and overflow set to scroll"
--[[User:68.170.246.50|68.170.246.50]] 01:11, 9 March 2006 (UTC)
 
: A good suggestion, but that won't work for the originally requested use case. You can't make your DIV pull external content from Bugzilla, like frames do. You can only lay out the wiki page content in a frame-like design. [[User:82.200.65.190|82.200.65.190]] 09:37, 16 March 2006 (UTC)
 
:: The last comment was from me, I wasn't logged in. -- [[User:Alexey Feldgendler|Alexey Feldgendler]] 09:39, 16 March 2006 (UTC)
 
===Q: Can I display only so many lines of text?===
I want to set up a template that pipes in 'n' lines of text to a page, and then provides a link to the rest of the article. Can I do this?
 
: Not in the current version of MediaWiki, as far as I know. -- [[User:Alexey Feldgendler|Alexey Feldgendler]] 09:43, 16 March 2006 (UTC)
 
===Q: How can I place a note underneath and to the right of an image (but keeping the image by default to the left of the page)?===
 
--[[User:168.202.82.178|168.202.82.178]] 09:53, 28 March 2006 (UTC)
 
A: ??
 
==Tables==
Line 93 ⟶ 45:
</td>
<td>
<syntaxhighlight lang="wikitext">
<pre>
{|style="background:white"
|- style="background:lightgrey;"
Line 99 ⟶ 51:
|- style="background:lightgrey;"
| jkl || mno || pqr
|}</presyntaxhighlight></td></tr>
</table>
 
Line 105 ⟶ 57:
===Q: Can I make a link to open in a new page?===
 
seeSee: http://metawww.wikimediamediawiki.org/wiki/Manual:Opening_external_links_in_a_new_window [[User:VoskampM|VoskampM]] 08:38, 10 March 2006 (UTC)
 
==Starting a new article==
===Q: How do I start a new article that has not been mentioned or put into any other articles?===
Tell me
It is a bit confusing````
Things are not very clear[[User:Nutan Thakur|Nutan Thakur]] 11:29, 25 June 2007 (UTC)
 
: Type the address of the new article page into your browser, and you will be given the option to start the page. -- [[User:ConradParker|ConradParker]] 01:45, 14 July 2007 (UTC)
 
: Put the name of the article in the search bar, and click <tt>Go</tt>. You will be given an option to create the page. [[User:Toolkit|Toolkit]] ([[User talk:Toolkit|talk]]) 18:03, 13 February 2008 (UTC)