<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://gunmetalolympus.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_rp_account%2Fdoc</id>
	<title>Template:Infobox rp account/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://gunmetalolympus.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_rp_account%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_rp_account/doc&amp;action=history"/>
	<updated>2026-04-24T07:52:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_rp_account/doc&amp;diff=557&amp;oldid=prev</id>
		<title>Demongrrl: Created page with &quot;{{Documentation subpage}}  == Usage == This template produces a standard right-aligned infobox summarising key information about a Gunmetal Olympus fan account.  === Blank syntax === &lt;pre&gt; {{Infobox book simple | picture   =  | name     =  | handle =  }} &lt;/pre&gt;  === Example === &lt;pre&gt; {{Infobox book simple | picture   = Zeus.jpg | name     = ZEUS, KING OF OLYMPUS | handle = [https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us] }} &lt;/pre&gt;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_rp_account/doc&amp;diff=557&amp;oldid=prev"/>
		<updated>2026-04-24T02:22:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}}  == Usage == This template produces a standard right-aligned infobox summarising key information about a Gunmetal Olympus fan account.  === Blank syntax === &amp;lt;pre&amp;gt; {{Infobox book simple | picture   =  | name     =  | handle =  }} &amp;lt;/pre&amp;gt;  === Example === &amp;lt;pre&amp;gt; {{Infobox book simple | picture   = Zeus.jpg | name     = ZEUS, KING OF OLYMPUS | handle = [https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us] }} &amp;lt;/pre&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template produces a standard right-aligned infobox summarising&lt;br /&gt;
key information about a Gunmetal Olympus fan account.&lt;br /&gt;
&lt;br /&gt;
=== Blank syntax ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox book simple&lt;br /&gt;
| picture   = &lt;br /&gt;
| name     = &lt;br /&gt;
| handle = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox book simple&lt;br /&gt;
| picture   = Zeus.jpg&lt;br /&gt;
| name     = ZEUS, KING OF OLYMPUS&lt;br /&gt;
| handle = [https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; picture : Bare filename of the account&amp;#039;s profile image (e.g. &amp;lt;code&amp;gt;Example.jpg&amp;lt;/code&amp;gt;), without the &amp;lt;code&amp;gt;File:&amp;lt;/code&amp;gt; prefix.&lt;br /&gt;
; name    : The account&amp;#039;s display name&lt;br /&gt;
; handle  : Hyperlink to the account (e.g &amp;lt;code&amp;gt;[https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;A concise infobox for key information about Gunmetal Olympus fan accounts.&amp;quot;,&lt;br /&gt;
    &amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;picture&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;Account profile picture (file name)&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Bare filename of the account&amp;#039;s profile image, without the &amp;#039;File:&amp;#039; prefix.&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
            &amp;quot;example&amp;quot;: &amp;quot;Zeus.jpg&amp;quot;,&lt;br /&gt;
            &amp;quot;suggested&amp;quot;: true&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;name&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;Account name&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;The account&amp;#039;s display name.&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;handle&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;handle&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Hyperlink to the account.&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
            &amp;quot;example&amp;quot;: &amp;quot;&amp;lt;code&amp;gt;[https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]&amp;lt;/code&amp;gt;&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:RP account templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
</feed>