Difference between revisions of "Template:Function"

From wiki.emacinc.com
Jump to: navigation, search
(Initial Page Creation)
 
m (Tweak)
Line 12: Line 12:
  
 
<includeonly><div class="funcbox" style="margin-top:-4%;">
 
<includeonly><div class="funcbox" style="margin-top:-4%;">
<table class="funcbox_table"><tr class="funcbox_table_r1"><td class="funcbox_table_c1"><span class="funcbox_header">{{{1}}}</span></td></tr><tr class="funcbox_table_r2"><td class="funcbox_table_c2"><span class="funcbox_content"><code>{{{1}}}( {{{args}}} )</code></span></td></tr></table></div>
+
<table class="funcbox_table"><tr class="funcbox_table_r1"><td class="funcbox_table_c1"><span class="funcbox_header"><code>'''{{{1}}}'''</code></span></td></tr><tr class="funcbox_table_r2"><td class="funcbox_table_c2"><span class="funcbox_content"><code>{{{1}}}( {{{args}}} )</code></span></td></tr></table></div>
 
</includeonly>
 
</includeonly>

Revision as of 17:36, 17 November 2015

Use this template like this:

{{Function|probe_it|desc=My cool function for probing stuff|args=target, type, when}}

to produce:



function()

probe_it