මුල් ගොනුව(SVG ගොනුව, නාමමාත්‍රිකව 1,176 × 800 පික්සල්, ගොනු විශාලත්වය: 20 කි.බ.)

මෙම ගොනුව 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
අනෙකුත් අනුවාදයන්
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, මෙම කාර්යයේ ප්‍රකාශන අයිතිය දරන්නා,පහත බලපත්‍රය යටතේ එය ප්‍රකාශයට පත් කරනු ලබයි:
GNU head Free Software Foundation විසින් ප්‍රකාශිත GNU Free Documentation License බලපත්‍රයෙහි 1.2 හෝ ඊට අලුත් පිටපත්වල කොන්දේසිවලට යටත්ව මෙම ගොනුව පිටපත් කෙරුමට, නැවත බෙදාහාරුමට සහ/හෝ වෙනස් කෙරුමට අවසර දී ඇත; ඒ වෙනස් අංශ නොමැතිව, මුල් පිටු පෙළ නොමැතිව, පසු පිටු පෙළ නොමැතිවය. බලපත්‍රයේ පිටපතක් GNU Free Documentation License නම් අංශයේ දැක්වේ.
w:en:Creative Commons
attribution share alike
මෙම ගොනුව Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic සහ 1.0 Generic යටතේ ලියාපදිංචි කර ඇත.
ඔබ නිදහස්:
  • බෙදාහදා ගැනීමට – කාර්යය පිටපත් කිරීමට,බෙදා හැරීමට සහ සම්ප්‍රේෂණය කිරීමට
  • නැවත සංකලනය කිරීමට – කාර්යයට අනුවර්තනය වීමට
පහත කොන්දේසිවලට යටත්ව:
  • attribution – වරපත වෙත බැඳියක්ද සපයමින් ඔබ විසින් සුදුසු කර්තෘභාරය ප්‍රදානය කල යුතු අතර, කිසියම් වෙනස්වීම් සිදුකලේ නම් එයද සඳහන් කල යුතු වෙයි. ඕනෑම සුදුසු ආකාරයට මෙය ඔබ විසින් සිදුකල හැකි මුත්, වරපත්දායකයා විසින් ඔබ හෝ ඔබගේ භාවිතය හෝ පිටසන් කරන බවට ඇඟවෙන ලෙසින් එය සිදු නොකල යුතු වෙයි.
  • share alike – මෙම විෂය කාරණා භාවිතා කොට නැවත සංකලනය, ප්‍රතියෝජනය හෝ වැඩිදියුණුව කලේ නම්, ඉන්පසු ඔබගේ දායකත්වය ඔබ විසින් බෙදාහැරිය යුත්තේ මුල් වරපත හා සමාන ‌හෝ සංගතික හෝ වරපතක් භාවිතා කරමිනි.
ඔබට අභිමත වරපත තෝරාගත හැක.

Captions

මෙම ගොනුව නිරූපණය කරන්නෙඑ කුමක්දැයි තනි පේළියේ පැහැදිළි කිරීමක් එක් කරන්න.
Modern Periodic Table

Items portrayed in this file

depicts ඉංග්‍රීසි

some value

author name string ඉංග්‍රීසි: Incnis Mrsi
Wikimedia username ඉංග්‍රීසි: Incnis Mrsi

copyright status ඉංග්‍රීසි

copyrighted ඉංග්‍රීසි

inception ඉංග්‍රීසි

22 ඔක්තෝබර් 2012

source of file ඉංග්‍රීසි

original creation by uploader ඉංග්‍රීසි

media type ඉංග්‍රීසි

image/svg+xml

ගොනු ඉතිහාසය

එම අවස්ථාවෙහිදී ගොනුව පැවැති ආකාරය නැරඹීමට දිනය/වේලාව මත ක්ලික් කරන්න.

දිනය/වේලාවකුඩා-රූපයමානපරිශීලකපරිකථනය
වත්මන්16:54, 9 ඔක්තෝබර් 2020 16:54, 9 ඔක්තෝබර් 2020වන විට අනුවාදය සඳහා කුඩා-රූපය1,176 × 800 (20 කි.බ.)BurzuchiusReverted to version as of 13:09, 11 November 2018 (UTC)
14:26, 21 සැප්තැම්බර් 2020 14:26, 21 සැප්තැම්බර් 2020වන විට අනුවාදය සඳහා කුඩා-රූපය1,176 × 800 (21 කි.බ.)Once4O4Reverted to version as of 11:40, 30 November 2016 (UTC)
13:09, 11 නොවැම්බර් 2018 13:09, 11 නොවැම්බර් 2018වන විට අනුවාදය සඳහා කුඩා-රූපය1,176 × 800 (20 කි.බ.)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 නොවැම්බර් 2016 11:40, 30 නොවැම්බර් 2016වන විට අනුවාදය සඳහා කුඩා-රූපය1,176 × 800 (21 කි.බ.)Wiki LICIUPAC 2016/11/28 actualization: Uut>>Nh Uup>>Mc Uus>>Ts Uuo>>Og
21:51, 22 ඔක්තෝබර් 2012 21:51, 22 ඔක්තෝබර් 2012වන විට අනුවාදය සඳහා කුඩා-රූපය1,176 × 800 (21 කි.බ.)Incnis Mrsicorrected in line with w: Synthetic element
19:10, 22 ඔක්තෝබර් 2012 19:10, 22 ඔක්තෝබර් 2012වන විට අනුවාදය සඳහා කුඩා-රූපය1,176 × 784 (21 කි.බ.)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...

මෙම ගොනුව භාවිතා කරන නිසිදු පිටුවක් නොමැත.

ගෝලීය ගොනු භාවිතය

පහත දැක්වෙන අනෙකුත් විකියන් මගින් මෙම ගොනුව භාවිතා කරයි:

පාරදත්ත

"https://si.wikipedia.org/wiki/ගොනුව:Periodic_table,_good_SVG.svg" වෙතින් සම්ප්‍රවේශනය කෙරිණි