More actions
| Line 127: | Line 127: | ||
====Broken section links==== | ====Broken section links==== | ||
A problem can arise if the title of the section is changed for any reason, since this will break any incoming section links (if this occurs, incoming links will default to the top of the linked article). | A problem can arise if the title of the section is changed for any reason, since this will break any incoming section links (if this occurs, incoming links will default to the top of the linked article). | ||
To prevent this breakage, add a hidden comment to the target section such as <code><nowiki><!-- "Quark" links here --></nowiki></code> so that someone changing the title of that section can fix the incoming links. | |||
The hidden message (<code><nowiki><!-- "Article" links here --></nowiki></code>) must be added to the target section with a break between the header and the hidden message:<br/> | The hidden message (<code><nowiki><!-- "Article" links here --></nowiki></code>) must be added to the target section with a break between the header and the hidden message:<br/> | ||
<code><nowiki>==Target section==</nowiki></code><br/> | <code><nowiki>==Target section==</nowiki></code><br/> | ||