All public logs

Jump to navigation Jump to search

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

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 08:15, 13 January 2024 Kashi talk contribs created page Module:Citation/CS1 (Created page with "require ('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z = {}; -- table of tables in Module:Citation/CS1/Utilities local identifiers; -- f...")
  • 08:04, 13 January 2024 Kashi talk contribs created page Elmo castle (Created page with "The '''elmo castle''' (elmo囲い or エルモ囲い ''erumo gakoi'') is a castle in shogi. This castle, created by the elmo engine, is used by the Static Rook side in games against Ranging Rook. {{shogi diagram | floatright | '''Elmo castle with right gold on 59''' | – | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |...")
  • 17:07, 12 January 2024 Kashi talk contribs created page Category:Players (Created blank page)
  • 17:03, 12 January 2024 Kashi talk contribs created page Yoshiharu Habu (Created page with "{| class="wikitable" |+Profile ! colspan="2" |Yoshiharu Habu 9-dan |- !Native name |羽生善治 |- !Date of Birth |27 September 1970 |- !Place of Birth |Tokorozawa City, Saitama Prefecture |- !Teacher |Tatsuya Futakami 9-dan |- !Ryuo group |Group 1 (35 terms in group 1 or above) |- !Junni class |Class B1 (29 terms in class A or above) |} {| class="wikitable" |+TItle history !TItle !Terms won !Terms in title match !Notes |- |Ryuo |7 terms (terms 2, 5, 7-8, 14-15, 30) |16...") Tag: Visual edit
  • 14:27, 12 January 2024 Kashi talk contribs created page Koji Tanigawa (Created page with "{| class="wikitable" |+Profile ! colspan="2" |Koji Tanigawa 17th Lifetime Meijin |- !Native name |谷川浩司 |- !Date of Birth |6 April 1962 |- !Place of Birth |Kobe City, Hyogo Prefecture |- !Teacher |Masakazu Wakamatsu 8-dan |- !Ryuo group |Group 4 (22 terms in Group 1 or above) |- !Junni class |Class B2 (32 terms in Class A or above) |} {| class="wikitable" |+Title history !Title !Terms won !Terms in title match |- |Ryuo |4 terms (Terms 3-4, 9-10) |6 terms (Terms 3-...") Tag: Visual edit
  • 12:16, 12 January 2024 Kashi talk contribs created page Sota Fujii (Created page with "{| class="wikitable" |+Profile ! colspan="2" |Sota Fujii Ryuo - Meijin (Oi - Eio - Oza - Kio - Osho - Kisei) |- !Native name |藤井聡太 |- !Date of Birth |19 July 2002 |- !Place of Birth |Seto City, Aichi Prefecture |- !Teacher |Masataka Sugimoto 8-dan |- !Ryuo group |Reigning Ryuo (3 terms in group 1 or above) |- !Junni class |Reigning Meijin (2 terms in class A or above) |} {| class="wikitable" |+Title history !Title !Terms won !Terms in title match |- !Ryuo |3 term...") Tag: Visual edit
  • 11:33, 11 January 2024 Kashi talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
  • 10:43, 11 January 2024 Kashi talk contribs created page Template:If (Created page with "{{ safesubst:<noinclude/>p{{ safesubst:<noinclude/>#ifeq:{{{1}}}|eq|1|2}}|{{ safesubst:<noinclude/>p{{ safesubst:<noinclude/>#ifeq:{{{2}}}|{{{3}}}|1|2}}|{{{4|}}}|{{{5|}}}}}|{{ safesubst:<noinclude/>p{{ safesubst:<noinclude/>#if{{{1}}}:{{{2}}}|1|2}}|{{{3}}}|{{{4|}}}}}}}<noinclude> </noinclude>")
  • 10:42, 11 January 2024 Kashi talk contribs created page User:Kashi (Created page with "{{Shogi diagram|tright |Shin-ōgi tsu |- |ng| |ts| | |pg| |pg|pg | |ps| | |ng| | | |lg |ts| | | |gg|tg| | |ps |pg|ls|pg|ng| |rg|pg| |bs | |pg|tg| |lg| | | | | | |ds|gs| | | | |ss | | | |lg|akg| | |ng|psg |ss|gg|bs|tg| |psg| |tg| | |tg|gs| | |ps|tg| | |- | }}")
  • 10:38, 11 January 2024 Kashi talk contribs created page Module:Shogi diagram (Created page with "local shogiobject = {} ----------------------- -- internal functions ----------------------- -- returns a japanese character for a roman letter abbreviation -- called by the shogiboard() function local function piecesymbol(abbreviation) -- the abbreviation argument is a string of 1-3 letters that stand for the English names of the shogi pieces -- the abbreviation is extracted out of a longer string by the processString() function -- letter to character mapping (...")
  • 10:37, 11 January 2024 Kashi talk contribs created page Module:Documentation/styles.css (Kashi created the page Module:Documentation/styles.css using a non-default content model "CSS": css file)
  • 10:37, 11 January 2024 Kashi talk contribs created the page Module:Documentation/styles.css using a non-default content model "CSS" (css file)
  • 10:36, 11 January 2024 Kashi talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
  • 10:33, 11 January 2024 Kashi talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
  • 10:32, 11 January 2024 Kashi talk contribs created the page Module:Message box/Ambox.css using a non-default content model "CSS" (this is a css page)
  • 10:32, 11 January 2024 Kashi talk contribs created page Module:Message box/Ambox.css (Kashi created the page Module:Message box/Ambox.css using a non-default content model "CSS": this is a css page)
  • 10:31, 11 January 2024 Kashi talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
  • 10:30, 11 January 2024 Kashi talk contribs created page Module:Message box (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...")
  • 10:29, 11 January 2024 Kashi talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
  • 10:29, 11 January 2024 Kashi talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are ma...")
  • 09:06, 11 January 2024 Kashi talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
  • 09:05, 11 January 2024 Kashi talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
  • 09:04, 11 January 2024 Kashi talk contribs created page Template:Shogi diagram (Created page with "<includeonly><div class='shogi_diagram' style='width: 220px; {{#switch:{{{align|{{{1|}}}}}}|tleft|floatleft|left=float: left; margin-right: 6px; clear: {{{clear|left}}};|tright|floatright|right=float: right; margin-left: 5px; clear: {{{clear|right}}};|tcenter|floatcenter|center=margin-left: auto; margin-right: auto; clear:{{{clear|both}}};}}'> <div style="width: 220px; margin-bottom: 1px; text-align: center; border: #b0b0b0 1px solid; background-color: #f9f9f9;"> {{#invo...")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)