User talk:Pastorius

Babel user information
cs-N Tento uživatel je rodilý mluvčí češtiny.
de-1 Dieser Benutzer beherrscht Deutsch auf grundlegendem Niveau.
en-2 This user has intermediate knowledge of English.
sk-2 Tento používateľ má stredné znalosti slovenčiny.
Users by language

SVG Chart

Mark and copy the following text. Paste it into a plain text file. The text file should have an svg extension, for example mychart.svg.

You can check the result with Toolforge tool SVGCheck (upload file temporarily), in W3Schools Tryit Editor (insert source code) or in Commons with File:Test.svg (upload as new file revision).

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Generator: wikimedia.svg.chart, 2013-08-28 -->
<!-- modify viewBox (x,y,dx,dy) for position (x,y) and size (dx,dy) -->
<svg id="head"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="1.1"     
  viewBox="-4.75,-15.9,30.55,20.4"      
  width="750" height="500"
  font-family="Helvetica, Arial, Liberation Sans"
>

<!-- also a workaround for librsvg: a <rect> must be placed somewhere before text for a good display of text -->
<rect id="imagebackground" x="-4.75" y="-15.9" width="30.55" height="20.4" stroke-width="0.03" stroke="none" fill="white"/>

<title>plain text svg graphic</title>
<desc>   
  This svg graphic is to edit with an text editor.
  Please do not overwrite this file by saving with an image editor.
</desc>

<style id='styles' type='text/css'> <![CDATA[
  .graphgeneral {         /*-- general look of graphs and markers, e.g. in legend --*/
    stroke-width:    0.175;
    fill:            none;
    stroke-linejoin: round;
    stroke-linecap:  round;
  }
  .graphgeneralstretch {  /*-- general look of graphs and markers on a stretched chart --*/ 
    stroke-width:    0.175;
    fill:            none;
    stroke-linejoin: round;
    stroke-linecap:  round;
  } 
.graph1lineblank { /*-- look of graph 1 --*/ stroke: rgb(00%, 00%, 60%); } .graph1line { stroke: rgb(00%, 00%, 60%); }
.graph2lineblank { /*-- look of graph 2 --*/ stroke: rgb(75%, 10%, 10%); } .graph2line { stroke: rgb(75%, 10%, 10%); }
.graph3lineblank { /*-- look of graph 3 --*/ stroke: rgb(00%, 60%, 00%); } .graph3line { stroke: rgb(00%, 60%, 00%); }
.graph4lineblank { /*-- look of graph 4 --*/ stroke: rgb(00%, 60%, 60%); } .graph4line { stroke: rgb(00%, 60%, 60%); }
.graph5lineblank { /*-- look of graph 5 --*/ stroke: rgb(60%, 00%, 60%); } .graph5line { stroke: rgb(60%, 00%, 60%); }
.graph6lineblank { /*-- look of graph 6 --*/ stroke: rgb(60%, 60%, 00%); } .graph6line { stroke: rgb(60%, 60%, 00%); }
.graph7lineblank { /*-- look of graph 7 --*/ stroke: rgb(00%, 00%, 30%); } .graph7line { stroke: rgb(00%, 00%, 30%); }
.graph8lineblank { /*-- look of graph 8 --*/ stroke: rgb(00%, 30%, 00%); } .graph8line { stroke: rgb(00%, 30%, 00%); } .axisline { stroke: black; stroke-width: 0.088; stroke-linecap: round; } .titletext { font-size: 1.65px; } .axistext-x { font-size: 1.5px; } .axistext-x-number { font-size: 1.5px; } .axistext-y { font-size: 1.5px; } .axismark-main { stroke: black; stroke-width: 0.061; } .axismark-second { stroke: black; stroke-width: 0.061; }
.gridline { stroke: black; stroke-width: 0.044; } ]]></style> <defs> <!--== axis dashes definitions ==--> <!-- x-axis mark, modify "height" --> <pattern id="x-axismark-main" x="0" width="10" height="0.4" patternUnits="userSpaceOnUse"> <line x1="0" y1="-1" x2="0" y2="0.4" class="axismark-main"/> </pattern>

<!-- x-axis gridline vertical, modify "width" --> <pattern id="x-gridline" height="30" width="5" patternUnits="userSpaceOnUse"> <line x1="0" x2="0" y1="0" y2="30" class="gridline"/> </pattern>

