wdpr
    Preparing search index...

    Module elements/expr

    Renderers for Wikidot's expression and conditional constructs:

    • [[#expr EXPRESSION]] -- evaluate a mathematical expression and display the numeric result.
    • [[#if VALUE | THEN | ELSE]] -- simple string-based truthiness check.
    • [[#ifexpr EXPRESSION | THEN | ELSE]] -- evaluate a math expression and branch on the numeric result (0 = false, non-zero = true).

    All error messages match Wikidot's format ("run-time error: ...").

    Functions

    renderExpr
    renderIf
    renderIfExpr