සැකිල්ල:Expand wikitext/doc
This is a documentation subpage for සැකිල්ල:Expand wikitext. It may contain usage information, categories and other content that is not part of the original සැකිල්ල page. |
මෙම සැකිල්ල ලුවා භාවිතා කරයි: |
Interprets the input as wikitext using the frame:preprocess
function. Any arguments passed to {{Expand wikitext}} are available in the preprocessed code, letting this be used as a rudimentary way of using variables.
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. This feature does not work in the mobile app, visual editor, or Special:ExpandTemplates due to Phab:T203293.
Example
සංස්කරණය{{Expand wikitext|{{Make code|<<As of!2015!02>>}}}}
→ පෙබරවාරි 2015 වන විට[update]{{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}}
→ සැකිල්ල:Episode list/sublist
{{Expand wikitext|<nowiki>{{2x|x}}-</nowiki>}}
→ {{2x|x}}-{{Expand wikitext|<nowiki>{{2x|x}} -</nowiki>}}
→ සැකිල්ල:2x -{{Expand wikitext|<nowiki><u>u</u><ref>text</ref></nowiki>}}
→ <u>u</u><ref>text</ref>