Headers created inside the template

I have several templates that create headers based on a formula. I am wondering if there is a way to create an β€œedit” link that will lead you directly to this section? How it works at the moment, the link to edit allows you to edit the template itself. Can I create a custom link that saves you on the page and takes you in the right direction?

Here is an example of code that helps clean things up ...

Pattern: Head

==={{{1}}}===
This is a heading titled "{{{1}}}"

Testing page :

=Section 1=
{{head|1.1}}
{{head|1.2}}
{{head|1.3}}
=Section 2=
{{head|2.1}}
{{head|2.2}}
{{head|2.3}} 

, "2.3", 2. ( , . , , 10 .)

, {{head}}, " "? , .

: "anchor"? URL-?

+5
2

, . MediaWiki, , , :

=== Some text here ===

=, . MediaWiki , ( ).

, , , , , - MediaWiki. , , - (, URL- ), " ", wikitext, , .

. ( - MediaWiki, .) , , , ", , ".

+1

, , , . , , , - .

, , - ( , ennabled , ). {{head|1.1}} MyPage MyPage/Subpage1, MyPage ({{:MyPage/Subpage1}}).

{{head}} HTML (<h2> == ..) , ( {{ed right}}), MyPage/Subpage1.

Mediawiki, , <span id="name"/>, , (, , , URL-).

+1

All Articles