fbpx
วิกิพีเดีย

Lua-Logo

ดูภาพที่มีความละเอียดสูงกว่า((ไฟล์ SVG, 947 × 947 พิกเซล, ขนาดไฟล์: 2 กิโลไบต์))

รูปภาพหรือไฟล์เสียงนี้ ต้นฉบับอยู่ที่ คอมมอนส์ รายละเอียดด้านล่าง เป็นข้อความที่แสดงผลจาก ไฟล์ต้นฉบับในคอมมอนส์
คอมมอนส์เป็นเว็บไซต์ในโครงการสำหรับเก็บรวบรวมสื่อเสรี ที่ คุณสามารถช่วยได้

ความย่อ

คำอธิบาย
English: Logo from the programming language Lua
Deutsch: Logo der Scriptsprache Lua
วันที่
แหล่งที่มา

http://www.lua.org/images/

English: svg from PostScript Source (see below) created from Lumu
Deutsch: svg aus dem PostScript-Quelltext (siehe unten) erzeugt von Lumu
ผู้สร้างสรรค์
English: Alexandre Nakonechnyj (Graphic design) and Lua team (PostScript code)
Deutsch: Alexandre Nakonechnyj (Grafik-Design) und Lua-Team (PostScript-Code)
SVG genesis
InfoField
 
ซอร์สโค้ดของ SVG นี้ตรวจสอบถูกต้องแล้ว
 
ไฟล์ภาพกราฟิกส์เวกเตอร์นี้ สร้างขึ้นโดยใช้ Adobe Illustrator

การอนุญาตใช้สิทธิ

ภาพหรือสื่อข้างต้นนี้ ประกอบด้วยภาพหรือสื่อที่ถูกบัญญัติให้เป็นเครื่องหมายการค้า ในหลายเขตอำนาจศาล ฉะนั้นก่อนใช้งานสื่อนี้ โปรดแน่ใจว่าท่านได้ศึกษาข้อกฎหมายที่เกี่ยวข้องกับเครื่องหมายการค้าให้เข้าใจ หากท่านได้ปลอมแปลงหรือกระทำการอื่นใดที่เป็นการละเมิดสิทธิ์ในเครื่องหมายการค้า ท่านจะมีความรับผิดทางกฎหมายแต่เพียงผู้เดียว สำหรับรายละเอียดเพิ่มเติม ดูที่ คำปฏิเสธความรับผิดทางกฎหมาย การใช้ภาพในหน้านี้ไม่ได้รับรองโดยลิขสิทธิ์ GFDL หรือ CC-BY-SA 3.0 และมิได้หมายความว่าได้รับการรับรองโดยองค์กรของวิกิพีเดียหรือมูลนิธิวิกิมีเดีย หรือในทำนองเดียวกัน
ป้ายนี้มิใช่ป้ายแสดงสถานะลิขสิทธิ์ ดังนั้นการระบุสถานะลิขสิทธิ์จึงต้องกระทำแยกต่างหาก ดูที่ Commons:Lincensing

PostScript source

