Difference between revisions of "Wiki examples"

From GlueXWiki
Jump to: navigation, search
(Created page with " = Table of contents = __TOC__ =Text styles= *'''bold''' *<i>italic</i> *<s>strikeout</s> *<span style="font-family:serif; font-size:110%; color:red">Large red serif</spa...")
 
(Tables)
 
(8 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
<br/>
 
<br/>
  
=Table with links to pages on this wiki =
+
=Links=
<table><tr><td width=400>
+
*[[Main_Page|Internal link to another page on the same wiki]]
 +
*[https://halldweb.jlab.org/wiki-private/index.php/Main_Page External link]
 +
 
 +
=Lists=
 +
#Item 1
 +
##Subsection
 +
###etc
 +
###etc
 +
#Item2
 +
#*Bulletpoint
 +
 
 +
=Tables=
 +
<table><th>HTML Table without cell borders</th>
 +
<tr><td width=400>
 
*[https://halldweb.jlab.org/data_monitoring/Plot_Browser.html Plot Browser]
 
*[https://halldweb.jlab.org/data_monitoring/Plot_Browser.html Plot Browser]
 
</td>
 
</td>
Line 23: Line 36:
  
  
=External links=
+
'''Wiki-style table'''
[https://halldweb.jlab.org/wiki-private/index.php/Main_Page Private wiki]
+
{| class="wikitable" style="text-align:center;"
 +
! Name !! Run Range
 +
|-
 +
| RunPeriod-2023-01 || style="text-align:left;" | 120286 &ndash; 121207
 +
|-
 +
| RunPeriod-2022-08 ||  110469 &ndash; 112001
 +
|}
 +
 
 +
[https://en.wikipedia.org/wiki/Wikipedia:Advanced_table_formatting advanced table formatting]
  
=Image centered=  
+
=Image=  
 
[[Image:cdc_fa125_AR_max_occ.png|thumb|x100px|center|caption]]
 
[[Image:cdc_fa125_AR_max_occ.png|thumb|x100px|center|caption]]
  
Line 47: Line 68:
 
</pre>
 
</pre>
  
 +
=Collapsible text panels=
 +
[https://halldweb.jlab.org/wiki/index.php/Getting_Started_At_GlueX examples here]
 +
=Big red dot=
 +
<span style="color:red; font-size:2em">&#9679;</span>
  
 +
=Shaded box=
  
=To be added=
+
<span style="border:thin solid black; padding:5px; background-color:#f2effd; font-size:120%">
* collapsible text example
+
span with border and background color </span>
* file uploaded to wiki
+
<br/>
* shaded background
+
<div style="border:thin solid black; padding:20px; margin-top:30px; background-color:#f2effd; font-size:120%">
* lists & headings
+
full-width div section with border and background color</div>

Latest revision as of 22:00, 15 February 2024


Table of contents

Text styles

  • bold
  • italic
  • strikeout
  • Large red serif


Links

Lists

  1. Item 1
    1. Subsection
      1. etc
      2. etc
  2. Item2
    • Bulletpoint

Tables

HTML Table without cell borders


Wiki-style table

Name Run Range
RunPeriod-2023-01 120286 – 121207
RunPeriod-2022-08 110469 – 112001

advanced table formatting

Image

caption

Images in a table

max fa125 occupancy for CDC with 3E-4 AR
max fa125 occupancy for CDC with 20um diamond, JD70-119, PARA


Unformatted fixed-font

==> Run011359 <==

roc 59 slot  5 chip  6 chans 36 to 41 occupancy 15.6 %     FDC3,C6,U121-144-1, 6 to 9
roc 61 slot  5 chip 10 chans 60 to 65 occupancy 14.4 %     FDC1,C2,U73-96A-1, 6 to 9
roc 60 slot 13 chip 10 chans 60 to 65 occupancy 13.4 %     FDC4,C6,U97A-120-1, 6 to 9
roc 57 slot  9 chip  6 chans 36 to 41 occupancy 10.1 %     FDC4,C6,D49-72-1, 6 to 9

Collapsible text panels

examples here

Big red dot

Shaded box

span with border and background color

full-width div section with border and background color