|
|
Line 1: |
Line 1: |
| <includeonly>
| | <noinclude>TEMPLATE DISCONTINUED</noinclude> |
| <!-- START OF PADDING AROUND INFO BOX -->
| |
| {| border="0" cellpadding="20" width= "270px" style="float: right;"
| |
| |-
| |
| |
| |
| <!-- START OF ACTUAL INFO BOX -->
| |
| {| border="0" cellpadding="2" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
| |
| |-
| |
| !style="background:#d44d1c;" |<font color="white" style="font-size:115%">'''{{{name|{{PAGENAME}}}}}'''</font>
| |
| |-
| |
| |
| |
| <!-- BORDER AROUND THE IMAGE -->
| |
| {| border="0" cellpadding="2" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
| |
| |-
| |
| ![[File:{{{Picture|none.png}}}|275px|center|]]
| |
| |-
| |
| |}<div style="align=center; text-align:center">{{#if:{{{Quote|}}}|{{{Quote|}}}}}</div>
| |
| <!-- END OF BORDER AROUND IMAGE -->
| |
| |-
| |
| |
| |
| {| border="0" cellpadding="2" cellspacing="1" style="text-align:left; background: none; border-top:1px solid #4a4a4a"
| |
| |-valign="top"
| |
| {{#if:{{{Maker|}}} |
| |
| !width=100{{!}}Maker:
| |
| !width=200{{!}}{{{Maker|''Unknown''}}}
| |
| }}
| |
| |-valign="top"
| |
| {{#if:{{{Type|}}} |
| |
| !width=100{{!}}Type:
| |
| !width=200{{!}}{{{Type|''Unknown''}}}
| |
| }}
| |
| |-valign="top"
| |
| {{#if:{{{Creation date|}}} |
| |
| !width=100{{!}}Creation date:
| |
| !width=200{{!}}{{{Creation date|''Unknown''}}}
| |
| }}
| |
| |-
| |
| |}
| |
| <!-- END OF FIRST SECTION -->
| |
| |}
| |
| <!-- END OF ACTUAL INFOBOX -->
| |
| |}
| |
| <!-- END OF PADDING AROUND INFOBOX -->
| |
| </includeonly>
| |
| <noinclude> | |
| <div><pre>
| |
| {{Infobox Shock Site
| |
| |name =
| |
| |Picture =
| |
| |Quote =
| |
| |Maker = ''Unknown''
| |
| |Type = ''Unknown''
| |
| |Creation date = ''Unknown''
| |
| }}
| |
| </pre></div>
| |
| | |
| ==Example==
| |
| Copying the source below...
| |
| | |
| <div><pre>
| |
| {{Infobox Shock Site
| |
| |name = Goatse
| |
| |Picture = Kirk_Johnson.jpg
| |
| |Quote = Kirk Johnson, the man behind Goatse.
| |
| |Maker = Kirk Johnson
| |
| |Type = Shock site
| |
| |Creation date = 1999
| |
| }}
| |
| | |
| </pre></div>
| |
| | |
| ...will result into this.
| |
| | |
| {|
| |
| |-
| |
| |{{Infobox Shock Site
| |
| |name = Goatse
| |
| |Picture = Kirk_Johnson.jpg
| |
| |Quote = Kirk Johnson, the man behind Goatse.
| |
| |Maker = Kirk Johnson
| |
| |Type = Shock site
| |
| |Creation date = 1999
| |
| |Status = Deleted
| |
| }}
| |
| |-
| |
| |}
| |
| <br clear=all>
| |
| | |
| [[Category:Templates]]
| |
| [[Category:Infobox]]
| |
| </noinclude> | |