Difference between revisions of "Template:Anchor"
From The Battle for Wesnoth Wiki
				
				
		
		 (Created page with "<noinclude>Creates an arbitrary anchor on a page that can be linked to from elsewhere.  Usage: <nowiki>{{{Anchor|text}}} or {{{Anchor|id|text}}}</nowiki>  In the first form, t...")  | 
				 (Fix example)  | 
				||
| Line 1: | Line 1: | ||
<noinclude>Creates an arbitrary anchor on a page that can be linked to from elsewhere.  | <noinclude>Creates an arbitrary anchor on a page that can be linked to from elsewhere.  | ||
| − | Usage: <nowiki>  | + | Usage: <nowiki>{{Anchor|text}} or {{Anchor|id|text}}</nowiki>  | 
In the first form, the text itself is used as the ID for the anchor. In this case, it ''must not'' contain non-alphanumeric characters!</noinclude><includeonly><span id="{{{1}}}">{{{2|{{{1}}}}}}</span>  | In the first form, the text itself is used as the ID for the anchor. In this case, it ''must not'' contain non-alphanumeric characters!</noinclude><includeonly><span id="{{{1}}}">{{{2|{{{1}}}}}}</span>  | ||
Revision as of 14:36, 21 February 2024
Creates an arbitrary anchor on a page that can be linked to from elsewhere.
Usage: {{Anchor|text}} or {{Anchor|id|text}}
In the first form, the text itself is used as the ID for the anchor. In this case, it must not contain non-alphanumeric characters!