Template

Cat header/doc: Difference between revisions

From Joomla! Documentation

Tom Hutchison (talk | contribs)
documentation page created for template
 
Tom Hutchison (talk | contribs)
m additions to documentation
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:


== Usage ==
== Usage ==
Use {{tl|cat header}} to call the template
Use {{tl|cat header}} to call the template. Checks for additional infomation to display on the Category page. See wiki markup below.


===Example===
===Examples===
<pre>
{{cat header}}
</pre>
{{cat header}}


{{cat header}}
<pre>
{{cat header|This is a demo of using text:
#Wiki markup
*Other wiki markup
}}
</pre>
{{cat header|This is a demo of using text:
#Wiki markup
*Other wiki markup
}}


== Parameters ==
== Parameters ==
No parameters can be used at this time.
Uses a simple <nowiki>{{{1|}}}</nowiki> parameter and a check to display it by calling another template for styled information box.




<include only>
<includeonly>
[[Category:Category header templates]]
[[Category:Category header templates|{{PAGENAME}}]]
</include only>
</includeonly>

Latest revision as of 00:09, 26 August 2012

This is a documentation subpage for Template:Cat header.
It contains usage information, categories and other content that is not part of the original template page.
To view the template page itself, see Template:Cat header.

This template provides an easy header for Category Pages, with instructions and link for using categorytree to browse the wiki.

Functions/Features

Inserts an styled information box.

Usage

Use {{cat header}} to call the template. Checks for additional infomation to display on the Category page. See wiki markup below.

Examples

{{cat header}}


Information icon You can browse the Joomla! Documentation Wiki either from this page or by using the Category Tree Page.
Please note, if a page is not given a category, then it will not be listed here.
Additional information next to each category listed is as follows. (# C(ategories), # P(ages), # F(iles))


{{cat header|This is a demo of using text:
#Wiki markup
*Other wiki markup
}}

This is a demo of using text:

  1. Wiki markup
  • Other wiki markup
Information icon You can browse the Joomla! Documentation Wiki either from this page or by using the Category Tree Page.
Please note, if a page is not given a category, then it will not be listed here.
Additional information next to each category listed is as follows. (# C(ategories), # P(ages), # F(iles))


Parameters

Uses a simple {{{1|}}} parameter and a check to display it by calling another template for styled information box.