Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
Line 62: | Line 62: | ||
===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> | ||
<div style="border:1px solid black; padding:10px"> | |||
<nowiki>{{breadcrumb </nowiki><br> | <nowiki>{{breadcrumb </nowiki><br> | ||
<nowiki>| link1=</nowiki><br> | <nowiki>| link1=</nowiki><br> | ||
Line 69: | Line 70: | ||
<nowiki>| link5=</nowiki><br> | <nowiki>| link5=</nowiki><br> | ||
<nowiki>}}</nowiki><br><br> | <nowiki>}}</nowiki><br><br> | ||
</div> | |||
''Please remember:''<br> | ''Please remember:''<br> | ||
*Always leave off the word "Genealogy" in the breadcrumb as it takes up too much room. | *Always leave off the word "Genealogy" in the breadcrumb as it takes up too much room. |