Difference between revisions of "Template:Member"
(created) |
|||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {| | + | [[Image:{{{imgname}}}|thumb]] |
− | + | <div class="ninwiki-member"><div class="ninwiki-member-info ninwiki-member--instruments"><span class="ninwiki-member-label">Instruments:</span><span class="ninwiki-member-value">{{{instruments}}}</span></div><div class="ninwiki-member-info ninwiki-member--years"><span class="ninwiki-member-label">Active:</span><span class="ninwiki-member-value">{{{years}}}</span></div><div class="ninwiki-member-info ninwiki-member--tours"><span class="ninwiki-member-label">Tours:</span><span class="ninwiki-member-value">{{{tours}}}</span></div></div> | |
− | + | <noinclude> | |
− | + | This is a infobox template which creates a standard member template. See below for syntax. | |
− | + | ||
− | + | ==Usage== | |
− | | | + | <pre>{{member |
− | + | | name = John Doe | |
− | | {{ | + | | imgname = PictureOfJohnDoeOnTheServer.jpg |
− | | | + | | instruments = Synth, Guitar, Vocals |
− | + | | years = 1950-2001 | |
− | | | + | | tours = Michael Jackson Experience, Rock the Vote 04 |
− | |- | + | }}</pre> |
− | |} | + | |
+ | ===Example=== | ||
+ | The code is on the left, while the actual box is on the right. | ||
+ | {{member | ||
+ | | name = Alessandro Cortini | ||
+ | | imgname = Ali.jpg | ||
+ | | instruments = Synth, Guitar, Vocals | ||
+ | | years = 2005- | ||
+ | | tours = With Teeth- | ||
+ | }} | ||
+ | <pre>{{member | ||
+ | | name = Alessandro Cortini | ||
+ | | imgname = Ali.jpg | ||
+ | | instruments = Synth, Guitar, Vocals | ||
+ | | years = 2005- | ||
+ | | tours = With Teeth- | ||
+ | }}</pre> | ||
+ | </noinclude> |
Latest revision as of 23:24, 5 November 2020
[[Image:{{{imgname}}}|thumb]]
Instruments:{{{instruments}}}
Active:{{{years}}}
Tours:{{{tours}}}
This is a infobox template which creates a standard member template. See below for syntax.
Usage
{{member | name = John Doe | imgname = PictureOfJohnDoeOnTheServer.jpg | instruments = Synth, Guitar, Vocals | years = 1950-2001 | tours = Michael Jackson Experience, Rock the Vote 04 }}
Example
The code is on the left, while the actual box is on the right.
Instruments:Synth, Guitar, Vocals
Active:2005-
Tours:With Teeth-
{{member | name = Alessandro Cortini | imgname = Ali.jpg | instruments = Synth, Guitar, Vocals | years = 2005- | tours = With Teeth- }}