Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
Template:Infobox file: Difference between revisions
Jump to navigation
Jump to search
imported>Staffan15 No edit summary |
imported>Tigernose No edit summary |
||
Line 1: | Line 1: | ||
{| class="infobox" style=" | {| class="infobox" style="{{InfoboxStyle}}" | ||
|- | |- | ||
! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em;" | {{{name}}} | |||
|- style="text-align:center" | |||
| colspan="2" style="padding:0.5em;" | [[{{{image}}}|120px]]<br/>''{{{caption}}}'' | |||
|- style="text-align:center" | |||
! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em;" | Information | |||
|- | |- | ||
! Name: | ! Name: | ||
Line 15: | Line 18: | ||
==Code== | ==Code== | ||
<nowiki>{| class="infobox" style=" | <nowiki>{| class="infobox" style="{{InfoboxStyle}}" | ||
|- | |||
! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em;" | {{{name}}} | |||
|- style="text-align:center" | |||
| colspan="2" style="padding:0.5em;" | [[{{{image}}}|120px]]<br/>''{{{caption}}}'' | |||
|- style="text-align:center" | |||
! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em;" | Information | |||
|- | |- | ||
! Name: | ! Name: | ||
Line 32: | Line 38: | ||
==How to use== | ==How to use== | ||
Write: | Write: | ||
<nowiki>{{Infobox file|(the file extension)|(image link to logo)|(long name)|(what it can be opened with)}}</nowiki> | <nowiki>{{Infobox file|(the file extension)|(image link to logo)|(caption)|(long name)|(what it can be opened with)}}</nowiki> | ||
Change the words in parentheses. | Change the words in parentheses. | ||
==Example== | ==Example== | ||
{| class="infobox" style=" | {| class="infobox" style="{{InfoboxStyle}}" | ||
|- | |- | ||
! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em;" | avi | |||
|- style="text-align:center" | |||
| colspan="2" style="padding:0.5em;" | [[File:AVI.png|120px]]<br/>''The avi logo.'' | |||
|- style="text-align:center" | |||
! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em;" | Information | |||
|- | |- | ||
! Name: | ! Name: |
Revision as of 15:44, 28 September 2009
{{{name}}} | |
---|---|
[[{{{image}}}|120px]] {{{caption}}} | |
Information | |
Name: | {{{3}}} |
Opened with: | {{{4}}} |
Code
{| class="infobox" style="{{InfoboxStyle}}" |- ! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em;" | {{{name}}} |- style="text-align:center" | colspan="2" style="padding:0.5em;" | [[{{{image}}}|120px]]<br/>''{{{caption}}}'' |- style="text-align:center" ! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em;" | Information |- ! Name: | {{{3}}} |- ! Opened with: | {{{4}}} |- | colspan="2" style="font-size: smaller;" | |}
How to use
Write:
{{Infobox file|(the file extension)|(image link to logo)|(caption)|(long name)|(what it can be opened with)}}
Change the words in parentheses.
Example
avi | |
---|---|
![]() The avi logo. | |
Information | |
Name: | Audio Video Interleave |
Opened with: | Most video players |
{{Infobox file|.avi|[[File:AVI.png]]|Audio Video Interleave|Most video players}}