User:Lorak990/Sandbox/Item Card Guide: Difference between revisions

From zoywiki.com
Jump to navigation Jump to search
(placeholder stuff while i update the lots guide)
 
mNo edit summary
Line 1: Line 1:
Tutorial on adding officers to the Legacy of a Thousand Suns wiki, and having it work properly with wiki. This wiki has a number of templates, and certain steps must be followed to work with the templates. Plus it saves a lot of work letting templates do most of the work.
(note that crew procedure is similar)
1) Upload pic of the officer. Take a screenshot of the larger image that pops up when you mouse hover over the officer, and crop it to the 128x128 size of the image. Upload it (click on left upload file). Make sure to name it appropriately so officer template will pick it up. For this example, an appropriate name would be '''LotS Loq and Quax.png'''
2) Edit the officers page. Page down and insert the appropriate line alphabetically (easiest is to copy/paste and then edit an existing line). For instance '''<nowiki>{{LotS/OfficerRow|Loq And Quax}}</nowiki>'''
3) After you save the page, you can page down and notice there's a bunch of errors in that newly created officer spot on the officer list page. But what we need is the part on that line that says something like "Unable to locate article: LotS/Loq and Quax". Click on that and it will take you to the page you need to edit for the new officer. In this case it was automatically named:
<nowiki>http://zoywiki.com/index.php/LotS/Loq_and_Quax</nowiki>
4) Its best to copy/paste the wiki entry from an existing officer, and then edit it appropriatly. Here's the info from Gera Marl as an example
</pre>
<nowiki>{{LotS Item</nowiki>'''
'''<nowiki>|name=Gera Marl</nowiki>'''
'''<nowiki>|color=Orange</nowiki>'''
'''<nowiki>|attack=50</nowiki>'''
'''<nowiki>|defense=51</nowiki>'''
'''<nowiki>|race=Vlarg</nowiki>'''
'''<nowiki>|class=Special</nowiki>'''
'''<nowiki>|bonus=Intellect</nowiki>'''
'''<nowiki>|type=Officer</nowiki>'''
'''<nowiki>|ability=Information Warfare: Gera Marl's Attack and Defense increase for each Intellect crew in the ship</nowiki>'''
'''<nowiki>|text=23. None of the assailants were left alive for interrogation -- all had been swept into hell by the manhunter and vigilante's combined fury. But it didn't matter. Kell knew how to get information from the dead. He took DNA samples and uploaded the data to Gera Marl. The Vlarg's team found the truth in minutes. Several of the assault team were known associates of the same notorious crime boss: Benz Manado. A little more hacking revealed that he was the manhunter's anonymous employer. He'd decided to eliminate Kell and the Reaper at the same time. Perhaps he didn't want to pay the bounty hunter's fee, or else had lost faith in him when he shot the pimps instead of the vigilante. Either way, he'd made himself a new enemy.</nowiki>'''
'''<nowiki>|obtained={{LotS/Cexp}}</nowiki>'''
'''<nowiki>}}</nowiki>'''
5) Edit everything that needs to be edited. For our example we would need to edit the 2nd line to read:
'''<nowiki>|name=Loq and Quax</nowiki>'''
Note that if an officer is from a raid or a vault, make sure to find the appropriate info to edit into the '''obtained=''' part of the wiki. Its easiest to find if its linked already somewhere else. You can typically get that info by clicking edit on another officer. Do NOT create such a page unless you are certain it doesn't exist! Make sure to use search (spelling needs to be exact, or use something like vault* to get everything that has vault in the name)
6) You should be done! Save the page! Double check that it works from the officer main page, the thumbnail is in place and works, and that clicking on the officer takes you to the proper page with the proper info. If any mistakes are there, edit to fix.
Note: If the picture is appropriately named, it should say something like this after all the steps are done:
''File usage''
''The following 2 pages link to this file:''
''LotS/Loq and Quax''
''LotS/items/Officers''
<!--__NOEDITSECTION__-->
==Master Copy==
<pre>
{{LotS Item
|name=
|color=
|type=
|attack=
|defense=
|ability=
|powerbonus=
|race=
|role=
|attribute=
|officers=
|crew=
|text=
|obtained=
|info=
|reference=
}}
</pre>
==Parameters==
<span style="color:green">&#123;&#123;LotS Item
|color=<span style="color:red">color quality of the item (orange=epic,...)</span>
|type=<span style="color:red">type of the item (MH, OH, Helm...)</span>
|attack=<span style="color:red">attack value of the item</span>
|defense=<span style="color:red">defense value of the item</span>
|ability=<span style="color:red">special ability of the item</span>
|race=<span style="color:red">race of the officer/crew</span>
|role=<span style="color:red">role of the officer/crew</span>
|powerbonus=<span style="color:red">powerbonus of the ship</span>
|attribute=<span style="color:red">attribute of the officer/crew</span>
|officers=<span style="color:red">number of officers for the ship</span>
|crew=<span style="color:red">number of troops for the ship</span>
|text=<span style="color:red">item text</span>
|obtained=<span style="color:red">how to obtain this item (''detailed'')(displayed on item page)</span>
|info=<span style="color:red">anything interesting about this item</span>
|reference=<span style="color:red">reference to popular culture</span>
|set=<span style="color:red">name of set if the item is part of one</span>
}}</span>
==Notes==
===Autocategorization===
This template autocategorizes items based on the info you enter
{{LotS Item
{{LotS Item
|name=Advanced Strike Squad Ship
|name=Advanced Strike Squad Ship

Revision as of 19:03, 15 August 2013

Tutorial on adding officers to the Legacy of a Thousand Suns wiki, and having it work properly with wiki. This wiki has a number of templates, and certain steps must be followed to work with the templates. Plus it saves a lot of work letting templates do most of the work. (note that crew procedure is similar)

1) Upload pic of the officer. Take a screenshot of the larger image that pops up when you mouse hover over the officer, and crop it to the 128x128 size of the image. Upload it (click on left upload file). Make sure to name it appropriately so officer template will pick it up. For this example, an appropriate name would be LotS Loq and Quax.png

2) Edit the officers page. Page down and insert the appropriate line alphabetically (easiest is to copy/paste and then edit an existing line). For instance {{LotS/OfficerRow|Loq And Quax}}

3) After you save the page, you can page down and notice there's a bunch of errors in that newly created officer spot on the officer list page. But what we need is the part on that line that says something like "Unable to locate article: LotS/Loq and Quax". Click on that and it will take you to the page you need to edit for the new officer. In this case it was automatically named:

http://zoywiki.com/index.php/LotS/Loq_and_Quax


4) Its best to copy/paste the wiki entry from an existing officer, and then edit it appropriatly. Here's the info from Gera Marl as an example

