Difference between revisions of "Template:/doc"

From TerraFirmaCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
<noinclude><div style="display:none;"></noinclude><div style="border:1px solid black; margin:1em; margin-top:3em;"><div style="background:#ddd; color:#111; padding:1em; margin:0em;">'''Template documentation''' <span style="font-size:85%;">(for the above template, sometimes hidden or invisible)</span></div><div style="padding:1em; padding-bottom:0em; margin:0em;">
+
{{doc/start}}
{{{{PAGENAME}}/doc}}
+
This template can be used to parse templates correctly in tables.
</div><br style="clear:both;"/><div style="background:#ddd; color:#111; padding:0.5em; margin:0em; font-size:85%; text-align:right;">Visit [[Template:{{PAGENAME}}/doc]] to edit this text! ([[Template:Doc|How does this work]]?)</div></div><noinclude></div>
+
 
{{/doc}}[[Category:Template documentation| ]]</noinclude>
+
<pre>
 +
{| some table
 +
|- some row
 +
|some cell
 +
|{{sometemplate{{!}}someparameter=somevalue}}
 +
|}
 +
</pre>
 +
 
 +
== See also ==
 +
* {{tl|!!}}
 +
{{doc/end}}<noinclude>
 +
</noinclude>

Revision as of 21:59, 16 May 2014

This template can be used to parse templates correctly in tables.

{| some table
|- some row
|some cell
|{{sometemplate{{!}}someparameter=somevalue}}
|}

See also