Template:UserPageInfo: Difference between revisions
From Jcastle.info
No edit summary |
(Generated from a page schema) |
||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{UserPageInfo | {{UserPageInfo | ||
| | |PageTitle= | ||
|UserPageBody= | |UserPageBody= | ||
|AuthorName= | |||
|PubDate= | |||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly>{{#set: | </noinclude><includeonly>{{#set:PageTitle=User:{{{PageTitle|}}}|}} | ||
{| class="wikitable" | |||
|- | |||
! UserPageBody | |||
| [[UserPageBody::{{{UserPageBody|}}}]] | |||
|- | |||
! AuthorName | |||
{{{ | | [[AuthorName::{{{AuthorName|}}}]] | ||
|- | |||
! PubDate | |||
| [[PubDate::{{{PubDate|}}}]] | |||
|} | |||
[[Category:User Pages]] | [[Category:User Pages]] | ||
</includeonly> | </includeonly> |
Revision as of 07:16, 1 July 2017
This is the "UserPageInfo" template. It should be called in the following format:
{{UserPageInfo |PageTitle= |UserPageBody= |AuthorName= |PubDate= }}
Edit the page to see the template text.