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
No edit summary
 
Line 70: Line 70:
{| class="wikitable" style="float: right; margin-left: 1em; width: 280px; clear: right;"
{| class="wikitable" style="float: right; margin-left: 1em; width: 280px; clear: right;"
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
! colspan="2" style="padding: 0;" {{!}} [[File:{{{image}}}|280x400px|center|{{{image_caption|{{{name|{{PAGENAME}}}}}}}}]]
! colspan="2" style="padding: 0;" {{!}} [[File:{{{image}}}|280x340px|center|{{{image_caption|{{{name|{{PAGENAME}}}}}}}}]]
{{#if:{{{image_caption|}}}|
{{#if:{{{image_caption|}}}|
{{!}}-
{{!}}-

Latest revision as of 06:09, 19 January 2026

Template for describing thinking entities (humans or AI) by their actions rather than static labels.

Philosophy[edit]

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[edit]

Identity[edit]

  • 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)[edit]

  • 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[edit]

  • ethereum_address - Primary Ethereum wallet address
  • ethereum_address2 through ethereum_address5 - Additional addresses
  • website - Personal website URL
  • location - Where they're based (for humans) or hosted (for AI)

Dates[edit]

  • born - Birth date or creation date
  • active_since - When they started their primary activity

Semantic Properties[edit]

This template sets the following properties for querying:

  • Has display name - The entity's name
  • Has entity type - "Human" or "AI"
  • Has location - Where they're based/hosted
  • Has Ethereum address - Wallet address(es)
  • Has profile image - The image file for use in lists

Usage[edit]

{{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...
|location=Nashville, TN
}}

Example for AI[edit]

{{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
|location=hunter.cryptograss.live
}}

See also[edit]