%!PS-Adobe-2.0 EPSF-2.0 %%Title: Lua-Logo %%Creator: lua@tecgraf.puc-rio.br %%CreationDate: Wed Nov 29 19:02:41 EDT 2000 %%BoundingBox: -45 0 1035 1080 %%Pages: 1 %%EndComments %%EndProlog %------------------------------------------------------------------------------ % Graphic design by Alexandre Nakonechnyj. % PostScript programming by the Lua team. % This code is hereby placed in the public domain. % % Permission is hereby granted, without written agreement and without license % or royalty fees, to use, copy, and distribute this logo for any purpose, % including commercial applications, subject to the following conditions: % % * The origin of this logo must not be misrepresented; you must not % claim that you drew the original logo. We recommend that you give credit % to the graphics designer in all printed matter that includes the logo. % % * The only modification you can make is to adapt the orbiting text to % your product name. % % * The logo can be used in any scale as long as the relative proportions % of its elements are maintained. %------------------------------------------------------------------------------ /PLANETCOLOR {0 0 0.5 setrgbcolor} bind def /HOLECOLOR {1.0 setgray} bind def /ORBITCOLOR {0.5 setgray} bind def /LOGOFONT {/Helvetica 0.90} def /LABELFONT {/Helvetica 0.36} def %------------------------------------------------------------------------------ /MOONCOLOR {PLANETCOLOR} bind def /LOGOCOLOR {HOLECOLOR} bind def /LABELCOLOR {ORBITCOLOR} bind def /LABELANGLE 125 def /LOGO (Lua) def /DASHANGLE 10 def /HALFDASHANGLE DASHANGLE 2 div def % moon radius. planet radius is 1. /r 1 2 sqrt 2 div sub def /D {0 360 arc fill} bind def /F {exch findfont exch scalefont setfont} bind def % place it nicely on the paper /RESOLUTION 1024 def RESOLUTION 2 div dup translate RESOLUTION 2 div 2 sqrt div dup scale %-------------------------------------------------------------------- planet -- PLANETCOLOR 0 0 1 D %---------------------------------------------------------------------- hole -- HOLECOLOR 1 2 r mul sub dup r D %---------------------------------------------------------------------- moon -- MOONCOLOR 1 1 r D %---------------------------------------------------------------------- logo -- LOGOCOLOR LOGOFONT F LOGO stringwidth pop 2 div neg -0.5 moveto LOGO show %--------------------------------------------------------------------- orbit -- ORBITCOLOR 0.03 setlinewidth [1 r add 3.1415926535 180 div HALFDASHANGLE mul mul] 0 setdash newpath 0 0 1 r add 3 copy 27 57 arcn stroke %----------------------------------------------------------------- copyright -- /COPYRIGHT (Graphic design by A. Nakonechnyj. Copyright (c) 1998, All rights reserved.) def LABELCOLOR LOGOFONT 32 div F 2 sqrt 0.99 mul dup neg moveto COPYRIGHT 90 rotate %show %---------------------------------------------------------------------- done -- showpage %%Trailer %%EOF 

บันทึกการอัพโหลด

นำเข้าจาก de.wikipedia มายังคอมมอนส์ โดย Wdwdbot โดยใช้ script bot_filetrans.pl

The original description page was here. All following user names refer to de.wikipedia.
  • 2010-08-19 09:08:32 Lumu (2085 Bytes) {{Information |Beschreibung = Logo der Scriptsprache [[Lua]] |Quelle = http://www.lua.org/images/<br />svg aus dem PostScript-Quelltext (siehe unten) erzeugt von [[Benutzer:Lumu|Lumu]] |Urheber = Alexandre Nakonechnyj (Grafik-Design) und Lua-Team (PostScript-Code)

คำบรรยายโดยย่อ

เพิ่มคำบรรยายทรรทัดเดียวเพื่อขยายความว่าไฟล์นี้มีอะไร
Logo for the programming language Lua

ไอเทมที่แสดงอยู่ในไฟล์นี้

ประกอบด้วย

วันที่สร้าง/วันก่อตั้ง

29 พฤศจิกายน 2000

MIME type อังกฤษ

image/svg+xml

ประวัติไฟล์

คลิกวันที่/เวลาเพื่อดูไฟล์ที่ปรากฏในขณะนั้น

วันที่/เวลารูปย่อขนาดผู้ใช้ความเห็น
ปัจจุบัน09:49, 7 มกราคม 2558947 × 947 (2 กิโลไบต์)WdwdbotBot Move: Original uploader of this revision (#1) was Lumu at de.wikipedia

มีหน้าที่ใช้ไฟล์นี้มากกว่า 100 หน้า รายการต่อไปนี้แสดงหน้าที่ใช้ไฟล์นี้ 100 หน้าแรกเท่านั้น มีรายการเต็ม

ดูการเชื่อมโยงมายังไฟล์นี้เพิ่มเติม

การใช้ไฟล์ส่วนกลาง

วิกิอื่นต่อไปนี้ใช้ไฟล์นี้:

  • Sjabloon:Nuus
  • Sjabloon:Dokumentasie
  • Sjabloon:Dokumentasie/doc
  • Sjabloon:NUMBEROF
  • Sjabloon:NUMBEROF/doc
  • Sjabloon:Dokumentasie/sandbox
  • Sjabloon:Wikipedia volgens grootte
  • Sjabloon:Wikipedia volgens grootte/doc
  • Sjabloon:Dokumentasie/sandput
  • Sjabloon:Dokumentasie/toetsgevalle
  • Sjabloon:Lua
  • Wikipedia:Lua
  • Sjabloon:Aanhaling boek
  • Sjabloon:Aanhaling boek/sandput
  • Sjabloon:Aanhalingstyldokumentasie
  • Sjabloon:Aanhalingstyldokumentasie/doc
  • Sjabloon:Aanhalingstyldokumentasie/lua
  • Sjabloon:Aanhaling boek/doc
  • Sjabloon:Inligtingskas honderas
  • Sjabloon:Inligtingskas honderas/doc
  • Sjabloon:Gesagbeheer/doc
  • Sjabloon:Inhoudsopgawe vir groot kategorie
  • Sjabloon:Inhoudsopgawe vir groot kategorie/doc
  • Sjabloon:Nuus/doc
  • Sjabloon:Str sub oud
  • Sjabloon:Str sub oud/doc
  • Sjabloon:Inligtingskas liedjie
  • Sjabloon:Inligtingskas liedjie/doc
  • Sjabloon:Inligtingskas Pad
  • Sjabloon:Inligtingskas Pad/doc
  • Sjabloon:Cite OV
  • Sjabloon:Cite OV/doc
  • Sjabloon:Cite web/doc
  • Gebruiker:K175/Inligtingskas persoon
  • Gebruiker:K175/Inligtingskas persoon/doc
  • Module:NUMBEROF
  • Module:NUMBEROF/doc
  • Sjabloon:Ordelys
  • Sjabloon:Ordelys/doc
  • Ӱлекер:МестоПоНаселениюРегионы
  • قالب:صندوق معلومات لغة
  • قالب:سنة
  • قالب:معلومات نزاع عسكري
  • قالب:صندوق معلومات مدينة
  • قالب:صندوق معلومات كائن
  • قالب:بطاقة عملة
  • ดูการใช้ทั่วโลกเพิ่มเติมของไฟล์นี้

    ข้อมูลเกี่ยวกับภาพ

    ไฟล, logo, ไฟล, ประว, ไฟล, หน, าท, ภาพน, การใช, ไฟล, วนกลาง, อม, ลเก, ยวก, บภาพขนาดของต, วอย, าง, ของไฟล, กเซล, ความละเอ, ยดอ, กเซล, กเซล, กเซล, กเซล, กเซล, กเซล, ภาพท, ความละเอ, ยดส, งกว, 8206, ไฟล, กเซล, ขนาดไฟล, โลไบต, ปภาพหร, อไฟล, เส, ยงน, นฉบ, บอย, คอมมอ. ifl prawtiifl hnathimiphaphni karichiflswnklang khxmulekiywkbphaphkhnadkhxngtwxyang PNG nikhxngifl SVG ni 600 600 phikesl khwamlaexiydxun 240 240 phikesl 480 480 phikesl 768 768 phikesl 1 024 1 024 phikesl 2 048 2 048 phikesl 947 947 phikesl duphaphthimikhwamlaexiydsungkwa 8206 ifl SVG 947 947 phikesl khnadifl 2 kiolibt rupphaphhruxiflesiyngni tnchbbxyuthi khxmmxns raylaexiyddanlang epnkhxkhwamthiaesdngphlcak ifltnchbbinkhxmmxns khxmmxnsepnewbistinokhrngkarsahrbekbrwbrwmsuxesri thi khunsamarthchwyid enuxha 1 khwamyx 2 karxnuyatichsiththi 3 PostScript source 4 bnthukkarxphohld khwamyx khaxthibayLua Logo svg English Logo from the programming language Lua Deutsch Logo der Scriptsprache Luawnthi 29 phvscikayn ph s 2543aehlngthima http www lua org images English svg from PostScript Source see below created from Lumu Deutsch svg aus dem PostScript Quelltext siehe unten erzeugt von Lumuphusrangsrrkh English Alexandre Nakonechnyj Graphic design and Lua team PostScript code Deutsch Alexandre Nakonechnyj Grafik Design und Lua Team PostScript Code SVG genesisInfoField sxrsokhdkhxng SVG nitrwcsxbthuktxngaelw iflphaphkrafiksewketxrni srangkhunodyich Adobe Illustrator karxnuyatichsiththi Public domain Public domain false falsephaphhruxkhxkhwamthiprakdinphaphniepn satharnsmbti enuxngcakphaphhruxkhxkhwamdngklawprakxbipdwyrupthrngerkhakhnitxyangngay hruxepnephiyngkhxkhwamthrrmda sungimkxihekidkhwamepnecakhxngsiththiinthanglikhsiththiaetxyangid xyangirkdikarichphaphdngklawxacthukcakdodykhxcakdxun nxkehnuxcakkhxcakddanlikhsiththi duraylaexiydephimetimthi WP PD Fonts aela Template talk PD textlogophaphhruxsuxkhangtnni prakxbdwyphaphhruxsuxthithukbyytiihepnekhruxnghmaykarkha inhlayekhtxanacsal channkxnichngansuxni oprdaenicwathanidsuksakhxkdhmaythiekiywkhxngkbekhruxnghmaykarkhaihekhaic hakthanidplxmaeplnghruxkrathakarxunidthiepnkarlaemidsiththiinekhruxnghmaykarkha thancamikhwamrbphidthangkdhmayaetephiyngphuediyw sahrbraylaexiydephimetim duthi khaptiesthkhwamrbphidthangkdhmay karichphaphinhnaniimidrbrxngodylikhsiththi GFDL hrux CC BY SA 3 0 aelamiidhmaykhwamwaidrbkarrbrxngodyxngkhkrkhxngwikiphiediyhruxmulnithiwikimiediy hruxinthanxngediywknpaynimiichpayaesdngsthanalikhsiththi dngnnkarrabusthanalikhsiththicungtxngkrathaaeyktanghak duthi Commons LincensingPostScript source PS Adobe 2 0 EPSF 2 0 Title Lua Logo Creator lua tecgraf puc rio br CreationDate Wed Nov 29 19 02 41 EDT 2000 BoundingBox 45 0 1035 1080 Pages 1 EndComments EndProlog Graphic design by Alexandre Nakonechnyj PostScript programming by the Lua team This code is hereby placed in the public domain Permission is hereby granted without written agreement and without license or royalty fees to use copy and distribute this logo for any purpose including commercial applications subject to the following conditions The origin of this logo must not be misrepresented you must not claim that you drew the original logo We recommend that you give credit to the graphics designer in all printed matter that includes the logo The only modification you can make is to adapt the orbiting text to your product name The logo can be used in any scale as long as the relative proportions of its elements are maintained PLANETCOLOR 0 0 0 5 setrgbcolor bind def HOLECOLOR 1 0 setgray bind def ORBITCOLOR 0 5 setgray bind def LOGOFONT Helvetica 0 90 def LABELFONT Helvetica 0 36 def MOONCOLOR PLANETCOLOR bind def LOGOCOLOR HOLECOLOR bind def LABELCOLOR ORBITCOLOR bind def LABELANGLE 125 def LOGO Lua def DASHANGLE 10 def HALFDASHANGLE DASHANGLE 2 div def moon radius planet radius is 1 r 1 2 sqrt 2 div sub def D 0 360 arc fill bind def F exch findfont exch scalefont setfont bind def place it nicely on the paper RESOLUTION 1024 def RESOLUTION 2 div dup translate RESOLUTION 2 div 2 sqrt div dup scale planet PLANETCOLOR 0 0 1 D hole HOLECOLOR 1 2 r mul sub dup r D moon MOONCOLOR 1 1 r D logo LOGOCOLOR LOGOFONT F LOGO stringwidth pop 2 div neg 0 5 moveto LOGO show orbit ORBITCOLOR 0 03 setlinewidth 1 r add 3 1415926535 180 div HALFDASHANGLE mul mul 0 setdash newpath 0 0 1 r add 3 copy 27 57 arcn stroke copyright COPYRIGHT Graphic design by A Nakonechnyj Copyright c 1998 All rights reserved def LABELCOLOR LOGOFONT 32 div F 2 sqrt 0 99 mul dup neg moveto COPYRIGHT 90 rotate show done showpage Trailer EOF bnthukkarxphohld naekhacak de wikipedia mayngkhxmmxns ody Wdwdbot odyich script bot filetrans pl The original description page was here All following user names refer to de wikipedia 2010 08 19 09 08 32 Lumu 2085 Bytes Information Beschreibung Logo der Scriptsprache Lua Quelle http www lua org images lt br gt svg aus dem PostScript Quelltext siehe unten erzeugt von Benutzer Lumu Lumu Urheber Alexandre Nakonechnyj Grafik Design und Lua Team PostScript Code khabrryayodyyxithyephimkhabrryaythrrthdediywephuxkhyaykhwamwaiflnimixairxngkvsLogo for the programming language LuaeyxrmnLogo der Scriptsprache Luaixethmthiaesdngxyuiniflniprakxbdwywnthisrang wnkxtng29 phvscikayn 2000MIME type xngkvsimage svg xml prawtiifl khlikwnthi ewlaephuxduiflthipraktinkhnann wnthi ewlarupyxkhnadphuichkhwamehn pccubn09 49 7 mkrakhm 2558947 947 2 kiolibt WdwdbotBot Move Original uploader of this revision 1 was Lumu at de wikipedia hnathimiphaphni mihnathiichiflnimakkwa 100 hna raykartxipniaesdnghnathiichiflni 100 hnaaerkethann miraykaretmaemaebb 16TeamBracket aemaebb 4TeamBracket aemaebb Age aemaebb Age doc aemaebb Ambox aemaebb Ambox doc aemaebb Anchor aemaebb Armenian aemaebb Citation aemaebb Cite book aemaebb Cite conference aemaebb Cite conference doc aemaebb Cite encyclopedia aemaebb Cite journal aemaebb Cite news aemaebb Cite press release aemaebb Cite web aemaebb Cite web doc aemaebb Collapsible list aemaebb Coord aemaebb Coord doc aemaebb Football squad end aemaebb Football squad mid aemaebb Football squad player aemaebb Football squad start aemaebb For loop aemaebb Hatnote doc aemaebb Lang aemaebb Lang en aemaebb Lang zh aemaebb Lang doc aemaebb Location map aemaebb Navbox aemaebb Precision aemaebb Precision doc aemaebb Rnd aemaebb Roman aemaebb Spaces aemaebb Spaces doc aemaebb Video game release aemaebb klxngkhxmul kraduk aemaebb klxngkhxmul klumchatiphnthu aemaebb klxngkhxmul klumchatiphnthu doc aemaebb klxngkhxmul klamenux aemaebb klxngkhxmul kaywiphakhsastr aemaebb klxngkhxmul kaywiphakhsastr doc aemaebb klxngkhxmul khayephlng aemaebb klxngkhxmul chiwprawti aemaebb klxngkhxmul twlakhr aemaebb klxngkhxmul thnn aemaebb klxngkhxmul nkdntri aemaebb klxngkhxmul nkmwy aemaebb klxngkhxmul nkekhiyn aemaebb klxngkhxmul nikhm aemaebb klxngkhxmul bristh aemaebb klxngkhxmul bristh doc aemaebb klxngkhxmul praeths aemaebb klxngkhxmul phaphyntr aemaebb klxngkhxmul phasa aemaebb klxngkhxmul phuekha aemaebb klxngkhxmul mhawithyaly aemaebb klxngkhxmul raykarothrthsn aemaebb klxngkhxmul widioxekm aemaebb klxngkhxmul silpin aemaebb klxngkhxmul silpin doc aemaebb klxngkhxmul skulengin aemaebb klxngkhxmul sthaniothrthsn aemaebb klxngkhxmul smxng aemaebb klxngkhxmul singkxsrang aemaebb klxngkhxmul hlxdnaehluxng aemaebb klxngkhxmul hlxdeluxdda aemaebb klxngkhxmul hlxdeluxdaedng aemaebb klxngkhxmul xlbm aemaebb klxngkhxmul xisriyaphrn aemaebb klxngkhxmul ephlng aemaebb klxngkhxmul ephlng doc aemaebb klxngkhxmul ephlngchati aemaebb klxngkhxmul ephlngchati doc aemaebb klxngkhxmul ewbist aemaebb klxngkhxmul esnprasath aemaebb klxngkhxmul ehtukarnthangkarbin aemaebb klxngkhxmul aenwephlng aemaebb klxngkhxmul aephndinihw aemaebb klxngkhxmul othrsphthmuxthux aemaebb klxngkhxmul orngeriyn aemaebb klxngphuich aemaebb klxngokhrngkarphinxng aemaebb khwamsung aemaebb duephim aemaebb duephimthi aemaebb twlakhrekm aemaebb taranghmakruk aemaebb nxysud aemaebb baebl aemaebb phuich aemaebb phuich5 aemaebb maksud aemaebb raykarkru aemaebb sthaniyxy aemaebb sthaniyxy doc dukarechuxmoyngmayngiflniephimetim karichiflswnklang wikixuntxipniichiflni karichbn af wikipedia org Sjabloon Cite web Sjabloon Nuus Sjabloon Dokumentasie Sjabloon Dokumentasie doc Sjabloon NUMBEROF Sjabloon NUMBEROF doc Sjabloon Dokumentasie sandbox Sjabloon Wikipedia volgens grootte Sjabloon Wikipedia volgens grootte doc Sjabloon Dokumentasie sandput Sjabloon Dokumentasie toetsgevalle Sjabloon Lua Wikipedia Lua Sjabloon Aanhaling boek Sjabloon Aanhaling boek sandput Sjabloon Aanhalingstyldokumentasie Sjabloon Aanhalingstyldokumentasie doc Sjabloon Aanhalingstyldokumentasie lua Sjabloon Aanhaling boek doc Sjabloon Inligtingskas honderas Sjabloon Inligtingskas honderas doc Sjabloon Gesagbeheer doc Sjabloon Inhoudsopgawe vir groot kategorie Sjabloon Inhoudsopgawe vir groot kategorie doc Sjabloon Nuus doc Sjabloon Str sub oud Sjabloon Str sub oud doc Sjabloon Inligtingskas liedjie Sjabloon Inligtingskas liedjie doc Sjabloon Inligtingskas Pad Sjabloon Inligtingskas Pad doc Sjabloon Cite OV Sjabloon Cite OV doc Sjabloon Cite web doc Gebruiker K175 Inligtingskas persoon Gebruiker K175 Inligtingskas persoon doc Module NUMBEROF Module NUMBEROF doc Sjabloon Ordelys Sjabloon Ordelys doc karichbn als wikipedia org Modul Vorlage Literatur params karichbn alt wikipedia org Ӱleker Round Ӱleker MestoPoNaseleniyuRegiony karichbn ar wikipedia org قالب بوابة قالب صندوق معلومات لغة قالب سنة قالب معلومات نزاع عسكري قالب صندوق معلومات مدينة قالب صندوق معلومات كائن قالب بطاقة عملة dukarichthwolkephimetimkhxngiflnikhxmulekiywkbphaph phaphnimikhxmulephimetim sungswnihymacakklxngdicitxlhruxsaeknenxrthisamarthekbkhxmuldngklawiwrwmkbphaphid thaphaphnithukprbprungaekikhhruxepliynaeplngcakedim khxmulbangxyangcayngkhngimepliynaeplngehmuxnphaphthithukprbprungaekikhnnkhwamkwang947pxkhwamsung947px ekhathungcak https th wikipedia org wiki ifl Lua Logo svg, wikipedia, วิกิ หนังสือ, หนังสือ, ห้องสมุด,

    บทความ

    , อ่าน, ดาวน์โหลด, ฟรี, ดาวน์โหลดฟรี, mp3, วิดีโอ, mp4, 3gp, jpg, jpeg, gif, png, รูปภาพ, เพลง, เพลง, หนัง, หนังสือ, เกม, เกม