Difference between revisions of "Template:Rplogs"
From Masq
(Blanked the page) |
|||
| Line 1: | Line 1: | ||
| + | <noinclude> | ||
| + | == Usage == | ||
| + | <pre> | ||
| + | {{ rplogs | name=<character> | columns=<#> }} | ||
| + | </pre> | ||
| + | This template will automatically generate a list of all logs which link to the page referenced in the 'name' field. | ||
| + | |||
| + | Credit for the idea and most of the code for this template goes to whoever made the similar template at [http://www.haunted-memories.net Haunted Memories]. Credit where credit is due! | ||
| + | |||
| + | === Example === | ||
| + | <pre> | ||
| + | {{ rplogs | name=Wren | columns=1 }} | ||
| + | </pre> | ||
| + | [[category:Templates]] | ||
| + | </noinclude><includeonly>{{ #dpl: | ||
| + | | namespace=Logs | ||
| + | | linksto={{{ name | {{{ 1 | }}} }}} | ||
| + | | shownamespace=false | ||
| + | | ordermethod=firstedit | ||
| + | | order=descending | ||
| + | | columns={{{columns|2}}} | ||
| + | | rowcolformat=width="100%" | ||
| + | | noresultsheader= | ||
| + | }}</includeonly> | ||
Revision as of 18:12, 8 April 2010
Usage
{{ rplogs | name=<character> | columns=<#> }}
This template will automatically generate a list of all logs which link to the page referenced in the 'name' field.
Credit for the idea and most of the code for this template goes to whoever made the similar template at Haunted Memories. Credit where credit is due!
Example
{{ rplogs | name=Wren | columns=1 }}