Difference between revisions of "Qtable00"
Jump to navigation
Jump to search
Darwin2049 (talk | contribs) |
Darwin2049 (talk | contribs) |
||
Line 7: | Line 7: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+style="color:blue"| | |+style="color:blue"| Session.Q20 | ||
|+ Caption | |+ Caption | ||
|- | |- | ||
Line 26: | Line 26: | ||
! Front_End 1!! Support_Processing 2 | ! Front_End 1!! Support_Processing 2 | ||
|- | |- | ||
| CG4 || | | CG4 || WATSON | ||
|- | |- | ||
| CG4 || | | CG4 || OS.Finance | ||
|} | |} | ||
Line 55: | Line 55: | ||
|- | |- | ||
! style="background:GREEN;color:white;border-bottom:1.5px solid black" |CG4 | ! style="background:GREEN;color:white;border-bottom:1.5px solid black" |CG4 | ||
! style="background:BLUE;color:white;border-bottom:1.5px solid black" | | ! style="background:BLUE;color:white;border-bottom:1.5px solid black" |WATSON | ||
|- | |- | ||
| style="border-bottom:1.5px solid black" |CG4 | | style="border-bottom:1.5px solid black" |CG4 | ||
Line 81: | Line 81: | ||
|- | |- | ||
| height=260px width=50%| CG4 | | height=260px width=50%| CG4 | ||
| width=50% align=center| | | width=50% align=center| WATSON | ||
| [[FILE:Zoom01.jpg|left|210x210px]] | | [[FILE:Zoom01.jpg|left|210x210px]] | ||
| [[File:Horses1903.jpg|left|210x210px]] | | [[File:Horses1903.jpg|left|210x210px]] |
Revision as of 19:53, 16 July 2023
ScratchPad Page.
Table definitions.
- 2023.07.13
- table 00
- reference page: https://en.wikibooks.org/wiki/Editing_Wikitext/Tables
Participants 1..5 | Participants 6..10 |
---|---|
P1 | P5 |
P6 | P10 |
Front_End 1 | Support_Processing 2 |
---|---|
CG4 | WATSON |
CG4 | OS.Finance |
A1 : Purple Cell Style | A2 : Red Table Style |
B1 : Purple Cell Style | B2 : Blue Row Style |
C1 : Green Row Style | C2 : Green Row Style |
D1 : Red Table Style | D2 : Red Table Style |
Front_End_User_Interface | Background_Ensemble |
---|---|
CG4 | WATSON |
CG4 | WATSON |
A | D | ||
H | |||
L | |||
M | N | O | P |
CG4 | WATSON | ||
WATSON |
/**
* @source https://www.mediawiki.org/wiki/Snippets/Open_specific_links_in_new_window * @version 2018-09-15 */
$( function () { $( '#mw-content-text' ).on( 'click', '.newwin > a', function () { var otherWindow = window.open(); otherWindow.opener = null; otherWindow.location = this; return false; } ); } );