|
|
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 ▶ |
− | || [[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> → | |
− | {| border="1" | |
− | ! !! colspan="3" style="text-align: left;" | Mpg ▶
| |
− | |-
| |
− | ! style="width:100px;" |'''Car_type ▼ '''
| |
− | ! 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> → | + | |
| + | <code>variable B :=</code> |
| {| class="wikitable" | | {| class="wikitable" |
− | ! !! colspan="3" | Mpg ▶ | + | ! !! colspan="6" | I ▶ |
− | |-
| |
− | |'''Car_type ▼'''
| |
− | |'''26'''
| |
− | |'''30'''
| |
− | |'''35'''
| |
| |- | | |- |
− | |'''VW''' | + | |'''J ▼''' |
− | |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> → ||
| + | !! colspan="5" style="text-align: left;" | K ▶ |
− | |
| |
− | {| border="1" | |
− | ! !! colspan="3" style="text-align: left;" | Mpg ▶
| |
− | |-
| |
− | | style="width:125px;" | '''Car_type''' ▼
| |
− | | 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
| |