コンテンツにスキップ

Template:Expand wikitext

{{{1}}}

テンプレートの解説[表示] [編集] [履歴] [キャッシュを破棄]

frame:preprocess 関数を使ってウィキテキストとして入力を解釈します。{{Expand wikitext}} に渡された引数はすべて preprocess コードで使用され、変数を使う原始的な方法として使用されます。

もし入力全体が nowiki タグで囲われるか、オプションのパラメータ |unstrip=yes が指定された場合、 preprocess 前に最初に nowiki タグの中身を抽出します。

使用例

[編集]
  • {{Expand wikitext|{{Make code|<<As of!2015!02>>}}}} → 2015年2月 (2015-02)現在
  • <table>{{Expand wikitext|<nowiki>{{Episode list/sublist | 1 = One Piece (season 15) | EpisodeNumber = {{{ep}}} | Title = An Explosive Situation! Luffy vs. Fake Luffy! | OriginalAirDate = {{Date|2011-10-02 +{{#expr:({{{ep}}})-517}} weeks }} }} </nowiki>|ep=518}}</table>
518"An Explosive Situation! Luffy vs. Fake Luffy!"2011-10-09
  • {{Expand wikitext|<nowiki>{{1x|x}}-</nowiki>}} → {{1x|x}}-
  • {{Expand wikitext|<nowiki>{{1x|x}} -</nowiki>}} → x -
  • {{Expand wikitext|<nowiki><u>u</u><ref>text</ref></nowiki>}} → <u>u</u><ref>text</ref>

関連項目

[編集]