Category:Wiki Guides: Difference between revisions
 Created page with "== How to create new pages == <p>In order to create a new page, you have multiple options to do so. * URL: Simply write "https://sosledger.com/w/NEW PAGE" into your browser search bar. Remember to change out "NEW PAGE" with what your page is meant to be.  * Search: Simply use the wiki search function. If it doesn't exist, it will give you a prompt to create the missing page. * Red links: If there's a red link on any page, simply click it. You will then be prompted to cre..."  | 
				No edit summary  | 
				||
| Line 9: | Line 9: | ||
== Using Templates ==  | == Using Templates ==  | ||
<p>Most templates should have a "How to Use" segment included on their respective template pages. These work best when using "Create Source" or "Edit Source".</p>  | <p>Most templates should have a "How to Use" segment included on their respective template pages. These work best when using "Create Source" or "Edit Source".</p>  | ||
{| class="wikitable sortable"  | {| class="wikitable sortable"  | ||
|+ '''SoS Ledger Template Guide'''  | |+ '''SoS Ledger Template Guide'''  | ||
| Line 19: | Line 18: | ||
| [[Template:Alliance Infobox]]  | | [[Template:Alliance Infobox]]  | ||
| Displays key information for Alliance pages in a structured box.  | | Displays key information for Alliance pages in a structured box.  | ||
| Used within [[Template:Alliance Page]]. Parameters are   | | Used within [[Template:Alliance Page]]. Parameters are <nowiki>name</nowiki>, <nowiki>tag</nowiki>, <nowiki>image</nowiki>, <nowiki>leader</nowiki>, <nowiki>creation_date</nowiki>, <nowiki>status</nowiki>, <nowiki>server</nowiki>, <nowiki>alliance_ranking</nowiki>, <nowiki>members</nowiki>.  | ||
|-  | |||
| [[Template:Alliance Infobox Test]]  | |||
| (Placeholder for testing new infobox features or variations.)  | |||
| For internal testing only.  | |||
|-  | |-  | ||
| [[Template:Alliance Page]]  | | [[Template:Alliance Page]]  | ||
| The primary template for creating new Alliance profiles. Includes the infobox and standard sections.  | | The primary template for creating new Alliance profiles. Includes the infobox and standard sections.  | ||
|   | | <nowiki>{{subst:Alliance Page}}</nowiki> on a new page, then fill in details.  | ||
|-  | |-  | ||
| [[Template:How to use]]  | | [[Template:How to use]]  | ||
| (Placeholder for general wiki usage instructions or specific template guides.)  | | (Placeholder for general wiki usage instructions or specific template guides.)  | ||
| Links to specific usage guides, e.g.,   | | Links to specific usage guides, e.g., <nowiki>[[Template:How to use#TemplateName]]</nowiki>.  | ||
|-  | |-  | ||
| [[Template:Infobox Test]]  | |||
| (Placeholder for general infobox testing.)  | |||
| For internal testing only.  | |||
|-  | |-  | ||
| [[Template:NewsArticle]]  | | [[Template:NewsArticle]]  | ||
| Formats content for news or event articles on the wiki.  | | Formats content for news or event articles on the wiki.  | ||
|   | | <nowiki>{{subst:NewsArticle}}</nowiki> on a new news page.  | ||
|-  | |||
| [[Template:PlayerGallery]]  | |||
| Displays a gallery of player images.  | |||
| <nowiki>{{PlayerGallery|image1.jpg|image2.jpg}}</nowiki>  | |||
<  | |-  | ||
| [[Template:Player Gallery]]  | |||
| ''(Possible duplicate/variant of [[Template:PlayerGallery]]. Please clarify its distinct purpose.)''  | |||
| ''(Usage depends on its specific role.)''  | |||
[[  | |||
|-  | |-  | ||
| [[Template:Player Infobox]]  | | [[Template:Player Infobox]]  | ||
| Displays key information for Player pages (e.g., name, power, alliance).  | | Displays key information for Player pages (e.g., name, power, alliance).  | ||
| Used within [[Template:Player Page]]. Parameters are   | | Used within [[Template:Player Page]]. Parameters are <nowiki>name</nowiki>, <nowiki>image</nowiki>, <nowiki>alliance</nowiki>, <nowiki>power</nowiki>, <nowiki>roles</nowiki>, etc.  | ||
|-  | |-  | ||
| [[Template:Player Page]]  | | [[Template:Player Page]]  | ||
| The primary template for creating new Player profiles.  | | The primary template for creating new Player profiles.  | ||
|   | | <nowiki>{{subst:Player Page}}</nowiki> on a new page, then fill in details.  | ||
<  | |||
</  | |||
|-  | |-  | ||
| [[Template:Quote]]  | | [[Template:Quote]]  | ||
| Formats a block quote for easy readability.  | | Formats a block quote for easy readability.  | ||
|   | | <nowiki>{{Quote|Quote text here|Source/Attribution}}</nowiki>  | ||
|-  | |-  | ||
| [[Template:State Infobox]]  | | [[Template:State Infobox]]  | ||
| Displays key information for State pages (e.g., state number, governor, main alliances).  | | Displays key information for State pages (e.g., state number, governor, main alliances).  | ||
| Used within [[Template:State Page]]. Parameters are   | | Used within [[Template:State Page]]. Parameters are <nowiki>number</nowiki>, <nowiki>governor</nowiki>, <nowiki>top_alliance</nowiki>, etc.  | ||
|-  | |-  | ||
| [[Template:State Page]]  | | [[Template:State Page]]  | ||
| The primary template for creating new State overview pages.  | | The primary template for creating new State overview pages.  | ||
| <nowiki>{{subst:State Page}}</nowiki> on a new page, then fill in details.  | |||
| <  | |||
|-  | |-  | ||
| [[Template:Stubs]]  | | [[Template:Stubs]]  | ||
| Marks a page as incomplete or lacking sufficient information.  | | Marks a page as incomplete or lacking sufficient information.  | ||
|   | | <nowiki>{{Stubs}}</nowiki> (or <nowiki>{{Stubs|type=history}}</nowiki> for specific missing info).  | ||
|}  | |}  | ||
== Combining Templates ==  | |||