Песочница: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Bit (обсуждение | вклад) м (→Всякий треш) |
||
(не показаны 143 промежуточные версии 15 участников) | |||
Строка 1: | Строка 1: | ||
Тут можно готовить куличики и строить замки. | Тут можно готовить куличики и строить замки. | ||
== Формулы == | |||
{{Формула|f=\int\limits_a^x f\left(\frac{\alpha}{2}\,\right)\,dx}} | |||
<math>x^2-y=z</math> | |||
<math>e=mc^2</math> | |||
{{Формула|f=72\cdot\sigma^2-23=\beta_3\cdot\frac{2+2\cdot2}{f^2-g^3} }} | |||
{{Формула|f=3x-y^{23}=3}} | |||
== Подсветка кода == | |||
{ | <syntaxhighlight line lang="cpp"> | ||
#include <QtGui/QApplication> | |||
#include <QTextCodec> | |||
{{ | #include "mainwindow.h" | ||
int main(int argc, char *argv[]) | |||
{ | |||
QApplication a(argc, argv); | |||
// кодировка текста для tr() | |||
QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); | |||
MainWindow w; | |||
w.setWindowTitle(QString::fromUtf8("Суперское мегоприложение")); | |||
w.show(); | |||
return a.exec(); | |||
} | |||
</syntaxhighlight> | |||
== SVG == | |||
[[Файл:9sSEVMl2pic1.svg]] | |||
== Сноски == | |||
According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref> | |||
The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref> | |||
== Примечания == | |||
<references /> | |||
== Всякие эксперименты == | |||
=== Размер шрифта === | |||
<font size="1px">1px</font> | |||
<font size="3px">3px</font> | |||
<font size="5px">5px</font> | |||
<font size="7px">7px</font> | |||
=== Сворачиваемый текст === | |||
<div class="toccolours mw-collapsible mw-collapsed" style="width:250px"> | |||
Видимая часть текста<div class="mw-collapsible-content">невидимая часть текста, ололо</div> | |||
</div> | |||
== Карты == | |||
{{#Multimaps: 55.772881,37.698836 | service=yandex | width=700px | zoom=15}} | |||
--[[Служебная:Вклад/185.38.218.38|185.38.218.38]] 00:20, 18 мая 2015 (MSK) | |||
== Всякий треш == | |||
Проверка микрофона. |
Текущая версия от 15:38, 11 января 2024
Тут можно готовить куличики и строить замки.
Формулы
$$\int\limits_a^x f\left(\frac{\alpha}{2}\,\right)\,dx$$
<math>x^2-y=z</math>
<math>e=mc^2</math>
$$72\cdot\sigma^2-23=\beta_3\cdot\frac{2+2\cdot2}{f^2-g^3}$$
$$3x-y^{23}=3$$
Подсветка кода
#include <QtGui/QApplication>
#include <QTextCodec>
#include "mainwindow.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
// кодировка текста для tr()
QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
MainWindow w;
w.setWindowTitle(QString::fromUtf8("Суперское мегоприложение"));
w.show();
return a.exec();
}
SVG
Сноски
According to scientists, the Sun is pretty big.[1]
The Moon, however, is not so big.[2]
Примечания
Всякие эксперименты
Размер шрифта
1px
3px
5px
7px
Сворачиваемый текст
Видимая часть текста
Карты
{{#Multimaps: 55.772881,37.698836 | service=yandex | width=700px | zoom=15}} --185.38.218.38 00:20, 18 мая 2015 (MSK)
Всякий треш
Проверка микрофона.