Template:Tabber/Relationships: Difference between revisions
Template page
More actions
m DatacronKeeper moved page Template:Relationships to Template:Tabber/Relationships without leaving a redirect |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<tabber> | <tabber> | ||
|-|Family= | |-|Family= | ||
{{{ | {{{family|}}} | ||
|-|Friends= | |-|Friends= | ||
{{{ | {{{friends|}}} | ||
|-|Acquaintances= | |-|Acquaintances= | ||
{{{ | {{{acquaintances|}}} | ||
|-|Enemies= | |-|Enemies= | ||
{{{ | {{{enemies|}}} | ||
</tabber> | </tabber> | ||
<noinclude> | <noinclude> | ||
[[Category:Tabber Templates]] | [[Category:Tabber Templates]] | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "family": { | ||
"type": "content" | "type": "content" | ||
}, | }, | ||
" | "friends": { | ||
"type": "content" | "type": "content" | ||
}, | }, | ||
" | "acquaintances": { | ||
"type": "content" | "type": "content" | ||
}, | }, | ||
" | "enemies": { | ||
"type": "content" | "type": "content" | ||
} | } | ||
| Line 30: | Line 29: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | |||