ਫਰਮਾ:Var

ਵਿਕੀਸਰੋਤ ਤੋਂ

{{{1}}}

ਫਰਮੇ ਦੇ ਦਸਤਾਵੇਜ਼[ਵੇਖੋ] [ਸੋਧੋ] [ਅਤੀਤ] [ਸਾਫ਼ ਕਰੋ]


Usage[ਸੋਧੋ]

Example
{{var|username}}

outputs the following HTML:

<var>username</var>

which renders as:

username

Note that on the screen or in print, this renders as simple italicization, as does ''username'' (using pairs of apostrophes) or <i>username</i> (using HTML), yet it carries more semantic meaning than either of these methods.