To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

File:Regular polygon 7 annotated.svg

From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 503 × 509 pixels, file size: 15 KB)

Summary

Description
Regular heptagon with annotation.
Date
Source Own work
Author László Németh
Other versions
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with OpenOffice.org.
Source code
InfoField

LibreOffice code

; Created in LibreOffice 4 with this LibreLogo program.
 ; Usage: Copy it in an English language document in LibO Writer,
 ; and click on the Start icon of the View»Toolbar»Logo toolbar.
 
 TO superior num prevnum
   s = “”
   FOR i IN STR num [
     s = s + “⁰¹²³⁴⁵⁶⁷⁸⁹”[INT i]
   ]
   IF NOT prevnum % 10 = 1 [ s =  + s ] ; narrow space
   OUTPUT s
 END
 
 TO inferior num
   s = “”
   FOR i IN STR num [
     s = s + “₀₁₂₃₄₅₆₇₈₉”[INT i]
   ]
   OUTPUT s
 END
 
 CLEARSCREEN HIDETURTLE FONTSIZE 18 FONTFAMILY DejaVu Sans
 FOR vertices IN [7, 11, 13, 14, 16, 17, 19] [
 ;    PICTURE poly/regular_polygon_%d_annotated.svg % vertices [ ; from LibO 4.1.1
     PICTURE [
         HOME FILLCOLOR WHITE PENCOLOR SILVER 
         PENDOWN PENSIZE 2 CIRCLE 400
         β = 360/vertices
         q = vertices // 4
         CIRCLE [80 + vertices * 14, 80 + vertices * 14, β * q, β * (q + 1)]
         FONTCOLOR SILVER
         IF vertices > 18 [ f = 0.004 ] [ f = 0.005 ]
         HEADING β * q + β * 0.5 PENUP
         FORWARD (80 + vertices * 14) * (0.3 + (f * vertices))
         HEADING 0
 	  s1 = superior (360 % vertices, 360 // vertices)
         s2 = inferior vertices
         LABEL %d%s%s°” % (β, s1, s2)
         HOME HEADING 0 PENDOWN
         dots = []
         REPEAT vertices [
                 FORWARD 200
                 where = POSITION
                 dots = dots + [where]
                 BACK 200 RIGHT β
         ]
         HOME PENSIZE 2 CIRCLE 10
         PENCOLOR BLACK FONTCOLOR BLACK
         α = ((vertices-2)/vertices)*180
         PENUP FORWARD 200 PENDOWN
         CIRCLE [100 + 105/vertices, 100 + 105/vertices, 180  α/2, 180 + α/2]
 	  s1 = superior ((vertices-2) * 180 % vertices, INT α)
         PENUP BACK 20 + 70/vertices LABEL %d%s%s°” %  (α, s1, s2)
         HOME PENUP PENSIZE 4 PENUP
         FOR i IN dots + dots[0:1] [ POSITION i PENDOWN ] PENSIZE 2
         FOR i IN dots [ PENUP POSITION i PENDOWN CIRCLE 10 ]
     ]
 ]

Licensing

László Németh, the copyright holder of this work, hereby publishes it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

19 July 2013

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:37, 19 July 2013Thumbnail for version as of 10:37, 19 July 2013503 × 509 (15 KB)Nl74User created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

View more global usage of this file.

Metadata

Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.