Guides:Eviand's Wiki Guide Creation: Difference between revisions
From SpiritVale Wiki
More actions
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
|} | |} | ||
This will check for a template page called "Example Insert", and then you're more than welcome to fill in all the values. When a | This will check for a template page called "Example Insert", and then you're more than welcome to fill in all the values. When you "Save changes" the insert transforms into the template, and automatically fills out all the empty fields. | ||
It allows the creation of fancy tables like this, without any programming skills. | |||
This: | |||
{{Template:ClassInfoBox | |||
| Role = Rogue | |||
| Stats = AGI | |||
| Weapons = Dagger | |||
|} | |||
turns into that ------> | |||
{{Template:ClassInfoBox | |||
| Role = Rogue | |||
| Stats = AGI | |||
| Weapons = Dagger | |||
|}} | |||
---- | |||
You can also use the normal edit function to directly edit a table. Simply doubleclick on any inserted template, and a popup box will show up that will let you enter in all the individual fields: | |||
[[File:Edit_Template_Example.png]] |