Templates are invoked in mediawiki using {{<name of template>}}. Parameters are named and are separated using the pipe character (|) like so: "|<parameter_name>=<parameter>". Note that usually a pipe immediately follows the template name and each parameter will start on a newline (the pipe comes first). The template we are using is called “Bibliography Entry” and the parameters specific to the bibiliography page are:

For example:

{{Bibliography Entry|

|papername=Non-existent paper

|annotations=
*Here is some sample annotation
*<math>f(x)=x^2</math>

|bibtexentry=
@inproceedings={my proceedings,
   title="Yet another title",
   author="Me"
}

}}

which would look like this:

For a working example see Classifier Combination for Improved Lexical Disambiguation.