Template:Cit: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| style="background-color:#FAEBD7; border-top:solid 2px #FAEBD7; border-left:solid 2px #FAEBD7; border-radius:1em; padding: 1em; box-shadow: 5px 5px 5px #777;" width="100%" |...") |
No edit summary |
||
Line 1: | Line 1: | ||
{| style="background-color:#FAEBD7; border-top:solid 2px #FAEBD7; border-left:solid 2px #FAEBD7; border-radius:1em; padding: 1em; box-shadow: 5px 5px 5px #777;" width="100%" | {| style="background-color:#FAEBD7; border-top:solid 2px #FAEBD7; border-left:solid 2px #FAEBD7; border-radius:1em; padding: 1em; box-shadow: 5px 5px 5px #777;" width="100%" | ||
|style="background-color:#FDF5E6; border-radius:1em; padding:0.5em; margin:auto; border:solid 2px #FDF5E6; box-shadow:inset 2px 2px 8px #FAF0E6;" width="70%"| | |style="background-color:#FDF5E6; border-radius:1em; padding:0.5em; margin:auto; border:solid 2px #FDF5E6; box-shadow:inset 2px 2px 8px #FAF0E6;" width="70%" valign="top"|'''{{{name}}}''' is a citizen of '''{{{prov}}}'''. {{{desc|}}} | ||
|| | |||
{| | {| | ||
|style="background-color:#FDF5E6; border-radius:1em; padding:0.5em; margin:auto; border:solid 2px #FDF5E6; box-shadow:inset 2px 2px 8px #FAF0E6;" width="30%"|Current | |style="background-color:#FDF5E6; border-radius:1em; padding:0.5em; margin:auto; border:solid 2px #FDF5E6; box-shadow:inset 2px 2px 8px #FAF0E6;" width="30%" align="center"|'''Current'''<hr /> | ||
|- | |- | ||
|style="background-color:#FDF5E6; border-radius:1em; padding:0.5em; margin:auto; border:solid 2px #FDF5E6; box-shadow:inset 2px 2px 8px #FAF0E6;" width="30%"| | |{{{cjob1|}}} | ||
|} | |- | ||
|{{{cjob2|}}} | |||
|- | |||
|{{{cjob3|}}} | |||
|- | |||
|{{{cjob4|}}} | |||
|- | |||
|{{{cjob5|}}} | |||
|- | |||
|{{{cjob6|}}} | |||
|- | |||
|{{{cjob7|}}} | |||
|- | |||
|{{{cjob8|}}} | |||
|- | |||
|{{{cjob9|}}} | |||
|- | |||
|{{{cjob10|}}} | |||
|- | |||
|style="background-color:#FDF5E6; border-radius:1em; padding:0.5em; margin:auto; border:solid 2px #FDF5E6; box-shadow:inset 2px 2px 8px #FAF0E6;" width="30%" align="center"|'''Former'''<hr /> | |||
|- | |||
|{{{fjob1|}}} | |||
|- | |||
|{{{fjob2|}}} | |||
|- | |||
|{{{fjob3|}}} | |||
|- | |||
|{{{fjob4|}}} | |||
|- | |||
|{{{fjob5|}}} | |||
|- | |||
|{{{fjob6|}}} | |||
|- | |||
|{{{fjob7|}}} | |||
|- | |||
|{{{fjob8|}}} | |||
|- | |||
|{{{fjob9|}}} | |||
|- | |||
|{{{fjob10|}}} | |||
|} | |} | ||
|}<noinclude> | |||
===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. | |||
<pre>{{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 (e.g. Seneschal | |||
fjob2 = Another former position held by the citizen. You can continue in this fashion until you reach fjob10, the maximum. | |||
}} | |||
</pre> | |||
[[Category:Templates]] |
Revision as of 20:36, 28 June 2012
{{{name}}} is a citizen of {{{prov}}}. |
|
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.
{{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 (e.g. Seneschal fjob2 = Another former position held by the citizen. You can continue in this fashion until you reach fjob10, the maximum. }}