Module:Param Parse/doc: Difference between revisions

1,197 bytes added ,  Yesterday at 20:39
no edit summary
No edit summary
No edit summary
 
(20 intermediate revisions by 5 users not shown)
Line 7:
! param
! explanation
|-
| parse.actions
| Actions listed in the action menu
|-
| parse.name
| Title
|-
| parse.description
| Description of the entity in its card
|-
| parse.image
| <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
| Episode name
|-
| parse.additional_episode
| Episode name
|-
Line 18 ⟶ 33:
|-
| parse.release
| Release Date in the format YYYY-MM-DD
|-
| parse.value
| Shows the value as a denomination of coins
|-
| parse.profession
| 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 43 ⟶ 94:
 
<syntaxhighlight lang="lua">
paramparse.paramname = {
name = <param>,
func = <func>,
557

edits