Template:FinancialConcept: Difference between revisions
Appearance
Created page with "<div style="border: 1px solid #ccc; padding: 10px; margin: 10px 0;"> <h3>{{{Term|Unnamed Concept}}}</h3> <b>Academic Definition:</b> <div> {{{AcademicDefinition|No academic definition provided.}}} </div> <b>Simplified Explanation:</b> <div> {{{SimplifiedExplanation|No simplified explanation provided.}}} </div> <b>In-Game Implementation:</b> <div> {{{InGameImplementation|No in-game implementation details provided.}}} </div> <b>Strategy Ti..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="border: 1px solid #ccc; padding: 10px; margin: 10px 0;"> | <div style="border:1px solid #ccc; padding:10px; margin:10px 0;"><h3 style="margin:0; padding:5px; background-color:#f0f0f0;">{{{Name|Unnamed Concept}}}</h3><div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Academic Definition:</b><br />{{{AcademicDefinition|No definition provided.}}}</div>{{#if:{{{SimplifiedExplanation|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Simplified Explanation:</b><br />{{{SimplifiedExplanation}}}</div>|}}{{#if:{{{HowAppearsInGame|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"> <b>How It Appears in the Game:</b><br />{{{HowAppearsInGame}}}</div>|}}{{#if:{{{References|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>References:</b><br />{{{References}}}</div>|}}{{#if:{{{RelatedConcepts|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Related Concepts:</b><br />{{{RelatedConcepts}}}</div>|}} | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Displays a financial concept with academic definition, simplified explanation, in-game usage, references, and related concepts. Optional sections are hidden if empty.", | |||
"params": { | |||
"Name": { | |||
"label": "Name", | |||
"description": "The name of the financial concept.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"AcademicDefinition": { | |||
"label": "Academic Definition", | |||
"description": "The formal academic definition of the concept.", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"SimplifiedExplanation": { | |||
"label": "Simplified Explanation", | |||
"description": "An optional simplified, layperson-friendly explanation of the concept.", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"HowAppearsInGame": { | |||
"label": "How It Appears in the Game", | |||
"description": "Optional description of how this concept is implemented or represented in the game.", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"References": { | |||
"label": "References", | |||
"description": "Optional references, citations, or links for further reading.", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"RelatedConcepts": { | |||
"label": "Related Concepts", | |||
"description": "Optional list of pages of related concepts. Use HTML list", | |||
"type": "content", | |||
"required": false, | |||
"example": "<ul> <li>[[Discount Rate]]</li> <li>[[Internal Rate of Return]]</li> <li>[[Cash Flow]]</li> </ul> " | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 19:53, 16 March 2025
Unnamed Concept
Academic Definition:
No definition provided.
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | The name of the financial concept. | String | required |
| Academic Definition | AcademicDefinition | The formal academic definition of the concept. | Content | required |
| Simplified Explanation | SimplifiedExplanation | An optional simplified, layperson-friendly explanation of the concept. | Content | optional |
| How It Appears in the Game | HowAppearsInGame | Optional description of how this concept is implemented or represented in the game. | Content | optional |
| References | References | Optional references, citations, or links for further reading. | Content | optional |
| Related Concepts | RelatedConcepts | Optional list of pages of related concepts. Use HTML list
| Content | optional |