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

From WebOS Internals
Jump to navigation Jump to search
m (usage)
(no edit buttons on the insides since headers mess up inside of templates.)
 
(2 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==
  
  <nowiki> {{portal-two-columns
+
<nowiki> {{portal-two-columns
  |column1=
+
|column1=
  some content
+
some content
 
+
  |column2=
+
|column2=
  some other content
+
some other content
  }}</nowiki>
+
}}</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
 }}