CCCamp2023-participants: Difference between revisions

From Milliways
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
   |headers=plain
   |headers=plain
}}
}}
---
<pre>
https://workingwithmediawiki.com/book/chapter16.html
Date filtering
You can use date functions like DATEDIFF() to get items with a date within a certain range. Example:
{{#cargo_query:tables=Blog_posts
|fields=_pageName,Author,Date
|where=DATEDIFF(Date,NOW()) >= -7
|order by=Date DESC
}}
</pre>

Revision as of 17:51, 4 June 2023

if you have a ticket, add yourself here. please make sure to sign up for volunteering, too.

  1. hacker 1
  2. hacker 2

Auto-Generated list

The following table is autogenerated using the

camp23

template, add the following to your user page to be included below!

{{camp23
|arrival=2023-08-15T02:00:01
|departure=2023-08-20T22:00:01
}}
 NicknameArrivalDeparture
+s+s
+s
+s
+s
2zentibel2zentibel
{{{nickname}}}
2zentibel
2zentibel
4ndr34ndr3
{{{nickname}}}
4ndr3
6eauX
A2A2
A2
A2
AVAAVA
AilaGailaG
AilaG
AilaG
AlienmasterAlienmaster
Alienmaster
AllieAllie
Allie
Allie
Andreas1337Andreas1337
Andreas1337
Andreas1337
Andreas1337
AndreasThinksAndreasThinks
AnonpandaAnonpanda/Trashpanda
Anonpanda
Apietschapietsch
Apietsch
Apietsch
ArisValebornArisValeborn/ARIS
ArisValeborn
Assaassa
AstridAstrid
Astrid
Astrid
Bashexplodebash explode
Bashexplode
BeijaflorBeijaflor
Beijaflor
Beijaflor
Benji
BlueloopBlueloop
Blueloop
Boreqboreq
Cartoncarton
Carton
Carton
... further results

---

https://workingwithmediawiki.com/book/chapter16.html

Date filtering

You can use date functions like DATEDIFF() to get items with a date within a certain range. Example:
{{#cargo_query:tables=Blog_posts
|fields=_pageName,Author,Date
|where=DATEDIFF(Date,NOW()) >= -7
|order by=Date DESC
}}