Difference between revisions of "DPL:Catlist"
From FollowTheScore
Line 1: | Line 1: | ||
− | + | This is an effort to bring the power of DPL to the average user who is probably not willing to write complex scripts. | |
+ | |||
+ | It is based on [[mw:Extension:SimleForms]]. The layout doesn´t look nice -- mainly because SimpleForms has trouble with table formatting. Atthe moment it doesn´t seem to be possible to use table layout within the #form extension body .. | ||
+ | |||
+ | Anyway, the ggod message is: The GUI is NOT hardcoded within php code but it is contained in a 'normal' wiki article. This article ([[Template:Catlist]]) cintains a form definition with an action which again calls the very same article. To make this possible, a nice little tricky extension called [[Call extension]] was added. | ||
* [[Special:Call/Catlist|define your query ...]] | * [[Special:Call/Catlist|define your query ...]] | ||
* Gero: [[Special:Call/Catlist,modifiedby=Gero,count=10|my last 10 edits]] | * Gero: [[Special:Call/Catlist,modifiedby=Gero,count=10|my last 10 edits]] |
Revision as of 09:54, 26 July 2007
This is an effort to bring the power of DPL to the average user who is probably not willing to write complex scripts.
It is based on mw:Extension:SimleForms. The layout doesn´t look nice -- mainly because SimpleForms has trouble with table formatting. Atthe moment it doesn´t seem to be possible to use table layout within the #form extension body ..
Anyway, the ggod message is: The GUI is NOT hardcoded within php code but it is contained in a 'normal' wiki article. This article (Template:Catlist) cintains a form definition with an action which again calls the very same article. To make this possible, a nice little tricky extension called Call extension was added.
- Gero: my last 10 edits