<!-- y-axis gridline horizontal, modify "height" --> <pattern id="y-gridline" width="50" height="5" patternUnits="userSpaceOnUse"> <line x1="0" x2="50" y1="0" y2="0" class="gridline"/> </pattern> <!-- y-axis mark, modify "width" --> <pattern id="y-axismark-main" width="0.4" height="10" patternUnits="userSpaceOnUse"> <line x1="-1" y1="0" x2="0.4" y2="0" class="axismark-main"/> </pattern> <!-- y-axis2 mark, modify "width" --> <pattern id="y-axis2mark-main" width="0.2" height="10" patternUnits="userSpaceOnUse"> <line x1="-1" y1="0" x2="11" y2="0" class="axismark-main"/> </pattern> </defs> <g transform="scale(1, -1)">
<rect id="x-gridline-area" x="0.3" y="0" width="25.5" height="15" fill="url(#x-gridline)"/>
<rect id="y-gridline-area" x="0" y="0.3" width="25" height="15.3" fill="url(#y-gridline)"/> <!-- x axis, modify "x2" and "width" --> <rect id="x-axismark" x="-0.1" y="-0.4" width="25.5" height="0.35" fill="url(#x-axismark-main)"/> <line id="x-axis" x1="0" y1="0" x2="25" y2="0" class="axisline"/> <!-- y axis, modify "height" --> <rect id="y-axismark" x="-0.35" y="-0.1" width="0.35" height="16" fill="url(#y-axismark-main)"/> <line id="y-axis" x1="0" y1="0" x2="0" y2="15" class="axisline"/> </g> <!-- x axis text, modify each value --> <g id="axistext-x" class="axistext-x-number" transform="translate(0, 2)" text-anchor="middle">   <text x=  "0"> <tspan dy="-0.41px"/>1990</text>   <text x= "10"> <tspan dy="-0.41px"/>2000</text>   <text x= "20"> <tspan dy="-0.41px"/>2010</text> <text id="title-x" class="axistext-x" x="12.5" y="2" > <tspan dy="-0.41px"/>Year</text> </g> <!-- y axis text, modify each value --> <g id="axistext-y" class="axistext-y" text-anchor="end" transform="translate(-0.8, 0.4)">   <text y=  "-0"> <tspan dy="-0.41px"/>5</text>   <text y= "-10"> <tspan dy="-0.41px"/>15</text> <text id="title-y" x="7.5" y="-2.7" transform="rotate(-90)" text-anchor="middle" > <tspan dy="-0.41px"/>Index</text> </g> <!--====== graph data with origin values, you can manually copy or attach the values here ======--> <!-- modify displacement "translate" --> <defs> <g id="graphs"> </g> <g id="graph1"> <!-- graph 1 --> <polyline id="graph1-line" stroke-width="0.175" points=" 1990 6.16 2000 10.72 2005 11.15 2012 17.29 "/> </g> </defs> <g class="graphgeneralstretch" transform="scale(1, -1) translate(-1990, -5)">
  <!-- graph 1 --> <use id="graphuse1-1" transform="translate(0, 0)" class="graph1line" xlink:href="#graph1"/> </g> </svg>

File:LeRustique.jpg

File:LeRustique.jpg has been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated page should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

🎂CAKE🎂 00:22, 23 January 2015 (UTC)

Majitelev

Zdravím. Dejte si pozor na editace účtu Majitelev – . --Vlout (talk) 18:43, 28 May 2017 (UTC)

File:RadegastTemneHorky.jpg

File:RadegastTemneHorky.jpg has been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated page should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Taivo (talk) 09:57, 15 August 2017 (UTC)

File:HarryPotterBooks.jpg

File:HarryPotterBooks.jpg has been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated page should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Дима Г (talk) 07:03, 22 April 2018 (UTC)

Notification about possible deletion

Some contents have been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated contents should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created these pages, please note that the fact that they have been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with them, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Affected:


Yours sincerely, Arthur Crbz (talk) 15:17, 22 January 2019 (UTC)

File:Kříž před kostelem ve Svatém Janu pod Skalou.jpg

File:Kříž před kostelem ve Svatém Janu pod Skalou.jpg has been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated page should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Pastorius (talk) 11:15, 13 October 2019 (UTC)

File:Kříž před kostelem ve Svatém Janu pod Skalou.jpg

File:Kříž před kostelem ve Svatém Janu pod Skalou.jpg has been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated page should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Pastorius (talk) 11:15, 13 October 2019 (UTC)

