Difference between revisions of "Template talk:Catlist"

From FollowTheScore
Jump to: navigation, search
(My version: extension issues)
Line 20: Line 20:
  
 
::Thanks. I just copied this code from Gero's and hadn't modified that section. I still need to add some other parameters to it but thought I'd wait until Gero updated his with the new variables before I updated mine any more. -[[User:Eep²|Eep²]] 21:42, 15 September 2007 (CEST)
 
::Thanks. I just copied this code from Gero's and hadn't modified that section. I still need to add some other parameters to it but thought I'd wait until Gero updated his with the new variables before I updated mine any more. -[[User:Eep²|Eep²]] 21:42, 15 September 2007 (CEST)
::: Hi Eep²! In fact, I should thank you for your sharing. Please see [http://semeb.com/dpldemo/index.php?title=DPL:Requests_for_new_features#Integrating_templates this] and [[Template:Catlist/test]].
+
 
::: Oh, I really love DPL. But since the Semantic Form seems to be more powerful than the simple from in this time, I ,a Chiese, not good at English and php, fell so tired to learn the both for my work in my unit. Thank you all guys offer so many help to me. --[[User:Roc michael|Roc michael]] 04:59, 16 September 2007 (CEST)
+
::: Hi Eep²! In fact, I should thank you for your sharing. Please see [http://semeb.com/dpldemo/index.php?title=DPL:Requests_for_new_features#Integrating_templates this] and [[Template:Catlist/test]].
 +
::: Oh, I really love DPL. But since Semantic Forms seems to be more powerful than Simple Forms at this time, I, a Chinese who is not good at English and PHP, feel so tired to learn both for my work in my unit. Thank you all guys for offering so much help to me. --[[User:Roc michael|Roc michael]] 04:59, 16 September 2007 (CEST)
 +
 
 +
::::Well, the problem with Semantic Forms is that it's made for Semantic MediaWiki (though it can run without SMW but is buggy) and requires SMW relations/types (like "has form"). It's autocomplete option is nice (though slow with its MooTools Javascript library) but can't even support a select listbox, a common HTML form element (which Simple Forms can) without requiring complicated and confusing SMW types that can't automatically pull in all values like, for example, in a specific category. Semantic Forms also can't take any wiki formatting in its forms, thus requiring duplicating the table layout in wiki markup (and making links to local pages is annoying). Both form extensions are good and bad but, unfortunately, are both lacking in being a complete and total form solution for MediaWiki. I'm trying to use them in my [http://tnlc.com/wiki/ 3D game comparison wiki] but there are just way too many incompatibilities between them, DPL, and MediaWiki. I'm probably going to end up just using a normal HTML form with PHP elements and getting that into an article somehow (with a template to format the results, I guess). I dunno...MediaWiki just doesn't make a very good database system, I'm finding out... I like DPL too but also find it [http://tnlc.com/wiki/index.html?title=Comparison_table unable to do what I want], unfortunately. -[[User:Eep²|Eep²]] 07:05, 16 September 2007 (CEST)

Revision as of 07:05, 16 September 2007

Manual: DPL:Catlist

Multiple categories, namespaces, etc

Per DPL talk:Catlist and User talk:Gero#Hello? (mentioning this again here since Gero still has yet to reply to it directly...), this form needs to support multiple same parameters. Also, if DPL supported "1"/"0" in boolean operators (whatever), checkboxes could replace the "yes"/"no", "true"/"false" select listbox pulldowns (since HTML uses "1"/"0"... Also, the special page should not have been removed because it does handle multiple same parameters. -Eep² 22:58, 30 August 2007 (CEST)

My version

http://www.tnlc.com/wiki/index.php?title=Template:dplquery which uses checkboxes (that don't stay checked since Simple Forms doesn't seem to be able to do that) but still doesn't have mutliple category/namespace/template, and other field support like the original DPL special page can handle (and why I still think it should not have been replaced with this template yet). -Eep² 14:07, 9 September 2007 (CEST)

Hi! Eep². Thank you for your sharing. But your version have a error in it, The
-->{{#ifeq:{{{addpagetoucheddate|no||}}}|addpagetoucheddate
should be changed to
-->{{#ifeq:{{{addpagetoucheddate}}}|no||addpagetoucheddate
and
-->{{#ifeq:{{{count|}}}|-||{{#if:{{{count|}}}
should be changed to
-->{{#ifeq:{{{count|}}}|||{{#if:{{{count|}}}
--Roc michael 12:04, 15 September 2007 (CEST)
Thanks. I just copied this code from Gero's and hadn't modified that section. I still need to add some other parameters to it but thought I'd wait until Gero updated his with the new variables before I updated mine any more. -Eep² 21:42, 15 September 2007 (CEST)
Hi Eep²! In fact, I should thank you for your sharing. Please see this and Template:Catlist/test.
Oh, I really love DPL. But since Semantic Forms seems to be more powerful than Simple Forms at this time, I, a Chinese who is not good at English and PHP, feel so tired to learn both for my work in my unit. Thank you all guys for offering so much help to me. --Roc michael 04:59, 16 September 2007 (CEST)
Well, the problem with Semantic Forms is that it's made for Semantic MediaWiki (though it can run without SMW but is buggy) and requires SMW relations/types (like "has form"). It's autocomplete option is nice (though slow with its MooTools Javascript library) but can't even support a select listbox, a common HTML form element (which Simple Forms can) without requiring complicated and confusing SMW types that can't automatically pull in all values like, for example, in a specific category. Semantic Forms also can't take any wiki formatting in its forms, thus requiring duplicating the table layout in wiki markup (and making links to local pages is annoying). Both form extensions are good and bad but, unfortunately, are both lacking in being a complete and total form solution for MediaWiki. I'm trying to use them in my 3D game comparison wiki but there are just way too many incompatibilities between them, DPL, and MediaWiki. I'm probably going to end up just using a normal HTML form with PHP elements and getting that into an article somehow (with a template to format the results, I guess). I dunno...MediaWiki just doesn't make a very good database system, I'm finding out... I like DPL too but also find it unable to do what I want, unfortunately. -Eep² 07:05, 16 September 2007 (CEST)