Wikiの書き方

提供:8x9 Minecraft Wiki
移動: 案内, 検索

目次


書き方

samples

画像

2016-05-23 test2.png

SyntaxHighlighter

プログラムの色付け

Lua:

-- User define
local tx = 3
local ty = 4
 
function digdag()
  turtle.dig()
  turtle.forward()
 
  return true
end
 
for x = 1, tx do
  for y = 1, ty do
    turtle.forward()
    turtle.turnRight()
  end
end


HTML:

<html>
  <head>
    <title>kinopy home page</title>
  </head>
  <body>
    <p>こんにちは</p>
    <p><font size=3color=“00ff00”>hello!</font></p>
  </body>
</html>

Check any syntaxes

※ここから先は管理者用のテストエリアです

ファイル:2016-05-23 test.png

GeSHi

<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>

SyntaxHighlighter

// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}
個人用ツール
名前空間
変種
操作
案内
ツールボックス