Difference between revisions of "Template:Automarkup/doc"

From blackwiki
Jump to navigation Jump to search
imported>Petr Matas
imported>Petr Matas
(+ mention {{Make code}})
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
{{lua|Module:Automarkup}}
 
{{lua|Module:Automarkup}}
The same as {{tl|Markup}}, except that it is not necessary to write the code samples twice. On the other hand, it is not possible to use the <code>&lt;nowiki&gt;</code> tag for markup disabling; other means have to be used to achieve that, like templates {{tl|((}}, {{tl|!}}, {{tl|))}}.
+
The same as {{tl|Markup}}, except that it is not necessary to write the code samples twice. On the other hand, it is not possible to use the <code>&lt;nowiki&gt;</code> tag for markup disabling; other means have to be used to achieve that, like templates {{tl|((}}, {{tl|!}}, {{tl|))}} or {{tl|Make code}}.
  
 
== Usage ==
 
== Usage ==

Revision as of 10:49, 14 July 2016

The same as {{Markup}}, except that it is not necessary to write the code samples twice. On the other hand, it is not possible to use the <nowiki> tag for markup disabling; other means have to be used to achieve that, like templates {{((}}, {{!}}, {{))}} or {{Make code}}.

Usage

Markup Renders as
{{Automarkup
|{{((}}As of{{!}}2015{{))}}
}}

Markup Renders as
{{As of|2015}}

As of 2015