Template:Expand wikitext

{{{1}}}

Template documentation[view · edit · history · purge]
This documentation is transcluded from Template:Expand wikitext/doc.

 Template:Eval

Category:Main message boxesCategory:Lua-based templates

Interprets the input as wikitext using the frame:preprocess function. If the entire input is in a nowiki tag, or if the optional parameter |unstrip=yes is specified, first extracts the contents of nowiki tags before preprocessing. Any arguments passed to {{Expand wikitext}} are available in the preprocessed code, letting this be used as a rudimentary way of using variables.

Example

  • {{{1}}}Template:Make code
  • {{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}}Template:Episode list/sublist
Category:Documentation assistance templates Category:Lua-based templates Category:Main message boxes Category:Wikitext processing templates