Template:GlossaryConcept

    From Marovi AI
    Revision as of 07:06, 24 April 2026 by DeployBot (talk | contribs) ([deploy-bot] Deploy template from PR #41 (v1.2.0))
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    GlossaryConcept — Template for glossary entries in the Glossary: namespace.

    Usage

    {{GlossaryConcept
    |concept_id=gradient_descent
    |domain=machine learning, optimization
    |aliases=GD, batch gradient descent
    |related=Glossary:Stochastic_gradient_descent, Glossary:Learning_rate
    |article=Gradient descent
    |article_section=
    |difficulty=intermediate
    }}
    
    Free-text definition goes here (1-3 sentences).
    

    Parameters

    Parameter Required Description
    concept_id Yes Lowercase slug identifier for the concept
    domain Yes Comma-separated domain tags (e.g. machine learning, linear algebra)
    aliases No Comma-separated alternate English phrasings
    related No Comma-separated links to related Glossary: entries
    article No Title of the main wiki article for this concept
    article_section No Anchor to a specific section in the article
    difficulty No beginner, intermediate, or advanced