Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!

Template:Infobox file: Difference between revisions

From the Club Penguin Wiki, the free, editable encyclopedia about Club Penguin
Jump to navigation Jump to search
imported>Staffan15
No edit summary
imported>Staffan15
No edit summary
Line 16: Line 16:


  <nowiki>{| class="infobox" style="width: 25em; text-align: left; font-size: 95%; float:right;"
  <nowiki>{| class="infobox" style="width: 25em; text-align: left; font-size: 95%; float:right;"
  |+ style="font-size: larger;" | '''{{{file extension}}}'''
  |+ style="font-size: larger;" | '''{{{1}}}'''
  |-
  |-
  | colspan="2" style="text-align:center;" | {{{image}}}
  | colspan="2" style="text-align:center;" | {{{2}}}
  |-
  |-
  ! Name:
  ! Name:
  | {{{name}}}
  | {{{3}}}
  |-
  |-
  ! Opened with:
  ! Opened with:
  | {{{opened}}}
  | {{{4}}}
  |-  
  |-  
  | colspan="2" style="font-size: smaller;" |
  | colspan="2" style="font-size: smaller;" |

Revision as of 15:31, 28 September 2009

{{{1}}}
{{{2}}}
Name: {{{3}}}
Opened with: {{{4}}}

Code

{| class="infobox" style="width: 25em; text-align: left; font-size: 95%; float:right;"
 |+ style="font-size: larger;" | '''{{{1}}}'''
 |-
 | colspan="2" style="text-align:center;" | {{{2}}}
 |-
 ! Name:
 | {{{3}}}
 |-
 ! Opened with:
 | {{{4}}}
 |- 
 | colspan="2" style="font-size: smaller;" |
 |}
 

How to use

Write:

{{Infobox file|(the file extension)|(image link to logo)|(long name)|(what it can be opened with)}}

Change the words in parentheses.

Example

.avi
Name: Audio Video Interleave
Opened with: Most video players
{{Infobox file|.avi|[[File:AVI.png]]|Audio Video Interleave|Most video players}}