Участница:Lexakr: различия между версиями
Перейти к навигации
Перейти к поиску
Lexakr (обсуждение | вклад) |
Lexakr (обсуждение | вклад) |
||
Строка 3: | Строка 3: | ||
}} | }} | ||
{| | {| class="wikitable" | ||
! style="background: #ABE" | Description | |||
! style="background: #ABE" width=40% | You type | |||
! style="background: #ABE" width=40% | You get | |||
|- | |- | ||
| | | Bold text | ||
| <pre> | |||
**Bold text.** | |||
__Bold text.__ | |||
</pre> | |||
| | |||
'''Bold text.'''<br> | |||
'''Bold text.''' | |||
|- | |- | ||
| | | Italic text | ||
| ''' | | <pre> | ||
*Italics text.* | |||
_Italics text._ | |||
</pre> | |||
| | |||
''Italics text.''<br> | |||
''Italics text.'' | |||
|- | |- | ||
| | | Centering text | ||
| <pre> | |||
|Centered text.| | |||
</pre> | |||
| | |||
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text.</div> | |||
|- | |- | ||
| | | Lists | ||
| | | <pre> | ||
* Item one | |||
* Item two | |||
* Subitem one | |||
</pre> | |||
| | |||
* Item one | |||
* Item two | |||
** Subitem one | |||
|- | |- | ||
| | | Horizontal rules | ||
| <pre> | |||
Before line. | |||
--- | |||
After line. | |||
</pre> | |||
| | |||
Before line. | |||
---- | |||
After line. | |||
|- | |- | ||
| | | Large text | ||
| <pre> | |||
^Large text.^ | |||
</pre> | |||
| | |||
<font size="3">Large text.</font size> | |||
|- | |- | ||
| | | Small text | ||
| <pre> | |||
((Small text.)) | |||
</pre> | |||
| | |||
<font size="1">Small text.</font size> | |||
|- | |- | ||
| | | Signature | ||
| <pre> | |||
%s | |||
</pre> | |||
| | |||
''John Smith''<br> | |||
Note: Signatures can't be faked since they use a different font. | |||
|- | |- | ||
| | | Field | ||
| <pre> | |||
%f | |||
</pre> | |||
| | |||
'''%f''' tags are not visible when reading a [[paper]],<br> | |||
but when writing on said paper a <span style="color:Blue"><u><nowiki>[Write]</nowiki></u></span> button will be visible, <br> | |||
similar to the button at the bottom of the paper.<br> | |||
|- | |- | ||
| | | Headers | ||
| | | <pre> | ||
# H1 | |||
## H2 | |||
</pre> | |||
| | | | ||
<font size="6"><u>H1</u></font size><br> | |||
<br> | |||
<font size="5">H2</font size> | |||
|} | |} | ||
<tabs> | <tabs> |
Версия 14:51, 10 октября 2017
Этот раздел или статья в стадии разработки. |
Description | You type | You get |
---|---|---|
Bold text | **Bold text.** __Bold text.__ |
Bold text. |
Italic text | *Italics text.* _Italics text._ |
Italics text. |
Centering text | |Centered text.| |
Centered text.
|
Lists | * Item one * Item two * Subitem one |
|
Horizontal rules | Before line. --- After line. |
Before line. After line. |
Large text | ^Large text.^ |
Large text. |
Small text | ((Small text.)) |
Small text. |
Signature | %s |
John Smith |
Field | %f |
%f tags are not visible when reading a paper, |
Headers | # H1 ## H2 |
H1 |
2