Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wildcard

Meaning

#url#

URL of the project. The protocol and domain used in the URL depend on the settings in the “Base URL” field

#ptitle#

project title

#pdescr#

project description

#pcomments#

project comments

#startdate#

start date in “DD.MM.YYYY” format.

#startDateRaw#

Start date and time in standard format: “YYYY-MM-DD HH:MM:SS“

You can also define date and time yourself by adding your desired format with a vertical dash, e.g. #startDateRaw|d#: “DD“. For further supported user-defined formats see: http://php.net/manual/en/function.date.php

#starttime#

start time in “HH:MM:SS” format.

#startdatetime#

start date and time in “DD.MM.YYYY HH:MM:SS” format.

#enddate#

end date in “DD.MM.YYYY” format.

#endDateRaw#

End date and time in standard format: “YYYY-MM-DD HH:MM:SS“

You can also define date and time yourself by adding your desired format
with a vertical dash, e.g. #endDateRaw|d#: “DD“. For further supported
user-defined formats see: http://php.net/manual/en/function.date.php

#endtime#

end time in “HH:MM:SS” format

#enddatetime#

end date and time in “DD.MM.YYYY HH:MM:SS” format

[shorturl]URL[/shorturl]

Used to shorten and conceal long URLs. Not recommended for personalised projects as it reduces the complexity of invitation codes.

Example: [shorturl]#url#?a=param1&b=#v_1#[/shorturl]

Please note: The shortened URLs will be shortened or concealed displayed in the sent email (not in the preview).

...