Sorry for yet another small problem: 
I discovered that it should be possible to turn the page subtitle (which is 
usually hidden by CSS) into a good way to show "breadcrumbs" adding some magic 
words to MediaWiki:Tagline. The only problem: Links are not parsed correctly, 
neither in Wikicode nor in HTML (actually both ways are not parsed at all). 

Example:
{{SITENAME}} 
{{#if: {{NAMESPACE}} | 
> {{NAMESPACE}} 
}}
> {{BASEPAGENAME}} 
{{#if: {{#titleparts: {{PAGENAME}} | 1 | 2 }} | 
> {{#titleparts: {{PAGENAME}} | 1 | 2 }} 
}}
{{#if: {{#titleparts: {{PAGENAME}} | 1 | 3 }} | 
> {{#titleparts: {{PAGENAME}} | 1 | 3 }} 
}}

Ideally, something like [[Main Page|{{SITENAME}}]], etc. should work. Any 
solution?

Thx

Bernhard

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to