wikiテンプレート
をテンプレートにして作成
Unity学習帳2冊目
wikiテンプレート をテンプレートにして作成
[
トップ
] [
差分
|
バックアップ
|
リロード
] [
新規
|
一覧
|
検索
|
最新
|
ヘルプ
]
[ ]
開始行:
#jsmath
#contents
#norelated
* これは書き込みテストです
[[テストリンク>高校数学/三角関数#s9eafcd0]]
#graphviz(digraph {a -> b -> c;})
この部分だけ編集する
\(x^{2}+2x+1=(x+1)^{2}\)
-普通に文章の中に\(x\)としたり\(\displaystyle \sum_{n=1}^...
#ref(2015-03-04 18.35.09.png)
#youtube(ANe1G3wCVDc)
**unitycode
#code(csharp){{
// cs
/**
* comment
*/
#if a
#define a
#endif
using System;
namespace Sample013
{
class Class1
{
[STAThread]
static void Main(string[] args)
{
int i = 123;
object o = i;
int j = (int)o;
Console.WriteLine("{0},{1},{2}",i,o,j);
}
}
}
}}
終了行:
#jsmath
#contents
#norelated
* これは書き込みテストです
[[テストリンク>高校数学/三角関数#s9eafcd0]]
#graphviz(digraph {a -> b -> c;})
この部分だけ編集する
\(x^{2}+2x+1=(x+1)^{2}\)
-普通に文章の中に\(x\)としたり\(\displaystyle \sum_{n=1}^...
#ref(2015-03-04 18.35.09.png)
#youtube(ANe1G3wCVDc)
**unitycode
#code(csharp){{
// cs
/**
* comment
*/
#if a
#define a
#endif
using System;
namespace Sample013
{
class Class1
{
[STAThread]
static void Main(string[] args)
{
int i = 123;
object o = i;
int j = (int)o;
Console.WriteLine("{0},{1},{2}",i,o,j);
}
}
}
}}
ページ名:
ヒント
Adv.