Difference between revisions of "Template:BinaryOps"
Jump to navigation
Jump to search
(Initial Template Creation) |
m (Major overhaul of the template.) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <div style="display:flex; flex-wrap:wrap; gap:0.85em; margin:0.9em 0; font-family:monospace; align-items:flex-start; max-width:760px;"> | |
| − | + | ||
| − | + | <div style="flex:1 1 320px; min-width:280px; max-width:420px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);"> | |
| − | + | <div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;"> | |
| − | + | Bitwise Related Lua Functions | |
| − | + | </div> | |
| − | + | <div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;"> | |
| − | + | <span style="color:#4A90E2;">◆</span> [[Lua:bOr|bOr]] <span style="color:#5F6F82;">– Bitwise OR</span><br> | |
| − | + | <span style="color:#4A90E2;">◆</span> [[Lua:bXor|bXor]] <span style="color:#5F6F82;">– Bitwise XOR</span><br> | |
| − | + | <span style="color:#4A90E2;">◆</span> [[Lua:bAnd|bAnd]] <span style="color:#5F6F82;">– Bitwise AND</span><br> | |
| − | + | <span style="color:#4A90E2;">◆</span> [[Lua:bShl|bShl]] <span style="color:#5F6F82;">– Bitwise Shift Left</span><br> | |
| − | + | <span style="color:#4A90E2;">◆</span> [[Lua:bShr|bShr]] <span style="color:#5F6F82;">– Bitwise Shift Right</span><br> | |
| − | + | <span style="color:#4A90E2;">◆</span> [[Lua:bNot|bNot]] <span style="color:#5F6F82;">– Bitwise NOT</span> | |
| − | + | </div> | |
| − | + | </div> | |
| + | |||
| + | </div> | ||