Table of Contents
|
Вики-синтаксис (Как добавить новую статью или изображение на этот сайт и как помочь в улучшении сайта)
Заголовки
+ Заголовок 1 уровня
++ Заголовок 2 уровня
+++ Заголовок 3 уровня
++++ Заголовок 4 уровня
+++++ Заголовок 5 уровня
++++++ Заголовок 6 уровня
Форматирование текста
что печатаете | что получите |
---|---|
//курсив// | курсив |
**жирный** | жирный |
//**жирный курсив**// | жирный курсив |
__подчеркнутый__ | подчеркнутый |
--зачеркнутый-- | зачеркнутый |
{{teletype (monospaced) text}} | teletype (monospaced) text |
обычный^^superscript^^ | обычныйsuperscript |
обычный,,subscript,, | обычныйsubscript |
[!-- невидимый комментарий --] | |
[[span style="color:red"]]специальный //span// элемент[[/span]] | специальный span элемент |
##red|predefined## or ##44FF88|custom-code## color | predefined or custom-code color |
Цитаты
Поставив '>' перед строкой текста вы форматируете её в цитату. Например
обычный текст
> некая цитата
>> вложенная цитата в цитату
обычный текст
некая цитата
вложенная цитата в цитату
Списки
Добавляя код
* элемент 1
* элемент 2
* элемент 2.1
вы получите
- элемент 1
- элемент 2
- элемент 2.1
Если Вам нужно поместить больше одной строки в элемент списка, используйте _ (подчеркивание) в самом конце строки.
* элемент 1_
другая строка
* элемент 2
* элемент 2.1
вы получите
- элемент 1
другая строка - элемент 2
- элемент 2.1
Так же, вы можете создать нумерованные списки, используя # вместо *
# элемент 1 _
другая строка
# элемент 2
# элемент 2.1
вы получите
- элемент 1
другая строка - элемент 2
- элемент 2.1
Горизонтальные линии
Используюя четыре или больше дефисов подряд '——' вы можете добавить горизонтальную линию, например
Ссылки
Чтобы добавить ссылку, используйте три квадратных скобки '[' подряд.
If a page address contains disallowed characters the address will be "unixified" to contain only allowed chars. The displayed name however will maintain original form.
что печатаете | что получите | комментарии |
---|---|---|
[[[blogery|описание ссылки]]] | описание ссылки | используя описание ссылки |
[[[about|]]] | О сайте | используя заголовок страницы как текст ссылки |
[[[help#toc2|секция 2]]] | секция 2 | ссылка на подраздел на странице (вторая секция) |
[[[help#toc2|]]] | Помощь | linking to an anchor (first section) |
URLs
что печатаете | что получите | комментарии |
---|---|---|
http://aviaforum.ru/ | http://aviaforum.ru/ | простая ссылка |
[http://aviaforum.ru/ "форум"] | форум | именованная ссылка |
*http://www.wikidot.com [*http://www.wikidot.com wikidot] |
http://www.wikidot.com wikidot |
opens in a new window |
[# empty link] | empty link | link with href="javascript:;" i.e. not leading anywhere. useful when constructing pull-down menus |
[/category:page/option1/option2 link text] | link text | You can create shorter links to your own site with parameters without writing whole http link. E.g. you can use [/blog:post/edit/true edit this post] instead of [http://site.wikidot.com/blog:post/edit/true edit this post] |
Anchors
To place an anchor use [[# anchor-name]] syntax. To refer to an anchor (and scroll to it) use [#anchor-name text to display].
Emails
что печатаете | что получите | комментарии |
---|---|---|
support@example.com | moc.elpmaxe|troppus#moc.elpmaxe|troppus | simple inline email |
[support@example.com email me!] | moc.elpmaxe|troppus#!em liame | custom anchor |
Это нежелательно оставлять свой адрес почты в сети. Однако WikiDot предоставляет простой механизм шифровки почтового адреса для того чтобы помешать роботам прочтитать его. Каждый адрес шифруется на сайте и декодируется в только браузере. Это не 100% защита от спама, но гораздо безопаснее чем оставлять просто почтовый адрес в тексте.
InterWiki
Для ссылок на википедию вы можете использовать :
что печатаете | что получите |
---|---|
[wikipedia:SaM146] | SaM146 |
[wikipedia:SaM146 двигатель] | двигатель |
[wikipedia:ru:SaM146 двигатель] | двигатель |
Другие возможные ссылки:
- [google:free+wiki] - поиск в гугле "free wiki"
- [dictionary:wiki] - поиск в английском словаре определния слова wiki
Размер текста
Резмер шрифта может быть установлени с помощью тега [[size …]] … [[/size]]. Эти теги могут быть вложенными.
Относительный размер шрифта
Вы можете увеличить или уменьшить текст, базируюясь на текущем шрифте. Непример: [[size smaller]], [[size larger]], [[size nem]], or [[size n%]], где n это цифра от 1- до 5 (возможно с точкой:, "2.7").что печатаете | что получите |
---|---|
[[size smaller]]уменьшенный текст[[/size]] | уменьшенный текст |
[[size larger]]умвеличенный текст[[/size]] | умвеличенный текст |
[[size 80%]]80% от текущего размера[[/size]] | 80% от текущего размера |
[[size 100%]]100% от текущего размера[[/size]] | 100% от текущего размера |
[[size 150%]]150% от текущего размера[[/size]] | 150% от текущего размера |
[[size 0.8em]]80% от текущего размера[[/size]] | 80% от текущего размера |
[[size 1em]]100% от текущего размера[[/size]] | 100% от текущего размера |
[[size 1.5em]]150% от текущего размера[[/size]] | 150% от текущего размера |
Абсолютный размер шрифта
Абсолютные размеры не основаны на текущем размере тектса. Чтобы указать абсолютный размер, используйте [[size xx-small]], [[size x-small]], [[size small]], [[size large]], [[size x-large]], [[size xx-large]], or [[size npx]], где n это цифра от 1- до 5 (возможно с точкой:, "2.7").what you type | what you get |
---|---|
[[size xx-small]]xx-small text[[/size]] | xx-small text |
[[size x-small]]x-small text[[/size]] | x-small text |
[[size small]]small text[[/size]] | small text |
[[size large]]large text[[/size]] | large text |
[[size x-large]]x-large text[[/size]] | x-large text |
[[size xx-large]]xx-large text[[/size]] | xx-large text |
[[size 7px]]text size 7 pixels[[/size]] | text size 7 pixels |
[[size 18.75px]]text size 18.75 pixels[[/size]] | text size 18.75 pixels |
Примечания
Путем добавления [[note]]…[[/note]] вы можете получить
Для дополнительной информации учите матчасть
Блоки кода
Путем добавления [[code]]некий код[[/code]] вы можете получить
некий код
Комментарии
Путем добавления вы можете добавлять комментарии внутри статьи, которые не будут показаны на странице
Вставка изображений
небольшая картинка со ссылкой на большую
картинка со ссылкой
[[include :snippets:image
|image=картинка.jpg
|width=350px
|float=left
|link=ссылка
]]
требуется перевод
Single images
To insert an image into the page use the following syntax:
[[image image-source attribute1="value1" attribute2="value2" ...]]
And here is the list of allowed attributes:
attribute name | allowed values | example value | description |
---|---|---|---|
link | wiki page name or URL | "wiki-page" "http://www.example.com" |
makes image a link to another page or web address; this is ignored when using Flickr as a source; prepend the link with '*' to make it open in a new window |
alt | any string | "a photo of me" | text substitution when image not available |
width | number of pixels | "200px" | forces width of a image when displaying |
height | number of pixels | "200px" | forces height of a image when displaying |
style | valid CSS style definition | "border: 1px solid red; padding: 2em;" | adds extra CSS style to the image |
class | CSS class | "mystyle" | forces the image CSS class - suggested use only with customized themes |
size | "square" - 75x75 pixels "thumbnail" - 100 on longest side "small" - 240 on longest side "medium" - 500 on longest side "large" - 1024 on longest side (only for Flickr large images) "original" - original image (Flickr only) |
any of allowed ;-) | displays a resized image; great for thumbnails if flickr is the source it pulls required size from a Flickr server; this option has effect only on local images or Flickr images |
size attribute works very well with local files (attached to pages) not only with image files, but with e.g. PDF or PostScript. See this page for more details.
The image-source can be one of the following:
source type | format | example value | description |
---|---|---|---|
URL address | any valid URL address | http://www.example.com/image.jpg | displays image from the web address |
file attachment (current page) | filename | exampleimage.jpg | displays image attached to the current page |
:first | :first | :first | displays first image attached to the current page (or nothing at all) |
file attachment (different page) | /another-page-name/filename | /another-page/exampleimage.jpg | displays image attached to a different page |
flickr image | flickr:photoid | flickr:83001279 | displays image from Flickr and links to the original Flickr page |
flickr image (private) | flickr:photoid_secret | flickr:149666562_debab08866 | displays image from Flickr and links to the original Flickr page; if the secret is provided the image is available despite being marked as non-public |
To make the linked document in a new window you can either prepend the link attribute with '*' (e.g. link="*http://www.example.com" or prepend the src element with '*' (e.g. *flickr:149666562_debab08866, *image-file etc.) for images that automatically generate links.
To choose horizontal alignment use:
- [[=image… - centered image
- [[<image… - image on left
- [[>image… - image on right
- [[f<image… - image on left floating (surrounded by text)
- [[f>image… - image on right floating (surrounded by text)
"Схлопываемый текст"
Таблицы
http://doc.wikidot.com/syntax:table
Галерея изображений
http://doc.wikidot.com/syntax:gallery
Библиография
The bibliography block is defined by [[bibliography]]...[[/bibliography]]. Each bibliography item has the form:
label : full reference
To cite a bibliography entry use ((bibcite label)).
The first pulsar was observed by J. Bell and A. Hewish [((bibcite bell))]. Another reference [see ((bibcite guy))].
[[bibliography]]
: bell : Bell, J.; Hewish, A.; Pilkington, J. D. H.; Scott, P. F.; and Collins, R. A. //Observation of a Rapidly Pulsating Radio Source.// Nature 217, 709, 1968.
: guy : Guy, R. K. //Modular Difference Sets and Error Correcting Codes.// §C10 in Unsolved Problems in Number Theory, 2nd ed. New York: Springer-Verlag, pp. 118-121, 1994.
[[/bibliography]]
The first pulsar was observed by J. Bell and A. Hewish [1]. Another reference [see 2].
If you are not satisfied with the default title ("Bibliography") you can force your own title by using [[bibliography title="Custom title"]] or even do not use title at all (title="").
Tabview
Tabview is a container that creates some clickable tabs that allow to switch between content to show.
To generate a tabview, i.e. a set of tabs, the following syntax can be used:
[[tabview]]
[[tab Title of Tab No. 1]]
Content of Tab No. 1.
[[/tab]]
[[tab Title of Tab No. 2]]
Content of Tab No. 2.
[[/tab]]
[[tab Title of Tab No. 3]]
Content of Tab No. 3.
[[/tab]]
[[/tabview]]
This will produce the following tabset:
Ссылка на другого пользователя
что печатаете | что получите | комментарии |
---|---|---|
[[user user-name]] например [[user michal frackowiak]] |
michal-frackowiak | информация пользователя (без иконки) |
[[*user user-name]] e.g. [[*user michal frackowiak]] |
michal-frackowiak | информация пользователя (с иконкой) |
Полезные ссылки
Если Вам нужно больше информации про синтаксис и технические детали вики-сайта, существуют несколько веб-сайтов, которые могут Вам помочь. Наибольший ресурс - это группа экспертов, пользователей сайтов Wikidot которые могут быть найдены на форумах. Как добавить новую статью или изображение на этот сайт
Сообщество Wikidot
документация
Visit the Wikidot Community
Попросить помощи на формах
Read the Community How-To's
Научиться, как использовать редактор Wikidot
Документация
Использование материалов сайта разрешается только при условии размещения ссылки на superjet100.info