Guest User

FEH Wiki Cheatsheet

a guest
Jan 13th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Wiki Notes
  2. ## SYNTAX
  3. ''' ''' - Denotes Bold Text
  4. : - Denotes a tab (use multiple for extra tabs)
  5. ~~~~ - Inserts Timestamp and Signature (only in comment)
  6. * - Denotes a bullet point
  7.  
  8.  
  9. {{WeaponText|}}
  10. {{AssistText|}}
  11. {{SpecialText|}}
  12. {{PassiveText|A|}}
  13. {{PassiveText|B|}}
  14. {{PassiveText|C|}}
  15.  
  16. {{SacredSealText|}}
  17.  
  18.  
  19. <noinclude> </noinclude>
  20. Doesn't include comment in main page
  21.  
  22. ## GUIDELINES
  23. 1. There can be blank lines within a build, as well, but don't put more than 1 blank line between two separate builds
  24.  
  25.  
  26. ## BASIC TEMPLATE
  27. {{Skillbuild Infobox
  28. |name=
  29. |ivs= +/-
  30. |type=
  31. |mode=
  32. |emblem=
  33. |weapon=
  34. |weapon2=
  35. |weaponRefine=
  36. |weaponRefine2=
  37. |assist=
  38. |assist2=
  39. |special=
  40. |special2=
  41. |passiveA=
  42. |passiveA2=
  43. |passiveB=
  44. |passiveB2=
  45. |passiveC=
  46. |passiveC2=
  47. |seal=
  48. |seal2=
  49. |description=
  50. }}
Advertisement
Add Comment
Please, Sign In to add comment