Template:SubjectBox: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Adding Templates for main page content)
 
No edit summary
Line 1: Line 1:
<div style="width: 100%; border: 1px grey dotted; padding: 0 0 15px 0;">
<div style="width: 100%; border: 1px grey dotted; padding: 0 0 15px 0;">
   <div style="font-size: 14px; font-weight: bold; border: 1px grey dotted; background-color: silver; text-align:center">{{title}}</div>
   <div style="font-size: 14px; font-weight: bold; border: 1px grey dotted; background-color: silver; text-align:center">{{{title}}}</div>
   <div>
   <div>
     <div style="float: left; width: 100px; padding:5px">[[File:{{picture}}|left|top|News|96px]]</div>
     <div style="float: left; width: 100px; padding:5px">[[File:{{{picture}}}|left|top|News|96px]]</div>
     <div style="float: right; width: 74%;">
     <div style="float: right; width: 74%;">
{{{content|}}}
{{{content|}}}

Revision as of 05:03, 10 April 2011

{{{title}}}
[[File:{{{picture}}}|left|top|News|96px]]

Usage

{{SubjectBox|picture=some picture|title=subject title|content=some content}}

Example

PS3 Linux
News

content here This is an example


It is only an example