From 60f01ab151c2d4eecc4b29e9fc76c71f1cf9a105 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 26 Sep 2020 19:01:32 +0100 Subject: [PATCH] more shapes Signed-off-by: Ian Jackson --- library/wikimedia.toml | 7 +- .../chess-b-knight-king.download-log | 5 ++ library/wikimedia/chess-b-knight-king.svg | 83 +++++++++++++++++++ .../wikimedia/chess-b-knight-king.wikitext | 16 ++++ .../chess-w-knight-king.download-log | 3 + library/wikimedia/chess-w-knight-king.svg | 66 +++++++++++++++ .../wikimedia/chess-w-knight-king.wikitext | 16 ++++ library/wikimedia/files.make | 6 ++ 8 files changed, 198 insertions(+), 4 deletions(-) create mode 100644 library/wikimedia/chess-b-knight-king.download-log create mode 100644 library/wikimedia/chess-b-knight-king.svg create mode 100644 library/wikimedia/chess-b-knight-king.wikitext create mode 100644 library/wikimedia/chess-w-knight-king.download-log create mode 100644 library/wikimedia/chess-w-knight-king.svg create mode 100644 library/wikimedia/chess-w-knight-king.wikitext diff --git a/library/wikimedia.toml b/library/wikimedia.toml index dee06fad..49a26830 100644 --- a/library/wikimedia.toml +++ b/library/wikimedia.toml @@ -7,7 +7,7 @@ method = "wikimedia" site-title = "Wikimedia" spdx = "CC-BY-SA-4.0" -licences = [ "Cc-by-sa-3.0", "Cc-by-sa-3.0-migrated", "cc-by-sa-4.0", "GFDL|migration=relicense" ] +licences = [ "Cc-by-sa-3.0", "Cc-by-sa-3.0-migrated", "cc-by-sa-4.0", "GFDL|migration=relicense", "cc-zero" ] filename_suffix = ".svg" url_prefix = "https://commons.wikimedia.org/wiki/File:" url_suffix = "?action=raw" @@ -83,9 +83,8 @@ y-N qyt45 a yellow chess knight w-zebra Zlt45 a white zebra piece b-zebra Zdt45 a black zebra piece -# Cet has some kind of licence problem? xxx -# w-knight-king Cet45 a white knight king piece -# b-knight-king Cdt45 a white knight king piece +w-knight-king Cet45 a white knight king piece +b-knight-king Cdt45 a white knight king piece # ^ wikimedia calls these Centaurs """ diff --git a/library/wikimedia/chess-b-knight-king.download-log b/library/wikimedia/chess-b-knight-king.download-log new file mode 100644 index 00000000..d5f8926f --- /dev/null +++ b/library/wikimedia/chess-b-knight-king.download-log @@ -0,0 +1,5 @@ + +2020-09-26 18:00:48 UTC: downloaded into library/wikimedia/chess-b-knight-king.wikitext from https://commons.wikimedia.org/wiki/File:Chess_Cdt45.svg?action=raw + +2020-09-26 18:01:20 UTC: downloaded into library/wikimedia/chess-b-knight-king.wikitext from https://commons.wikimedia.org/wiki/File:Chess_Cdt45.svg?action=raw +2020-09-26 18:01:21 UTC: downloaded into library/wikimedia/chess-b-knight-king.svg from https://upload.wikimedia.org/wikipedia/commons/c/c9/Chess_Cdt45.svg diff --git a/library/wikimedia/chess-b-knight-king.svg b/library/wikimedia/chess-b-knight-king.svg new file mode 100644 index 00000000..ad8982a5 --- /dev/null +++ b/library/wikimedia/chess-b-knight-king.svg @@ -0,0 +1,83 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/library/wikimedia/chess-b-knight-king.wikitext b/library/wikimedia/chess-b-knight-king.wikitext new file mode 100644 index 00000000..f00f15d9 --- /dev/null +++ b/library/wikimedia/chess-b-knight-king.wikitext @@ -0,0 +1,16 @@ +=={{int:filedesc}}== +{{Information +|description={{en|1=Symbol for an royal knight for chess articles.}} +|date=2017-04-02 +|source={{own}} +|author={{U|CheChe}} +|permission= +|other versions= +|other fields={{Igen|U|+|s=}} +}} + +=={{int:license-header}}== +{{self|cc-zero}} + +[[Category:Chess variants with nonstandard pieces]] +[[Category:Fairy chess]] \ No newline at end of file diff --git a/library/wikimedia/chess-w-knight-king.download-log b/library/wikimedia/chess-w-knight-king.download-log new file mode 100644 index 00000000..7998c18c --- /dev/null +++ b/library/wikimedia/chess-w-knight-king.download-log @@ -0,0 +1,3 @@ + +2020-09-26 18:00:47 UTC: downloaded into library/wikimedia/chess-w-knight-king.wikitext from https://commons.wikimedia.org/wiki/File:Chess_Cet45.svg?action=raw +2020-09-26 18:00:48 UTC: downloaded into library/wikimedia/chess-w-knight-king.svg from https://upload.wikimedia.org/wikipedia/commons/e/ea/Chess_Cet45.svg diff --git a/library/wikimedia/chess-w-knight-king.svg b/library/wikimedia/chess-w-knight-king.svg new file mode 100644 index 00000000..e6fd8530 --- /dev/null +++ b/library/wikimedia/chess-w-knight-king.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/library/wikimedia/chess-w-knight-king.wikitext b/library/wikimedia/chess-w-knight-king.wikitext new file mode 100644 index 00000000..88b87395 --- /dev/null +++ b/library/wikimedia/chess-w-knight-king.wikitext @@ -0,0 +1,16 @@ +=={{int:filedesc}}== +{{Information +|description={{en|1=Centaur chess piece.}} +|date=2017-07-23 +|source={{own}} +|author={{U|Sunny3113}} +|permission= +|other versions={{other|RoyalKnightFinish Done.svg}} +|other fields={{Igen|U|+|s=}} +}} + +=={{int:license-header}}== +{{self|cc-by-sa-4.0}} + +[[Category:Fairy chess]] +[[Category:SVG chess pieces]] \ No newline at end of file diff --git a/library/wikimedia/files.make b/library/wikimedia/files.make index 25af84af..c9a22c4c 100644 --- a/library/wikimedia/files.make +++ b/library/wikimedia/files.make @@ -115,3 +115,9 @@ library/wikimedia/chess-w-zebra.usvg: library/wikimedia/chess-w-zebra.svg librar LIBRARY_FILES += library/wikimedia/chess-b-zebra.usvg library/wikimedia/chess-b-zebra.usvg: library/wikimedia/chess-b-zebra.svg library/wikimedia/LICENCE $(LIBRARY_PROCESS_SVG) +LIBRARY_FILES += library/wikimedia/chess-w-knight-king.usvg +library/wikimedia/chess-w-knight-king.usvg: library/wikimedia/chess-w-knight-king.svg library/wikimedia/LICENCE + $(LIBRARY_PROCESS_SVG) +LIBRARY_FILES += library/wikimedia/chess-b-knight-king.usvg +library/wikimedia/chess-b-knight-king.usvg: library/wikimedia/chess-b-knight-king.svg library/wikimedia/LICENCE + $(LIBRARY_PROCESS_SVG) -- 2.30.2