Difference between revisions of "Template:E"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (Hm...)
(And pow!)
Line 1: Line 1:
<noinclude>This template is for creating a standardised way of giving episode links. This template takes just one argument, which is the production ID of the episode as follows;
<noinclude>This template is for creating a standardised way of giving episode links.
<pre>{{e|1ACV01}}</pre>
==Episodes==
This would print out {{elink|1ACV01|Space Pilot 3000}}.
For episodes, the template takes one argument, the production ID, the episode number or (not yet) the title of the episode (in correct title writing though).
 
Examples:
<pre>{{e|1ACV01}}
{{e|1}}
{{e|Space Pilot 3000}}</pre>
All these would print {{e|1}}.
 
==Films==
Films work in a similar fashion, though the argument can only be the film number or title.
 
<pre>{{e|x1}}
{{e|Bender's Big Score}}</pre>
These would print {{e|x1}}
 
However, some characters only appear in a select number of the subepisodes, and thus this information can be supplied as additional arguments.
 
Example:
<pre>{{e|x1|4}}</pre>
Would return; {{e|x1|4}}
 
It can only take up to an additional 4 arguments (since films are only cut up into 4 subepisodes), all are optional.


The intend is to create a much simpler way to deal with episode linking.
The intend is to create a much simpler way to deal with episode linking.
Also, using the episode's no is also possible, thus <nowiki>{{e|1}}</nowiki> would return the same as in the example above.


</noinclude>{{#switch:{{{1}}}
</noinclude>{{#switch:{{{1}}}
Line 152: Line 171:
|72={{elink|4ACV18|The Devil's Hands Are Idle Playthings}}
|72={{elink|4ACV18|The Devil's Hands Are Idle Playthings}}
|4ACV18={{elink|4ACV18|The Devil's Hands Are Idle Playthings}}
|4ACV18={{elink|4ACV18|The Devil's Hands Are Idle Playthings}}
|x1={{flink|1|{{#if:{{{2|}}}|{{{2}}}|}}|{{#if:{{{3|}}}|{{{3}}}|}}|{{#if:{{{4|}}}|{{{4}}}|}}}}
|x2={{flink|2|{{#if:{{{2|}}}|{{{2}}}|}}|{{#if:{{{3|}}}|{{{3}}}|}}|{{#if:{{{4|}}}|{{{4}}}|}}}}
|x3={{flink|3|{{#if:{{{2|}}}|{{{2}}}|}}|{{#if:{{{3|}}}|{{{3}}}|}}|{{#if:{{{4|}}}|{{{4}}}|}}}}
|x4={{flink|4|{{#if:{{{2|}}}|{{{2}}}|}}|{{#if:{{{3|}}}|{{{3}}}|}}|{{#if:{{{4|}}}|{{{4}}}|}}}}
|''See [[Template:E]] for how to use the template.''
|''See [[Template:E]] for how to use the template.''
}}
}}

Revision as of 21:14, 2 December 2007

This template is for creating a standardised way of giving episode links.

Episodes

For episodes, the template takes one argument, the production ID, the episode number or (not yet) the title of the episode (in correct title writing though).

Examples:

{{e|1ACV01}}
{{e|1}}
{{e|Space Pilot 3000}}

All these would print "Space Pilot 3000" (1ACV01)

Episode

.

Films

Films work in a similar fashion, though the argument can only be the film number or title.

{{e|x1}}
{{e|Bender's Big Score}}

These would print 1

Film

However, some characters only appear in a select number of the subepisodes, and thus this information can be supplied as additional arguments.

Example:

{{e|x1|4}}

Would return; 1

Film

It can only take up to an additional 4 arguments (since films are only cut up into 4 subepisodes), all are optional.

The intend is to create a much simpler way to deal with episode linking.

See Template:E for how to use the template.