Sandbox

From syn2cat - HackerSpace.lu
(Difference between revisions)
Jump to: navigation, search
m (Maps :()
m (Maps)
 
(84 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Please only edit this page below this entry.
 
Please only edit this page below this entry.
  
== Maps :( ==
+
== modifying pages automatically ==
Somehow maps are fucked up (http://www.mediawiki.org/wiki/Extension:Maps)
+
Attendees of peacemissions 28C3:
 +
{{#arraymap: {{#ask:[[PeaceMissions 28C3]]
 +
|?Has attendee
 +
|format=list
 +
|limit=20
 +
|headers=hide
 +
|link=none
 +
|offset=0
 +
|mainlabel=-
 +
}}
 +
|,|x|{{#sub:x|5|0}}
 +
}}
 +
 
 +
* Do Announce: {{#show: PeaceMissions 28C3 | ?Do Announce |link=none | offset=0}}
 +
* U19: {{#show: PeaceMissions 28C3 | ?Is U19 |link=none | offset=0}}
 +
 
 +
* {{#autoedit:form=Event
 +
|target=PeaceMissions 28C3
 +
|link text=Do stuff (and reload)
 +
|query string=Event[attendees]={{#arraymap:
 +
{{#ask:[[PeaceMissions 28C3]]
 +
|?Has attendee
 +
|format=list
 +
|limit=20
 +
|headers=hide
 +
|link=none
 +
|offset=0
 +
|mainlabel=-
 +
}}
 +
|,|x|{{#sub:x|5|0}}
 +
}}, {{#nickname:}} |query string=Event[announce]={{#show: PeaceMissions 28C3 | ?Do Announce |link=none | offset=0}}|query string=Event[u19]={{#show: PeaceMissions 28C3 | ?Is U19 |link=none | offset=0}} | reload }}
 +
 
 +
* {{#autoedit:form=Event
 +
|target=PeaceMissions 28C3
 +
|link text=Do stuff (and reload, ORIG)
 +
|query string=Event[attendees]={{#arraymap:
 +
{{#ask:[[PeaceMissions 28C3]]
 +
|?Has attendee
 +
|format=list
 +
|limit=20
 +
|headers=hide
 +
|link=none
 +
|offset=0
 +
|mainlabel=-
 +
}}
 +
|,|x|{{#sub:x|5|0}}
 +
}}, {{#nickname:}} | reload }}
 +
 
 +
== Instant Commons ==
 +
[[Image:Finger Prints of The Gods by Graham Hancock.jpg|thumb]]
 +
 
 +
== Time ==
 +
{{#show: 26C3 |?EndDate }}
 +
{{#ifexpr:{{#timel: U | {{{EndDate|}}} }}<{{#time: U }}|<div style="border: 2px solid #007A20; padding: 0.5em 1em 0.3em 0.5em; color: #007A20;">
 +
'''Note:''' this article is about a passed event.
 +
</div>|}}
 +
=== more time===
 +
{{#ifexpr: {{#timel: U | {{#show: 26C3 |?EndDate }} }} < {{#time: U }} |<div style="border: 2px solid #007A20; padding: 0.5em 1em 0.3em 0.5em; color: #007A20;">
 +
'''Note:''' this article is about a passed event.
 +
</div>|}}
 +
{|
 +
|-
 +
| test || test2
 +
|}
 +
 
 +
Time: {{#time: U }}<br/>
 +
Localtime: {{#timel: U }}
 +
 
 +
== QrCode ==
 +
=== this page's url ===
 +
{{#qrcode:}}
 +
{{#qrcode: scheme=https }}
 +
 
 +
=== any other text and different settings ===
 +
{{#qrcode: ecc=Q | size=4 | boundary=5 | label=YAQRC }}
 +
{{#qrcode: ecc=L | size=3 | boundary=2 | label=NewTest }}
 +
{{#qrcode: ecc=L | size=3 | boundary=2 | label=http://www.google.com }}
 +
{{#qrcode: ecc=L | size=3 | boundary=2 | label=études en Ümläüt mes Ömis }}
 +
 
 +
== Calendaring ==
 +
=== all-time event timeline ===
 +
{{#ask:
 +
[[Category:Event||Project]] [[Is Recurring::no]]
 +
| ?StartDate=Start date
 +
| ?EndDate=End date
 +
| ?Has location=Location
 +
| sort=StartDate
 +
| order=desc
 +
| format=timeline
 +
| timelinebands=WEEK,MONTH
 +
| timelineposition=start
 +
| limit=342
 +
}}
 +
=== all-time press cutting timeline ===
 +
There are only so many press cuttings listed as have been semantically annotated.
 +
{{#ask:
 +
[[Is presscutting::true]]
 +
| mainlabel=-
 +
| ?Has heading
 +
| ?Has date
 +
| ?=File
 +
| sort=Has date
 +
| order=desc
 +
| format=timeline
 +
| timelinebands=WEEK,MONTH
 +
| timelineposition=start
 +
| limit=342
 +
}}
 +
 
 +
=== Improving Event table ===
 +
'''Todo:''' Try to run a subquery, determining the nearest, specific date for recurrent events
 +
{{#ask:
 +
[[Category:Event]]
 +
[[EndDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 00:00]]
 +
| mainlabel=Event
 +
| sort=StartDate
 +
| order=asc
 +
| format=broadtable
 +
| default=There are currently no events scheduled. See our '''[[Calendar]]''' page for previous events.
 +
| limit=6
 +
| outro=See our '''[[Calendar]]''' page for a complete list of events, additional formats and ways to [[Calendar#Add_your_Event|add yours]].
 +
| ? StartDate = From
 +
| ? EndDate = Till
 +
| ? Has location=Location}}
 +
 
 +
This is what is currently shown on the Frontpage, not showing recurring events.
 +
 
 +
{{#ask:
 +
[[Category:Event]] [[Is Recurring::no]] <!-- recurring events do not show the correct dates -->
 +
[[EndDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 00:00]]
 +
| mainlabel=Event
 +
| sort=StartDate
 +
| order=asc
 +
| format=broadtable
 +
| default=There are currently no events scheduled. See our '''[[Calendar]]''' page for previous events.
 +
| limit=6
 +
| outro=See our '''[[Calendar]]''' page for a complete list of events, additional formats and ways to [[Calendar#Add_your_Event|add yours]].
 +
| ? StartDate = From
 +
| ? EndDate = Till
 +
| ? Has location=Location}}
 +
 
 +
== iCal in single Events ==
 +
{{#show: Ars Electronica 2010 |?Has location| ?StartDate = start |?EndDate = end |format=icalendar |icalendartitle= syn<sub>2</sub>cat event calendar}}
 +
 
 +
=== trying to implode stuff ===
 +
with <pre>{{#explode:{{#sub:{{{1}}}|3}}|{{!}}|0}}</pre>
 +
 
 +
{{#show: Ars Electronica 2010 |?Has Pagename |?Has location| ?StartDate = start |?EndDate = end |format=template |template=iCalSummary}}
 +
 
 +
== Maps ==
 
{|
 
{|
 
|-
 
|-
! Google Maps !! OSM !! Openlayers
+
! Google Maps !! OSM !! Openlayers !! Openlayers2 with tilde !! Openlayers with coordinates (old) !! Openlayers with onthefly geocoding !! Openlayers with coordinates
 
|-
 
|-
 
|
 
|
Line 17: Line 166:
 
  | height=250
 
  | height=250
 
  | width=250
 
  | width=250
| controls=small
 
 
  | label=Label
 
  | label=Label
 
  | title=Title
 
  | title=Title
Line 28: Line 176:
 
  | height=250
 
  | height=250
 
  | width=250
 
  | width=250
  | controls=Navigation,Pan
+
  | controls=auto
 
  | label=Label
 
  | label=Label
 
  | title=Title
 
  | title=Title
Line 43: Line 191:
 
  | label=Label
 
  | label=Label
 
  | title=Title
 
  | title=Title
 +
}}
 +
|
 +
{{#display_map:{{#show:Level2|?Has coordinates}}~{{Address|{{#show:Level2|?Has address}}|{{#show:Level2|?Has city}}|{{#show:Level2|?Has country}}}}~The event takes place here.;
 +
|layers=osm-mapnik, osm-cyclemap
 +
|service=openlayers
 +
|width=250
 +
|height=250
 +
|controls=pan,zoom,type
 +
}}
 +
|
 +
{{#display_map:49.591600, 6.140700
 +
|layers=osm-mapnik, osm-cyclemap
 +
|service=openlayers
 +
|width=250
 +
|height=250
 +
|controls=pan,zoom,type
 +
}}
 +
|
 +
{{#display_map:address={{Address|{{#show:Level2|?Has address}}|{{#show:Level2|?Has city}}|{{#show:Level2|?Has country}} }}
 +
|layers=osm-mapnik, osm-cyclemap
 +
|service=openlayers
 +
|width=250
 +
|height=250
 +
|controls=pan,zoom,type
 +
}}
 +
|
 +
{{#display_map:{{#show:Level2|?Has coordinates}}
 +
|layers=osm-mapnik, osm-cyclemap
 +
|service=openlayers
 +
|width=250
 +
|height=250
 +
|controls=pan,zoom,type
 
}}
 
}}
 
|-
 
|-
| Works || becomes static || works
+
| Works || becomes static || issue with tiles || issue with geographic coordinates || OSM cannot handle the tilde operator || geocoding on the fly
 
|}
 
|}
  
== Cite ==
+
{{#show:Level2|?Has address}}
  
"Alea jacta est" <ref>Julius Caesar: De bello gallico</ref>
+
{{Address|{{#show:Level2|?Has address}}|{{#show:Level2|?Has city}}|{{#show:Level2|?Has country}}}}
  
==counting properties ==
+
{{#show:Level2|?Has coordinates}}~{{Address|{{#show:Level2|?Has address}}|{{#show:Level2|?Has city}}|{{#show:Level2|?Has country}}}}
<pre>{{#ask: [[Mailing-Lists]] | ?Mailing list |format=count}} <br/></pre>
+
At the moment of writing, this should be 5, and it is: {{#ask: [[Mailing-Lists]] | ?Mailing list |format=count}} <br/>
+
Either the query is wrong or SMW is very buggy.
+
  
If we list them, we see that it seems to be 1 page with 5 instances of that property:
+
=== data from location ===
{{#ask: [[Mailing-Lists]] | ?Mailing list |format=ol}} <br/>
+
  
==tagcloud==
+
{{#show: Hackerspace, Strassen|?Has coordinates}}~{{Address|{{#show:Hackerspace, Strassen|?Has address}}|{{#show:Hackerspace, Strassen|?Has city}}|{{#show:Hackerspace, Strassen|?Has country}}}}~The event takes place here.;
  
<tagcloud/>
+
"{{#show:Hackerspace, Strassen|?Has country}}"
  
==percentage meter==
+
{{#display_point:{{#show: Hackerspace, Strassen|?Has coordinates}}~{{Address|{{#show:Hackerspace, Strassen|?Has address}}|{{#show:Hackerspace, Strassen|?Has city}}|{{#show:Hackerspace, Strassen|?Has country}}}}~The event takes place here.;}}
{{PercentageMeter|28|total=42}}
+
  
== Today query ==
+
==== Geocoding? ====
 +
Munich is at: [[has coordinates::{{#geocode:Munich}}]]
  
Now is {{CURRENTTIME}} (Which is Servertime-1) ?!
+
Editing maps with [[MapsSandbox|geocoding]] input field?
  
Let the weirdness begin:
+
==== Extracting coordinates from locations ====
 +
* {{#show: BCC | ?Has coordinates}}
  
<pre>
+
==== Complex multi-level queries ====
    * This page was last modified on 20 November 2009, at 18:31.
+
    * This page has been accessed 1,758 times.
+
    * Content is available under Attribution-Share Alike 3.0 Unported.
+
    * Privacy policy
+
    * About syn2cat - HackerSpace.lu
+
    * Disclaimers
+
  
Powered by MediaWiki 1.15.1
+
{{#ask: [[Hx2]]
</pre>
+
| ?Has waypoint
 +
| headers=hide
 +
| format=list
 +
| link=none
 +
| sep= $
 +
}}
  
A date that has a time is > than one that does not. :(<br/>
+
----
This should be a workable workaround:
+
  
<pre>
+
{{#ask: [[Hx2]]
{{#ask:[[Category:Event||ExternalEvent||Workshop||Meeting]]
+
| ?Has waypoint
[[Is Recurring::no]]
+
[[StartDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 00:00]]
+
[[StartDate::<{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 23:59]]
+
| ?StartDate=
+
| intro='''TODAY''':_
+
| searchlabel=
+
| sort=StartDate
+
| limit=1
+
| format=list
+
}}
+
</pre>
+
{{#ask:[[Category:Event||ExternalEvent||Workshop||Meeting]]
+
[[Is Recurring::no]]
+
[[StartDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 00:00]]
+
[[StartDate::<{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 23:59]]
+
| ?StartDate=
+
| intro='''TODAY''':_
+
| searchlabel=
+
| sort=StartDate
+
| limit=3
+
 
| format=list
 
| format=list
 +
| template=Waypoints
 +
| link=none
 +
| sep="
 
}}
 
}}
  
And with Currenttime instead of 00:00: (which isn't really what the TODAY query is all about.)
+
----
{{#ask:[[Category:Event||ExternalEvent||Workshop||Meeting]]
+
 
[[Is Recurring::no]]
+
{{#ask: [[Hx2]]
[[StartDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} {{CURRENTTIME}} ]]
+
| ?Has waypoint
[[StartDate::<{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 23:59]]
+
| format=template
| ?StartDate=
+
| template=Waypoints
| intro='''TODAY''':_
+
| link=none
| searchlabel=
+
| sep=/
| sort=StartDate
+
| limit=1
+
| format=list
+
 
}}
 
}}
  
As well as a NOW query:
+
----
{{#ask:[[Category:Event||ExternalEvent||Workshop||Meeting]]
+
 
[[Is Recurring::no]]
+
{{#ask: [[Hx2]]
[[StartDate::<{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} {{CURRENTTIME}} ]]
+
| ?Has waypoint
[[EndDate::<{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} {{CURRENTTIME}} ]]
+
| format=ul
| ?StartDate=
+
| template=Waypoints
| intro='''NOW''':_
+
| link=none
| searchlabel=
+
| sep=/
| sort=StartDate
+
| limit=1
+
| format=list
+
 
}}
 
}}
  
==External Data ==
+
----
  
asking for events from our wiki
+
<!--
{{#get_external_data:https://www.hackerspace.lu/wiki/Special:Ask?title=Special%3AAsk&q=[[Category%3AEvent]]%0D%0A[[StartDate%3A%3A%2B]]&po=%3FStartDate&sc=0&eq=yes&p=format%3Dcsv&sep=%3D,|CSV with Header|event=|startdate=StartDate}}
+
{{#for_external_table: * {{{event}}} starts on {{{startdate}}} <br/> }}
+
  
asking for external data from hackerspaces.org
+
{{#display_points:
{{#get_external_data:http://hackerspaces.org/wiki/Special:Ask?title=Special%3AAsk&q=[[Category%3AEvent]]%0D%0A&po=%3FStart%20date%0D%0A%3Ftitle%0D%0A&sc=0&eq=yes&p=format%3Dcsv&sep=%3D,|CSV with Header|event=title|startdate=Start date}}
+
{{#for_external_table: * {{{event}}} has {{{startdate}}} <br> }}
+
  
asking for opendoors startdate from our wiki
+
{{#arraymap:
{{#get_external_data:https://www.hackerspace.lu/wiki/Special:Ask/-5B-5BOpenDoors-5D-5D/-3FStartDate/-3FEndDate/format%3Dcsv/sep%3D,|csv with header|sdate=StartDate|edate=EndDate}}
+
* Opendoors has StartDate {{#external_value:sdate}} and ends on {{#external_value:edate}}
+
  
asking for smw sample data from semanticweb.org:
+
  {{#ask: [[Hx2]]
{{#get_external_data:http://semanticweb.org/wiki/Special:Ask/-5B-5BGermany-5D-5D/-3FBorders/-3FPopulation/-3FArea/format%3Dcsv/sep%3D,|csv with header|bordered countries=borders|population=population|area=area}}
+
  | ?Has waypoint
* Germany has area {{#external_value:area}}.
+
  | format=list
 +
  | sep="
 +
  | link=none
 +
  }}
  
== OggHandler ==
+
|"
* [[File:Episode One.bis.ogg|noicon]]
+
|x
* [[File:Episode One.bis.ogg|noplayer]]
+
| {{#show: x | ?Has coordinates}}~text~more text;
* [[File:Episode One.bis.ogg|Download]]
+
}}
* [[Media:Episode One.bis.ogg]]
+
  
== FlashMP3 ==
+
|width=250
 +
|height=250
 +
|controls=small
 +
}}
 +
<br/>
 +
----
  
Howto: http://www.mediawiki.org/wiki/Extension:FlashMP3
+
{{#display_point:
 +
{{#show: {{{location|}}} | ?Has address}}, {{#show: {{{location|}}} | ?Has city}}, {{#show: {{{location|}}} | ?Has country}}~{{Address | {{#show: {{{location|}}} | ?Has address }} | {{#show: {{{location|}}} | ?Has city}}|{{#show: {{{location|}}} | ?Has country}} }}~The event takes place here.;
 +
|width=250
 +
|height=250
 +
|controls=small
 +
}}
 +
{{#arraymap:{{{attendees|}}}|,|x|[[Has attendee::User:x|x]]}}
 +
-->
  
* <flashmp3>02 - Mineralogique.mp3</flashmp3>
+
== Cite ==
  
== amazon ==
+
"Alea jacta est" <ref>Julius Caesar: De bello gallico</ref>
Note: if you don't see anything, maybe try turning Adblock off :D<br/>
+
Single box: <amazon type="single" asin="0764588877">Circuit Bending</amazon><br/>
+
Single direkt link without preview: <amazon type="link" asin="0141000511">Hackers</amazon><br/>
+
Single direkt link with preview: <amazon type="link" preview="true" asin="0764588877">Circuit Bending</amazon><br/>
+
Single search link: <amazon type="link" keywords="hacker, hacking" limitto="english-books">Books for Hackers</amazon>
+
  
== Workshops ==
+
==counting properties ==
Without recurring events:
+
<pre>{{#ask: [[Mailing-Lists]] | ?Mailing list |format=count}} <br/></pre>
 +
At the moment of writing, this should be 5, and it is: {{#ask: [[Mailing-Lists]] | ?Mailing list |format=count}} <br/>
 +
Either the query is wrong or SMW is very buggy.
  
{{#ask: [[Category:Workshop]] [[Is Recurring::no]]
+
If we list them, we see that it seems to be 1 page with 5 instances of that property:
[[StartDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 00:00]]  
+
{{#ask: [[Mailing-Lists]] | ?Mailing list |format=ol}} <br/>
[[EndDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} {{CURRENTTIME}}]]
+
| mainlabel=Workshop
+
| sort=StartDate
+
| order=asc
+
| format=broadtable
+
| default=There are currently no workshops scheduled.<br/>[[Form:Workshop|Propose one]]!
+
| limit=99
+
| ? StartDate = From
+
| ? EndDate = Till
+
| ? Location
+
| ? Has Contact=Contact
+
}}
+
  
----
+
==tagcloud==
With recurring events:
+
 
{{#ask: [[Category:Workshop]]
+
<tagcloud/>
[[StartDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} 00:00]]
+
 
[[EndDate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} {{CURRENTTIME}}]]
+
==percentage meter==
| mainlabel=Workshop
+
{{PercentageMeter|28|total=42}}
| sort=StartDate
+
| order=asc
+
| format=broadtable
+
| default=There are currently no workshops scheduled.<br/>[[Form:Workshop|Propose one]]!
+
| limit=99
+
| ? StartDate = From
+
| ? EndDate = Till
+
| ? Location
+
| ? Has Contact=Contact
+
}}
+
  
 
----
 
----

Latest revision as of 12:48, 7 September 2014

Contents

[edit] More Sandboxes


Please only edit this page below this entry.

[edit] modifying pages automatically

Attendees of peacemissions 28C3: Lala, Sid, Muling, Gunstick, The metalgamer, Prometheus, Destructive, Kwisatz

  • Do Announce: yes
  • U19: no
  • Do stuff (and reload)
  • Do stuff (and reload, ORIG)

[edit] Instant Commons

[edit] Time

30 December 2009 00:00:00

[edit] more time

Note: this article is about a passed event.

test test2

Time: 1711714543
Localtime: 1711718143

[edit] QrCode

[edit] this page's url

QR-ee71b7d25b2eaf3caa9435d856bb7c22.png QR-ee71b7d25b2eaf3caa9435d856bb7c22.png

[edit] any other text and different settings

QR-c4cfa629bfa6dffe5dfbbc9e4965d050.png QR-308567c7408d009400eaff3fd8b61027.png QR-ed646a3334ca891fd3467db131372140.png QR-d67036abd87e13f51e0584ff21b70514.png

[edit] Calendaring

[edit] all-time event timeline

You need to have JavaScript enabled to view the interactive timeline. Further results for this query.

[edit] all-time press cutting timeline

There are only so many press cuttings listed as have been semantically annotated.

You need to have JavaScript enabled to view the interactive timeline. Further results for this query.

[edit] Improving Event table

Todo: Try to run a subquery, determining the nearest, specific date for recurrent events There are currently no events scheduled. See our Calendar page for previous events.

This is what is currently shown on the Frontpage, not showing recurring events.

There are currently no events scheduled. See our Calendar page for previous events.

[edit] iCal in single Events

… further results

[edit] trying to implode stuff

with
{{#explode:{{#sub:{{{1}}}|3}}|{{!}}|0}}



[edit] Maps

Google Maps OSM Openlayers Openlayers2 with tilde Openlayers with coordinates (old) Openlayers with onthefly geocoding Openlayers with coordinates
Loading map...
Loading map...
Loading map...
Loading map...
Loading map...
Loading map...
Loading map...
Works becomes static issue with tiles issue with geographic coordinates OSM cannot handle the tilde operator geocoding on the fly

87, route de Thionville

87, route de Thionville, Luxembourg, Luxembourg

49° 35' 29.76", 6° 8' 26.52"~87, route de Thionville, Luxembourg, Luxembourg

[edit] data from location

~11, rue du Cimetière, L-8018 Strassen, Luxembourg~The event takes place here.;

"Luxembourg"

Loading map...

[edit] Geocoding?

Munich is at: The following coordinate was not recognized: div><span class="errorbox">Fatal error: Failed to parse or geocode</span></div><br /><br />.The following coordinate was not recognized: div><span class="errorbox">Fatal error: Failed to parse or geocode</span></div><br /><br />.

Editing maps with geocoding input field?

[edit] Extracting coordinates from locations

[edit] Complex multi-level queries

Syn2cat goes Hx² (Pavillon Hueflach, Strassen$ Luftfahrtmuseum, Finowfurt, Germany)



Syn2cat goes Hx²


Syn2cat goes Hx²




Syn2cat goes Hx²


Syn2cat goes Hx²






[edit] Cite

"Alea jacta est" [1]

[edit] counting properties

{{#ask: [[Mailing-Lists]] | ?Mailing list |format=count}} <br/>

At the moment of writing, this should be 5, and it is: 1
Either the query is wrong or SMW is very buggy.

If we list them, we see that it seems to be 1 page with 5 instances of that property:

  1. Communicate (Mailing list syn2cat-announce, syn2cat-discuss, graffitiresearchlab)

[edit] tagcloud

<tagcloud/>

[edit] percentage meter

Pledged: € 28 (66.7%) Missing: € 14 (33.3%)



  1. Julius Caesar: De bello gallico
Personal tools
Namespaces

Variants
Actions
Navigation
syn2cat
Hackerspace
Activities
Initiatives
Community
Tools
Tools