Bonjour,
Do Wikipedia have already a support to HTML anchors
?
It can be fine to be able to define anchors and add
it to links.
Those following lines are not interpreted by the
parser :
<a
name="MyAnchorName"></a>
<a href="#MyAnchorName">Go to my
anchor</a>
It can be usefull to target a paragraph in an
article.
Any solution ?
If there are no support yet, I prose the fellowing
:
[[anchor:MyAnchorName]] to set an anchor,
and
[[ArticleName#MyAnchorName|DisplayText]] to link to
anchors in an other articles, and
[[#MyAnchorName|DisplayText]] to link to anchors in
same article.
What do you think about that ?
Guillaume (as Aoineko)