Module:Param Parse/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 7:
! param
! explanation
|-
| parse.name
| Title
|-
| parse.examine
| Examine info
|-
| 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
Line 19 ⟶ 28:
| parse.release
| TODO
|-
| parse.profession
| TODO
|-
| parse.variant
| TODO - Which category the subject is a variant of
|}
 
Line 43 ⟶ 58:
 
<syntaxhighlight lang="lua">
paramparse.paramname = {
name = <param>,
func = <func>,