Editing Module:Param Parse/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 7: | Line 7: | ||
! param |
! param |
||
! explanation |
! explanation |
||
|- |
|||
| parse.actions |
|||
| Actions listed in the action menu |
|||
|- |
|||
| parse.name |
|||
| Title |
|||
|- |
|||
| parse.description |
|||
| Description of the entity in its card |
|||
|- |
|- |
||
| parse.image |
| parse.image |
||
| <nowiki>[[File:IMAGE.png]]</nowiki>. Use the class '''infobox-image''' in the table |
| <nowiki>[[File:IMAGE.png]]</nowiki>. Use the class '''infobox-image''' in the table |
||
|- |
|||
| parse.image_size300 |
|||
| <nowiki>[[File:IMAGE.png|300x300px]]</nowiki> by default unless overridden. Use the class '''infobox-image''' in the table |
|||
|- |
|- |
||
| parse.episode |
| parse.episode |
||
| Episode name |
|||
|- |
|||
| parse.additional_episode |
|||
| Episode name |
| Episode name |
||
|- |
|- |
||
Line 33: | Line 18: | ||
|- |
|- |
||
| parse.release |
| parse.release |
||
| Release Date in the format YYYY-MM-DD |
|||
|- |
|||
| parse.value |
|||
| Shows the value as a denomination of coins |
|||
|- |
|||
| parse.profession |
|||
| TODO |
| TODO |
||
|- |
|||
| parse.profession_bubble_a, parse.profession_bubble_b |
|||
| Takes parameters profession_a + profession_a_level, or profession_b + profession_b_level |
|||
|- |
|||
| parse.profession_a_smw, parse.profession_a_level_smw, parse.profession_b_smw, parse.profession_b_level_smw |
|||
| Exports the data from profession_bubble_a and profession_bubble_b to smw |
|||
|- |
|||
| parse.variant |
|||
| TODO - Which category the subject is a variant of |
|||
|- |
|||
| parse.passive |
|||
| Passiveness (Yes, No, N/A) |
|||
|- |
|||
| parse.duration |
|||
| Number of hours to complete the [[Ventures|venture]] |
|||
|- |
|||
| parse.aggressive |
|||
| Aggressive (Yes, No, N/A) |
|||
|- |
|||
| parse.difficulty |
|||
| Quest difficulty (0-5) |
|||
|- |
|||
| parse.quest |
|||
| Quest name (or No) |
|||
|- |
|||
| parse.unlock_level |
|||
| Unlocked at |
|||
|- |
|||
| parse.knowledge |
|||
| Knowledge |
|||
|} |
|} |
||
Line 94: | Line 43: | ||
<syntaxhighlight lang="lua"> |
<syntaxhighlight lang="lua"> |
||
param.paramname = { |
|||
name = <param>, |
name = <param>, |
||
func = <func>, |
func = <func>, |