Template:ShowAll/doc
From Reus
Revision as of 20:00, 18 August 2013 by Madman with a box (Talk | contribs)
Description
This templates enables to show all available levels of a resource on the same page (as for example can be seen on the natural source pages). It requires that the template is used in the correct environment. If the template is used to show table entries, but no table was created before a wrong output is to be expected. See the example table for working examples.
Parameters
{{ShowAll | <!-- the template name --> | <!-- the show style (info, table, etc.) --> | <!-- the language code to use --> }}
Examples
Example Description | Code to use | Output | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Show all blueberry info boxes | {| {{ShowAll|Blueberry|info}} |} |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Show all blueberry info boxes in German | {| {{ShowAll|Blueberry|info|de}} |} |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Show all blueberry table entries | {| class="wikitable sortable" font-size:95%; width:100%;" |- ! style="width:200px;"|Name ! |Level ! |Yields ! |Symbiosis ! |Transmutation {{ShowAll|Blueberry|table}} |} |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Show all blueberry table entries in German | {| class="wikitable sortable" font-size:95%; width:100%;" |- ! style="width:200px;"|Name ! |Level ! |Yields ! |Symbiosis ! |Transmutation {{ShowAll|Blueberry|table|de}} |} |
|