Template:Codenowiki/doc: Difference between revisions
Jump to navigation
Jump to search
DocDolomite (talk | contribs) m (gah, fix own typo in Category:Formatting Templates) |
DocDolomite (talk | contribs) m (rmv old, bad copied header about documentation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
=Documentation= | =Documentation= | ||
<big>{{tl|codenowiki}}</big> is a shorthand notation to enclose the single parameter text inside both the <code><code></code> and <code><nowiki><nowiki></nowiki></code> tags. | <big>{{tl|codenowiki}}</big> is a shorthand notation to enclose the single parameter text inside both the <code><nowiki><code></nowiki></code> and <code><nowiki><nowiki></nowiki></code> tags. | ||
'''This template must be subst:''' | It is most useful when displaying wikisyntax to a user, say on a template documentation page, without actually evaluating the template code. | ||
'''This template must always be entered with the subst: prefix''' | |||
== Usage == | == Usage == | ||
< | <code><nowiki>{{ subst:codenowiki | string to code-icize }}</nowiki></code> | ||
{{ subst:codenowiki | string to code-icize }} | |||
</ | |||
== Examples == | == Examples == | ||
Line 16: | Line 15: | ||
! Result | ! Result | ||
|- | |- | ||
| <pre>{{subst:codenowiki| | | <pre>{{subst:codenowiki|[[Category:Archetypes]]}}</pre> | ||
| <big><code></noinclude><nowiki> | | <big><code></noinclude><nowiki>[[Category:Archetypes]]</nowiki> | ||
|- | |||
| <pre>{{subst:codenowiki|{{wip|date={{subst:Today}}}}}}</pre> | |||
| <big><code></noinclude><nowiki>{{wip|date={{subst:Today}}}}</nowiki> | |||
|} | |} | ||
---- | ---- | ||
Line 26: | Line 27: | ||
<!-- ADD CATEGORIES BELOW THIS LINE --> | <!-- ADD CATEGORIES BELOW THIS LINE --> | ||
[[Category:Formatting Templates|{{PAGENAME}}]] | [[Category:Formatting Templates|{{PAGENAME}}]] | ||
</includeonly> | </includeonly> |
Latest revision as of 14:58, 26 August 2020
Documentation
{{codenowiki}} is a shorthand notation to enclose the single parameter text inside both the <code>
and <nowiki>
tags.
It is most useful when displaying wikisyntax to a user, say on a template documentation page, without actually evaluating the template code.
This template must always be entered with the subst: prefix
Usage
{{ subst:codenowiki | string to code-icize }}
Examples
Codenowiki | Result |
---|---|
{{subst:codenowiki|[[Category:Archetypes]]}} |
[[Category:Archetypes]]
|
{{subst:codenowiki|{{wip|date={{subst:Today}}}}}} |
{{wip|date={{subst:Today}}}}
|
- This template is a self-reference and so is part of the Unofficial Homecoming Wiki project rather than the content itself.