Notification about possible deletion

Some contents have been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated contents should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created these pages, please note that the fact that they have been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with them, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Affected:

And also:

Yours sincerely, Wcam (talk) 17:38, 12 June 2020 (UTC)

Přihlaste své fotky do Czech Wiki Photo 2020!

Czech Wiki Photo
Czech Wiki Photo

Milí fotografové a editoři projektů Wikimedia,

každý rok společně nahrajete na Commons tisíce svobodných fotografií. Chceme vám všem poděkovat a také vás ocenit. Vyberte ty nejlepší z vašich fotek a přihlaste je do 30. 10. 2020 do soutěže Czech Wiki Photo 2020! Soutěž je otevřená i úplným nováčkům. Autoři tří nejlepších fotek si odnesou vouchery do Foto Škoda a speciální wiki-odznaky. Přihlášené fotky bude hodnotit i Honza Rybář, držitel Czech Press Photo.

Baví vás focení pro Commons i mimo soutěže? Staňte se fotografem Wikimedie, půjčujeme fototechniku a proplácíme cesty - více na Fotíme Česko.

Těšíme se na vaše snímky!
Za spolek Wikimedia Česká republika
Jakub Holzer
jakub.holzer@wikimedia.cz -- MediaWiki message delivery (talk) 11:06, 24 October 2020 (UTC)

File:Prachatická.jpg

File:Prachatická.jpg has been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated page should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Pastorius (talk) 10:19, 31 July 2022 (UTC)

File:Prachatická.jpg

 Jeff G. please ping or talk to me 13:08, 31 July 2022 (UTC)

File tagging File:Kapalina.webp

العربية  беларуская беларуская (тарашкевіца)  ပအိုဝ်ႏဘာႏသာႏ  বাংলা  català  čeština  dansk  Deutsch  Deutsch (Sie-Form)  Ελληνικά  English  español  euskara  فارسی  suomi  français  galego  עברית  हिन्दी hrvatski  magyar  հայերեն  italiano  日本語  ಕನ್ನಡ  한국어  lietuvių  latviešu  македонски  മലയാളം  मराठी  မြန်မာဘာသာ  norsk bokmål  Plattdüütsch  Nederlands  norsk  polski  português  română  русский  sicilianu  slovenčina  slovenščina  српски / srpski  svenska  ไทย  Türkçe  українська  اردو  Tiếng Việt  中文(简体)  中文(繁體)  +/−
Warning sign
This media was probably deleted.
Thanks for uploading File:Kapalina.webp. This media is missing permission information. A source is given, but there is no proof that the author or copyright holder agreed to license the file under the given license. Please provide a link to an appropriate webpage with license information, or ask the author or copyright holder to send an email with copy of a written permission to VRT (permissions-commons@wikimedia.org). You may still be required to go through this procedure even if you are the author yourself; please see Commons:But it's my own work! for more details. After you emailed permission, you may replace the {{No permission since}} tag with {{subst:PP}} on file description page. Alternatively, you may click on "Challenge speedy deletion" below the tag if you wish to provide an argument why evidence of permission is not necessary in this case.

Please see this page for more information on how to confirm permission, or if you would like to understand why we ask for permission when uploading work that is not your own, or work which has been previously published (regardless of whether it is your own).

The file probably has been deleted. If you sent a permission, try to send it again after 14 days. Do not re-upload. When the VRT-member processes your mail, the file can be undeleted. Additionally you can request undeletion here, providing a link to the File-page on Commons where it was uploaded ([[:File:Kapalina.webp]]) and the above demanded information in your request.

User who nominated the file for deletion (Nominator) : Gampe.

I'm a computer program; please don't ask me questions but ask the user who nominated your file(s) for deletion or at our Help Desk. //Deletion Notification Bot 2 (talk) 12:02, 19 January 2025 (UTC)

File:Dýmák.png

File:Dýmák.png has been nominated for deletion at

This is a deletion request for the community to discuss whether the nominated page should be kept or deleted. Please voice your opinion in the linked request above. Thank you very much!

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and if appropriate contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Dronebogus (talk) 12:02, 20 March 2026 (UTC)

Category:Pages using duplicate arguments in template calls Category:User cs Category:User cs-N Category:User de Category:User de-1 Category:User en Category:User en-2 Category:User sk Category:User sk-2