Template:demo

Hello, you have come here looking for the meaning of the word Template:demo. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:demo, but we will also tell you about its etymology, its characteristics and you will know how to say Template:demo in singular and plural. Everything you need to know about the word Template:demo you have here. The definition of the word Template:demo will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:demo, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This template displays Wikicode followed by the output of the Wikicode below it. It is similar to but more powerful than {{temp demo}}.

Examples

1. A simple example:

{{demo|<nowiki>{{l|grc|δῆμος|g=m}}</nowiki>}}

results in the following (not including the horizontal separators):


{{l|grc|δῆμος|g=m}}
δῆμος m (dêmos)

2. A more complex example:

{{demo|sep=produces|<nowiki>{{quote-book|en
|author=w:William Shakespeare
|title=]
|location=London
|publisher=Printed by ], and  Blount]]
|year=c. 1601–1602
|year_published=1623
|page=255
|pageurl=https://books.google.com/books?id=uNtBAQAAMAAJ&pg=PA255
|oclc=606515358
|text='''Twelfe Night''', Or vvhat you vvill. 
}}</nowiki>}}

results in the following (not including the horizontal separators):


{{quote-book|en
|author=w:William Shakespeare
|title=]
|location=London
|publisher=Printed by ], and  Blount]]
|year=c. 1601–1602
|year_published=1623
|page=255
|pageurl=https://books.google.com/books?id=uNtBAQAAMAAJ&pg=PA255
|oclc=606515358
|text='''Twelfe Night''', Or vvhat you vvill. 
}}
produces

Parameters

|1= (required)
The Wikicode, which must be wrapped in <nowiki>...</nowiki>.
|sep=
The text separating the Wikicode and its output (default is blank). Use <br /> to force extra blank lines.
|br=
The number of blank lines separating the Wikicode from its output, if |sep= is not supplied.
|reverse=1
If specified, place the output above the Wikicode.
|nocat=1
If specified, remove categories output by the Wikicode, to avoid the documentation page containing the demo from being put in a category.
|style=
The syntax highlighting style; passed directly to the syntaxhighlight extension tag.


See also