Difference between revisions of "Template talk:Catlist"

From FollowTheScore
Jump to: navigation, search
(My version)
(My version)
Line 11: Line 11:
 
:Hi! Eep². Thank you for your sharing. But your version have a error in it, The
 
:Hi! Eep². Thank you for your sharing. But your version have a error in it, The
 
  <nowiki>-->{{#ifeq:{{{addpagetoucheddate|no||}}}|addpagetoucheddate</nowiki>
 
  <nowiki>-->{{#ifeq:{{{addpagetoucheddate|no||}}}|addpagetoucheddate</nowiki>
:should be changed to
+
:::should be changed to
 
  <nowiki>-->{{#ifeq:{{{addpagetoucheddate}}}|no||addpagetoucheddate</nowiki>
 
  <nowiki>-->{{#ifeq:{{{addpagetoucheddate}}}|no||addpagetoucheddate</nowiki>
 +
:and
 +
<nowiki>-->{{#ifeq:{{{count|}}}|-||{{#if:{{{count|}}}</nowiki>
 +
:::should be changed to
 +
<nowiki>-->{{#ifeq:{{{count|}}}|||{{#if:{{{count|}}}</nowiki>
 
:--[[User:Roc michael|Roc michael]] 12:04, 15 September 2007 (CEST)
 
:--[[User:Roc michael|Roc michael]] 12:04, 15 September 2007 (CEST)

Revision as of 12:43, 15 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)