%%[[if edit]]%% %[if %("%id=condition%" == "is_equal_to")% ]%
if ?%id=parameter% == %id=equal_to_value% {
%[if %("%id=action%" == "display")% ]%display%[endif]%%[if %("%id=action%" == "hide")% ]%hide%[endif]% this:
if ?%id=parameter% >= %id=min_value% && <= %id=max_value% {
%[if %("%id=action%" == "display")% ]%display%[endif]%%[if %("%id=action%" == "hide")% ]%hide%[endif]% this:
}
%[if %("%id=condition%" == "is_equal_to")% ]%Example link: https://example.com/?%id=parameter%=%id=equal_to_value%
%[endif]% %[if %("%id=condition%" == "greater_than_less_than")% ]%Example link: https://example.com/?%id=parameter%=16
%[endif]% %%[[endif]]%%