Template:Cw: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
test
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>{{<includeonly>subst:</includeonly>Nowiki|{{{1}}}}}</code><noinclude>
code><nowiki>{{{1}}}</nowiki></code><noinclude>
==Documentation==
==Documentation==
{{note|'''Work in progress.''' - this template does not work.}}
{{grey-start}}
'''C'''ode, no '''w'''iki - turns inserts tags <nowiki><code><nowiki></nowiki> and <nowiki></nowiki></code></nowiki> around wikitext.  Useful for when describing code that has template [[Wikipedia:Transclusion|transclusion]] or other wiki code.
'''C'''ode, no '''w'''iki - turns inserts tags <nowiki><code><nowiki></nowiki> and <nowiki></nowiki></code></nowiki> around wikitext.  Useful for when describing code that has template [[Wikipedia:Transclusion|transclusion]] or other wiki code.


Line 6: Line 9:


===Example===
===Example===
: <nowiki>{{subst:</nowiki>{{lc:{{BASEPAGENAME}}}}<nowiki> |Here be code with '''wikicode'''.}}</nowiki> ... outputs: ...&nbsp; <code><nowiki>Here be code with '''wikicode'''.</nowiki></code>
: <<nowiki>{{subst:</nowiki>{{lc:{{BASEPAGENAME}}}}<nowiki> |Here be code with '''wikicode'''.}}</nowiki> ... outputs: ...&nbsp; <code><nowiki>Here be code with '''wikicode'''.</nowiki></code>


===Embedded substitution===
===Embedded substitution===
Line 19: Line 22:


===Source===
===Source===
Taken from [[Wikipedia:Template:Codenowiki]].
<s>Taken from [[Wikipedia:Template:Codenowiki]].</s> - sub template dependency hell - try different approach
{{grey-end}}


[[Category:Templates infoboxes]]
[[Category:Utility Templates]]
[[Category:Templates (broken)]]
</noinclude>
</noinclude>

Latest revision as of 09:12, 17 February 2019

code>{{{1}}}

Documentation

Note Note: Work in progress. - this template does not work.


Code, no wiki - turns inserts tags <code><nowiki> and </nowiki> around wikitext. Useful for when describing code that has template transclusion or other wiki code.

To work correctly, it must be substituted.

Example

<{{subst:cw |Here be code with '''wikicode'''.}} ... outputs: ...  Here be code with '''wikicode'''.

Embedded substitution

If the template is transcluded rather than substituted on a page, its output can be corrected by re-saving the page, triggering the substitution embedded within it:

code>{{{1}}}

Limitations

This template does not work with signatures. Typing ~~~~ results in displaying your full signature's code.

Arguments

No arguments.

Source

Taken from Wikipedia:Template:Codenowiki. - sub template dependency hell - try different approach