Template:Codebox: Difference between revisions

From bradwiki
Jump to navigation Jump to search
(Created page with "<div style=" display:{{{display|block}}}; float:{{{float|left}}}; overflow:{{{overflow|hidden}}}; width:{{{width|30%}}}; height:{{{height|auto}}}; margin:{{{margin|5px auto...")
 
mNo edit summary
Line 16: Line 16:
border-width:{{{border-width|2px}}};  
border-width:{{{border-width|2px}}};  
border-color:{{{border-color|#8c9091}}};  
border-color:{{{border-color|#8c9091}}};  
border-radius:{{{border-radius|6px}}};">{{{1}}}
border-radius:{{{border-radius|6px}}};">
<div style="text-align:{{{txt-align|left}}};  
<syntaxhighlight lang="{{{lang1|matlab}}}">{{{1}}}
padding:{{{pad|1px}}};  
</div><div style="
font-size:{{{txt-size|11px}}};">{{{2|}}}</div></div>
display:{{{display|block}}};
float:{{{float|left}}};
overflow:{{{overflow|hidden}}};
width:{{{width|30%}}};
height:{{{height|auto}}};
margin:{{{margin|5px auto}}};
padding:{{{padding|2px}}};
clear:{{{clear|none}}};
background-color:{{{bg-color|#FFF}}};
font-family:{{{font|courier}}};
font-size:{{{font-size|12px}}};
word-wrap:break-word;
text-align:{{{text-align|left}}};  
border-style:{{{border-style|groove}}};
border-width:{{{border-width|2px}}};
border-color:{{{border-color|#8c9091}}};  
border-radius:{{{border-radius|6px}}};">
<syntaxhighlight lang="{{{lang2|python}}}">{{{2}}}
</div>
<noinclude><br><br><br>
<noinclude><br><br><br>

Revision as of 05:58, 18 May 2020

<syntaxhighlight lang="{{{lang1|matlab}}}">{{{1}}}

<syntaxhighlight lang="{{{lang2|python}}}">{{{2}}}