You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semantic Drilldown could be completed with a new parser function able to display the results of filters in any wikipage. At the same time, it could feature a way to add PageForms-like or OOUI inputs widgets instead of standard filters (completed with an update or submit button), so to obtain a result like the following:
therefore the actual parser function could be conceived as follows:
{{#drilldownui: inputs=
text (property=Description),
number (property=Price_from),
number (property=Price_to),
radio:any, in stock, short term (property=Availability),
radio: Austria, Germany, Poland, UK, All regions (property=Offers_from),
text (property=Near)
number (property=Distance_max)
|display parameters=
?Picture
;?Price
;?Rating
;?Offer
;?Model
;format=plainlist
;template=products
}}
note the parser function name drilldownui (or also drilldowninputs) and the parameter for the input text (property=Description), which could support a syntax for label, default value, placeholder, etc. for instance as: text;label:abc;default:val; ... (property=Description)
Semantic Drilldown could be completed with a new parser function able to display the results of filters in any wikipage. At the same time, it could feature a way to add PageForms-like or OOUI inputs widgets instead of standard filters (completed with an update or submit button), so to obtain a result like the following:
https://skinflint.co.uk/?cat=hkuegef&asuch=&bpmin=&bpmax=560&v=e&hloc=uk&plz=&dist=&mail=&sort=-lz&bl1_id=30
see website: https://skinflint.co.uk/?cat=hkuegef
therefore the actual parser function could be conceived as follows:
note the parser function name
drilldownui
(or alsodrilldowninputs
) and the parameter for the inputtext (property=Description)
, which could support a syntax for label, default value, placeholder, etc. for instance as:text;label:abc;default:val; ... (property=Description)
see also Semediawiki-user's list https://sourceforge.net/p/semediawiki/mailman/message/37777546/
(where this feature has been in some way envisaged)
The text was updated successfully, but these errors were encountered: