Template:Definition

From Cryptology City
Jump to navigation Jump to search


Template Documentation

Provides a robust way to specify a define terms in the glossary.

Example

{{Definition
    |term=efficient
    |defn=an algorithm which has a runtime that is bounded above by a polynomial of its input length.
    |link=https://mathworld.wolfram.com/PolynomialTime.html
}}

efficient
an algorithm which has a runtime that is bounded above by a polynomial of its input length. (further reading)

Parameters

Order/Name Description
term the term to be defined
defn a short description of the term
link (optional) a link to futher reading


Raw Template

{{{term}}}
{{{defn}}}