Thank you for visiting SotAwiki, a Shroud of the Avatar Wiki Encyclopedia. If you see any information that is outdated, please take the time to update it, or if you prefer, leave a message for other editors. This community wiki is for the benefit of all Avatars!

SotA Wiki:Getting started: Difference between revisions

From SotA Wiki
Jump to navigation Jump to search
Jaesun (talk | contribs)
mNo edit summary
Semantic MediaWiki group import
Line 1: Line 1:
{{tocright}}
{
Welcome to [[SotA Wiki]], a wiki written collectively by the members of the [[Shroud of the Avatar]] community. If you want to find out how to improve a page by adding content, updating the information or even fixing grammar, this page is designed to guide you through your first steps as a contributor.
    "type": "PROPERTY_GROUP_SCHEMA",
 
    "groups": {
==Discussions==
        "schema_group": {
* If you have some general questions about the wiki feel free to ask on the [https://www.shroudoftheavatar.com/forum/index.php?threads/sotawiki-update-thread.48780/ SotAwiki Update Thread] on the official Shroud of the Avatar [https://www.shroudoftheavatar.com/forum/index.php forums] website.
            "canonical_name": "Schema properties",
* Join the Sota Wiki Discussions discord channel here: [https://discord.gg/ERJKcc2kZ9 Unofficial Sota Wiki Discussion] Discord Server.
            "message_key": "smw-property-group-label-schema-group",
 
            "property_keys": [
== Things to avoid ==
                "_SCHEMA_TYPE",
Before you start editing SotA Wiki, you might want to familiarize yourself with the site guidelines: ''SotA Wiki articles should not''
                "_SCHEMA_DEF",
 
                "_SCHEMA_DESC",
* contain links to third party websites '''''unless''''' they are included in Royal Warrants or Community Spotlights of the official website, or otherwise acknowledged by the [[Shroud of the Avatar]] team members in an official platform.
                "_SCHEMA_TAG",
* be about yourself, your website, a guild you're in, your guildmaster, or a story you wrote.
                "_SCHEMA_LINK",
**You can use User pages to write about yourself. For more information about user pages, see: [[SotAWiki:User Pages]].
                "_FORMAT_SCHEMA",
**You can use Guild pages to write about your guild. For more information about guild pages, see: [[SotAWiki:Guild Pages]].
                "_CONSTRAINT_SCHEMA",
* promote a product or commercial websites.
                "_PROFILE_SCHEMA"
* advocate a point of view.
            ]
* have personal attacks, including racial, ethnic, sexual, gender-related and religious slurs, and derogatory references to groups such as social classes or nationalities. They should also be free of insults, name-calling, gross profanity or indecent suggestions.
        }
 
    },
 
    "tags": [
Furthermore, SotA Wiki should not be used to
        "group",
 
        "property group"
* inform users any exploit, error, miscue, bug in the game that might give players an unintended advantage.
    ]
* inform users of ''auto'', ''macro'' and/or ''cheat'' applications in violation of the [[Portalarium]] [https://www.portalarium.com/index.php?option=com_content&view=article&id=115&Itemid=498 ToS].
}
* violate any applicable laws or regulations, or promote or encourage any illegal activity including, but not limited to, hacking, cracking or distribution of counterfeit software, or cheats or hacks for [[Shroud of the Avatar]] or any other service.
* violate the rights of any party including rights of privacy.
 
 
== How to edit a page ==
You can edit any page unless they are protected. This can be done by simply clicking on the "edit" tab at the top of the page which brings the editable text (source) of the current page. From there, you can type in the text that you want to add, using wiki markup to format the text and add other elements like images and tables.
 
=== Wiki Markup ===
{| class="sotawikitable"
! width=50% | Markup
! width=50% | Output
|-
|
<pre>Use 2 apostrophes on each side to ''italicize text''
 
Use 3 to '''bold the text'''
 
Use 5 apostrophes for '''''bold italics'''''</pre>
|
Use 2 apostrophes on each side to ''italicize text''
 
Use 3 to '''bold the text'''
 
Use 5 apostrophes for '''''bold italics'''''
|-
|
<pre>Use two square brackets on each side to link to another wiki article like [[Shroud of the Avatar]].
 
Use a pipe character (|) to rename the [[Shroud of the Avatar|link]].
 
Use a single bracket on each side to link to another web site: [http://www.shroudoftheavatar.com Shroud of the Avatar Website]</pre>
|
Use two square brackets on each side to link to another wiki article like [[Shroud of the Avatar]].
 
Use a pipe character (|) to rename the [[Shroud of the Avatar|link]].
 
Use a single bracket on each side to link to another web site: [http://www.shroudoftheavatar.com Shroud of the Avatar Website]
|-
|
<pre>== Section 1 ==
=== Section 1.a ===
==== Section 1.a.i ====</pre>
|
<!-- The editor didn't use (==) and instead used html markup so that it won't appear on the table of contents -->
<div style="color: white; background: none; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; font-size: 150%; margin-bottom: .6em; page-break-after: avoid;">Section 1</div>
<div style="color: white; background: none; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; font-size: 132%; font-weight: bold; margin-bottom: .3em; page-break-after: avoid;">Section 1.a</div>
<div style="color: white; background: none; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; font-size: 116%; font-weight: bold; margin-bottom: .3em; page-break-after: avoid;">Section 1.a.i</div>
|-
|
<pre>Indentation
:is done by adding colons at the start of a line
::each of which causes the line to be indented by three more character positions</pre>
|
Indentation
:is done by adding colons at the start of a line
::each of which causes the line to be indented by three more character positions
|-
|
<pre>* Item 1
* Item 2
* Item 3
* Item 4
** Item 4.1
*** Item 4.1.1
**** Item 4.1.1.1
**** Item 4.1.1.2
** Item 4.2
* Item 5</pre>
|
* Item 1
* Item 2
* Item 3
* Item 4
** Item 4.1
*** Item 4.1.1
**** Item 4.1.1.1
**** Item 4.1.1.2
** Item 4.2
* Item 5
|-
|
<pre># Item 1
# Item 2
# Item 3
# Item 4
## Item 4.1
### Item 4.1.1
#### Item 4.1.1.1
#### Item 4.1.1.2
## Item 4.2
# Item 5</pre>
|
# Item 1
# Item 2
# Item 3
# Item 4
## Item 4.1
### Item 4.1.1
#### Item 4.1.1.1
#### Item 4.1.1.2
## Item 4.2
# Item 5
|-
|
<pre>{| class="sotawikitable"
!Planet
!Moon
|-
|Mars
|Phobos
|-
|Jupiter
|Europa
|}</pre>
|
{| class="sotawikitable"
!Planet
!Moon
|-
|Mars
|Phobos
|-
|Jupiter
|Europa
|}
|-
|<pre>[[File:Logo.png]]</pre>
|[[File:Logo.png]]
|-
|<pre>[[File:Logo.png|50px]]</pre>
|[[File:Logo.png|50px]]
|-
|<pre>[[File:Logo.png|frame|SotA Wiki logo]]</pre>
|[[File:Logo.png|frame|SotA Wiki logo]]
|-
|<pre>[[File:Logo.png|frame|center|SotA Wiki logo]]</pre>
|[[File:Logo.png|frame|center|SotA Wiki logo]]
|-
|<pre>[[File:Logo.png|frame|SotA Wiki logo|link=SotA Wiki]]</pre>
|[[File:Logo.png|frame|SotA Wiki logo|link=SotA Wiki]]
|}
 
== Creating your first article ==
Only registered users can create a new article. Before you create one, you might want to try editing existing articles to get a feel for using wiki markup language. Make sure there is not an article with the same title or subject as the one you wish to create and the subject is suitable for the wiki: [[SotA Wiki]] only covers subjects related to [[Shroud of the Avatar]].  If you search for an article that does not exist you can create it by clicking the [[SotAWiki:redlink|redlink]] beside the text: '''Create the page "[[SotAWiki:Broken Link|Searched Term]]" on this wiki!'''.
 
=== Title for your new article ===
SotA Wiki uses title case for article names. When writing a name, use capital first letters for all words except for articles, prepositions, and conjunctions unless one of them is the first word.
 
==== Examples ====
 
* [[Axe of Prosperity]] (not ''Axe Of Prosperity'', ''Axe of prosperity'' or ''axe of prosperity'')
* [[Dragon Bug]]
 
=== Page layout ===
Sota Wiki articles generally follow the following structure:
 
{| class="sotawikitable"
!Introductory sentence:
|"'''''Kingsport''' is a water front village on the isle of lost Vale.''"
|-
!Sections
|<div style="color: white; background: none; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; font-size: 150%; margin-bottom: .6em; border-bottom: 1px solid #aaa; page-break-after: avoid;">History</div><div style="color: white; background: none; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; font-size: 150%; margin-bottom: .6em; page-break-after: avoid;">Buildings</div>
|-
!See also
|<div style="color: white; background: none; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; font-size: 150%; margin-bottom: .6em; page-break-after: avoid;">See also</div>
*[[Owl's Head]]
|-
!References
|<div style="color: white; background: none; margin: 0; overflow: hidden; padding-top: .5em; padding-bottom: .17em; font-size: 150%; margin-bottom: .6em; page-break-after: avoid;">References</div>
*1.  [http://www.ign.com/videos/2013/10/31/shroud-of-the-avatar-developer-commentary Shroud of the Avatar : 6 Month Progress Video]
|-
!Categories
|[[:Category:New Britannia]]
|}
 
Specific layouts for different page types can be found in [[:Category:Layouts]].
{{main|SotAWiki:City layout}}
{{main|SotAWiki:Item layout}}
{{main|SotAWiki:NPC layout}}
{{main|SotAWiki:Creature layout}}
 
=== Sources ===
:''Main article: [[SotAWiki:Citations]]''
In general, pieces of information that can be easily verified by logging in [[Shroud of the Avatar]] do not need citations. On the other hand, the technical aspects or the inner mechanics of the game should be properly sourced. Never copy and paste text from another source into an article, SotA Wiki requires all original work to be attributed to the source, or the result is plagiarism.
 
 
{{Navbox SotA Wiki Help}}
 
[[Category:SotA Wiki]]

Revision as of 12:55, 2 August 2026

PROPERTY_GROUP_SCHEMA
This schema type supports the definition of property groups to help structure the browsing interface.

Validation error

JSON schema
property-group-schema.v1
title_prefix
Does not have a value in the enumeration ["Group"]
The request is being processed and may take a moment. Preparing...
{ "type": "PROPERTY_GROUP_SCHEMA", "groups": { "schema_group": { "canonical_name": "Schema properties", "message_key": "smw-property-group-label-schema-group", "property_keys": [ "_SCHEMA_TYPE", "_SCHEMA_DEF", "_SCHEMA_DESC", "_SCHEMA_TAG", "_SCHEMA_LINK", "_FORMAT_SCHEMA", "_CONSTRAINT_SCHEMA", "_PROFILE_SCHEMA" ] } }, "tags": [ "group", "property group" ] }