Template:PageMeta: Difference between revisions
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|—}}} | ||
|- | |- | ||
! | ! Revisor | ||
| {{{ | | {{{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, | "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", | ||
" | "required": false | ||
}, | |||
"revisor": { | |||
"label": "Revisor", | |||
"description": "Name of the person who reviewed or edited the article", | |||
"type": "string", | |||
"example": "Sukadeva Gosvami", | |||
"required": false | |||
}, | }, | ||
" | "contributors": { | ||
"label": " | "label": "Contributors", | ||
"description": " | "description": "Comma-separated list of users who contributed significantly to the article", | ||
"type": "string", | "type": "string", | ||
"example": " | "example": "Jiva Goswami, Rupa Goswami", | ||
" | "required": false | ||
}, | }, | ||
"created": { | "created": { | ||
"label": " | "label": "Created", | ||
"description": " | "description": "Original creation date of the text (not the wiki page)", | ||
"type": "string", | "type": "string", | ||
"example": "2024-03-12", | "example": "2024-03-12", | ||
" | "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 | | author = Vyāsa | ||
| | | revisor = Sukadeva Gosvami | ||
| created | | contributors = KrishnaEditor, Devadatta | ||
| created = 2024-03-12 | |||
| lasteditedon = 2025-07-09 | |||
}} | }} | ||
===Optional parameters=== | ===Optional parameters=== | ||
* '''author''' – | * '''author''' – Name of the original author or credited source | ||
* ''' | * '''revisor''' – Name of the reviewer/editor who curated the content | ||
* '''created''' – | * '''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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Author | author | Name credited for writing the text
| String | optional |
| Revisor | revisor | Name of the person who reviewed or edited the article
| String | optional |
| Contributors | contributors | Comma-separated list of users who contributed significantly to the article
| String | optional |
| Created | created | Original creation date of the text (not the wiki page)
| String | optional |
| Last edited on | lasteditedon | Date of the last major editorial revision (manual override)
| String | optional |
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