for ($j = 1; $j < $linklimit; ++$j) {
            $text = trim($LIGen->getContent(1, 'txt', $loremipsum = false));
            $text = str_replace('.', '', $text);
            $link = str_replace([' ', '.', ',', "\t"], ['-', '', '', ''], $text);
            $body = str_replace(' ' . $text . ' ', ' [[' . $link . '|' . $text . ']] ', $body);