This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Template:Achievement"

From Project 1999 Wiki
Jump to: navigation, search
(Created page with "<noinclude> A single achievement. ---- </noinclude> <includeonly> <div style="background-color:#cedff2; position: relative"> <div><input type="checkbox"></div> <div style...")
 
Line 2: Line 2:
 
A single achievement.
 
A single achievement.
 
----
 
----
 +
 +
Example: <nowiki>{{Achievement
 +
| image=
 +
| name= Solo Artist Disciple
 +
| era=Velious
 +
| description=Solo at least 7 of the [[Solo_Artist_Challenge#Solo_Disciple:_any_7]] mobs
 +
}}
  
 
</noinclude>
 
</noinclude>
<includeonly>
+
<includeonly><div style="background-color:#cedff2; position: relative">
<div style="background-color:#cedff2; position: relative">
+
 
   <div><input type="checkbox"></div>
 
   <div><input type="checkbox"></div>
 
   <div style="height:100px; width:200px">[[File:{{image}}|]]</div>
 
   <div style="height:100px; width:200px">[[File:{{image}}|]]</div>
 
   <div style="position: absolute; top: 100px; width:200px">{{name}}</div>
 
   <div style="position: absolute; top: 100px; width:200px">{{name}}</div>
   <div style="position:absolute; left: 200px;">{{description}}</div>
+
   <div style="position:absolute; left: 200px;">{{era|}}</div>
</div>
+
  <div style="position:absolute; left: 220px;">{{description}}</div>
 +
</div></includeonly>

Revision as of 18:52, 18 September 2019

A single achievement.


Example: {{Achievement | image= | name= Solo Artist Disciple | era=Velious | description=Solo at least 7 of the [[Solo_Artist_Challenge#Solo_Disciple:_any_7]] mobs }} </noinclude> <includeonly><div style="background-color:#cedff2; position: relative"> <div><input type="checkbox"></div> <div style="height:100px; width:200px">[[File:{{image}}|]]</div> <div style="position: absolute; top: 100px; width:200px">{{name}}</div> <div style="position:absolute; left: 200px;">{{era|}}</div> <div style="position:absolute; left: 220px;">{{description}}</div> </div></includeonly>