chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-03-17 02:54:12 +01:00
parent 92352ed274
commit 535e36a006
68 changed files with 2734 additions and 382 deletions

View file

@ -276,21 +276,21 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
*a bicycle tube costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
*bicycle light costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
*a condom costs {charge:condom}* is shown if `charge` is set
*a condom costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$