Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
Line 68: | Line 68: | ||
===Ready made breadcrumb trail=== | ===Ready made breadcrumb trail=== | ||
To save some confusion here is a ready to use template for creating breadcrumbs: Just paste this coding: | To save some confusion here is a ready to use template for creating breadcrumbs: Just paste this coding: | ||
<nowiki>{{breadcrumb </nowiki><br> | <div style="border:2px solid blue; padding:5px"><nowiki>{{breadcrumb </nowiki><br> | ||
<nowiki>| link1=</nowiki><br> | <nowiki>| link1=</nowiki><br> | ||
<nowiki>| link2=</nowiki><br> | <nowiki>| link2=</nowiki><br> | ||
Line 80: | Line 80: | ||
<nowiki>| link10=[[PAGENAME]]</nowiki><br> | <nowiki>| link10=[[PAGENAME]]</nowiki><br> | ||
<nowiki>| fontstyle=italic</nowiki><br> | <nowiki>| fontstyle=italic</nowiki><br> | ||
<nowiki>}}</nowiki><br> | <nowiki>}}</nowiki><br></div> | ||
in your page where you want the breadcrumb to appear (usually at the very top of the page) and fill in the links. | in your page where you want the breadcrumb to appear (usually at the very top of the page) and fill in the links. | ||
*Type the links after each equal sign. | *Type the links after each equal sign. |