Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:18, 18 February 2025 Prd talk contribs created page Template:Simple recursion/doc (Created page with "{{Documentation subpage}} {{Lua|Module:String}} == Usage == <code>{{(}}{Simple recursion|''left repeated text''|''non-repeated text''|''right repeated text''|''depth''}{{)}}</code> == Example == * <code><nowiki>"{{Simple recursion|a|b|c|4}}"</nowiki></code> gives "{{Simple recursion|a|b|c|4}}" * <code><nowiki>"{{Simple recursion|f( |f(x) + g|) + g|7}}"</nowiki></code> gives "{{Simple recursion|f( |f(x) + g|) + g|7}}" * <syntaxhighlight lang="html" inline>{{math|Go...")