Wapka TAG Update {{ }}

Notice about any update or system change
Post Reply
Administrator
Site Admin
Posts: 33
Joined: Tue Mar 07, 2023 7:56 am

Wapka TAG Update {{ }}

Post by Administrator »

As users are suggesting to update wapka TAG system we decided to change taging system. Previously tag code is start with #% and End With %# like

Code: Select all

#%VAR(test)%#
Now tag code will start with {{ and end with }} so it will be like

Code: Select all

{{VAR(test)}}
more easy.
For chaining @ will can be used like

Code: Select all

{{GET(id)@OR@GET(name)OR(ERR)}}
User don't have to change anything! We will update all Codes on the fly.
anivlears
Posts: 3
Joined: Mon Apr 03, 2023 2:15 am
Location: philippines
Contact:

Re: Wapka TAG Update {{ }}

Post by anivlears »

Do we also need to change the old tags on our created sites?
zunaid
Posts: 5
Joined: Tue Mar 07, 2023 9:08 am

Re: Wapka TAG Update {{ }}

Post by zunaid »

anivlears wrote: Sat Apr 29, 2023 6:03 am Do we also need to change the old tags on our created sites?
you don't have to do anything
anivlears
Posts: 3
Joined: Mon Apr 03, 2023 2:15 am
Location: philippines
Contact:

Re: Wapka TAG Update {{ }}

Post by anivlears »

👍
Post Reply