Predložak:Markupv

Izvor: Hrvatska internetska enciklopedija
Prijeđi na navigaciju Prijeđi na pretraživanje


Dokumentacija

Lua pogreška: Modul:TNT:172: '''Missing JsonConfig extension, or not properly configured; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab. See https://www.mediawiki.org/wiki/Extension:JsonConfig#Supporting_Wikimedia_templates'''.

Usage

This template is used to present markup or code in a vertical format above the rendered output.

Parameters:

  • markup or m: Content of Markup cell
  • renders or r: Content of Renders as cell
  • title or t: Title of table; defaults to none
  • margin: Set table left margin in em
  • width: Table width; defaults to 90%
  • style: Additional CSS for the table

The Markup cell is pre-formatted with <pre> to retain newlines and spaces, but styled to allow content to wrap within the cell. It is usually desirable to escape the content of the Markup cell so that the markup is displayed by wrapping the markup in Predložak:Xtag. It is technically not possible to add this feature to the template.

In the Renders as cell, the content is usually the unescaped markup copied from the Markup cell. There are instances where this may differ:

  • If the first line includes wikimarkup that must start on a new line such as #, * or ; then use before the first line.
  • Header markup such as <syntaxhighlight lang="text" class="" id="" style="" inline="1">==</syntaxhighlight> will show in the page table of contents; use {{Fake heading|function}}.
  • When using {{Reflist|function}} with no other parameters, use {{Reflist|close=1}} to ensure that the reference list is closed.
  • Some templates will place the page in a maintenance category, which is usually undesired:
    • Instead of {{Citation needed|function}}, use {{Fake citation needed|function}}.
  • Some templates may have error checking that places the page in a maintenance category. Suppress the category as possible:
    • Način citiranja 1 (Citation Style 1) templates can suppress the maintenance category by setting |template doc demo=true.

Examples

The following meta-example uses Script error: No such module "Tlg". to create an example of using <score>...</score>: <syntaxhighlight lang="wikitext">

Example:
Markup
<nowiki><score>\relative c' { c( b~ c b c b c b c~ c)}</score></nowiki>
Renders as
<score>\relative c' { c( b~ c b c b c b c~ c)}</score>
<templatestyles src="Markup/styles.css" />

</syntaxhighlight>

It generates:

Example:
Markup
<score>\relative c' { c( b~ c b c b c b c~ c)}</score>
Renders as
<score>\relative c' { c( b~ c b c b c b c~ c)}</score>
<templatestyles src="Markup/styles.css" />


Limitations

If you don't wrap the content of the markup cell in Predložak:Xtag, then any template markup will not be escaped, it will be expanded.

This example shows the markup for {{Tl|Tag}}:

Markup
{{[[Predložak:Tag|Tag]]}}
Renders as
{{Tl|Tag}}
<templatestyles src="Markup/styles.css" />


HTML entities are parsed in the markup cell

Markup
 –
Renders as
&nbsp;&ndash;
<templatestyles src="Markup/styles.css" />


To work around this, replace the & with &amp; thus &amp;nbsp; will show as &nbsp;

Examples

Simple examples:

Markup
'''Bold text'''
Renders as
Bold text
<templatestyles src="Markup/styles.css" />
Markup
''Italic text''
Renders as
Italic text
<templatestyles src="Markup/styles.css" />


Complex example: Note that the second argument to {{Markupv}} uses {{Fake heading}} and {{Fake citation needed}}.

Markup
<syntaxhighlight lang="wikitext">The quick brown fox jumps over the lazy dog.[nb 1] The cow jumped over the moon.<sup>[''[[Hrvatska internetska enciklopedija:Navođenje izvora|nedostaje izvor]]'']</sup>[[Kategorija:Članci kojima nedostaje izvor]]

== Notes ==
#PREUSMJERI [[Predložak:Izvori]]

== References ==
#PREUSMJERI [[Predložak:Izvori]]
</syntaxhighlight>
Renders as
The quick brown fox jumps over the lazy dog.[nb 2] The cow jumped over the moon.[nedostaje izvor] <templatestyles src="Template:Fake_heading/styles.css" />
Notes
  1. PREUSMJERI Predložak:Izvori
<templatestyles src="Template:Fake_heading/styles.css" />
References
  1. PREUSMJERI Predložak:Izvori
<templatestyles src="Markup/styles.css" />


With title:

Foxes and dogs
Markup
The quick brown fox jumps over the lazy dog.
Renders as
The quick brown fox jumps over the lazy dog.
<templatestyles src="Markup/styles.css" />


When a template is enclosed within {{Code}}, it shows the rendered HTML:

Markup
<syntaxhighlight lang="wikitext">
White, T. H. (1977) ''The Book of Merlyn''.</syntaxhighlight>
Renders as
White, T. H. (1977) The Book of Merlyn.
<templatestyles src="Markup/styles.css" />
Markup
<syntaxhighlight lang="wikitext"><syntaxhighlight lang="text" class="" id="" style="" inline="1">
White, T. H. (1977) ''The Book of Merlyn''.</syntaxhighlight></syntaxhighlight>
Renders as
<syntaxhighlight lang="text" class="" id="" style="" inline="1"> White, T. H. (1977) The Book of Merlyn.</syntaxhighlight>
<templatestyles src="Markup/styles.css" />


See also

  • {{Markup}}: side by side markup
  • {{Markup2}}: bulleted and indented markup
  • {{Markupv}}: above and below markup

{{Sandbox other||



  1. A reference for the footnote.
  2. A reference for the footnote.


Pogrješka u citiranju: oznake <ref> postoje za skupinu "nb", ali nema pripadajuće oznake <references group="nb"/>