{{LotS Item

|name=Gera Marl

|color=Orange

|attack=50

|defense=51

|race=Vlarg

|class=Special

|bonus=Intellect

|type=Officer

|ability=Information Warfare: Gera Marl's Attack and Defense increase for each Intellect crew in the ship

|text=23. None of the assailants were left alive for interrogation -- all had been swept into hell by the manhunter and vigilante's combined fury. But it didn't matter. Kell knew how to get information from the dead. He took DNA samples and uploaded the data to Gera Marl. The Vlarg's team found the truth in minutes. Several of the assault team were known associates of the same notorious crime boss: Benz Manado. A little more hacking revealed that he was the manhunter's anonymous employer. He'd decided to eliminate Kell and the Reaper at the same time. Perhaps he didn't want to pay the bounty hunter's fee, or else had lost faith in him when he shot the pimps instead of the vigilante. Either way, he'd made himself a new enemy.

|obtained={{LotS/Cexp}}

}}

5) Edit everything that needs to be edited. For our example we would need to edit the 2nd line to read:

|name=Loq and Quax

Note that if an officer is from a raid or a vault, make sure to find the appropriate info to edit into the obtained= part of the wiki. Its easiest to find if its linked already somewhere else. You can typically get that info by clicking edit on another officer. Do NOT create such a page unless you are certain it doesn't exist! Make sure to use search (spelling needs to be exact, or use something like vault* to get everything that has vault in the name)

6) You should be done! Save the page! Double check that it works from the officer main page, the thumbnail is in place and works, and that clicking on the officer takes you to the proper page with the proper info. If any mistakes are there, edit to fix.

Note: If the picture is appropriately named, it should say something like this after all the steps are done:

File usage

The following 2 pages link to this file:

LotS/Loq and Quax

LotS/items/Officers

Master Copy

{{LotS Item
|name=
|color=
|type=
|attack=
|defense=
|ability=
|powerbonus=
|race=
|role=
|attribute=
|officers=
|crew=
|text=
|obtained=
|info=
|reference=
}}

Parameters

{{LotS Item
|color=color quality of the item (orange=epic,...)
|type=type of the item (MH, OH, Helm...)
|attack=attack value of the item
|defense=defense value of the item
|ability=special ability of the item
|race=race of the officer/crew
|role=role of the officer/crew
|powerbonus=powerbonus of the ship
|attribute=attribute of the officer/crew
|officers=number of officers for the ship
|crew=number of troops for the ship
|text=item text
|obtained=how to obtain this item (detailed)(displayed on item page)
|info=anything interesting about this item
|reference=reference to popular culture
|set=name of set if the item is part of one
}}


Notes

Autocategorization

This template autocategorizes items based on the info you enter


Item Navigation
Main Hand | Off Hand | Helmet | Chest | Gloves | Pants | Boots | Trinkets | Utilities | Fusion
Tactics | Consumables | Ships | Officers | Crew | Sidekicks | Engineering | Best Items | Home


name::Advanced Strike Squad Ship [[:Category:LotS/type::Ship|type::Ship]]
Officers: officers::4 - 1 Tank, 1 Melee, 1 Ranged, 1 Healer
Crew: crew::4 - 1 Tank, 1 Melee, 1 Ranged, 1 Healer
Engineering: engineering::1 Module
Advanced Strike Squad Ship

Power Bonus: powerBonus::7

This vessel manages to retain the compact, highly mobile shape of the Strike Squad Ship, whilst offering increased firepower and a larger carrying capacity.
Obtained from

Advocate Tulk

Besalaad Warmaster

Centurian Sentinel

Purple Lion

Robotic Rautha

Used in the following

Lab: {{#varpull:LotS/experiment/themadhatterii|Experiment|firstreward}}

{{#set:stamina=0 }} {{#set:energy=0 }} {{#set:honor=0 }} {{#set:pvp=0 }} {{#set:pvpattack=0 }} {{#set:pvpdefense=0 }} {{#set:health=0 }}

{{#set:color=Orange}} {{#set:ability=}} {{#set:text=This vessel manages to retain the compact, highly mobile shape of the Strike Squad Ship, whilst offering increased firepower and a larger carrying capacity.}} {{#set:obtained=Advocate Tulk

Besalaad Warmaster

Centurian Sentinel

Purple Lion

Robotic Rautha}} {{#set:used=Lab: {{#varpull:LotS/experiment/themadhatterii|Experiment|firstreward}}}} {{#set:notes=}} {{#set:unique=}}