Template talk:Infobox
From Rpcvdraft
(Difference between revisions)
(→2) |
(→2: closer) |
||
| Line 20: | Line 20: | ||
=== 2 === | === 2 === | ||
| - | I think the class statement needs to be at the start of the table to format it. | + | I think the class statement needs to be at the start of the table to format it. That is it. |
| + | |||
====2.1 ==== | ====2.1 ==== | ||
{{Infobox| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%;" | {{Infobox| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%;" | ||
Revision as of 18:20, 6 November 2007
Used by Sandbox1
I copied this from wikipedia discussion template:Infobox
Contents |
Examples
| {{{name}}} | |
| [[Image:{{{image}}}|300px| ]] {{{caption}}} | |
| Data 1: | {{{data1}}} |
|---|---|
| Data 2: | {{{data2}}} |
| Data 3 : | {{{data3}}} |
| {{{footnotes}}} | |
{{Infobox}}
Junk
| {{{name}}} | |
| [[Image:{{{image}}}|300px| ]] {{{caption}}} | |
| ' | |
| [[Image:|300px| ]] | |
| Data 1: | |
|---|---|
| Data 2: | |
| Data 3 : | |
2.2
{{Infobox
|name=
|image=
|caption=
|data1=
|data2=
|data3=
|footnotes=
}}
3
| Name | |
| File:Null.png An example image | |
| Data 1: | data1 |
|---|---|
| Data 2: | data2 |
| Data 3 : | |
| footnotes | |
{{Infobox
|name= Name
|image= null.png
|caption= An example image
|data1= data1
|data2= data2
|data3=
|footnotes= footnotes
}}
4
| Name | |
| File:Null.png An example image | |
| Data 1: | data1 |
|---|---|
| Data 2: | data2 |
| Data 3 : | data3 |
| footnotes | |
{{Infobox
|name= Name
|image= null.png
|caption= An example image
|data1= data1
|data2= data2
|data3= data3
|footnotes= footnotes
}}
