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...")
 
 
(13 intermediate revisions by one user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
A single achievement.
+
A table row containing the description of a single achievement.
 
----
 
----
  
 +
=== Example ===
 +
<nowiki><table></nowiki>
 +
<nowiki>{{Achievement</nowiki>
 +
 +
<nowiki> | name= Solo Artist Disciple</nowiki>
 +
 +
<nowiki> | era=Velious</nowiki>
 +
 +
<nowiki> | description=Solo at least 7 of the [[Solo_Artist_Challenge#Solo_Disciple:_any_7]] mobs</nowiki>
 +
 +
<nowiki> }}</nowiki>
 +
<nowiki></table></nowiki>
 +
<table>
 +
{{Achievement
 +
| name= Solo Artist Disciple
 +
| era=Velious
 +
| description=Solo at least 7 of the [[Solo_Artist_Challenge#Solo_Disciple:_any_7]] mobs
 +
}}
 +
</table>
 
</noinclude>
 
</noinclude>
<includeonly>
+
<includeonly><tr style="background-color:#cedff2;">
<div style="background-color:#cedff2; position: relative">
+
   <td>[[File:{{{image|Grstar5.png}}}]]</td>
   <div><input type="checkbox"></div>
+
   <td style="font-weight: bold; line-height: 100%; vertical-align:middle;">{{{name}}}</td>
   <div style="height:100px; width:200px">[[File:{{image}}|]]</div>
+
   <td style="line-height: 100%; vertical-align: middle;">{{{era|}}}</td>
   <div style="position: absolute; top: 100px; width:200px">{{name}}</div>
+
   <td style="line-height: 100%; vertical-align: middle">{{{description}}}</td>
   <div style="position:absolute; left: 200px;">{{description}}</div>
+
</tr></includeonly>
</div>
+

Latest revision as of 19:46, 18 September 2019

A table row containing the description of a single achievement.


Example

<table> {{Achievement

| name= Solo Artist Disciple

| era=Velious

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

}} </table>

Grstar5.png Solo Artist Disciple Velious Solo at least 7 of the Solo_Artist_Challenge#Solo_Disciple:_any_7 mobs