Template:Breadcrumb/doc: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
*In Link 5, the name is added automatically, if you are on the actual page. | *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. | *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. | ||
<div style="border:1px solid black; padding:10px"> | |||
<nowiki>{{breadcrumb </nowiki><br> | <nowiki>{{breadcrumb </nowiki><br> | ||
| link1=<br> | | link1=<br> | ||
Line 11: | Line 12: | ||
| link5=<nowiki>{{PAGENAME}}</nowiki><br> | | link5=<nowiki>{{PAGENAME}}</nowiki><br> | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</div> |
Revision as of 12:20, 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={{PAGENAME}}
}}