3,065
edits
(→How to code a Breadcrumb Trail: added warning notice) |
|||
Line 46: | Line 46: | ||
=== How to code a Breadcrumb Trail === | === How to code a Breadcrumb Trail === | ||
This section as written does not work. Use the next section: '''Ready made Breadcrum''' | |||
Here's how the breadcrumb trail looks in Wikitext: | Here's how the breadcrumb trail looks in Wikitext: | ||
Line 59: | Line 61: | ||
*'''<nowiki>[[County Antrim Genealogy|County Antrim]]</nowiki>'''. The next link in the order: “County Antrim.” <br><br> | *'''<nowiki>[[County Antrim Genealogy|County Antrim]]</nowiki>'''. The next link in the order: “County Antrim.” <br><br> | ||
*'''<nowiki>{{Gotoarrow}}</nowiki>'''. Then another template of an arrow which is pointing to:.<br><br> | *'''<nowiki>{{Gotoarrow}}</nowiki>'''. Then another template of an arrow which is pointing to:.<br><br> | ||
*'''<nowiki>[[{{PAGENAME}}]]</nowiki>'''. The last link of the order which is normally the last page of the order and the one you are now reading. The <nowiki>{{PAGENAME}}</nowiki> template automatically puts the name of the article you are now reading in this place on the breadcrumb trail. Saves you from having to type it in manually.<br><br> | *'''<nowiki>[[{{PAGENAME}}]]</nowiki>'''. The last link of the order which is normally the last page of the order and the one you are now reading. The <nowiki>{{PAGENAME}}</nowiki> template automatically puts the name of the article you are now reading in this place on the breadcrumb trail. Saves you from having to type it in manually.<br><br> | ||
===Ready made breadcrumb trail=== | ===Ready made breadcrumb trail=== | ||
To save some confusion here is a ready to use template for creating breadcrumbs: Copy and paste this coding into your page where you want the breadcrumb to appear (usually at the very top of the page) and fill in the links:<br> | To save some confusion here is a ready to use template for creating breadcrumbs: Copy and paste this coding into your page where you want the breadcrumb to appear (usually at the very top of the page) and fill in the links:<br> |
edits