Thread Previous • Date Previous • Date Next • Thread Next |
Hello guys. I'am trying to edit "Default" wiki page template to fit it to my purposes. I've read all about templates in the manual but didn't find how to concatenate strings, is it possible? I've tried standart python ways, like: string3 = string1 + string2 and ' '.join(wordslist) Nothing works. split method works and join doesn't work.
Thread Previous • Date Previous • Date Next • Thread Next |