Template:Navbox: Difference between revisions
Appearance
w>Trialpears Remove TfD notice as it wouldn't involve any changes to this template. |
m 1 revision imported |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
< | <div style="border:4px solid #79b;border-radius:16px;padding:10px;background:#ace;margin:4px"><b style="font-size:18px;">{{{header}}}</b><br> | ||
{{ | {{{body}}}</div> | ||
</noinclude> | <noinclude>{{documentation}} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"header": { | |||
"description": "Header of the navbox, displayed in 16px bold font.", | |||
"type": "string", | |||
"default": "(Page writer's father 404 not found)", | |||
"autovalue": "This page is ", | |||
"required": true | |||
}, | |||
"body": { | |||
"description": "Displayed below the header in 11px normal font.", | |||
"type": "string", | |||
"default": "Why would the page writer go into the source editor just to see this text in the preview?", | |||
"autovalue": "Please do not the write.", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> | |||