Template:ThinkingEntityInfo: Difference between revisions
From PickiPedia: A knowledge base of bluegrass, old time, and other traditional and public domain music
Jump to navigationJump to search
No edit summary |
Remove "Entity Type" row from infobox; rename location → scene (via update-page on MediaWiki MCP Server) |
||
| Line 22: | Line 22: | ||
* '''ethereum_address2''' through '''ethereum_address5''' - Additional addresses | * '''ethereum_address2''' through '''ethereum_address5''' - Additional addresses | ||
* '''website''' - Personal website URL | * '''website''' - Personal website URL | ||
* ''' | * '''scene''' - Their scene (e.g., Nashville, TN) | ||
=== Dates === | === Dates === | ||
| Line 31: | Line 31: | ||
This template sets the following properties for querying: | This template sets the following properties for querying: | ||
* '''Has display name''' - The entity's name | * '''Has display name''' - The entity's name | ||
* '''Has | * '''Has scene''' - Their scene | ||
* '''Has Ethereum address''' - Wallet address(es) | * '''Has Ethereum address''' - Wallet address(es) | ||
* '''Has profile image''' - The image file for use in lists | * '''Has profile image''' - The image file for use in lists | ||
| Line 46: | Line 45: | ||
|does3=collaborates with the Cryptograss project | |does3=collaborates with the Cryptograss project | ||
|ethereum_address=0x123... | |ethereum_address=0x123... | ||
| | |scene=Nashville, TN | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 60: | Line 59: | ||
|does3=collaborates on the Cryptograss and PickiPedia projects | |does3=collaborates on the Cryptograss and PickiPedia projects | ||
|active_since=October 2023 | |active_since=October 2023 | ||
| | |scene=hunter.cryptograss.live | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 77: | Line 76: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{scene|}}}| | |||
! Scene | |||
{{!}} {{{scene}}} | |||
{{#if:{{{ | |||
! | |||
{{!}} {{{ | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
| Line 127: | Line 123: | ||
</div>}} | </div>}} | ||
{{#set:Has display name={{{name|{{PAGENAME}}}}}}} | {{#set:Has display name={{{name|{{PAGENAME}}}}}}} | ||
{{#if:{{{image|}}}|{{#set:Has profile image=File:{{{image}}}}}}} | {{#if:{{{image|}}}|{{#set:Has profile image=File:{{{image}}}}}}} | ||
{{#if:{{{ | {{#if:{{{scene|}}}|{{#set:Has scene={{{scene}}}}}}} | ||
{{#if:{{{ethereum_address|}}}|{{#set:Has Ethereum address={{{ethereum_address}}}}}}} | {{#if:{{{ethereum_address|}}}|{{#set:Has Ethereum address={{{ethereum_address}}}}}}} | ||
{{#if:{{{ethereum_address2|}}}|{{#set:Has Ethereum address={{{ethereum_address2}}}}}}} | {{#if:{{{ethereum_address2|}}}|{{#set:Has Ethereum address={{{ethereum_address2}}}}}}} | ||
Revision as of 05:42, 29 January 2026
Template for describing thinking entities (humans or AI) by their actions rather than static labels.
Philosophy
This template describes entities by what they do rather than what they are. Instead of "Jake is a guitarist", we say "...plays guitar on studio records and live shows."
Parameters
Identity
- name - Display name of the entity
- image - Profile image filename (without File: prefix)
- image_caption - Optional caption for the image
- type - "human" or "ai" (defaults to human)
Verbs (what they do)
- does1 through does10 - Action statements describing what the entity does
- Example: "plays guitar on many studio records and some shows"
- Example: "engineers at Tunesmith Studios"
- Example: "processes natural language and assists with coding tasks"
Contact/Identity
- ethereum_address - Primary Ethereum wallet address
- ethereum_address2 through ethereum_address5 - Additional addresses
- website - Personal website URL
- scene - Their scene (e.g., Nashville, TN)
Dates
- born - Birth date or creation date
- active_since - When they started their primary activity
Semantic Properties
This template sets the following properties for querying:
- Has display name - The entity's name
- Has scene - Their scene
- Has Ethereum address - Wallet address(es)
- Has profile image - The image file for use in lists
Usage
{{ThinkingEntityInfo
|name=Jake Stargel
|image=Jake_Stargel_profile.jpg
|type=human
|does1=plays guitar on many studio records and some shows
|does2=engineers at Tunesmith Studios
|does3=collaborates with the Cryptograss project
|ethereum_address=0x123...
|scene=Nashville, TN
}}
Example for AI
{{ThinkingEntityInfo
|name=Magent
|image=Magent_avatar.png
|type=ai
|does1=processes conversations and assists with software engineering
|does2=maintains memories across context windows via MCP
|does3=collaborates on the Cryptograss and PickiPedia projects
|active_since=October 2023
|scene=hunter.cryptograss.live
}}
See also
- Template:PersonInfo - For humans specifically
- Template:MusicianInfo - For musicians specifically