Template:Category info: Difference between revisions
Jump to navigation
Jump to search
m (added explanation) |
(added 'text' parameter to keep icon at top of page) |
||
Line 1: | Line 1: | ||
{{#if: {{{icon|}}} | [[File:{{{icon}}}|right|Image info page|200px]]}} | {{#if: {{{icon|}}} | [[File:{{{icon}}}|right|Image info page|200px]]}} | ||
{{#if: {{{text|}}} | {{{text}}}<br><br>}} | |||
Titles shown in ''italics'' link straight to podcast segments or SGU 5X5 episodes. The episode number is given in brackets, '5X5' indicates SGU 5X5 episodes, and 'SoF' indicates that the topic is covered in a 'Science or Fiction' segment. | Titles shown in ''italics'' link straight to podcast segments or SGU 5X5 episodes. The episode number is given in brackets, '5X5' indicates SGU 5X5 episodes, and 'SoF' indicates that the topic is covered in a 'Science or Fiction' segment. | ||
<noinclude> | <noinclude> | ||
Line 6: | Line 7: | ||
=== Usage === | === Usage === | ||
The | The variables <code>icon</code> and <code>text</code> are optional: | ||
*<code>icon</code> refers to the file name for the image | |||
*<code>text</code> adds page-specific text | |||
For example: | |||
<pre> | <pre> | ||
{{Category info | {{Category info | ||
|icon = CatIcon history.png | |icon = CatIcon history.png | ||
|text = Things that happened a long, long time ago | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 00:58, 6 August 2012
Titles shown in italics link straight to podcast segments or SGU 5X5 episodes. The episode number is given in brackets, '5X5' indicates SGU 5X5 episodes, and 'SoF' indicates that the topic is covered in a 'Science or Fiction' segment.
Description
This template adds a uniform blurb to category pages to explain the listing of categorized links, and includes a 200px width category icon to the right of the page.
Usage
The variables icon
and text
are optional:
icon
refers to the file name for the image
text
adds page-specific text
For example:
{{Category info |icon = CatIcon history.png |text = Things that happened a long, long time ago }}