Difference between revisions of "Qtable00"

From arguably.io
Jump to navigation Jump to search
Line 10: Line 10:
   |+ Caption
   |+ Caption
|-
|-
   ! Heading 1
   ! Participants 1..5
   ! Heading 2
   ! Participants 6..10
|-
|-
   | A
   | P1
   | B
   | P5
|-
|-
   | C
   | P6
   | D
   | P10
|}
|}



Revision as of 19:49, 16 July 2023

ScratchPad Page.

Table definitions.

Table caption Caption
Participants 1..5 Participants 6..10
P1 P5
P6 P10
Primary Configuration Configuration
Front_End 1 Support_Processing 2
CG4 CYC
CG4 Watson


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


Main Ensemble Design
Front_End_User_Interface Background_Ensemble
CG4 CYC
CG4 WATSON
A D
H
L
M N O P

CG4EnsembleIF01.jpeg

CG4 CYC
Zoom01.jpg
Horses1903.jpg
CG4EnsembleIF01.jpeg WATSON

MediaWiki


/**

* @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; } ); } );