Template:toonmenu
From Homestar Runner Wiki
(Difference between revisions)
It's dot com (Talk | contribs) (fix) |
It's dot com (Talk | contribs) (instructions, example, and category) |
||
| Line 1: | Line 1: | ||
| + | <noinclude>Creates an entry for a toon on [[Toons]] and [[New Stuff]]. | ||
| + | ===Usage=== | ||
| + | <pre> | ||
| + | {{toonmenu | ||
| + | | type = the section the toon is in (Big Toons, Shorts, etc.), used for sorting the tables | ||
| + | | img = the image (note that the Image namespace is not necessary) | ||
| + | | name = the name of the toon (if you need to make a piped link, use {{!}} for the pipe) | ||
| + | | chan = '''(channel ID)''' (explanation of ID) (note the formatting of previous entries) | ||
| + | | desc = the description from the toons menu | ||
| + | | time = the running time listed on the menu | ||
| + | | date = the year listed on the menu | ||
| + | | prev = the preview image; fill in the unique part of the following: menuswfs/menu_[prev].swf (see example below) | ||
| + | }} | ||
| + | </pre> | ||
| + | ===Example=== | ||
| + | <pre> | ||
| + | {{toonmenu | ||
| + | | type = New Stuff | ||
| + | | img = Tgs13.png | ||
| + | | name = Teen Girl Squad Issue 13{{!}}Teen Girl Squad #13 | ||
| + | | chan = '''(TGS)''' ('''T'''een '''G'''irl '''S'''quad) | ||
| + | | desc = Tomkins bout to get babysat! | ||
| + | | time = 3:28 | ||
| + | | date = 2007 | ||
| + | | prev = tgs13 | ||
| + | }} | ||
| + | </pre> | ||
| + | [[Category: Formatting Templates]] | ||
| + | </noinclude><includeonly> | ||
|- | |- | ||
| {{hcount|{{{type}}}}}[[Image:{{{img}}}|75px]] | | {{hcount|{{{type}}}}}[[Image:{{{img}}}|75px]] | ||
| Line 7: | Line 36: | ||
| {{{date}}} | | {{{date}}} | ||
| [[HR:menuswfs/menu_{{{prev}}}.swf|Preview]] | | [[HR:menuswfs/menu_{{{prev}}}.swf|Preview]] | ||
| + | </includeonly> | ||
Revision as of 20:21, 30 October 2007
Creates an entry for a toon on Toons and New Stuff.
Usage
{{toonmenu
| type = the section the toon is in (Big Toons, Shorts, etc.), used for sorting the tables
| img = the image (note that the Image namespace is not necessary)
| name = the name of the toon (if you need to make a piped link, use {{!}} for the pipe)
| chan = '''(channel ID)''' (explanation of ID) (note the formatting of previous entries)
| desc = the description from the toons menu
| time = the running time listed on the menu
| date = the year listed on the menu
| prev = the preview image; fill in the unique part of the following: menuswfs/menu_[prev].swf (see example below)
}}
Example
{{toonmenu
| type = New Stuff
| img = Tgs13.png
| name = Teen Girl Squad Issue 13{{!}}Teen Girl Squad #13
| chan = '''(TGS)''' ('''T'''een '''G'''irl '''S'''quad)
| desc = Tomkins bout to get babysat!
| time = 3:28
| date = 2007
| prev = tgs13
}}
