Template:Cit: Difference between revisions

From TalossaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 52: Line 52:
This is the standard Citizenspace template.  When creating a new Citizen page, add the following code to use it.  Unless otherwise specified, all parameters are optional, and if left unfilled they will not appear.  Pages with this template will not be indexed by external search engines.
This is the standard Citizenspace template.  When creating a new Citizen page, add the following code to use it.  Unless otherwise specified, all parameters are optional, and if left unfilled they will not appear.  Pages with this template will not be indexed by external search engines.
<pre>{{Cit
<pre>{{Cit
name = The citizen's desired display name.  Mandatory.
|name = The citizen's desired display name.  Mandatory.
prov = The province of the citizen.  Mandatory.  
|prov = The province of the citizen.  Mandatory.  
desc = A description of the citizen.
|desc = A description of the citizen.
cjob1 = A current position held by the citizen (e.g. [[Seneschal]]).  It is ideal to link to the relevant page on the wiki.
|cjob1 = A current position held by the citizen (e.g. [[Seneschal]]).  It is ideal to link to the relevant page on the wiki.
cjob2 = Another current position held by the citizen.  You can continue in this fashion until you reach cjob10, the maximum.
|cjob2 = Another current position held by the citizen.  You can continue in this fashion until you reach cjob10, the maximum.
fjob1 = A former position held by the citizen (e.g. Seneschal
|fjob1 = A former position held by the citizen. You may wish to list the dates the citizen was in office, in this format: [[Seneschal]]<br />January {{year|2001}} to August {{year|2001}}
fjob2 = Another former position held by the citizen.  You can continue in this fashion until you reach fjob10, the maximum.
|fjob2 = Another former position held by the citizen.  You can continue in this fashion until you reach fjob10, the maximum.
}}
}}
</pre>
</pre>


[[Category:Templates]]
[[Category:Templates]]

Revision as of 21:43, 28 June 2012

{{{name}}} is a citizen of {{{prov}}}.
Current
Former

Usage

This is the standard Citizenspace template. When creating a new Citizen page, add the following code to use it. Unless otherwise specified, all parameters are optional, and if left unfilled they will not appear. Pages with this template will not be indexed by external search engines.

{{Cit
|name = The citizen's desired display name.  Mandatory.
|prov = The province of the citizen.  Mandatory. 
|desc = A description of the citizen.
|cjob1 = A current position held by the citizen (e.g. [[Seneschal]]).  It is ideal to link to the relevant page on the wiki.
|cjob2 = Another current position held by the citizen.  You can continue in this fashion until you reach cjob10, the maximum.
|fjob1 = A former position held by the citizen.  You may wish to list the dates the citizen was in office, in this format: [[Seneschal]]<br />January {{year|2001}} to August {{year|2001}}
|fjob2 = Another former position held by the citizen.  You can continue in this fashion until you reach fjob10, the maximum.
}}