Template:Part

From Shifti
Revision as of 16:02, 20 July 2007 by ShadowWolf (talk | contribs) (Rework documentation a bit.)
Jump to navigation Jump to search

{{#ifeq: | |

 {{#ifeq:   | |
   === === |
   === Part {{{number}}} ===
 }} | 
 {{#ifeq:   | |
    === {{{name}}} === |
    === Part {{{number}}}: {{{name}}} === 
 }}

}}

Usage:
{{part|name=Name|number=Number}}
You can omit the parameters (as shown)

{{part}} gives you a blank Heading.

{{part|number=1}} nets you:

Part 1

{{part|name=Test}} nets you:

Test

{{part|name=Test|number=1}} nets you:

Part 1: Test