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:27, 21 February 2025 Prd talk contribs created page Template:Ifeq/doc (Created page with "{{Documentation subpage}} This template is like #ifeq, but does not trim the "then" and "else" part. === Usage === *<syntaxhighlight lang="wikitext" inline>{{ifeq|"abc"|"abc"| 1 | 0 }}</syntaxhighlight> gives "{{ifeq|"abc"|"abc"| 1 | 0 }}" *<syntaxhighlight lang="wikitext" inline>{{ifeq|"abc"|"def"| 1 | 0 }}</syntaxhighlight> gives "{{ifeq|"abc"|"def"| 1 | 0 }}" *<syntaxhighl...")