Difference between revisions of "Help:Editing"
From Unofficial Fantasica Wiki
m (→Event Template: removing banner link info since they're automated now) |
(→Unit Template) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 52: | Line 52: | ||
{{Infobox_Event | {{Infobox_Event | ||
|name=Event Name | |name=Event Name | ||
− | |||
|start=Start Date | |start=Start Date | ||
|end=End Date | |end=End Date | ||
Line 58: | Line 57: | ||
|cards=Link to card series | |cards=Link to card series | ||
|jpwiki=[http://http://w.livedoor.jp/fantasica/xxxxxxxxxxxxxxx JP Event Name] | |jpwiki=[http://http://w.livedoor.jp/fantasica/xxxxxxxxxxxxxxx JP Event Name] | ||
+ | |preceded= | ||
+ | |followed= | ||
}} | }} | ||
Line 72: | Line 73: | ||
</nowiki></pre> | </nowiki></pre> | ||
− | === | + | === Unit Template === |
+ | Replace UnitName, ArtistName, and WeaponType with the proper values. Everything else is filled in automatically by templates. | ||
+ | |||
<pre><nowiki> | <pre><nowiki> | ||
− | + | <!-- | |
− | + | To update this unit's stats directly, please use: | |
− | + | http://fantasicawiki.com/edit_unit.php?unit=UnitName | |
− | + | Thanks! | |
− | + | --> | |
− | + | ||
− | | | + | {{Card|UnitName}} |
− | + | ||
− | + | [[Category:Artist:ArtistName]] [[Category:Weapon:WeaponType]] | |
− | + | ||
− | + | </nowiki></pre> | |
− | + | ||
− | + | === Monster Unit Template === | |
− | + | Replace MonsterName, ArtistName, and WeaponType with the proper values. Everything else is filled in automatically by templates. | |
− | + | ||
− | + | <pre><nowiki> | |
− | + | <!-- | |
− | }} | + | To update this monster unit's stats directly, please use: |
+ | http://fantasicawiki.com/edit.php?monster=MonsterName | ||
+ | Thanks! | ||
+ | --> | ||
+ | |||
+ | {{Monster|MonsterName}} | ||
+ | |||
+ | [[Category:Artist:ArtistName]] [[Category:Weapon:WeaponType]] | ||
− | |||
</nowiki></pre> | </nowiki></pre> |
Latest revision as of 18:48, 8 July 2016
Contents |
[edit] Basic Formatting
Formatting | Syntax | Example | ||||||
---|---|---|---|---|---|---|---|---|
Bold | '''Three single quotes''' |
Three single quotes | ||||||
Italics | ''Two single quotes'' |
Two single quotes | ||||||
Page Link | Two square brackets around the page's name: [[Main Page]] |
Two square brackets around the page's name: Main Page | ||||||
External Link | Single square brackets with url and display text: [http://www.fantasicawiki.com/ Fantasica Wiki!] |
Single square brackets, url first then text to display: Fantasica Wiki! | ||||||
Tables |
{| <!-- Start table --> |- <!-- New row --> ! Header 1 !! Header 2 !! Header 3 |- <!-- New row --> | Column 1 || Column 2 || Column 3 |} <!-- End table --> |
| ||||||
Bulleted List |
* Item 1 * Item 2 ** Sub item 1 *** Sub-sub item ** Sub item 2 |
|
For additional basic syntax, see the official Mediawiki Help:Formatting document.
[edit] Page Templates
[edit] Event Template
__NOTOC__ {{Infobox_Event |name=Event Name |start=Start Date |end=End Date |type=Type of Event |cards=Link to card series |jpwiki=[http://http://w.livedoor.jp/fantasica/xxxxxxxxxxxxxxx JP Event Name] |preceded= |followed= }} == New Units == == Bosses == == Rewards == === Panel Rewards === === BT Rewards === === Rank Rewards === == Winners ==
[edit] Unit Template
Replace UnitName, ArtistName, and WeaponType with the proper values. Everything else is filled in automatically by templates.
<!-- To update this unit's stats directly, please use: http://fantasicawiki.com/edit_unit.php?unit=UnitName Thanks! --> {{Card|UnitName}} [[Category:Artist:ArtistName]] [[Category:Weapon:WeaponType]]
[edit] Monster Unit Template
Replace MonsterName, ArtistName, and WeaponType with the proper values. Everything else is filled in automatically by templates.
<!-- To update this monster unit's stats directly, please use: http://fantasicawiki.com/edit.php?monster=MonsterName Thanks! --> {{Monster|MonsterName}} [[Category:Artist:ArtistName]] [[Category:Weapon:WeaponType]]