pathCast
Log in

Difference between revisions of "stats"

From pathCast
stats
Line 1: Line 1:
 
{{DISPLAYTITLE:pathCast: Analytics}}{{#css: .fc-unthemed td.fc-today { background: #b9ecff; } .fc-event {font-size: 1.05em; } a.fc-event:visited { color: #FFF; } }}
 
{{DISPLAYTITLE:pathCast: Analytics}}{{#css: .fc-unthemed td.fc-today { background: #b9ecff; } .fc-event {font-size: 1.05em; } a.fc-event:visited { color: #FFF; } }}
 
{{IfGroup|sysop|
 
{{IfGroup|sysop|
{{#cargo_query:
+
=Lectures=
tables=pathCast,subspecialty
 
|join on=pathCast.subspecialty=subspecialty.subspecialty
 
|fields=pathCast.date,pathCast._pageName,CONCAT(subspecialty.hashtag,' - ',pathCast.title)=name
 
|format=calendar
 
|view=month
 
|}}
 
 
{{text|{{#cargo_query:
 
{{text|{{#cargo_query:
 
tables=pathCast,faculty,subspecialty
 
tables=pathCast,faculty,subspecialty
Line 21: Line 15:
 
|order by=pathCast.date DESC
 
|order by=pathCast.date DESC
 
|limit=500
 
|limit=500
|rows per page=20
+
|rows per page=10
 
|format=dynamic table|}}|||3|}}  
 
|format=dynamic table|}}|||3|}}  
<br><br>
+
 
 +
=Calendar=
 +
{{#cargo_query:
 +
tables=pathCast,subspecialty
 +
|join on=pathCast.subspecialty=subspecialty.subspecialty
 +
|fields=pathCast.date,pathCast._pageName,CONCAT(subspecialty.hashtag,' - ',pathCast.title)=name
 +
|format=calendar
 +
|view=month
 +
|}}
 +
 
 +
=Counts=
 
<center>{{text|Lectures ({{text|{{#cargo_query: |tables=pathCast,subspecialty |join on=pathCast.subspecialty=subspecialty.subspecialty |fields=COUNT(pathCast._pageName)|}}||red|}})|||6|}}</center><br>
 
<center>{{text|Lectures ({{text|{{#cargo_query: |tables=pathCast,subspecialty |join on=pathCast.subspecialty=subspecialty.subspecialty |fields=COUNT(pathCast._pageName)|}}||red|}})|||6|}}</center><br>
 
<table>
 
<table>
Line 55: Line 59:
 
|group by=subspecialty.subspecialty  
 
|group by=subspecialty.subspecialty  
 
|}}
 
|}}
<br><br>
+
 
 +
=Faculty=
 
<center>{{text|Faculty|||6|}}</center><br>
 
<center>{{text|Faculty|||6|}}</center><br>
 
{{text|{{#cargo_query:
 
{{text|{{#cargo_query:
Line 67: Line 72:
 
|rows per page=100
 
|rows per page=100
 
|format=dynamic table|}}|||3|}}  
 
|format=dynamic table|}}|||3|}}  
 +
<headertabs/>
 
|If you are an admin, log in.}}
 
|If you are an admin, log in.}}

Revision as of 06:41, 10 September 2020