Template:Infobox animation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="infobox" id="infobox_song" style="text-align:left;" |- |colspan="2" |<span id="heading_biggest">{{{title}}}</span> |- {{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}320px]] {{!}}-}} |colspan="2" |<span id="heading_bigger">Song</span> |- !valign="top" |Artist: |{{#ifexist: {{{artist}}} | [[{{{artist}}}]] | {{{artist}}} }} |- !valign="top" |Released |{{{year}}} |- !width="70" valign="top" |Written by |{...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
|colspan="2" |<span id="heading_biggest">{{{title}}}</span> | |colspan="2" |<span id="heading_biggest">{{{title}}}</span> | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{screenshot|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{screenshot}}}{{!}}320px]] | ||
{{!}}-}} | {{!}}-}} | ||
|colspan="2" |<span id="heading_bigger">[[:Category:Song|Song]]</span> | |colspan="2" |<span id="heading_bigger">[[:Category:Song|Song]]</span> | ||
|- | |- | ||
!valign="top" | | !valign="top" |Animator | ||
|{{#ifexist: {{{ | |{{#ifexist: {{{animator}}} | [[{{{animator}}}]] | {{{animator}}} }} | ||
|- | |||
!valign="top" |Song | |||
|{{#ifexist: {{{song}}} | [[{{{song}}}]] | {{{song}}} }} | |||
|- | |||
!valign="top" |Music by | |||
|{{#ifexist: {{{musicBy}}} | [[{{{musicBy}}}]] | {{{musicBy}}} }} | |||
|- | |- | ||
!valign="top" |Released | !valign="top" |Released | ||
|{{{year}}} | |{{{year}}} | ||
|- | |- | ||
{{#if: {{{duration|}}} | !valign="top" {{!}}Duration | {{#if: {{{duration|}}} | !valign="top" {{!}}Duration | ||
{{!}}{{{duration}}} }} | {{!}}{{{duration}}} }} | ||
|- | |- | ||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | {{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | ||
| Line 53: | Line 44: | ||
Put this block of code in an animation's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | Put this block of code in an animation's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | ||
<pre> | <pre> | ||
{{ | {{Infobox_animation | ||
|title = <!-- Animation Name --> | |title = <!-- Animation Name --> | ||
|animator = <!-- The animator of the animation --> | |animator = <!-- The animator of the animation --> | ||
| Line 66: | Line 57: | ||
</pre> | </pre> | ||
'''DO NOT BRACKET/LINK TO ANIMATORS, ARTISTS, ETC. IT DOES IT ON ITS OWN.''' | '''DO NOT BRACKET/LINK TO ANIMATORS, ARTISTS, SONGS, ETC. IT DOES IT ON ITS OWN.''' | ||
Latest revision as of 04:39, 20 October 2022
| {{{title}}} | |
| Song | |
| Animator | {{{animator}}} |
|---|---|
| Song | {{{song}}} |
| Music by | {{{musicBy}}} |
| Released | {{{year}}} |
How to use: Put this block of code in an animation's main page. Fill out the information between the brackets and then remove the <!-- and -->
{{Infobox_animation
|title = <!-- Animation Name -->
|animator = <!-- The animator of the animation -->
|song = <!-- Name of the song used in the animation -->
|musicBy= <!-- Who made the music used in the animation -->
|year = <!-- Release date -->
|screenshot = <!-- A screenshot of the animation, one with the title is preferred -->
|duration = <!-- Length of song (optional) -->
|externalLinks = <!-- links to newgrounds, youtube, etc. -->
|addtlInfo = <!-- Any additional Info.-->
}}
DO NOT BRACKET/LINK TO ANIMATORS, ARTISTS, SONGS, ETC. IT DOES IT ON ITS OWN.