コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

利用者‐会話:Hatukanezumi/Typos ja

ページのコンテンツが他言語でサポートされていません。

テストスクリプト

[編集]
  • オプションの「ガジェット」で、「wikEd」を有効にする。
  • 以下を自分のユーザスクリプトに書く。
var wikEdRegExTypoFix = true;
var wikEdRegExTypoFixURL = 'http://ja-two.iwiki.icu/w/index.php?title=User%20talk:Hatukanezumi/Typos%20ja&action=raw';
  • 編集の際にwikEdツールバーにボタンが現れる。

置き換えルール

[編集]

JIS X 0201ラテン文字全角形

[編集]
<Typo word="#" find="#" replace="#" />
<Typo word="$" find="$" replace="\$" />
<Typo word="%" find="%" replace="%" />
<!-- 05-25 fixed -->
<Typo word="&amp;" find="&" replace="&amp;" />
<Typo word="-" find="-" replace="-" />
<Typo word="^" find="^" replace="^" />
<Typo word="@" find="@" replace="@" />
<Typo word="+" find="+" replace="+" />
<Typo word="*" find="*" replace="*" />
<Typo word="&lt;" find="<" replace="&lt;" />
<Typo word="&gt;" find=">" replace="&gt;" />
<Typo word="/" find="/" replace="/" />
<Typo word="_" find="_" replace="_" />
<Typo word="1" find="1" replace="1" />
<Typo word="2" find="2" replace="2" />
<Typo word="3" find="3" replace="3" />
<Typo word="4" find="4" replace="4" />
<Typo word="5" find="5" replace="5" />
<Typo word="6" find="6" replace="6" />
<Typo word="7" find="7" replace="7" />
<Typo word="8" find="8" replace="8" />
<Typo word="9" find="9" replace="9" />
<Typo word="0" find="0" replace="0" />
<Typo word="A" find="A" replace="A" />
<Typo word="B" find="B" replace="B" />
<Typo word="C" find="C" replace="C" />
<Typo word="D" find="D" replace="D" />
<Typo word="E" find="E" replace="E" />
<Typo word="F" find="F" replace="F" />
<Typo word="G" find="G" replace="G" />
<Typo word="H" find="H" replace="H" />
<Typo word="I" find="I" replace="I" />
<Typo word="J" find="J" replace="J" />
<Typo word="K" find="K" replace="K" />
<Typo word="L" find="L" replace="L" />
<Typo word="M" find="M" replace="M" />
<Typo word="N" find="N" replace="N" />
<Typo word="O" find="O" replace="O" />
<Typo word="P" find="P" replace="P" />
<Typo word="Q" find="Q" replace="Q" />
<Typo word="R" find="R" replace="R" />
<Typo word="S" find="S" replace="S" />
<Typo word="T" find="T" replace="T" />
<Typo word="U" find="U" replace="U" />
<Typo word="V" find="V" replace="V" />
<Typo word="W" find="W" replace="W" />
<Typo word="X" find="X" replace="X" />
<Typo word="Y" find="Y" replace="Y" />
<Typo word="Z" find="Z" replace="Z" />
<Typo word="a" find="a" replace="a" />
<Typo word="b" find="b" replace="b" />
<Typo word="c" find="c" replace="c" />
<Typo word="d" find="d" replace="d" />
<Typo word="e" find="e" replace="e" />
<Typo word="f" find="f" replace="f" />
<Typo word="g" find="g" replace="g" />
<Typo word="h" find="h" replace="h" />
<Typo word="i" find="i" replace="i" />
<Typo word="j" find="j" replace="j" />
<Typo word="k" find="k" replace="k" />
<Typo word="l" find="l" replace="l" />
<Typo word="m" find="m" replace="m" />
<Typo word="n" find="n" replace="n" />
<Typo word="o" find="o" replace="o" />
<Typo word="p" find="p" replace="p" />
<Typo word="q" find="q" replace="q" />
<Typo word="r" find="r" replace="r" />
<Typo word="s" find="s" replace="s" />
<Typo word="t" find="t" replace="t" />
<Typo word="u" find="u" replace="u" />
<Typo word="v" find="v" replace="v" />
<Typo word="w" find="w" replace="w" />
<Typo word="x" find="x" replace="x" />
<Typo word="y" find="y" replace="y" />
<Typo word="z" find="z" replace="z" />
<!-- Pending: see [[Help talk:jastyle]] -->
<!-- Typo word="," find="," replace="," / -->
<!-- Typo word="." find="." replace="." / -->
<!-- Typo word=":" find=":" replace=":" / -->
<!-- Typo word=";" find=";" replace=";" / -->
<!-- Typo word="?" find="?" replace="?" / -->
<!-- Typo word="!" find="!" replace="!" / -->
<!-- Typo word="`" find="`" replace="`" / -->
<!-- Typo word="&#x203E;" find=" ̄" replace="&#x203E;" / -->
<!-- Typo word="|" find="|" replace="|" / -->
<!-- Typo word="(" find="(" replace="(" / -->
<!-- Typo word=")" find=")" replace=")" / -->
<!-- Typo word="[" find="[" replace="[" / -->
<!-- Typo word="]" find="]" replace="]" / -->
<!-- Typo word="{" find="{" replace="{" / -->
<!-- Typo word="}" find="}" replace="}" / -->
<!-- Typo word="=" find="=" replace="=" / -->
<!-- Typo word="&#xA5;" find="¥" replace="&#xA5;" / -->

