Template:Breadcrumb/doc: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Use this coding to place this breadcrumb trail. | Use this coding to place this breadcrumb trail. | ||
*You can place up to five links | *You can place up to five links. | ||
* | *Link 5 is reserved for the final link. | ||
*In Link 5, the name is added automatically, if you are on the actual page. | |||
* | *However, in link 5, if you want to enter a different name, delete <nowiki>{{PAGENAME}}</nowiki> and type in the name you want after the equal sign. | ||
<nowiki>{{breadcrumb </nowiki><br> | <nowiki>{{breadcrumb </nowiki><br> | ||
| link1=<br> | | link1=<br> | ||
Line 9: | Line 9: | ||
| link3=<br> | | link3=<br> | ||
| link4=<br> | | link4=<br> | ||
| link5=<br> | | link5={{PAGENAME}}<br> | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> |
Revision as of 12:18, 30 January 2017
Use this coding to place this breadcrumb trail.
- You can place up to five links.
- Link 5 is reserved for the final link.
- In Link 5, the name is added automatically, if you are on the actual page.
- However, in link 5, if you want to enter a different name, delete {{PAGENAME}} and type in the name you want after the equal sign.
{{breadcrumb
| link1=
| link2=
| link3=
| link4=
| link5=Breadcrumb/doc
}}