Template:Name: Difference between revisions

From kanterella
Jump to navigation Jump to search
(Created page with "<noinclude>get name if name exists and return name, else return the value as text</noinclude><includeonly>{{#if:{{#show:x|?name|link=none}}|{{#show:x|?name|link=none}}|x}}</in...")
 
No edit summary
 
Line 1: Line 1:
<noinclude>get name if name exists and return name, else return the value as text</noinclude><includeonly>{{#if:{{#show:x|?name|link=none}}|{{#show:x|?name|link=none}}|x}}</includeonly>
<noinclude>get name if name exists and return name, else return the value as text</noinclude><includeonly>{{#if:{{#show:{{{1|}}}|?name|link=none}}|{{#show:{{{1|}}}|?name|link=none}}|{{{1|}}}}}</includeonly>

Latest revision as of 14:56, 13 March 2018

get name if name exists and return name, else return the value as text