Difference between revisions of "Template:Test"

From Supercomputación y Cálculo Científico UIS
Line 1: Line 1:
<div style="border: 1px solid rgb(255, 191, 191); padding: .2em .3em; margin: .2em .2em; background-color: rgb(255, 242, 242)"><div style="background-color: #ffc1c1; padding: .2em; margin: .2em; border: solid 1px #ff7070; font-size: 92%">
+
<div style="border: 1px solid rgb(255, 191, 191); padding: .2em .3em; margin: .2em .2em; background-color: rgb(255, 242, 242)"><div style="background-color: #ffc1c1; padding: .2em; margin: .2em; border: solid 1px #ff7070; font-size: 92%">
'''File:''' {{{1}}}
+
<p><b>File:</b> <span class="fck_mw_template">{{{1}}}</span>
</div><div style="background-color: white; padding: .2em; margin: .2em; border: solid 1px #ff7070; font-size: 92%">
+
</p>
&lt;syntaxhighlight lang="vim"&gt;{{{2}}}&lt;/syntaxhighlight&gt;
+
</div><div style="background-color: white; padding: .2em; margin: .2em; border: solid 1px #ff7070; font-size: 92%">
 +
<syntaxhighlight lang="php">
 +
<?php
 +
    {{{2}}}
 +
?>
 +
</syntaxhighlight>
 
</div></div>
 
</div></div>

Revision as of 15:51, 21 May 2015

File: {{{1}}}

<?php
    {{{2}}}
?>