Template:Current event inline/doc

From Pantonian Republic Wiki
Jump to navigation Jump to search

Usage

{{Current event inline}} creates [may be outdated].

{{Current event inline|date=October 2024}} creates [may be outdated as of October 2024].

{{Current event inline|date=October 2024|hide=y}} creates [may be outdated].

Parameters

  • |date=: the date the tag was added. This gets added to the template text, after "as of".
  • |hide=: enter any text in this parameter to hide the date from the template text. For use in conjunction with "date".

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.

TemplateData for Current event inline

<templatedata> {

   "description": "Use this inline template indicate that a statement may be outdated and in need of updating.",

"format": "inline", "params": { "date": { "label": "Month and year", "description": "Month and year of tagging; e.g., 'January 2013', but not 'jan13'. Adds this to the template text, after 'as of'.", "type": "string", "autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}", "example": "January 2013", "suggested": true }, "hide": { "label": "Hide date from text", "description": "Enter any text in this parameter to hide the date from the template text. For use in conjunction with 'date'.", "type": "string", "example": "y", "suggested": true } }, "paramOrder": [ "date", "hide" ] } </templatedata>