Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1024388 // ahrefIf - make HTML link if condition is true (otherwise just contents)

JavaX fragment (include)

sS ahrefIf(bool condition, S link, O contents, O... params) {
  ret !condition ? str(contents) : ahref(link, contents, params);
}

Author comment

Began life as a copy of #1003103

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024388
Snippet name: ahrefIf - make HTML link if condition is true (otherwise just contents)
Eternal ID of this version: #1024388/3
Text MD5: 845eb12cdae26c17540d734d6bf113d0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-08 17:17:30
Source code size: 131 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 189 / 227
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)