Jump to content

TEST: Difference between revisions

From LinuxMCE
Mcefan (talk | contribs)
No edit summary
Mcefan (talk | contribs)
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#tree:
{{#tree:
*[[Main Page]]
*[[Main Page]]
**[[Special:Recentchanges|Recent changes]]
**[[Main Page]]
}}
}}


* [http://www.mediawiki.org/wiki/Extension:TreeAndMenu TreeAndMenu]
If the extension works, it should display this 2 levels static tree:
{{#tree:
*[[Main Page]]
**[[Main Page]]
}}
{{p}}


{{#tree:openlevels=1|
BREADCUMBS
*'''Hardware'''
* create special page [[MediaWiki:Breadcrumbs]]
{{#dpl:category=Hardware|format=,**,[[%PAGE%]]\n,}}
* category name @ breadcrumb wikitext @ tab name @ site logo
}}
Keep in mind that this feature does not automatically create breadcrumbs. The process is manual. The good thing about this is that a single breadcrumb can cascade into many pages instantly. It makes for the ability to have a precision navigational system.
 
This is the basic syntax when creating a breadcrumb:
* category name @ breadcrumb wikitext @ tab name @ site logo
* Hardware @ [[category:Hardware]] >
 
I'll try and simplify the syntax.
 
* category name=(Whenever a page has the specified Category association this breadcrumb will have an affect and be visisble at the top of each of those pages)


{{p}}{{p}}{{p}}
@=(Suggests that the following text after the @ sign is the line of links that will appear at the top of the page)


breadcrumb wikitext=(This is where you put your trail of links. It is suggested to use > symbol to separate each link.)


{{#tree:
{{P}}
{{:Category:Displays|from|Displays}}
}}


* Navigation extensions @ [[Main Page|MediaWiki.org]] > [[:Category:Extensions|Extensions]] > [[:Category:Navigation extensions|Navigation]] >
* Navigation extensions @ [[Main Page|MediaWiki.org]] > [[:Category:Extensions|Extensions]] > [[:Category:Navigation extensions|Navigation]] >


{{User:polly}}
 
* [[Special:CategoryBrowser]] [http://www.mediawiki.org/wiki/Extension:CategoryBrowser#Usage usage]
* [[Special:Version#Installed extensions|Installed extensions]]

Latest revision as of 22:56, 18 December 2014

{{#tree:

}}

If the extension works, it should display this 2 levels static tree: {{#tree:

}}

BREADCUMBS

Keep in mind that this feature does not automatically create breadcrumbs. The process is manual. The good thing about this is that a single breadcrumb can cascade into many pages instantly. It makes for the ability to have a precision navigational system.

This is the basic syntax when creating a breadcrumb:

  • category name @ breadcrumb wikitext @ tab name @ site logo
  • Hardware @ >

I'll try and simplify the syntax.

  • category name=(Whenever a page has the specified Category association this breadcrumb will have an affect and be visisble at the top of each of those pages)

@=(Suggests that the following text after the @ sign is the line of links that will appear at the top of the page)

breadcrumb wikitext=(This is where you put your trail of links. It is suggested to use > symbol to separate each link.)