JIS X 0201仮名文字半角形

[編集]
<Typo word="ガ" find="ガ" replace="ガ" />
<Typo word="ギ" find="ギ" replace="ギ" />
<Typo word="グ" find="グ" replace="グ" />
<Typo word="ゲ" find="ゲ" replace="ゲ" />
<Typo word="ゴ" find="ゴ" replace="ゴ" />
<Typo word="ザ" find="ザ" replace="ザ" />
<Typo word="ジ" find="ジ" replace="ジ" />
<Typo word="ズ" find="ズ" replace="ズ" />
<Typo word="ゼ" find="ゼ" replace="ゼ" />
<Typo word="ゾ" find="ゾ" replace="ゾ" />
<Typo word="ダ" find="ダ" replace="ダ" />
<Typo word="ヂ" find="ヂ" replace="ヂ" />
<Typo word="ヅ" find="ヅ" replace="ヅ" />
<Typo word="デ" find="デ" replace="デ" />
<Typo word="ド" find="ド" replace="ド" />
<Typo word="バ" find="バ" replace="バ" />
<Typo word="ビ" find="ビ" replace="ビ" />
<Typo word="ブ" find="ブ" replace="ブ" />
<Typo word="ベ" find="ベ" replace="ベ" />
<Typo word="ボ" find="ボ" replace="ボ" />
<Typo word="パ" find="パ" replace="パ" />
<Typo word="ピ" find="ピ" replace="ピ" />
<Typo word="プ" find="プ" replace="プ" />
<Typo word="ペ" find="ペ" replace="ペ" />
<Typo word="ポ" find="ポ" replace="ポ" />
<Typo word="ヴ" find="ヴ" replace="ヴ" />
<Typo word="ァ" find="ァ" replace="ァ" />
<Typo word="ィ" find="ィ" replace="ィ" />
<Typo word="ゥ" find="ゥ" replace="ゥ" />
<Typo word="ェ" find="ェ" replace="ェ" />
<Typo word="ォ" find="ォ" replace="ォ" />
<Typo word="ッ" find="ッ" replace="ッ" />
<Typo word="ャ" find="ャ" replace="ャ" />
<Typo word="ュ" find="ュ" replace="ュ" />
<Typo word="ョ" find="ョ" replace="ョ" />
<Typo word="ア" find="ア" replace="ア" />
<Typo word="イ" find="イ" replace="イ" />
<Typo word="ウ" find="ウ" replace="ウ" />
<Typo word="エ" find="エ" replace="エ" />
<Typo word="オ" find="オ" replace="オ" />
<Typo word="カ" find="カ" replace="カ" />
<Typo word="キ" find="キ" replace="キ" />
<Typo word="ク" find="ク" replace="ク" />
<Typo word="ケ" find="ケ" replace="ケ" />
<Typo word="コ" find="コ" replace="コ" />
<Typo word="サ" find="サ" replace="サ" />
<Typo word="シ" find="シ" replace="シ" />
<Typo word="ス" find="ス" replace="ス" />
<Typo word="セ" find="セ" replace="セ" />
<Typo word="ソ" find="ソ" replace="ソ" />
<Typo word="タ" find="タ" replace="タ" />
<Typo word="チ" find="チ" replace="チ" />
<Typo word="ツ" find="ツ" replace="ツ" />
<Typo word="テ" find="テ" replace="テ" />
<Typo word="ト" find="ト" replace="ト" />
<Typo word="ナ" find="ナ" replace="ナ" />
<Typo word="ニ" find="ニ" replace="ニ" />
<Typo word="ヌ" find="ヌ" replace="ヌ" />
<Typo word="ネ" find="ネ" replace="ネ" />
<Typo word="ノ" find="ノ" replace="ノ" />
<Typo word="ハ" find="ハ" replace="ハ" />
<Typo word="ヒ" find="ヒ" replace="ヒ" />
<Typo word="フ" find="フ" replace="フ" />
<Typo word="ヘ" find="ヘ" replace="ヘ" />
<Typo word="ホ" find="ホ" replace="ホ" />
<Typo word="マ" find="マ" replace="マ" />
<Typo word="ミ" find="ミ" replace="ミ" />
<Typo word="ム" find="ム" replace="ム" />
<Typo word="メ" find="メ" replace="メ" />
<Typo word="モ" find="モ" replace="モ" />
<Typo word="ヤ" find="ヤ" replace="ヤ" />
<Typo word="ユ" find="ユ" replace="ユ" />
<Typo word="ヨ" find="ヨ" replace="ヨ" />
<Typo word="ラ" find="ラ" replace="ラ" />
<Typo word="リ" find="リ" replace="リ" />
<Typo word="ル" find="ル" replace="ル" />
<Typo word="レ" find="レ" replace="レ" />
<Typo word="ロ" find="ロ" replace="ロ" />
<Typo word="ワ" find="ワ" replace="ワ" />
<Typo word="ヲ" find="ヲ" replace="ヲ" />
<Typo word="ン" find="ン" replace="ン" />
<Typo word="ー" find="ー" replace="ー" />
<Typo word="「" find="「" replace="「" />
<Typo word="」" find="」" replace="」" />
<Typo word="・" find="・" replace="・" />
<Typo word="゛" find="゙" replace="゛" />
<Typo word="゜" find="゚" replace="゜" />
<!-- 05-25 added -->
<Typo word="。" find="。" replace="。" />
<!-- 05-25 added -->
<Typo word="、" find="、" replace="、" />