Difference between revisions of "User:Karenlee"

Line 1: Line 1:
This is a page where I put things that I am testing. Look, I've even added some changes. EVEN MORE CHANGES. Here is some text for testing. <languages></languages>
+
==Example Variables==
==Header Breadcrumbs== <!--T:1-->
+
<code>variable A :=</code>
Hand coded header tests update
+
{| class="wikitable"
{| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5
+
!! colspan="6" style="text-align: left;" | I &#9654;
||  [[ADE User Guide]] ► [[ADE Server Class Reference]] ►  {{PAGENAME}}
 
|}
 
 
 
<!--T:8-->
 
Breadcrumb tag header tests
 
<breadcrumbs> 1 > 2 > 2.5 > 3> {{PAGENAME}}</breadcrumbs>
 
<breadcrumbs> ADE User Guide > 1 > {{PAGENAME}}</breadcrumbs>
 
 
 
==Footer Formatting== <!--T:3-->
 
Hand coded footer
 
{| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5
 
| style="text-align: right;" | [[Number formats]]
 
| style="text-align: center; width:50px;"  | ◄
 
| style="text-align: center;" | {{PAGENAME}}
 
| style="text-align: center;width:50px;" | ►
 
| style="text-align: left;" | [[Display of constraint results]]
 
|}
 
 
 
<!--T:7-->
 
Footer tag
 
<footer>Number formats / {{PAGENAME}} / Next</footer>
 
 
 
=Table Test Formatting= <!--T:4-->
 
<nowiki> </nowiki>These are test formats for some tables.
 
 
 
==On Top== <!--T:5-->
 
<tt>MDTable(T,Rows,Cols,[Car_type,Mpg],'average','n/a')</tt> &rarr;
 
{| border="1"  
 
! !! colspan="3" style="text-align: left;" | Mpg &#9654;
 
|-
 
! style="width:100px;" |'''Car_type &#9660; '''
 
! style="width:75px;" |'''26            '''
 
! style="width:75px;" |'''30            '''
 
! style="width:75px;" |'''35          '''
 
|-
 
!'''VW'''
 
| | 2185
 
| |1705
 
|n/a
 
 
|-
 
|-
!'''Honda '''
+
!|''''a''''
||2330
+
!|''''b''''
||n/a
+
!|''''c''''
| |2210
+
!|''''d''''
 +
!|''''e''''
 +
!|''''f''''
 
|-
 
|-
!'''BMW'''
+
|4
|n/a
+
|3
||2955
+
|2
||2835
+
|5
 +
|3
 +
|1
 
|}
 
|}
<tt>MDTable(T,Rows,Cols,[Car_type,Mpg],'average','n/a')</tt> &rarr;
+
 
 +
<code>variable B :=</code>
 
{| class="wikitable"
 
{| class="wikitable"
! !! colspan="3" | Mpg &#9654;
+
! !! colspan="6" | I &#9654;
|-
 
|'''Car_type &#9660;'''
 
|'''26'''
 
|'''30'''
 
|'''35'''
 
 
|-
 
|-
|'''VW'''
+
|'''J &#9660;'''
|2185
+
|''''a''''
|1705
+
|''''b''''
|n/a
+
|''''c''''
 +
|''''d''''
 +
|''''e''''
 +
|''''f''''
 
|-
 
|-
|'''Honda'''
+
|'''1'''
|2330
+
|3
|n/a
+
|5
|2210
+
|2
 +
|4
 +
|5
 +
|3
 
|-
 
|-
|'''BMW'''
+
|'''2'''
|n/a
+
|2
|2955
+
|1
|2835
+
|5
 +
|2
 +
|3
 +
|4
 
|}
 
|}
  
==On the Left==
+
<code>variable C :=</code>
{| cellpadding="10"
+
{| class="wikitable"
|<tt>MDTable(T,Rows,Cols,[Car_type,Mpg],'average','n/a')</tt> &rarr; ||
+
!! colspan="5" style="text-align: left;" | K &#9654;
|
 
{| border="1"
 
! !! colspan="3" style="text-align: left;" | Mpg &#9654;
 
|-
 
| style="width:125px;" | '''Car_type''' &#9660;
 
| style="width:75px;" | '''26'''
 
| style="width:75px;" | '''30'''
 
| style="width:75px;" | '''35'''
 
|-
 
|'''VW'''
 
|| 2185 ||1705 ||n/a
 
 
|-
 
|-
|'''Honda '''
+
!|'''1'''
||2330 ||n/a ||2210
+
!|'''2'''
 +
!|'''3'''
 +
!|'''4'''
 +
!|'''5'''
 
|-
 
|-
|'''BMW'''
+
|4
||n/a ||2955 ||2835
+
|2
|}
+
|5
 +
|1
 +
|3
 
|}
 
|}
LDS, ATEAM
 

Revision as of 00:58, 3 December 2015

Example Variables

variable A :=

I ▶
'a' 'b' 'c' 'd' 'e' 'f'
4 3 2 5 3 1

variable B :=

I ▶
J ▼ 'a' 'b' 'c' 'd' 'e' 'f'
1 3 5 2 4 5 3
2 2 1 5 2 3 4

variable C :=

K ▶
1 2 3 4 5
4 2 5 1 3