Difference between revisions of "Old Homepage"

From FollowTheScore
Jump to: navigation, search
Line 38: Line 38:
 
Combining the power of DPL and [[mw:Extension:Ploticus|Ploticus]] we can easily generate a pie chart showing (for example) page hit frequencies. To see that it works live, note the hit count of a country, then click on that country in the above table and come back to the main page. The hit count has changed and the pie has become a little bigger ;-)
 
Combining the power of DPL and [[mw:Extension:Ploticus|Ploticus]] we can easily generate a pie chart showing (for example) page hit frequencies. To see that it works live, note the hit count of a country, then click on that country in the above table and come back to the main page. The hit count has changed and the pie has become a little bigger ;-)
 
{{:Ploticus Demo}}
 
{{:Ploticus Demo}}
 +
----
 +
{{#dplmatrix:''links from articles to the DPL manual''|'''x'''|-|flip|
 +
  {{#dpl:
 +
    |debug=1
 +
    |category=Painter
 +
    |format=,%PAGE% ~~ %TITLE%\n²{:Test matrix2¦page=%PAGE%¦category=Painter¦namespace=}²,
 +
  }}
 +
}}
 +
 
|bgcolor=#ddffff valign=top|
 
|bgcolor=#ddffff valign=top|
 
'''Wgraph is a graph generator for MediaWikis.'''<br>
 
'''Wgraph is a graph generator for MediaWikis.'''<br>

Revision as of 20:22, 17 December 2007


This wiki is the homeplace of three powerful MediaWiki extensions developed and maintained by Gero Scholz.
Currently we run MediaWiki 1.11

A universal report generator for MediaWikis
A light-weight approach to semantic wiki
A graph generator based on aiSee

Dynamic Page List (DPL)
DocTypes
Wgraph

Dynamic Page List   --   1.6.4

Wgraph

DPL is a report generator for MediaWikis.
It creates lists of articles that match certain criteria. Meta data like author, popularity or date of last update can be added. Contents from articles can be included in the result, based on chapters, templates or special markers in the text.

Country Area Poplulation Text #hits
Cameroon 475,442 16,323,000
     ..→</small>

Combining the power of DPL and Ploticus we can easily generate a pie chart showing (for example) page hit frequencies. To see that it works live, note the hit count of a country, then click on that country in the above table and come back to the main page. The hit count has changed and the pie has become a little bigger ;-) Ploticus Demo


Nigeria 923,768 133,530,0001 Template:Let me test this

<table class="infobox geography vcard" style="width:46ex; ..→

Somalia 637,657 8,228,000
     ..→</small>
links from articles to the DPL manual Cezanne Manet Renoir Signac Van Gogh
Cezanne - - x - -
Renoir x x - x -
Van Gogh - x x - -

Wgraph is a graph generator for MediaWikis.
It allows you to define the semantics of a graph in an abstract textual notation called WGL (Wiki Graph Language). You may add hints for layout, but the graph itself is being produced automatically. Wgraph is a powerful visualisation instrument for objects and their relations.

{{#wgraph: svg | thumb = 50 |

 node wgl         { type data     label "text notation\n-- WGL --" }
 edge wgl wgraph  { kind rightnear color red }
 node wgraph      { type process  label "Wgraph\nmediawiki extension" }
 edge wgraph gdl  { }
 node gdl         { type data     label "graph definition\n-- GDL --" }
 edge gdl aisee   { }
 node aisee       { type process  label "aiSee\nlayout generator" }
 edge aisee img   { kind leftnear }
 node img         { type data     label "image\n-- png, svg --" 
                    shape hexagon }
 nodetype data    { shape ellipse, color lightyellow,
                    bordercolor khaki, height 60 }
 nodetype process { shape box color lightmagenta 
                    bordercolor magenta height 60 }
 xspace=70, yspace=120

}}

  • All extensions are under GPL license. Test them here live! There is extensive documentation, see the online manuals. You can download the sources.
  • In addition there are some minor extensions like Call and improved versions of existing extensions named Inputbox and StripMarkup which may be useful. See the navigation bar. We also host the StackFunctions extension.
  • There are plenty of examples, which can serve as a starting point for your own ideas. There is a small calendar application (built with DPL) which you can use and enhance.
  • There is a place where you can report bugs and request new features. If you use the extensions, please leave a reference to your wiki!

The Author