चित्र:Periodic table, good SVG.svg

Page contents not supported in other languages.
विकिपीडिया से

ओरिजनल फाइल(एसवीजी फाइल, नॉमिनली 1,176 x 800 पिक्सल, फाइल के आकार: 20 KB)

ई फाइल Wikimedia Commons से बा आ अउरी प्रोजेक्ट भी एकर इस्तेमाल कर सकत बाड़ें। एकर विवरण फाइल विवरण पन्ना नीचे देखावल गइल बा।

सारांश

बिबरण
English: A by-product of File:Monoisotopic, mononuclidic, radioactive elements.svg with more classical proportions of element cells, but without information about isotopes. These Perl programs generate a good, structured SVG code and may be modified further to create more sentient images that this concrete table.

Elements:

  •    Stable
  • Radioactive:
    • natural (industrially extractable)
    •    natural, marginally
    •    synthetic (purely)
209Bi is practically stable, so it is made orange, not red.
तारीख
स्रोत आपन रचना
लेखक Incnis Mrsi
Other versions
SVG genesis
InfoField
 
The SVG code is valid.
 
This vector image was created with unknown tool.
 
 This file uses embedded text that can be easily translated using a text editor.

Source code

See File:Monoisotopic, mononuclidic, radioactive elements.svg for definition of the @elements array.

sub start_box {
  my $fill="";
  $fill=' style="fill:'.$_[2].'"' if ($_[2]);
  print "<g> <rect$fill x=\"".(16*$_[1]-15)."\" width=\"14\" y=\"".($_[0]-19)."\" height=\"18\"/> ";
};

sub make_text {
  my $cl="";
  $cl=' class="'.$_[3].'"' if ($_[3]);
  print "<text$cl x=\"".$_[0]."\" y=\"".$_[1]."\">".$_[2]."</text> ";
};

sub smart_symbol {
  make_text ($_[0], $_[1], $_[2], (length($_[2])>2)?"smallsym":"sym");
};

sub smart_number {
  my $x = $_[0] - 3;
  my $cl = "num";
  if ( $_[2] >=100 ) { $cl = "smallnum"; $x -= 3; }
  elsif ( $_[2] >=10 ) { $x -= 3; };
  make_text ($x, $_[1], $_[2], $cl);
};
  

sub print_Z {
  my $ref = $elements[$_[0]];
  return unless $ref;
  my $intro;
  my $base_y = 20 * $ref->[1];
  my $group = $ref->[2];
  if ($group == 1) { # First element in a period
    $intro = $ref->[1];
  }
  elsif (!$group) { 
    if ( $ref->[1] == 6) { # Lanthanoid
      if ($_[0] == 57) { # Lanthanum
        start_box($base_y, 3); make_text (37, $base_y-10, "*", "sym"); print "</g>";
        $intro = "* lanthanoids";
      };
      $base_y = 174;
      $group = $_[0] - 54;
    }
    elsif ( $ref->[1] == 7) { # Actinoid
      if ($_[0] == 89) { # Actinium
        start_box($base_y, 3); make_text (35, $base_y-10, "**", "sym"); print "</g>";
        $intro = "** actinoids";
      };
      $base_y = 194;
      $group = $_[0] - 86;
    }
    else { return; };
  };
  if ($intro) {
    print "\n";
    make_text (-5, $base_y-4, $intro) if ($intro);
    print "\n";
  };
  my $background = $ref->[3];
# this version is not focused on nuclides, recycling some stuff
  if ( $background =~ /\#FF00/ ) {
# we classify all unstable elements to nanural, marginally natural and unnatural in this version
    if ( $ref->[5] eq "0" ) {
      $background = '#CC00FF'; # I said: no natural isotopes
    }
    else {
      $background = (($_[0] == 90)||($_[0] == 92))?'#FF3333' # Th, U
      :'#FF33FF'; # marginally natural
    };
  }
  else {
    $background =~ s/\#..FF../\#FFFFFF/;
  };
  start_box ($base_y, $group, $background);
# no check for natural radionuclides in this version
  smart_number (16*$group-8, $base_y-5, $_[0]); # Atomic number
  smart_symbol (16*$group-13, $base_y-11, $ref->[0]); # Symbol
# no mass numbers in this version
  print "</g>\n"; # end box
};

print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\
<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\
<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" width=\"1176\" height=\"800\" viewBox=\"-5 -6 294 200\"\
 xmlns:xlink=\"http://www.w3.org/1999/xlink\">\
  <!-- see http://commons.wikimedia.org/wiki/File:Periodic_table,_good_SVG.svg for more information about the file -->
  <defs>\
    <style type=\"text/css\">\
      <![CDATA[\
	rect {stroke:#666666; stroke-width:1px; fill:none} /* for cells */\
	text {fill:#000000; font-family:sans; font-size:5px; stroke:none} /* periods and groups */\
	.sym {font-family:serif; font-size:7px}\
	.smallsym {font-family:serif; font-size:5.5px} /* Uu? */\
	.num {font-size:4px} /* up to 99 */\
	.smallnum {font-size:3px} /* 100 and greater */\
      ]]>\
    </style>\
  </defs>\n\n";

my $group;
  make_text ( 6, -1, 1);
  make_text (22, 18, 2);
