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
Line 3: Line 3:
 
----
 
----
  
Example: <nowiki>{{Achievement
+
=== Example ===
| image=
+
<nowiki>{{Achievement</nowiki>
| name= Solo Artist Disciple
+
 
| era=Velious
+
<nowiki> | name= Solo Artist Disciple</nowiki>
| description=Solo at least 7 of the [[Solo_Artist_Challenge#Solo_Disciple:_any_7]] mobs
+
 
}}</nowiki>
+
<nowiki> | era=Velious</nowiki>
 +
 
 +
<nowiki> | description=Solo at least 7 of the [[Solo_Artist_Challenge#Solo_Disciple:_any_7]] mobs</nowiki>
 +
 
 +
<nowiki> }}</nowiki>
 
{{Achievement
 
{{Achievement
| image=
 
 
  | name= Solo Artist Disciple
 
  | name= Solo Artist Disciple
 
  | era=Velious
 
  | era=Velious
Line 18: Line 21:
 
</noinclude>
 
</noinclude>
 
<includeonly><div style="background-color:#cedff2; position: relative">
 
<includeonly><div style="background-color:#cedff2; position: relative">
   <div style="height:100px; width:200px">[[File:{{{image|Grstar5.png}}}]]</div>
+
   <div style="height:100px; left: 0; top: 0; width:200px">[[File:{{{image|Grstar5.png}}}]]</div>
   <div style="position: absolute; top: 100px; width:200px">{{{name}}}</div>
+
   <div style="position: absolute; lef:64px; top: 100px; width:200px">{{{name}}}</div>
   <div style="position:absolute; left: 200px;">{{{era|}}}</div>
+
   <div style="position: absolute; left: 200px;">{{{era|}}}</div>
   <div style="position:absolute; left: 220px;">{{{description}}}</div>
+
   <div style="position: absolute; left: 220px;">{{{description}}}</div>
 
</div></includeonly>
 
</div></includeonly>

Revision as of 18:57, 18 September 2019

A single achievement.


Example

{{Achievement

| name= Solo Artist Disciple

| era=Velious

| description=Solo at least 7 of the [[Solo_Artist_Challenge#Solo_Disciple:_any_7]] mobs

}}

<tr style="background-color:#cedff2;">

 <td>Grstar5.png</td>
 <td style="font-weight: bold; line-height: 100%; vertical-align:middle;">Solo Artist Disciple</td>
 <td style="line-height: 100%; vertical-align: middle;">Velious</td>
 <td style="line-height: 100%; vertical-align: middle">Solo at least 7 of the Solo_Artist_Challenge#Solo_Disciple:_any_7 mobs</td>

</tr>