Template:Anchor: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m Adapted/corrected from Wikipedia |
||
| Line 1: | Line 1: | ||
<span id="{{{1}}}" {{{attributes|}}}>{{{2|}}}</span><noinclude> | {{#if:{{{1|}}}|<span id="{{{1|}}}" {{{attributes|}}}>{{{2|}}}</span>}}<noinclude> | ||
{{ | {{Documentation}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> | |||
</noinclude> | </noinclude> | ||
Revision as of 08:22, 14 September 2022
This documentation is
transcluded from Template:Anchor/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
- {{Anchor|anchor_label}}
- {{Anchor|anchor_label|optional text}}
- {{Anchor|anchor_label|optional text|attributes=additional parameters for the parent tag, such as style}}
| #A1 | {{Anchor|A1}} | |
| #A2 | {{Anchor|A2|A2}} | A2 |
| #A3 | {{Anchor|A3|A3|attributes= style="color:red;"}} | A3 |