All public logs

Jump to navigation Jump to search

Combined display of all available logs of B-Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:27, 1 December 2021 Tinel talk contribs created page How-to (Created page with "= Syntax highligher = Current syntax highligher integration: [https://www.mediawiki.org/wiki/Extension:Highlightjs_Integration Syntax highligher] Highligher: [https://highlightjs.org/ highlight.js] == Sample code === ''' <syntaxhighligher> # The Greeter class class Greeter def initialize(name) @name = name.capitalize end def salute puts "Hello #{@name}!" end end g = Greeter.new("world") g.salute </syntaxhighligher>...")