Difference between revisions of "Template:BinaryOps"
Jump to navigation
Jump to search
(Initial Template Creation) |
(Major overhaul of the template.) |
||
| Line 1: | Line 1: | ||
| − | + | <div style="width:360px; border:1px solid #4A90E2; background:#F7FBFF; margin:0.8em 0; font-family:monospace;"> | |
| − | + | <div style="background:#E8F2FF; color:#1F4E79; font-weight:bold; padding:0.45em 0.65em; border-bottom:1px solid #4A90E2;"> | |
| − | + | Bitwise Related Lua Functions | |
| − | + | </div> | |
| − | + | <div style="padding:0.55em 0.75em; line-height:1.7;"> | |
| − | + | [[Lua:bOr|bOr]] <span style="color:#555555;">– Bitwise OR</span><br> | |
| − | + | [[Lua:bXor|bXor]] <span style="color:#555555;">– Bitwise XOR</span><br> | |
| − | + | [[Lua:bAnd|bAnd]] <span style="color:#555555;">– Bitwise AND</span><br> | |
| − | + | [[Lua:bShl|bShl]] <span style="color:#555555;">– Bitwise Shift Left</span><br> | |
| − | + | [[Lua:bShr|bShr]] <span style="color:#555555;">– Bitwise Shift Right</span><br> | |
| − | + | [[Lua:bNot|bNot]] <span style="color:#555555;">– Bitwise NOT</span> | |
| − | + | </div> | |
| − | + | </div> | |
| − | |||
| − | |||