All public logs

Jump to navigation Jump to search

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

Logs
  • 03:51, 13 June 2022 (username removed) created page Module:Region Switcher (Created page with "local p={} function p.regionSwitcher(frame) local nameWithoutSuffix=mw.ustring.gsub(mw.getCurrentTitle().prefixedText,'( \\(Asia\\))|( \\(China\\))','') return [=[{| style="margin: auto; text-align: center" class="toccolours" ! style="background:#cceeff" width="120px"|Region Switcher |- | style="font-size:90%;"| [[]=]..nameWithoutSuffix..[=[|Japan]] - [[]=]..nameWithoutSuffix..[=[ (Asia)|Asia]] - [[]=]..nameWithoutSuffix..[=[ (China)|China]] |}]=] end return p")