Difference between revisions of "Template:Portal-two-columns"

From WebOS Internals
Jump to navigation Jump to search
(size)
(no edit buttons on the insides since headers mess up inside of templates.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table cellspacing="0" cellpadding="0" style="width:100%;">
+
<table cellspacing="0" cellpadding="0" style="width:100%;margin:10px 0;" class="no-edit-buttons-inside-of-this-for-headers">
 
<tr>
 
<tr>
 
<td style="vertical-align:top;width:46%;background-color:#FFFFE0;padding:10px;border:1px solid silver;">
 
<td style="vertical-align:top;width:46%;background-color:#FFFFE0;padding:10px;border:1px solid silver;">
Line 13: Line 13:
 
==Usage==
 
==Usage==
  
Explain how it is used.
+
<nowiki> {{portal-two-columns
 +
|column1=
 +
some content
 +
 +
|column2=
 +
some other content
 +
}}</nowiki>
 
</noinclude>
 
</noinclude>

Latest revision as of 05:16, 13 August 2009

{{{column1}}}

{{{column2}}}

Usage

 {{portal-two-columns
 |column1=
 some content
 
 |column2=
 some other content
 }}