Template:Teammates: Difference between revisions
From OTNA Test Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{|class = "pic" | {|class = "pic" | ||
|[[{{{pic 1}}}|thumb|{{{Teammate Bio Here 1.}}}]] | |[[{{{pic 1}}}|thumb|{{{Teammate Bio Here 1.}}}]] | ||
|[[{{{pic 2}}}|thumb|{{{Teammate Bio Here 2.}}}]] | |[[{{{pic 2}}}|thumb|{{{Teammate Bio Here 2.}}}]] | ||
|[[{{{pic 3}}}|thumb|{{{Teammate Bio Here 3.}}}]] | |[[{{{pic 3}}}|thumb|{{{Teammate Bio Here 3.}}}]] | ||
|[[{{{pic 4}}}|thumb|{{{Teammate Bio Here 4.}}}]] | |[[{{{pic 4}}}|thumb|{{{Teammate Bio Here 4.}}}]] | ||
|} | |||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"Teammate Bio Here 1.": {}, | "Teammate Bio Here 1.": { | ||
"required": true | |||
}, | |||
"Teammate Bio Here 2.": {}, | "Teammate Bio Here 2.": {}, | ||
"Teammate Bio Here 3.": {}, | "Teammate Bio Here 3.": {}, | ||
| Line 22: | Line 25: | ||
}, | }, | ||
"pic 3": { | "pic 3": { | ||
"default": "File:Team.png" | "default": "File:Team.png" | ||
}, | }, | ||
"pic 4": { | "pic 4": { | ||
"default": "File:Team.png" | "default": "File:Team.png" | ||
} | } | ||
Revision as of 16:58, 5 September 2024
| [[{{{pic 1}}}|thumb|{{{Teammate Bio Here 1.}}}]] | [[{{{pic 2}}}|thumb|{{{Teammate Bio Here 2.}}}]] | [[{{{pic 3}}}|thumb|{{{Teammate Bio Here 3.}}}]] | [[{{{pic 4}}}|thumb|{{{Teammate Bio Here 4.}}}]] |
<templatedata>
{
"params": {
"Teammate Bio Here 1.": {
"required": true
},
"Teammate Bio Here 2.": {},
"Teammate Bio Here 3.": {},
"Teammate Bio Here 4.": {},
"pic 1": {
"default": "File:Team.png",
"required": true
},
"pic 2": {
"default": "File:Team.png"
},
"pic 3": {
"default": "File:Team.png"
},
"pic 4": {
"default": "File:Team.png"
}
}
}
</templatedata>