Difference between revisions of "Template:TwoColumnList"

From LAH Wiki
Jump to: navigation, search
Line 1: Line 1:
{| style="width:<includeonly>{{{width}}}</includeonly><noinclude>95%</noinclude>"  align="<includeonly>{{{align}}}</includeonly><noinclude>Center</noinclude>"
+
{| style="width:<includeonly>{{{width}}}</includeonly><noinclude>95%</noinclude>; background:black"  align="<includeonly>{{{align}}}</includeonly><noinclude>Center</noinclude>"
| style="width:50%; border:1px dotted dimgray" valign="top"|  
+
| style="width:50%<!--; border:1px dotted dimgray"--> valign="top"|  
 
<includeonly>{{{Col1}}}</includeonly><noinclude>Data for Column 1</noinclude>
 
<includeonly>{{{Col1}}}</includeonly><noinclude>Data for Column 1</noinclude>
| style="width:50%; border:1px dotted dimgray" valign="top"|  
+
| style="width:50%<!--; border:1px dotted dimgray"--> valign="top"|  
 
<includeonly>{{{Col2}}}</includeonly><noinclude>Data for Column 2</noinclude>
 
<includeonly>{{{Col2}}}</includeonly><noinclude>Data for Column 2</noinclude>
 
|}
 
|}
Line 12: Line 12:
 
:'''Coll''': the data for column 1.
 
:'''Coll''': the data for column 1.
 
:'''Col2''': the data for column 2.
 
:'''Col2''': the data for column 2.
 +
==Code==
 
The code to put into the article is  
 
The code to put into the article is  
 
<pre>{{ThreeColumnList|width=USERVALUE|align=USERVALUE
 
<pre>{{ThreeColumnList|width=USERVALUE|align=USERVALUE
 
|Col1=USERVALUE
 
|Col1=USERVALUE
 
|Col2=USERVALUE}}</pre>
 
|Col2=USERVALUE}}</pre>
 +
 +
==Explanation==
 
Just about anything can be put into Col1 and Col2 and using normal wiki markups, ect. Note that unless you are using list codes such as * or #, that you will need to use the <nowiki><BR></nowiki> code for each line break within columns.  
 
Just about anything can be put into Col1 and Col2 and using normal wiki markups, ect. Note that unless you are using list codes such as * or #, that you will need to use the <nowiki><BR></nowiki> code for each line break within columns.  
  

Revision as of 18:48, 15 July 2007

Personal tools