Jump to content

Template:FinancialConcept: Difference between revisions

From Finance Interactive Wiki
No edit summary
No edit summary
 
Line 5: Line 5:
<templatedata>
<templatedata>
{
{
  "description": "Displays a financial concept with academic definition, simplified explanation, in-game usage, references, and related concepts. Optional sections are hidden if empty.",
"description": "Displays a financial concept with academic definition, simplified explanation, in-game usage, references, and related concepts. Optional sections are hidden if empty.",
  "params": {
"params": {
    "Name": {
"Name": {
      "label": "Name",
"label": "Name",
      "description": "The name of the financial concept.",
"description": "The name of the financial concept.",
      "type": "string",
"type": "string",
      "required": true
"required": true
    },
},
    "AcademicDefinition": {
"AcademicDefinition": {
      "label": "Academic Definition",
"label": "Academic Definition",
      "description": "The formal academic definition of the concept.",
"description": "The formal academic definition of the concept.",
      "type": "content",
"type": "content",
      "required": true
"required": true
    },
},
    "SimplifiedExplanation": {
"SimplifiedExplanation": {
      "label": "Simplified Explanation",
"label": "Simplified Explanation",
      "description": "An optional simplified, layperson-friendly explanation of the concept.",
"description": "An optional simplified, layperson-friendly explanation of the concept.",
      "type": "content",
"type": "content",
      "required": false
"required": false
    },
},
    "HowAppearsInGame": {
"HowAppearsInGame": {
      "label": "How It Appears in the Game",
"label": "How It Appears in the Game",
      "description": "Optional description of how this concept is implemented or represented in the game.",
"description": "Optional description of how this concept is implemented or represented in the game.",
      "type": "content",
"type": "content",
      "required": false
"required": false
    },
},
    "References": {
"References": {
      "label": "References",
"label": "References",
      "description": "Optional references, citations, or links for further reading.",
"description": "Optional references, citations, or links for further reading.",
      "type": "content",
"type": "content",
      "required": false
"required": false
    },
},
    "RelatedConcepts": {
"RelatedConcepts": {
      "label": "Related Concepts",
"label": "Related Concepts",
      "description": "Optional list or description of concepts related to this one.",
"description": "Optional list of pages of related concepts. Use HTML list",
      "type": "content",
"type": "content",
      "required": false
"required": false,
    }
"example": "<ul>  <li>[[Discount Rate]]</li>  <li>[[Internal Rate of Return]]</li>  <li>[[Cash Flow]]</li> </ul> "
  }
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 19:53, 16 March 2025

Unnamed Concept

Academic Definition:
No definition provided.


Displays a financial concept with academic definition, simplified explanation, in-game usage, references, and related concepts. Optional sections are hidden if empty.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
NameName

The name of the financial concept.

Stringrequired
Academic DefinitionAcademicDefinition

The formal academic definition of the concept.

Contentrequired
Simplified ExplanationSimplifiedExplanation

An optional simplified, layperson-friendly explanation of the concept.

Contentoptional
How It Appears in the GameHowAppearsInGame

Optional description of how this concept is implemented or represented in the game.

Contentoptional
ReferencesReferences

Optional references, citations, or links for further reading.

Contentoptional
Related ConceptsRelatedConcepts

Optional list of pages of related concepts. Use HTML list

Example
<ul> <li>[[Discount Rate]]</li> <li>[[Internal Rate of Return]]</li> <li>[[Cash Flow]]</li> </ul>
Contentoptional