3 | | Notes: |
| 3 | == Custom Wiki Macros for Tickets == |
| 4 | === Link to an Alternate Ability === |
| 5 | Link to an aa with the AAID found on http://www.eqtitan.com/aa.php details page. Using this macro to link to an AA ability will automatically add a link on the AA details page to the ticket. |
| 6 | {{{ |
| 7 | [[AA(#)]] |
| 8 | }}} |
| 9 | For example AAID 244: [[AA(244)]] |
| 10 | |
| 11 | === Link to a Forum Thread === |
| 12 | Link to a thread with the ThreadID found in the url when viewing a thread, the number after "t=". Using this macro will automatically add a link on the thread to the ticket. |
| 13 | {{{ |
| 14 | [[Thread(#)]] |
| 15 | }}} |
| 16 | For example ThreadID 571: [[Thread(571)]] |
| 17 | |
| 18 | == Notes == |