Content deleted Content added
ERICOLEGAL (talk | contribs) |
|||
Line 13:
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
#::<tt><nowiki>http://meta.wikimedia.org/wiki/Example_article#Foo_3</nowiki></tt>
#: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
#::<tt><nowiki><p><a name="Foo_2" id="Foo_2"></a></p></nowiki></tt>
#::<tt><nowiki><h3>Foo</h3></nowiki></tt>
|