Difference between revisions of "Template:Code"

From D Wiki
Jump to: navigation, search
(Created page with "<onlyinclude><span style="font-family:monospace;">{{{1}}}</span></onlyinclude> Template that allows writing code "inline". For example: == Example == {| class="wikitable" !...")
(No difference)

Revision as of 10:41, 10 December 2012

{{{1}}}

Template that allows writing code "inline". For example:

Example

Use {{code|@property}} to ... Use @property to ...

Todo

template:Code is currently just a monospace font. It could be enhanced by being made a css style, or an extension.