for ( $group=3; $group<=12; $group++) { make_text(16*$group-10, 58, $group); };
for ($group=13; $group<=17; $group++) { make_text(16*$group-12, 18, $group); };
  make_text (276, -1, 18);

my $Z;
for ($Z=1; $Z<=119; $Z++) { print_Z ($Z); };
print "</svg>\n";

लाइसेंसिंग

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head जीएनयू फ्री डाकुमेंटेशन लाइसेंस, वर्जन 1.2 या फिर कौनो भी बाद के प्रकाशित फ्री साफ्टवेयर फाउंडेशन लाइसेंस के शर्त के तहत, एह डाकुमेंट के नकल करे, बितरण करे आ/भा बदलाव करे के परमीशन दिहल गइल बा; एह में इनवैरिएंट खंड सभ नइखे शामिल, मुखपृष्ट के पाठ नइखे शामिल, आ बैक-कभर के पाठ नइखे शामिल। लाइसेंस के एगो प्रति जीएनयू फ्री डाकुमेंटेशन लाइसेंस नाँव के खंड में दिहल गइल बा।
w:en:Creative Commons
एट्रीब्यूशन शेयर अलाइक (share alike)
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
आप फ्री बानी:
  • साझा करे खातिर – रचना के नकल करे, बाँटे आ दुसरी जगह भेजे खातिर
  • रीमिक्स करे खातिर – काम के अपनी हिसाब से बनावे खातिर
नीचे दिहल कारणन की तहत:
  • एट्रीब्यूशन – लाइसेंस के कड़ी दे के उचित श्रेय (क्रेडिट) दिहल जरूरी बा आ अगर कौनों बदलाव कइल गइल बा तब ओहू के बतावल जाए के चाहीं। आप ई काम कौनों उचित तरीका से क सकत बानी, बाकी ई न झलके के चाहीं की जेकरा लगे लाइसेंस बा ऊ राउर चाहे राउर काम के समर्थन करत बाटे या सही बतावत बा।
  • शेयर अलाइक (share alike) – अगर आप एह सामग्री के आधार बना के कुछ रिमिक्स करत बानी, रूप बदलाव करत बानी, चाहे कुछ जोड़ के सामग्री के बढ़ावत बानी, आपके आपन योगदान ठीक एही या कंपेटिबल लाइसेंस जइसन कि ओरिजनल बाटे, के तहत होखे के चाहीं।
रउआँ अपनी जरूरत के लाइसेंस बीछ सकत बानीं।

Captions

Add a one-line explanation of what this file represents
Modern Periodic Table

Items portrayed in this file

depicts अंगरेजी

creator अंगरेजी

some value

author name string अंगरेजी: Incnis Mrsi
Wikimedia username अंगरेजी: Incnis Mrsi

copyright status अंगरेजी

copyrighted अंगरेजी

inception अंगरेजी

२२ अक्टूबर 2012

source of file अंगरेजी

original creation by uploader अंगरेजी

MIME type अंगरेजी

image/svg+xml

फाइल के इतिहास

ओ समय ई फाइल कइसन लउके ई देखे खातिर कौनों तारीख/समय पर क्लिक करीं।

तारीख/समयचिप्पी रूपडाइमेंशनप्रयोगकर्ताटिप्पणी
वर्तमान16:54, 9 अक्टूबर 202016:54, 9 अक्टूबर 2020 ले के संस्करण के चिप्पी रूप।1,176 × 800 (20 KB)BurzuchiusReverted to version as of 13:09, 11 November 2018 (UTC)
14:26, 21 सितंबर 202014:26, 21 सितंबर 2020 ले के संस्करण के चिप्पी रूप।1,176 × 800 (21 KB)Once4O4Reverted to version as of 11:40, 30 November 2016 (UTC)
13:09, 11 नवंबर 201813:09, 11 नवंबर 2018 ले के संस्करण के चिप्पी रूप।1,176 × 800 (20 KB)TilmannRAm (95), Cm (96), Bk (97), and Cf (98) are purely synthetic. Uue (119) has not yet been synthesized. (Wikipedia illustration workshop request)
11:40, 30 नवंबर 201611:40, 30 नवंबर 2016 ले के संस्करण के चिप्पी रूप।1,176 × 800 (21 KB)Wiki LICIUPAC 2016/11/28 actualization: Uut>>Nh Uup>>Mc Uus>>Ts Uuo>>Og
21:51, 22 अक्टूबर 201221:51, 22 अक्टूबर 2012 ले के संस्करण के चिप्पी रूप।1,176 × 800 (21 KB)Incnis Mrsicorrected in line with w: Synthetic element
19:10, 22 अक्टूबर 201219:10, 22 अक्टूबर 2012 ले के संस्करण के चिप्पी रूप।1,176 × 784 (21 KB)Incnis Mrsi== {{int:filedesc}} == {{Information |Description ={{en|1=A by-product of File:Monoisotopic, mononuclidic, radioactive elements.svg with more classical proportions of element cells, but without information about isotopes. This concrete SVG imag...

कौनों पन्ना नइखे जवन ए फाइल के इस्तेमाल करत होखे।

बैस्विक फाइल उपयोग

नीचे दिहल अउरी विकिसभ पर एह फाइल के इस्तेमाल हो रहल बा:

मेटाडाटा