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
Created page with '{| class="infobox" style="width: 25em; text-align: left; font-size: 95%; float:right;" |+ style="font-size: larger;" | '''{{{file extension}}}''' |- | colspan="2" style="text-ali…'
 
imported>TuxBot
Bot: removing redundant <noinclude> tags
 
(18 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| class="infobox" style="width: 25em; text-align: left; font-size: 95%; float:right;"
{| class="infobox" style="{{InfoboxStyle}}"
|+ style="font-size: larger;" | '''{{{file extension}}}'''
|-
|-
| colspan="2" style="text-align:center;" | {{{image}}}
! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em; {{Infobox fileHeaderStyle}}; -moz-border-radius:5px" | {{{name}}}
|- style="text-align:center"
| colspan="2" style="padding:0.5em;" | [[{{{image|File:Placeholder}}}|center|120px]]<br/>''{{{caption}}}''
|- style="text-align:center"
! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em; {{Infobox fileHeaderStyle}}; -moz-border-radius:5px" | Information
|-
|-
! Name:
! Full Name:
| {{{name}}}
| {{{fullname}}}
|-
|-
! Opened with:
! Opened with:
Line 12: Line 15:
| colspan="2" style="font-size: smaller;" |
| colspan="2" style="font-size: smaller;" |
|}
|}
 
<noinclude>
==Code==
==Code==


<nowiki>{| class="infobox" style="width: 25em; text-align: left; font-size: 95%; float:right;"
<nowiki>{| class="infobox" style="{{InfoboxStyle}}"
|+ style="font-size: larger;" | '''{{{file extension}}}'''
|-
|-
| colspan="2" style="text-align:center;" | {{{image}}}
! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em; {{Infobox fileHeaderStyle}}"; -moz-border-radius:5px | {{{name}}}
|- style="text-align:center"
| colspan="2" style="padding:0.5em;" | [[{{{image|File:Placeholder}}}|center|120px]]<br/>''{{{caption}}}''
|- style="text-align:center"
! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em; {{Infobox fileHeaderStyle}}; -moz-border-radius:5px" | Information
|-
|-
! Name:
! Full Name:
| {{{name}}}
| {{{fullname}}}
|-
|-
! Opened with:
! Opened with:
Line 28: Line 34:
| colspan="2" style="font-size: smaller;" |
| colspan="2" style="font-size: smaller;" |
|}
|}
</nowiki>
</nowiki>


==How to use==
==How to use==
Write "<nowiki>{{Infobox file|(the file extension)|(image link to logo)|(long name)|(what it can be opened with)}}</nowiki>"
Write:
<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="width: 25em; text-align: left; font-size: 95%; float:right;"
{| class="infobox" style="{{InfoboxStyle}}"
|+ style="font-size: larger;" | '''.avi'''
|-
|-
| colspan="2" style="text-align:center;" | [[File:AVI.png]]
! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em; {{Infobox fileHeaderStyle}}; -moz-border-radius:5px" | .avi
|- style="text-align:center"
| colspan="2" style="padding:0.5em;" | [[File:AVI.png|30px]]<br/>''The avi logo.''
|- style="text-align:center"
! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em; {{Infobox fileHeaderStyle}}; -moz-border-radius:5px" | Information
|-
|-
! Name:
! Name:
Line 49: Line 59:
| colspan="2" style="font-size: smaller;" |
| colspan="2" style="font-size: smaller;" |
|}
|}
<nowiki>{{Infobox file|.avi|[[File:AVI.png]]|Audio Video Interleave|Most video players}}</nowiki>
<nowiki>{{Infobox file|.avi|[[File:AVI.png]]|The avi logo.|Audio Video Interleave|Most video players}}</nowiki>
</noinclude>

Latest revision as of 00:16, 18 June 2015

{{{name}}}
File:Placeholder

{{{caption}}}
Information
Full Name: {{{fullname}}}
Opened with: {{{opened}}}

Code

{| class="infobox" style="{{InfoboxStyle}}"
|-
! colspan="2" style="{{InfoboxHeaderStyle}} font-size:120%; padding:0.5em; {{Infobox fileHeaderStyle}}"; -moz-border-radius:5px | {{{name}}}
|- style="text-align:center"
| colspan="2" style="padding:0.5em;" | [[{{{image|File:Placeholder}}}|center|120px]]<br/>''{{{caption}}}''
|- style="text-align:center" 
! colspan="2" style="{{InfoboxHeaderStyle}} padding:0em; {{Infobox fileHeaderStyle}}; -moz-border-radius:5px" | Information
|-
! Full Name:
| {{{fullname}}}
|-
! Opened with:
| {{{opened}}}
|- 
| 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]]|The avi logo.|Audio Video Interleave|Most video players}}