Difference between revisions of "Template:Tlg"

From The Broken Dagger Wiki
Jump to: navigation, search
(update brace inclusion in the link, per Template:Tn)
m (32 revisions)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
   -- begin span of class "nowrap" if nowrap=yes
 
   -- begin span of class "nowrap" if nowrap=yes
 
-->{{#if:{{{nowrap|}}}|<span class="nowrap">}}<!--
 
-->{{#if:{{{nowrap|}}}|<span class="nowrap">}}<!--
   -- begin tt style if tt=yes or code=yes
+
   -- begin code style if code=yes or tt=yes
-->{{#if:{{{tt|}}}{{{code|}}}|<code>}}<!--
+
-->{{#if:{{{code|{{{tt|}}}}}}|<code>}}<!--
 
   -- opening brace unless braceinside=yes
 
   -- opening brace unless braceinside=yes
 
-->{{#if:{{{braceinside|}}}||<nowiki>{{</nowiki>}}<!--
 
-->{{#if:{{{braceinside|}}}||<nowiki>{{</nowiki>}}<!--
Line 62: Line 62:
 
-->{{#if:{{{braceinside|}}}||<nowiki>}}</nowiki>}}<!--
 
-->{{#if:{{{braceinside|}}}||<nowiki>}}</nowiki>}}<!--
 
   -- end code style if code=yes or tt=yes
 
   -- end code style if code=yes or tt=yes
-->{{#if:{{{code|}}}{{{tt|}}}|</code>}}<!--
+
-->{{#if:{{{code|{{{tt|}}}}}}|</code>}}<!--
 
   -- end span of class "nowrap" if nowrap=yes
 
   -- end span of class "nowrap" if nowrap=yes
 
-->{{#if:{{{nowrap|}}}|</span>}}<!--
 
-->{{#if:{{{nowrap|}}}|</span>}}<!--

Latest revision as of 09:34, 13 July 2014

{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}