Template:Definition

From Cryptology City
Revision as of 23:02, 26 June 2024 by Axhoover (talk | contribs) (Created page with "<noinclude> Category:Templates == Template Documentation == Provides a robust way to specify a define terms in the glossary. === Example === <nowiki>{{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 }}</nowiki> {{Definition |term=efficient |defn=an algorithm which has a runtime that is bounded above by a poly...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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}}}