Template:Code: Difference between revisions
m (Text replacement - "Powerpedia" to "Saintapedia") |
>Jonesey95 (rm completely unused id parameter to avoid duplicate blank ids on pages with multiple transclusions) |
||
| Line 1: | Line 1: | ||
{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|style={{{style|}}}|inline=1}}<noinclude> | |||
{{documentation}} | {{documentation}} | ||
<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> | |||
</noinclude> | </noinclude> | ||
Revision as of 14:48, 26 September 2024
{{{1}}}
|
The intent of this template is that <code>{{[[Template:Code|Code]]|<wikicode>}}</code> results in the same thing as the rather less elegant <code><nowiki><wikicode></nowiki></code>.
However, the wikipedia version of this template (Template:Code
) relies on an extension that is not currently installed on USApedia, and so it doesn't work when directly ported over. A substitute without using that extension requires that the wikicode be entered inside <nowiki>...</nowiki> tags if you do not want the wikicode to be interpreted. So the end result is <code>{{[[Template:Code|Code]]|<nowiki><wikicode></nowiki>}}</code> (resulting in <wikicode>), which is less elegant that the intended use of the template, but perhaps not quite as bad as the no-template alternative.
Usage
| Markup | Result |
|---|---|
<code>{{[[Template:Code|Code]]|<nowiki>'''Bold'''</nowiki>}}</code>
|
'''Bold'''
|
<code>{{[[Template:Code|Code]]|'''Bold'''}}</code>
|
'''Bold'''
|