Breadcrumbs Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:35 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This tag allows you insert a "trace" of the user's most recently visited pages on the Wiki. << It requires cookies to function correctly. If the user has disabled cookies, no trail is generated. This tag has been contributed by Ken Liu (ken at kenliu.net). ---- ====Usage==== <wiki:Breadcrumbs maxpages="<integer>" separator="<string>" /> ====Parameters==== ; '''maxpages''' : How many pages should we track? Default is 10 most recent pages. ; '''sep…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

This tag allows you insert a "trace" of the user's most recently visited pages on the Wiki. << It requires cookies to function correctly. If the user has disabled cookies, no trail is generated. This tag has been contributed by Ken Liu (ken at kenliu.net).


Usage

<wiki:Breadcrumbs maxpages="<integer>" separator="<string>" />

Parameters

maxpages
How many pages should we track? Default is 10 most recent pages.
separator
HTML snippet for what should be between the listed pages. Default is " | ".

Example

<code>
Your trail: <wiki:Breadcrumbs />
</code>

Known bugs

Separator does not clean the HTML it is given - it is thus a security hazard.