McLOVINu
Active Member
- Mar 18, 2018
- 894
- 409
- 187
Here goes my code attempts, none work:
Now, if I remove the ' both work, but it is missing the apostrophe.
I want the title to show as "Name's room".
edit: typo
edit2: and escaping doesn't work, ie \'
edit3: another similar question added =
Also, how can I put a viarable into this sort of LINK?
Into something like this:
Code:
@data-title='$charactername + "'s room"'
@data-title="$charactername + ''s room'"
I want the title to show as "Name's room".
edit: typo
edit2: and escaping doesn't work, ie \'
edit3: another similar question added =
Also, how can I put a viarable into this sort of LINK?
Code:
[img[Name's room|pics/location/home/bedroom1.jpg]]
Code:
[img[$charactername's room|pics/location/home/bedroom1.jpg]]
Last edited: