Jump to content

Template:Infobox: Difference between revisions

From Fedoverse Wiki
Created page with "<infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption"/> </image> <group> <label>Role</label> <format>{{{role}}}</format> </group> <group> <label>First Appearance</label> <format>{{{first_appearance}}}</format> </group> <group> <label>Status</label> <format>{{{status}}}</format> </group> </infobox>"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
     <default>{{PAGENAME}}</default>
     <default>{{PAGENAME}}</default>
   </title>
   </title>
 
 
   <image source="image">
   <media source="image">
     <caption source="caption"/>
     <caption source="caption"/>
   </image>
   </media>


   <group>
   <data source="role">
     <label>Role</label>
     <label>Role</label>
     <format>{{{role}}}</format>
  </data>
   </group>
 
  <data source="username">
    <label>Username</label>
  </data>
 
  <data source="alt_usernames">
    <label>Also known as</label>
  </data>
 
  <data source="socials">
     <label>Socials</label>
   </data>


   <group>
   <data source="vibe">
     <label>First Appearance</label>
     <label>Vibe</label>
    <format>{{{first_appearance}}}</format>
   </data>
   </group>


   <group>
   <header>Showcase</header>
    <label>Status</label>
  <data source="showcase_images">
    <format>{{{status}}}</format>
   </data>
   </group>
</infobox>
</infobox>

Latest revision as of 23:46, 23 July 2026