Module:Character Gallery/doc: Difference between revisions

From BlazBlue Wiki
(initial documentation)
 
m (→‎Usage: added a note on how to test the lua)
 
Line 7: Line 7:
<pre><nowiki>{{#invoke:Character Gallery|render|character=CHARACTER NAME}}</nowiki></pre>
<pre><nowiki>{{#invoke:Character Gallery|render|character=CHARACTER NAME}}</nowiki></pre>


==Lua Testing==
<pre><nowiki>
frame={args={character="Es"}}
p.main(frame)
</nowiki></pre>
<includeonly>[[Category:Templates]][[Category:Graphic templates]]</includeonly>
<includeonly>[[Category:Templates]][[Category:Graphic templates]]</includeonly>

Latest revision as of 18:30, 4 December 2021

This module creates a character gallery.

Please see Module:Character Gallery/data for the format of the character gallery and how to change it.

Usage

{{#invoke:Character Gallery|render|character=CHARACTER NAME}}

Lua Testing

frame={args={character="Es"}}
p.main(frame)