Log Template
%%form_data{title}%%
Summary: %%form_data{summary}%%
Date: %%form_data{date}%%
Related: %%form_data{related}%%
NPCs: %%form_data{npc}%%
Scene Runner: %%form_data{runner}%%
Social/Plot: %%form_data{type}%%
Players:
%%form_data{names}%%

%%form_data{log_text}%%

====

[[form]]
fields:
  title:
    label: Log Title
    type: text
    width: 75
  summary:
    label: Log Summary
    type: text
    height: 5
    width: 75
  date:
    label: IC Date
    type: text
    width: 75
  related:
    label: Related Logs or 'None' (Example: [[[(2014-05-24) Example1]]], [[[(2014-05-24) Example2]]])
    type: wiki
    width: 75
  runner:
    label: Runner or 'None' (Example: [[[wiki-name|Player]]]
    type: wiki
    width: 75
  npc:
    label: NPCs Involved
    type: text
    width: 75
  names:
    label: Characters Involved.  Use their wiki names like so:  (Example: [[[wiki-name|Name1]]], [[[wiki-name|Name2]]], [[[wiki-name|Name3]]]
    type: wiki
    width: 75
  type:
    label: Type (Social or Plot)
    type: text
    width: 75
  log_text:
    label: Log Text
    type: text
    height: 25
    width: 75
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License