Template:PageMeta: Difference between revisions

From BhagavataWiki
Created page with "<onlyinclude> {| class="infobox" style="float:right; margin:0 0 1em 1em; width:25em; font-size:90%; background:#f9f9f9; border:1px solid #aaa" |- ! colspan="2" style="background:#f2f2f2; text-align:center;" | Info |- ! Author | {{{author|—}}} |- ! Translator | {{{translator|—}}} |- ! Created | {{{created|—}}} |} </onlyinclude> <templatedata> { "description": "Infobox for Bhagavata Wiki articles - author, translator, created date, etc.", "params": { "autho..."
 
No edit summary
Line 7: Line 7:
| {{{author|—}}}
| {{{author|—}}}
|-
|-
! Translator
! Revisor
| {{{translator|—}}}
| {{{revisor|—}}}
|-
! Contributors
| {{{contributors|—}}}
|-
|-
! Created
! Created
| {{{created|—}}}
| {{{created|—}}}
|-
! Last edited on
| {{{lasteditedon|—}}}
|}
|}
</onlyinclude>
</onlyinclude>
Line 18: Line 24:
<templatedata>
<templatedata>
{
{
   "description": "Infobox for Bhagavata Wiki articles - author, translator, created date, etc.",
   "description": "Infobox for Bhagavata Wiki articles - includes author, revisor, contributors, and creation metadata.",
   "params": {
   "params": {
     "author": {
     "author": {
Line 25: Line 31:
       "type": "string",
       "type": "string",
       "example": "Vyāsa",
       "example": "Vyāsa",
       "suggested": true
       "required": false
    },
    "revisor": {
      "label": "Revisor",
      "description": "Name of the person who reviewed or edited the article",
      "type": "string",
      "example": "Sukadeva Gosvami",
      "required": false
     },
     },
     "translator": {
     "contributors": {
       "label": "Translator",
       "label": "Contributors",
       "description": "If the English text is a translation, who translated it",
       "description": "Comma-separated list of users who contributed significantly to the article",
       "type": "string",
       "type": "string",
       "example": "Swami Prabhupada",
       "example": "Jiva Goswami, Rupa Goswami",
       "suggested": true
       "required": false
     },
     },
     "created": {
     "created": {
       "label": "Creation date",
       "label": "Created",
       "description": "When the text itself (not the wiki page) was first composed or published",
       "description": "Original creation date of the text (not the wiki page)",
       "type": "string",
       "type": "string",
       "example": "2024-03-12",
       "example": "2024-03-12",
       "suggested": true
       "required": false
    },
    "lasteditedon": {
      "label": "Last edited on",
      "description": "Date of the last major editorial revision (manual override)",
      "type": "string",
      "example": "2025-07-09",
      "required": false
     }
     }
   }
   }
Line 50: Line 70:


{{PageMeta
{{PageMeta
  | author     = Vyāsa
  | author       = Vyāsa
  | translator = Swami Prabhupada
  | revisor      = Sukadeva Gosvami
  | created     = 2024-03-12
| contributors = KrishnaEditor, Devadatta
  | created       = 2024-03-12
| lasteditedon  = 2025-07-09
}}
}}


===Optional parameters===
===Optional parameters===
* '''author''' – appears first; defaults to the username that created the page.
* '''author''' – Name of the original author or credited source
* '''translator''' – leave blank if none.
* '''revisor''' – Name of the reviewer/editor who curated the content
* '''created''' – human date; defaults to the first-revision timestamp.
* '''contributors''' – Comma-separated list of usernames or contributors
* '''created''' – Date when the text (not the page) was originally composed or translated
* '''lasteditedon''' – Manual override of the last major revision date

Revision as of 13:59, 9 July 2025

Info
Author
Revisor
Contributors
Created
Last edited on


Infobox for Bhagavata Wiki articles - includes author, revisor, contributors, and creation metadata.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Authorauthor

Name credited for writing the text

Example
Vyāsa
Stringoptional
Revisorrevisor

Name of the person who reviewed or edited the article

Example
Sukadeva Gosvami
Stringoptional
Contributorscontributors

Comma-separated list of users who contributed significantly to the article

Example
Jiva Goswami, Rupa Goswami
Stringoptional
Createdcreated

Original creation date of the text (not the wiki page)

Example
2024-03-12
Stringoptional
Last edited onlasteditedon

Date of the last major editorial revision (manual override)

Example
2025-07-09
Stringoptional


Usage

Place the infobox at the top of the article:


Info
Author Vyāsa
Revisor Sukadeva Gosvami
Contributors KrishnaEditor, Devadatta
Created 2024-03-12
Last edited on 2025-07-09


Optional parameters

  • author – Name of the original author or credited source
  • revisor – Name of the reviewer/editor who curated the content
  • contributors – Comma-separated list of usernames or contributors
  • created – Date when the text (not the page) was originally composed or translated
  • lasteditedon – Manual override of the last major revision date