Template:Var: Difference between revisions

From Vigyanwiki
Template>SMcCandlish
(like all the other tag templates of this sort, it should support basic XHTML attributes)
m (16 revisions imported from alpha:Template:Var)
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<var {{#if:{{{class|}}}|class={{{class}}}}} {{#if:{{{id|}}}|id={{{id}}}}} {{#if:{{{style|}}}|style={{{style}}}}} {{#if:{{{lang|}}}|lang={{{lang}}} xml:lang={{{lang}}}}} {{#if:{{{title|}}}|title={{{title}}}}} >{{{1}}}</var><noinclude>
<var {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} style="padding-right: 1px;{{{style|}}}" {{#if:{{{lang|}}}|lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</var><noinclude>
<!--Categories and interwikis go near the bottom of the /doc page.-->
<!--Categories and interwikis go near the bottom of the /doc page.-->
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 09:44, 13 December 2022

{{{1}}}

Template documentation