Editing Template:SubjectBox
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
< | <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> | |||
<div style="float: left; width: 100px; padding:5px">[[File:{{picture}}|left|top|News|96px]]</div> | |||
<div style="float: right; width: 74%;"> | |||
{{{content|}}} | |||
{{{content}}} | |||
</div> | </div> | ||
|} | </div> | ||
</div> | |||
<noinclude> | |||
<div style="float: left; width: 100%;"> | |||
==Usage== | |||
<nowiki>{{SubjectBox|picture=some picture|title=subject title|content=some content}}</nowiki> | |||
==Example== | |||
{{SubjectBox|picture=PS3_TUX.JPG|title=PS3 Linux|content=content here | |||
This is an example | |||
It is only an example | |||
}} | |||
</div> | |||
[[Category:templates]]</noinclude> |