မူရင်းဖိုင်(SVG ဖိုင်, ၁၁၇၆ × ၈၀၀ pixels ကို အကြံပြုသည်, ဖိုင်အရွယ်အစား - ၂၀ KB)

အကျဉ်းချုပ်

ဖော်ပြချက်
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
 
SVG ၏ ကုဒ်သည် ခိုင်လုံသည်.
 
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";

လိုင်စင်သတ်မှတ်ခြင်း

ကျွန်ုပ်၊ ဤလုပ်ဆောင်ချက်၏ မူပိုင်ခွင့်ပိုင်ရှင်အနေဖြင့် ဤနေရာမှ အောက်ပါလိုင်စင်များအောက်တွင် ထုတ်လွှင့်ပါသည်:
GNU head ဤစာတမ်းကို GNU Free Documentation License, ဗားရှင်း ၁.၂ သို့မဟုတ် Free Software Foundation မှ ဖြန့်ချီထားသော မည်သည့်ယခင်ဗားရှင်းတစ်ခုခုအောက်တွင် Invariant Sections, Front-Cover Texts နှင့် Back-Cover Texts များမပါဝင်ဘဲ ကူးယူခြင်း၊ ဖြန့်ချီခြင်း နှင့်/သို့မဟုတ် ပြင်ဆင်ပြောင်းလဲနိုင်ရန် ခွင့်ပြုသည်။ လိုင်စင်မူပွားကို GNU Free Documentation License ခေါင်းစဉ်အောက်တွင် ထည့်သွင်းထားသည်။
w:my:Creative Commons
မှတ်ယူနိုင်ခြင်း ထပ်တူမျှဝေ
ဤဖိုင်သည် Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic နှင့် 1.0 Generic လိုင်စင်အောက်တွင် လိုင်စင်သတ်မှတ်ထားပါသည်။
သင်သည် လွတ်လပ်စွာ:
  • မျှဝေရန် – ဖန်တီးမှုကို ကူးယူရန်၊ ဖြန့်ဖြူးရန်နှင့် ထုတ်လွှင့်ရန်
  • ပြန်ရောနှောရန် – ဖန်တီးမှုကို ပြင်ဆင်ညှိနှိုင်းရန်
အောက်ပါ အခြေအနေများတွင်:
  • မှတ်ယူနိုင်ခြင်း – ပြောင်းလဲမှုများ ပြုလုပ်ခဲ့ပါက ဖန်တီးသူ သို့မဟုတ် လိုင်စင်ရှိသူမှ သတ်မှတ်သော အမျိုးအစားကို လိုက်နာရမည် (ဆိုလိုသည်မှာ သင့်အား သို့မဟုတ် သင့်ဖန်တီးမှုတွင် အသုံးပြုခြင်းအား ထောက်ခံချက်ပေးသည်ဟု မဆိုလိုပါ)။
  • ထပ်တူမျှဝေ – ဤဖန်တီးမှုအား ပြင်ဆင်ခြင်း၊ ပြောင်းလဲခြင်း သို့မဟုတ် ထပ်ဆင့် ဖန်တီးခြင်း ပြုလုပ်ပါက ရရှိလာသော ဖန်တီးမှုကို ဤဖန်တီးမှုနှင့် သို့မဟုတ် ဆင်တူသော လိုင်စင်ဖြင့်သာ ဖြန့်ချိသင့်သည်။
သင်အလိုရှိရာ လိုင်စင်ကို ရွေးချယ်နိုင်ပါသည်။

ပုံစာများ

ဤဖိုင်၏ဆိုလိုရင်းကို စာတစ်ကြောင်းရှင်းလင်းချက်ဖြင့် ထည့်သွင်းရန်
Modern Periodic Table

Items portrayed in this file

depicts အင်္ဂလိပ်

၂၂ အောက်တိုဘာ 2012

MIME type အင်္ဂလိပ်

image/svg+xml

ဖိုင်မှတ်တမ်း

ဖိုင်ကို ယင်းနေ့စွဲ အတိုင်း မြင်နိုင်ရန် နေ့စွဲ/အချိန် တစ်ခုခုပေါ်တွင် ကလစ်နှိပ်ပါ။

နေ့စွဲ/အချိန်နမူနာပုံငယ်မှတ်တမ်း ဒိုင်မန်းရှင်းများအသုံးပြုသူမှတ်ချက်
ကာလပေါ် ၁၆:၅၄၊ ၉ အောက်တိုဘာ ၂၀၂၀ ၁၆:၅၄၊ ၉ အောက်တိုဘာ ၂၀၂၀ ရက်က မူအတွက် နမူနာပုံငယ်၁၁၇၆ × ၈၀၀ (၂၀ KB)BurzuchiusReverted to version as of 13:09, 11 November 2018 (UTC)
၁၄:၂၆၊ ၂၁ စက်တင်ဘာ ၂၀၂၀ ၁၄:၂၆၊ ၂၁ စက်တင်ဘာ ၂၀၂၀ ရက်က မူအတွက် နမူနာပုံငယ်၁၁၇၆ × ၈၀၀ (၂၁ KB)Once4O4Reverted to version as of 11:40, 30 November 2016 (UTC)
၁၃:၀၉၊ ၁၁ နိုဝင်ဘာ ၂၀၁၈ ၁၃:၀၉၊ ၁၁ နိုဝင်ဘာ ၂၀၁၈ ရက်က မူအတွက် နမူနာပုံငယ်၁၁၇၆ × ၈၀၀ (၂၀ KB)TilmannRAm (95), Cm (96), Bk (97), and Cf (98) are purely synthetic. Uue (119) has not yet been synthesized. (Wikipedia illustration workshop request)
၁၁:၄၀၊ ၃၀ နိုဝင်ဘာ ၂၀၁၆ ၁၁:၄၀၊ ၃၀ နိုဝင်ဘာ ၂၀၁၆ ရက်က မူအတွက် နမူနာပုံငယ်၁၁၇၆ × ၈၀၀ (၂၁ KB)Wiki LICIUPAC 2016/11/28 actualization: Uut>>Nh Uup>>Mc Uus>>Ts Uuo>>Og
၂၁:၅၁၊ ၂၂ အောက်တိုဘာ ၂၀၁၂ ၂၁:၅၁၊ ၂၂ အောက်တိုဘာ ၂၀၁၂ ရက်က မူအတွက် နမူနာပုံငယ်၁၁၇၆ × ၈၀၀ (၂၁ KB)Incnis Mrsicorrected in line with w: Synthetic element
၁၉:၁၀၊ ၂၂ အောက်တိုဘာ ၂၀၁၂ ၁၉:၁၀၊ ၂၂ အောက်တိုဘာ ၂၀၁၂ ရက်က မူအတွက် နမူနာပုံငယ်၁၁၇၆ × ၇၈၄ (၂၁ 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...

အောက်ပါ စာမျက်နှာ သည် ဤဖိုင်ကို အသုံးပြုထားသည်:

ဂလိုဘယ် ဖိုင်သုံးစွဲမှု

အောက်ပါ အခြားဝီကီများတွင် ဤဖိုင်ကို အသုံးပြုထားသည်-

မီတာဒေတာ