Template:Paper

    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)

    Displays a paper metadata infobox on the right side of the page.

    Usage

    {{Paper
    |title=Attention Is All You Need
    |authors=Vaswani et al.
    |year=2017
    |venue=NeurIPS
    |arxiv=1706.03762
    |doi=
    |topics=Transformers, Attention, NLP
    |related_articles=Transformer, Self-Attention
    |languages=es, zh
    }}
    

    Parameters

    • title — Paper title. Defaults to page name.
    • authors — Author list.
    • year — Publication year.
    • venue — Conference or journal.
    • arxiv — arXiv ID (just the number, e.g. 1706.03762).
    • doi — DOI (without https://doi.org/ prefix).
    • topics — Comma-separated topics.
    • related_articles — Comma-separated related article page names.
    • languages — Comma-separated ISO language codes with translations available.