Predloga:Expand wikitext/dok
Videz
To je dokumentacijska podstran za glavno stran Predloga:Expand wikitext. Namenjena je shranjevanju navodil, kategorizaciji in drugi vsebini, ki ni del glavne strani. |
Uporablja Lua: |
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
[uredi kodo]{{Expand wikitext|{{Make code|<<As of!2015!02>>}}}}
→ Od februar 2015[update]{{Expand wikitext|<nowiki>{{Seznam epizod/sublist | 1 = About a Boy (TV serija) | EpisodeNumber = {{{ep}}} | Title = About Total Exuberance | OriginalAirDate = {{Date|2011-10-02 +{{#expr:({{{ep}}})-517}} weeks }} }} </nowiki>|ep=518}}
→
{{Expand wikitext|<nowiki>{{2x|x}}-</nowiki>}}
→ {{2x|x}}-{{Expand wikitext|<nowiki>{{2x|x}} -</nowiki>}}
→ Predloga:2x -{{Expand wikitext|<nowiki><u>u</u><ref>text</ref></nowiki>}}
→ <u>u</u><ref>text</ref>