Difference between revisions of "Template:Clan infobox"

From MyFallen Gaming Community
Jump to navigation Jump to search
imported>Eaglefrost123
 
(Replaced content with "{{Infobox |name = {{{name|{{PAGENAME}}}}} |abovestyle = |above = {{PAGENAME}} |image = {{ #switch: {{lc:{{{name|}}} }} |meadowclan = background-color:#e9f9d2; |driftc...")
Tag: Replaced
Line 1: Line 1:
<infobox layout = "stacked">
+
{{Infobox
    <title source="name"><default>{{PAGENAME}}</default></title>
+
|name = {{{name|{{PAGENAME}}}}}
 
+
|abovestyle =  
    <image source="icon"></image>
+
|above = {{PAGENAME}}
    <group collapse="open">
+
|image = {{ #switch: {{lc:{{{name|}}} }}
        <header>Maps</header>
+
  |meadowclan = background-color:#e9f9d2;
        <image source="map"></image>
+
  |driftclan = background-color:#ffffe0;
        <image source="territory"></image>
+
  |eclipseclan = background-color:#ffffe0;
        <image source="camp"></image>
+
  |torrentclan = background-color:#f9e2d2;
    </group>
+
  |sleetclan = background-color:#d2d5f9;
 
+
  }}
 
 
    <group>
 
        <header>Clan Information</header>
 
        <data source="founder"><label>Founder</label></data>
 
        <data source="leader"><label>Current Leader</label></data>
 
        <data source="medicinecat"><label>Medicine Cat</label></data>
 
        <data source="religion"><label>Belief</label></data>
 
        <data source="terrain"><label>Favored Terrain</label></data>
 
    </group>
 
 
 
    <group>
 
        <header>Skirmish Spots</header>
 
        <data source="control"><label>Controlled</label></data>
 
        <data source="shared"><label>Shared</label></data>
 
        <data source="contest"><label>Contested</label></data>
 
        <data source="uncontest"><label>Uncontested</label></data>
 
    </group>
 
 
 
    <group>
 
        <header>Herbs & Animals</header>
 
        <data source="herb"><label>Herbs</label></data>
 
        <data source="prey"><label>Prey</label></data>
 
        <data source="predator"><label>Predators</label></data>
 
    </group>
 
</infobox>
 
 
 
==Usage==
 
<pre>
 
{{Clan
 
    |accent-color = the hexidecimal value of the clan color (e.g. #FFD400)
 
    |name = name of the Clan, will default to PAGENAME (e.g. DriftClan)
 
    |icon = clan icon, claninitials.jpg (e.g. dc.jpg)
 
    |map = location of clan on a map of the clans, claninitials_map.jpg (e.g. dc_map.jpg)
 
    |territory = map of the clan's territory, claninitials_territory.jpg (e.g. dc_territory.jpg)
 
    |camp = map of the clan's camp, claninitials_camp.jpg (e.g. dc_camp.jpg)
 
    |founder = name of founder, if applicable (e.g. [[Thunderstar]])
 
    |leader = current leader, if applicable (e.g. [[Batstar]])
 
    |medicinecat = current medicine cat, if applicable (e.g. [[Darkpaw]])
 
    |religion = beliefs of Clan, if applicable (e.g. [[LightClan]])
 
    |terrain = Clan's preferred terrain (e.g. [[Mountains]])
 
    |control = names of controlled skirmish spots, if applicable (e.g. [[The Valley]])
 
    |shared = names of shared skirmish spots, if applicable (e.g. [[Basking Rocks]])
 
    |contested = names of contested skirmish spots, if applicable (e.g. [[The Tree Bridge]])
 
    |uncontrol = names of skirmish spots not controlled by Clan, if applicable (e.g. [[Thistlecloud's Rock]])
 
    |herb = names of herbs in the Clan's territory, including skirmish spots and common herbs (e.g. [[Burdock Root, Dock, Poppy Seeds, Cobwebs, Sticks, Honey]])
 
    |prey = names of common types of prey (e.g. [[Mice, Small Birds, Rabbits]])
 
    |predator = names of predators in the territory (e.g. [[Mountain Lions]])
 
 
}}
 
}}
</pre>
 
==Example==
 
{{clan infobox
 
    |name = DriftClan
 
    |icon = dc.jpg
 
    |map = dc_map.jpg
 
    |territory = dc_territory.jpg
 
    |camp = dc_camp.jpg
 
    |founder = Thunderstar
 
    |leader = Batstar
 
    |medicinecat = Darkpaw
 
    |religion = LightClan
 
    |terrain = Mountains
 
    |control = The Valley
 
    |shared = Basking Rocks
 
    |contested = The Tree Bridge
 
    |uncontrol = Thistlecloud's Rock
 
    |herb = Burdock Root, Dock, Poppy Seeds, Cobwebs, Sticks, Honey]
 
    |prey = Mice, Small Birds, Rabbits
 
    |predator = Mountain Lions
 
}}<pre>
 
{{clan infobox
 
    |name = DriftClan
 
    |founder = Thunderstar
 
    |leader = Batstar
 
    |medicinecat = Darkpaw
 
    |religion = LightClan
 
    |terrain = Mountains
 
    |control = The Valley
 
    |shared = Basking Rocks
 
    |contested = The Tree Bridge
 
    |uncontrol = Thistlecloud's Rock
 
    |herb = Burdock Root, Dock, Poppy Seeds, Cobwebs, Sticks, Honey]
 
    |prey = Mice, Small Birds, Rabbits
 
    |predator = Mountain Lions
 
}}
 
</pre>
 

Revision as of 19:09, 5 January 2020

Clan infobox